@import url("https://fonts.googleapis.com/css?family=Material+Icons");@import url(https://fonts.googleapis.com/css?family=Material+Icons);
@-webkit-keyframes arrow-move08 {
  0% {
    top: 40%;
    opacity: 0
  }
  70% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

@keyframes arrow-move08 {
  0% {
    top: 40%;
    opacity: 0
  }
  70% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

@keyframes slide-in-left-to-right {
  0% {
    transform: translateX(100%)
  }
  to {
    transform: translateX(0)
  }
}

@-webkit-keyframes slide-in-left-to-right {
  0% {
    -webkit-transform: translateX(100%)
  }
  to {
    -webkit-transform: translateX(0)
  }
}

@keyframes slide-out-left-to-right {
  0% {
    transform: translateX(0)
  }
  to {
    transform: translateX(100%)
  }
}

@-webkit-keyframes slide-out-left-to-right {
  0% {
    -webkit-transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(100%)
  }
}

@keyframes slide-in-right-to-left {
  0% {
    transform: translateX(0)
  }
  to {
    transform: translateX(-10%)
  }
}

@-webkit-keyframes slide-in-right-to-left {
  0% {
    -webkit-transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(-10%)
  }
}

@keyframes slide-out-right-to-left {
  0% {
    transform: translateX(-10%)
  }
  to {
    transform: translateX(0)
  }
}

@-webkit-keyframes slide-out-right-to-left {
  0% {
    -webkit-transform: translateX(-10%)
  }
  to {
    -webkit-transform: translateX(0)
  }
}

@keyframes fadeInBottomToTop {
  0% {
    opacity: 0;
    transform: translateY(130px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeInUp {
  0% {
    transform: translate3d(0, 40px, 0)
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    transform: translate3d(0, 40px, 0)
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@font-face {
  font-family: wf_f526641c67844979ac3a1fdc2;
  src: url(https://static.wixstatic.com/ufonts/ce3ffa_f526641c67844979ac3a1fdc26a19c0c/woff/file.woff)format("woff"), url(https://static.wixstatic.com/ufonts/ce3ffa_f526641c67844979ac3a1fdc26a19c0c/woff2/file.woff2)format("woff2"), url(https://static.wixstatic.com/ufonts/ce3ffa_f526641c67844979ac3a1fdc26a19c0c/ttf/file.ttf)format("ttf")
}

@font-face {
  font-family: wf_edeace5f7a1845e097ccc3191;
  src: url(https://static.wixstatic.com/ufonts/ce3ffa_edeace5f7a1845e097ccc319111bf3c5/woff/file.woff)format("woff"), url(https://static.wixstatic.com/ufonts/ce3ffa_edeace5f7a1845e097ccc319111bf3c5/woff2/file.woff2)format("woff2"), url(https://static.wixstatic.com/ufonts/ce3ffa_edeace5f7a1845e097ccc319111bf3c5/ttf/file.ttf)format("ttf")
}

@font-face {
  font-family: wf_8ee77f3625684e0fb0733644e;
  src: url(https://static.wixstatic.com/ufonts/ce3ffa_8ee77f3625684e0fb0733644e626a681/woff/file.woff)format("woff"), url(https://static.wixstatic.com/ufonts/ce3ffa_8ee77f3625684e0fb0733644e626a681/woff2/file.woff2)format("woff2"), url(https://static.wixstatic.com/ufonts/ce3ffa_8ee77f3625684e0fb0733644e626a681/ttf/file.ttf)format("ttf")
}

@font-face {
  font-family: wf_f6f70fc834354ce892e3e0d7c;
  src: url(https://static.wixstatic.com/ufonts/ce3ffa_f6f70fc834354ce892e3e0d7c80250a8/woff/file.woff)format("woff"), url(https://static.wixstatic.com/ufonts/ce3ffa_f6f70fc834354ce892e3e0d7c80250a8/woff2/file.woff2)format("woff2"), url(https://static.wixstatic.com/ufonts/ce3ffa_f6f70fc834354ce892e3e0d7c80250a8/ttf/file.ttf)format("ttf")
}

:root {
  font-size: 16px!important
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: .9rem
}

a, b, button, h1, h2, h3, h4, h5, h6, i, p, span, strong, u {
  letter-spacing: .045em
}

.letter-spacing-0 {
  letter-spacing: 0!important
}

.padding-item {
  padding: 0 0 .8rem
}

.bg-grey {
  background-color: #f6f6f6
}

.bg-video {
  background-image: url(../../images/landing_page/background_video.webp)
}

.bg-choose {
  background-image: url(../../images/landing_page/background/background2.webp)
}

.bg-mobile-male, .new-bg-mobile-male {
  background-size: 100% 100%;
  min-height: 170px
}

.tv-show-movie {
    background-image: url("../../images/landing_page/background/tvshow.webp");
    background-size: cover;
    padding: 68vw 20px 20px;
}

.tv-show-movie > #tv-movie {
    width: 100%;
    height: auto;
}

.tv-show-movie > a > img {
    width: 100%;
    height: auto;
}

.tv-show-movie > #popup {
    display: none;
    opacity: 0;
    flex-direction: row;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 70%);
    z-index: 9999;
    padding: 5px;
    align-items: center;
}

.tv-show-movie > #popup:target {
    display: flex;
    opacity: 1;
}

.tv-show-movie > #popup > video {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.tv-show-movie > #popup > .close {
    position: fixed;
    right: 0;
    margin-top: -240px;
    width: 27px;
    height: 27px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tv-show-movie > #popup > .close:before,
.tv-show-movie > #popup > .close:after {
    position: absolute;
    content: " ";
    height: 20px;
    width: 2px;
    background-color: black;
}
.tv-show-movie > #popup > .close:before {
    transform: rotate(45deg);
}
.tv-show-movie > #popup > .close:after {
    transform: rotate(-45deg);
}

.bg-mobile-male {
  background-repeat: no-repeat;
  background-position: center top;
  background-image: linear-gradient(rgba(29, 29, 29, .58), rgba(29, 29, 29, .58)), url(../../images/landing_page/background/backgroundmale.webp)
}

.new-bg-mobile-male {
  background-image: linear-gradient(rgba(29, 29, 29, .58), rgba(29, 29, 29, .58)), url(../../images/landing_page/background/backgroundmale-mobile.webp)
}

.bg-mobile-female, .bg-mobile-user, .new-bg-mobile-male {
  background-repeat: no-repeat;
  background-position: center top
}

.bg-mobile-female {
  background-image: linear-gradient(rgba(29, 29, 29, .58), rgba(29, 29, 29, .58)), url(../../images/landing_page/new-ui-component/image_204.webp);
  background-size: auto 100%;
  min-height: 150px
}

.bg-mobile-user {
  background-image: url(../../images/landing_page/background/userlist.jpg);
  background-size: 100% 100%;
  min-height: 422px
}

.new-bg-mobile-user {
  background-image: url(../../images/landing_page/background/new-user-bg.webp)
}

.new-bg-mobile-user-2 {
  background-image: url(../../images/landing_page/background/new-phone-near-footer.webp)
}

.bg-image, img {
  max-width: 100%
}

.bg-black {
  background-color: #000!important
}

.new-phone-bg-mobile-user {
  background-image: url(../../images/landing_page/new-ui-component/Group\ 289.webp)
}

.new-phone-bg-mobile-user-custom-1 {
  background-image: url(../../images/landing_page/new-ui-component/new-footer-bg-1.webp)
}

.new-phone-bg-mobile-user-custom-2 {
  background-image: url(../../images/landing_page/new-ui-component/new-footer-bg-2.webp)
}

.new-phone-bg-mobile-user-other-country {
  background-image: url(../../images/landing_page_other_country/background/mobile_footer_bg.webp)
}

.new-phone-bg-mobile-user-custom-kansai {
  background-image: url("../../images/landing_page/kansai/new-footer-bg.webp");
}

.bg-mobile-female p, .bg-mobile-male p, .new-bg-mobile-male p {
  font-size: .7rem;
  color: #fff
}

.bg-mobile-female h6, .bg-mobile-male h6, .new-bg-mobile-male h6 {
  color: #fff;
  font-weight: 300
}

.t-agree a, .t-small a {
  text-decoration: underline
}

.t-small, .t-small a {
  font-size: 9px;
  color: rgba(205, 195, 193, .8)
}

.t-agree {
  font-size: 8px;
  color: #7a7979
}

.t-agree a {
  font-size: .6rem;
  color: #7a7979
}

.t-agree-other-country {
  font-size: .6rem;
  color: #fff
}

.t-agree-footer a, .t-agree-other-country a {
  font-size: .6rem;
  color: #fff;
  text-decoration: underline
}

.t-agree-footer {
  font-size: .6rem;
  color: #7a7979
}

.t-agree-footer a {
  font-size: .66rem;
  color: #7a7979
}

.t-bg {
  font-size: 1.0625rem!important
}

.t-agree-color, .t-agree-color a {
  color: rgba(205, 195, 193, .8)!important;
  font-size: .5rem;
  margin-top: .75rem
}

.t-md {
  font-size: 14px!important;
  color: #666565;
  margin-bottom: 1.5rem
}

.m-t-b {
  margin: 1rem 0 .3rem
}

.t-color-blur {
  color: #7a7979!important
}

.btn-login {
  background: #DE9C4E;
  border-radius: 105px;
  min-width: 95%;
  height: 43px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .19em;
  font-size: .8rem
}

.btn-login.btn-login-sticky {
  display: none;
  position: fixed;
  z-index: 999;
  box-shadow: 0 1px 10px 0#3c3a3a;
  background: #e2ca97;
  background: radial-gradient(circle, #e2ca97 0, #bfa671 75%)
}

@supports (margin-bottom:constant(safe-area-inset-bottom)) {
  .btn-login.btn-login-sticky {
    margin-bottom: calc(constant(safe-area-inset-bottom)*1.4)
  }
}

@supports (margin-bottom:env(safe-area-inset-bottom)) {
  .btn-login.btn-login-sticky {
    margin-bottom: calc(env(safe-area-inset-bottom)*1.4)
  }
}

.btn-login-sticky.show, .iPhone #app-btn-container, .title-over span {
  display: block
}

.btn-login:focus {
  color: #fff!important
}

.btn-login:active, .btn-login:hover, .phone-female-login-button {
  color: #fff!important
}

.phone-female-login-button-bright {
  color: #ffffff !important;
  background: #DE9C4E !important;
}

.phone-footer-button {
  width: 98%!important;
  font-size: .85rem!important
}

.t-yellow {
  color: #DE9C4E;
}

.t-gray {
  color: #5d5e5f
}

.has-underscore {
  position: relative;
  padding-bottom: 12px
}

.has-underscore::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 10%;
  border-bottom: 2px solid #5d5e5f
}

.line-yellow {
  width: 40px;
  border: solid 1px #bfa671;
  margin: .85rem 0
}

.line-black {
  width: 15rem;
  height: 1px;
  background-color: #000;
  margin: .4rem 0 .85rem
}

.ts-12 {
  font-size: .7rem;
  color: #8c8c8c;
  font-weight: 500
}

.t-line-height-1 {
  line-height: 1.2rem!important
}

.t-line-height-1-other-country {
  line-height: 2.2rem!important;
  padding: 20px;
  text-align: left
}

.t-line-height-175 {
  line-height: 1.75rem!important
}

.t-line-height-165 {
  line-height: 1.65rem!important
}

.t-line-height-11 {
  line-height: 1.1rem!important
}

.t-line-height-17 {
  line-height: 1.7rem!important
}

.font-roboto-light {
  font-family: Roboto!important
}

.font-notosans-jp {
  font-family: "Noto Sans JP", Sans-Serif!important
}

.font-avenir-jp {
  font: 15px/1.4em avenir-lt-w01_35-light1475496, sans-serif!important
}

.fs-13-px {
  font-size: .8125rem
}

.fs-15-px {
  font-size: .9375rem
}

.fs-17-px {
  font-size: 1.0625rem
}

.fs-21-px {
  font-size: 1.3125rem
}

.t-08 {
  font-size: .8rem
}

.t-07 {
  font-size: .6875rem
}

.t-0628 {
  color: #626262!important;
  font-size: .64rem
}

.t-06-bg-626262, .t-06-grey {
  color: #626262!important;
  font-size: .6rem
}

.t-06 {
  font-size: .8rem
}

.t-06-footer {
  font-size: .6rem!important;
  color: #666
}

.lh-22 {
  line-height: 2.2em
}

.login-bottom {
  padding-top: 70%
}

.bottom-cta {
  background-size: cover;
  min-height: 130vw;
  background-repeat: no-repeat
}

.margin-bottom-10 {
  margin-bottom: 10px!important
}

.mobile-footer {
  background-color: #000!important
}

.mobile-footer-other-country {
  background-color: #fff!important
}

.mobile-footer p {
  color: #fff;
  margin-bottom: .65rem;
  font-weight: 700
}

.margin-left-24 {
  margin-left: 2.8rem!important
}

.margin-right-24 {
  margin-right: 2.8rem!important
}

.margin-left-2, .margin-left-26 {
  margin-left: 2.4rem!important
}

.close-button, .close-button-container {
  position: absolute;
  opacity: 1;
  z-index: 1010;
  display: flex;
  align-items: center;
  justify-content: center
}

.close-button-container {
  right: -14px;
  top: -14px;
  width: 28px;
  height: 28px;
  background-color: #e5e5e5;
  border-radius: 14px;
  background-image: url(../../images/landing_page/btn_close.png);
  background-position: center;
  background-size: contain
}

.close-button {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  color: #fff!important;
  background: #c0a76e!important;
  box-sizing: border-box
}

.cancelBtn {
  font-size: 14px!important
}

.line-cta {
  background: #1dc021;
  position: relative;
  padding: 8px 32px 0;
  width: auto;
  height: 45px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff!important;
  margin-bottom: 20px;
  border-radius: 26px
}

.modal-bg {
  background-color: #e5e5e5!important;
  border-radius: 8px!important
}

.t-075 {
  font-size: .7rem
}

.t-065 {
  font-size: .65rem
}

.pl-6 {
  padding-left: 6rem!important
}

.pr-6 {
  padding-right: 6rem!important
}

.sms-cta {
  background: #c0a76e;
  position: relative;
  padding: 8px 32px 0;
  width: 95%;
  height: 45px;
  font-size: .8125rem;
  line-height: 26px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff!important;
  margin-bottom: 20px;
  border-radius: 26px
}

.font-regular, .sms-cta {
  font-family: wf_edeace5f7a1845e097ccc3191!important
}

.pie-mb h6 {
  font-size: 1.125rem!important
}

.pie-mb p {
  font-size: .9rem!important
}

.mb-2rem {
  padding-bottom: 2rem
}

.text-item {
  font-size: .85rem
}

.text-service-title {
  font-size: 1.1rem
}

.t-bold {
  font-weight: 700
}

.interview-label {
  height: 44px;
  width: 285px;
  border: 0 solid #212121;
  background-color: #d19b3b;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin: 0;
  line-height: 44px;
  letter-spacing: normal;
  font-family: wfont_ce3ffa_edeace5f7a1845e097ccc319111bf3c5, wf_edeace5f7a1845e097ccc3191, orig_roboto_regular
}

.interview-subtitle {
  font-size: .7rem;
  letter-spacing: .1em;
  font-weight: 700
}

.interview-content {
  font-size: 10px;
  letter-spacing: .05em;
  line-height: 1.58em;
  color: #666565
}

.interview-userinfo {
  font-size: 9px;
  text-align: center!important;
  color: #626262;
  line-height: 1.58em;
  margin-top: 1rem
}

.font-roboto-regular {
  font-family: wfont_ce3ffa_edeace5f7a1845e097ccc319111bf3c5, wf_edeace5f7a1845e097ccc3191, orig_roboto_regular
}

.line-list-item {
  color: #000!important
}

.footer-padding {
  padding: 0 0 23px
}

.bg-col-chart {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 340px;
  background-image: url(../../images/landing_page/new-ui-component/background-col-char.png)
}

.t-grey {
  color: #666
}

.text-072-rem {
  font-size: .72rem
}

.sub-button {
  width: 166px;
  height: 28px
}

.new-phone-sub-button {
  width: 85%;
  height: auto
}

.mb-08 {
  margin-bottom: .75rem!important
}

.t-smoke {
  color: #666
}

.pt-45 {
  padding-top: 1.75rem
}

.mb-45 {
  margin-bottom: 1.75rem
}

.font-roboto-bold {
  font-family: "Roboto", sans-serif
}

.logo-footer {
  width: 100%
}

.mobile-footer .footer-menu {
  font-size: 10px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  justify-content: start
}

.mobile-footer .footer-menu span {
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1
}

.footer-menu-item, .footer-menu-item-other-country {
  display: inline-block;
  color: #f6f6f6;
  letter-spacing: -.015em;
  font-size: 9px
}

.footer-menu-item-other-country {
  color: #000
}

.login-modal {
  padding: 1rem
}

.login-modal__title {
  font-size: 15px;
  font-weight: 700;
  color: #000
}

.login-modal__description {
  font-size: 13px;
  text-align: left;
  color: #242728
}

.login-modal__button {
  width: 100%;
  font-size: 13px
}

.login-modal__lists p, .text-right a {
  color: #000;
  font-size: 13px
}

.new-three-style {
  position: relative
}

.new-three-style .img-top-header {
  max-width: 100%;
  width: 100%
}

.new-three-style .content-header {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0
}

.content-header-other-country {
  padding: 10px 0 0
}

.background-mobile-other-country {
  background-image: url(../../images/landing_page_other_country/background/background_video\ 1.jpg)
}

.female-male-bg, .male-female-bg {
  background-image: url(../../images/landing_page_other_country/mobile-review-male-bg.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

.female-male-bg {
  background-image: url(../../images/landing_page_other_country/mobile-review-female-bg.png)
}

.login-bottom .t-agree, .login-bottom .t-agree a {
  font-size: 8px!important
}

.login-bottom-wrapper {
  padding-top: 68%;
}

.login-bottom-wrapper .btn-login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46.587px;
  min-width: 100%;
  font-size: 16.564px;
  font-style: normal;
  font-weight: 500;
  line-height: 98.6%;
  letter-spacing: 2.319px;
}

.second-phone-near-footer {
  width: 100%;
  background-size: 100%auto;
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 130vw
}

.footer-sub-button {
  margin-top: 6rem!important
}

.new-three-style .t-color-blur {
  color: #fff!important
}

.new-three-style #button-cta-block .t-md {
  font-size: 10px!important;
  color: #fff
}

.new-three-style .btn-gold {
  background: #DE9C4E;
  border-radius: 31px;
  min-width: 90%;
  line-height: 29px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .19em;
  font-size: .85rem
}

.new-three-style .btn-white {
  background: #FFFFFF !important;
  color: #000000 !important;
  font-size: 20px;
  height: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 85%;
  letter-spacing: .10em;
}

.new-three-style .t-agree {
  font-size: 8px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif
}

.new-three-style .t-agree a {
  font-size: 8px;
  color: #fff;
  text-decoration: underline
}

.new-three-style .m-t-b {
  margin: 15px 0 19px!important
}

.new-three-style .m-t {
    margin: 15px 0 0!important
}

.new-three-style .title-section {
  color: #797979
}

.new-three-style .padding-section {
  padding-bottom: 0
}

.agency-item-image img, .post-attachement {
  width: 100%
}

.text-custom {
  font-size: 13px;
  color: #797979;
  margin-bottom: 0
}

.head-service {
  font-size: 22px;
  color: #000;
  margin-bottom: 1.5rem
}

.head-service-other-country {
  font-size: 18px;
  font-weight: 700;
  color: #1e0c06
}

.short-des-service {
  color: #7a7979;
  font-family: "Noto Sans JP", sans-serif
}

.text-black {
  color: #000
}

.title-box-desktop .title-box {
  font-size: 30px!important;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px!important;
  letter-spacing: .075em
}

.title-box-desktop .title-box span::after {
  width: 50%!important
}

.title-box {
  font-size: 5.5vw;
  font-weight: 700;
  position: relative;
  padding: 0
}

.title-box.title-underline div.section-title-underline {
  display: inline-block!important
}

.title-box span::after, .title-over {
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.title-box.title-underline div.section-title-underline {
    display: inline-block !important;
    /*border-bottom: 2px solid #000;*/
}

.title-box.title-underline div.section-title-underline > p.underline {
    display: inline-block !important;
    width: 80% !important;
    border-bottom: 2.475px solid #000;
}

.title-box span::after {
  content: "";
  bottom: -5px;
  background: #000;
  width: 70%;
  height: 3px
}

.title-white .title-box span::after {
  background: #fff
}

.title-box.title-underline span::after {
  bottom: 0;
  width: 80%!important;
  height: 2px
}

.title-over {
  top: 25px;
  width: 90%
}

.img {
  max-width: 100%;
  height: auto;
  align-self: flex-start
}

.letter-spacing-75 {
  letter-spacing: .075em
}

.analysis2-box {
  position: relative
}

.analysis2-box .title-box {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  font-size: 17px;
  z-index: 99
}

.box-text-small .title-box {
  font-size: 17px
}

.text-right a {
  color: #828282
}

.twitter-review {
  background-image: url(../../images/landing_page/bg2.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.yellow-bg {
    background-image: url(../../images/landing_page/bg3.png)
}

.orange-bg {
  background-image: url(../../images/landing_page/bg4.png)
}

.twitter-review-other-country {
  position: relative
}

.twitter-review .title-box span:after {
  width: 30%
}

.box-service .title-box span:after {
  width: 57%
}

.box-choose-from .title-box span:after {
  width: 50%
}

.box-part-new {
  background: #f6f6f6
}

.box-part-new .title-box span:after {
  width: 43%
}

.box-compare .title-box span:after {
  width: 60%
}

.new-footer, .new-footer .new-style p, .new-footer a {
  font-size: 8.5px;
  margin-bottom: 0;
  font-weight: 400
}

.cp_arrows *, .cp_arrows :after, .cp_arrows :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.cp_arrows {
  position: relative;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center
}

.cp_arrows .cp_arrow {
  position: absolute;
  top: 75%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0
}

.cp_arrows .cp_arrowfirst {
  -webkit-animation: arrow-move08 2s ease-in-out infinite;
  animation: arrow-move08 2s ease-in-out infinite
}

.cp_arrows .cp_arrowsecond {
  -webkit-animation: arrow-move08 2s 1s ease-in-out infinite;
  animation: arrow-move08 2s 1s ease-in-out infinite
}

.cp_arrows .cp_arrow:after, .cp_arrows .cp_arrow:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 25px;
  height: 2px;
  content: "";
  background: #939393
}

.cp_arrows .cp_arrow:before {
  -webkit-transform: rotate(30deg) translateX(-39%);
  transform: rotate(30deg) translateX(-39%);
  -webkit-transform-origin: top left;
  transform-origin: top left
}

.cp_arrows .cp_arrow:after {
  -webkit-transform: rotate(-30deg) translateX(39%);
  transform: rotate(-30deg) translateX(39%);
  -webkit-transform-origin: top right;
  transform-origin: top right
}

@media only screen and (min-width:520px) {
  .login-modal__title {
    font-size: 18px
  }
  .login-modal__description, .login-modal__lists p {
    font-size: 15px
  }
  .login-modal__button {
    font-size: 16px
  }
  .login-modal {
    padding: 1rem 2rem
  }
}

.bg-pattern {
  background-image: url(../../images/landing_page/bg1.svg)
}

.font-1 {
  font-size: 1rem!important
}

.condition-section {
  padding-top: 7.5%;
  padding-bottom: 6.6%;
  background: url(../../images/landing_page/main/Group\ 3383.webp)no-repeat;
  background-size: cover;
  height: 122vw;
  font-weight: lighter;
  color: rgba(255, 255, 255, .91);
  line-height: 21px
}

.condition-section .col-12 {
  display: flex;
  justify-content: space-between;
  flex-direction: column
}

.condition-title {
  font-size: 16px;
  text-align: center
}

.condition-text {
  padding-left: 20px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -.015rem
}

.text-usage {
  background-color: #fff;
  border: 1px;
  padding: 10px;
  border-style: double;
  border-color: #ebeae8
}

.text-usage, .text-usage-1 {
  width: 100%;
  font-size: 13px;
  color: #4f4f4f;
  text-align: center
}

.text-usage-2 {
  font-weight: 700;
  color: #000
}

.img-usage {
  float: right;
  width: 63%;
  margin-right: 9%
}

.text-usage-3 {
  margin-top: 20px;
  width: 100%;
  background-color: #fff;
  border: 1px;
  padding: 15px;
  font-size: 13px;
  color: #4f4f4f;
  border-style: double;
  border-color: #ebeae8
}

.margin-top-2 {
  margin-top: 2px!important
}

.mobile-text-color-other-country {
  color: #7a7979
}

.mobile-security-text-other-country {
  font-weight: 700;
  color: #000
}

.bg-black-gradient {
  margin-top: -1px;
  background: linear-gradient(188.9deg, #000 3.32%, #2f292a 22.05%, #0f0705 46.77%, #211716 74.08%, #151517 97.66%)
}

.w-90 {
  max-width: 90%
}

.btn-golden-line, .btn-golden-line-desktop {
  width: 95%;
  border: 1px solid #c0a76e;
  box-sizing: border-box;
  border-radius: 22px;
  text-align: center;
  display: block;
  color: #c0a76e
}

.btn-golden-line {
  height: 45px;
  line-height: 3.5;
  letter-spacing: .105em
}

.btn-golden-line-desktop {
  line-height: 2;
  letter-spacing: -.03em;
  font-size: 20px;
  margin-top: 5rem!important
}

.btn-golden-line small {
  font-family: Noto Sans JP;
  font-weight: 700
}

.text-cta-commit {
  padding-left: 10px!important;
  padding-right: 10px!important
}

.agency-item-container {
  display: flex;
  margin: 10px 0
}

#login-button-smsportal, .agency-item {
  width: 100%;
  display: flex;
  align-items: center
}

.agency-item {
  border: 1px solid #DE9C4E;
  padding: 12px 0;
  color: #868686;
  background-color: #fafafa;
  justify-content: flex-start
}

.agency-item .row {
  flex: 1
}

a.agency-item:hover {
  text-decoration: none;
  background: #fff
}

.agency-item-sub-title {
  font-size: 10px;
  display: flex;
  align-items: center
}

.agency-item-sub-title span {
  font-size: 9px;
  color: #fff;
  background-color: #DE9C4E;
  padding: 1px 10px;
  border-radius: 10px;
  margin-right: 8px
}

.agency-item-title, .agency-subtitle-yellow {
  font-size: 12px;
  color: #DE9C4E;
  font-weight: 700
}

.agency-subtitle-yellow span {
  font-size: 9px
}

.agency-item-list .agency-item-sub-title {
  margin-bottom: 15px
}

.agency-item-title {
  margin: 6px 0;
  white-space: nowrap
}

.agency-item-content {
  font-size: 10px
}

.agency-item-list img {
  margin: 5px 0;
}

.agency-subtitle-grey {
  color: #8c8c8c
}

.analysis-title {
  z-index: 9999
}

.analysis-title-inline-title {
  top: 40px
}

.analysis-title-inline-box {
  height: 0
}

.t-yellow-rounding-button {
  border: 1px solid #DE9C4E;
  border-radius: 6px;
  padding-right: 15px;
  padding-left: 15px
}

.text-update {
  font-size: 12px
}

.discount-banner-custom {
  z-index: 1;
  top: 25px
}

#login-button-smsportal {
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .1em;
    font-size: 1.1rem;
  left: 50%;
  background: #DE9C4E;
  height: 50px;
  justify-content: center;
  border-radius: 0;
  box-shadow: 0px 3.30545px 0px #9C875B;
  width: 94%;
  border-radius: 25px;
  margin: 0 auto;
}

#header-login-sticky-btn {
  width: 100%;
  z-index: 9999999;
  bottom: 20px;
  height: 50px
}

.content-header-no-inline {
  position: unset!important
}

.t-agree-2, .t-agree-2 a {
  font-size: .6rem;
  color: #000
}

.t-agree-2 a {
  text-decoration: underline
}

.t-color-blur-black {
  color: #000!important
}

.header-image {
  max-width: 100%;
  width: 100%
}

.gender-selection-content {
  padding-top: 25%
}

.gender-selection-image {
  max-width: 75%
}

.gender-selection-title {
  font-size: 17px;
  font-weight: 700
}

.female-selection-content, .male-selection-content {
  position: fixed;
  overflow: scroll;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding-top: 15px;
  transform: translateX(100%);
  -webkit-transform: translateX(100%)
}

.gender-selection {
  position: absolute;
  width: 100%;
  height: 100%
}

.right-100-percent {
  right: 100%
}

.transform-route-right {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%)
}

.gender-detail-selection-slide-in {
  animation: slide-in-left-to-right .3s forwards;
  -webkit-animation: slide-in-left-to-right .3s forwards
}

.gender-detail-selection-slide-out {
  animation: slide-out-left-to-right .3s forwards;
  -webkit-animation: slide-out-left-to-right .3s forwards
}

.gender-selection-slide-in {
  animation: slide-in-right-to-left .3s forwards;
  -webkit-animation: slide-in-right-to-left .3s forwards
}

.gender-selection-slide-out {
  animation: slide-out-right-to-left .3s forwards;
  -webkit-animation: slide-out-right-to-left .3s forwards
}

.invisible {
  display: none
}

.reduce-width {
  width: 73%
}

.reduce-image-width {
  width: 98%!important
}

.gender-selected-back-btn {
  font-size: 18px;
  font-weight: 700
}

.gender-selected-back-link {
  text-decoration: none;
  color: #000
}

.gender-selection-image-detail {
  width: 100%;
  margin: auto
}

.s-17-black {
  font-size: 16px!important;
  color: #000;
  line-height: 1.7rem!important
}

.header-login-inline-button {
  position: absolute;
  width: 100%;
  top: 305px;
  color: #b6b5b5!important
}

.title-underline-row {
  border-top: 2px solid #000;
  height: 1px
}

.fade-in-animation {
  animation: .75s ease-out 0s 1 fadeInBottomToTop
}

.fade-out-animation {
  opacity: 0
}

.new-btn-commit-option {
  background: #c4c5c4;
  color: #f6f6f6
}

.btn-regular-version, .btn-regular-version:active {
  background: #fff;
  color: #ff5c71;
  border: 1px solid #ff5c71
}

.btn-regular-version:active {
  color: #ff5c71!important
}

.btn-regular-version:focus {
  background: #fff;
  color: #ff5c71!important;
  border: 1px solid #ff5c71
}

.btn-regular-version:hover {
  background: #fff;
  color: #ff5c71!important;
  border: 1px solid #ff5c71
}

.coloria_link {
  color: #000;
  position: absolute;
  bottom: 30px;
  right: 28px;
  font-size: 9px;
  letter-spacing: 2px;
  text-decoration: underline
}

.coloria_link:active, .coloria_link:hover {
  color: #000;
  border-bottom: 1px solid #000;
  text-decoration: none
}

.btn-regular {
  position: absolute;
  bottom: 25px;
  margin-left: 9px
}

.btn-regular, .btn-regular:active, .btn-regular:hover {
  background: #ff5c71;
  color: #fff
}

.btn-footer {
  background: #c4c4c4;
  color: #f6f6f6;
  margin-top: 0!important
}

.logo-mobile {
  width: 135px;
  padding-left: 5px
}

.coloria-banner {
  position: absolute;
  width: 41%;
  right: 7%;
  bottom: 12%
}

.pb-75 {
  padding-bottom: 75px!important
}

#login-button-smsportal-text {
  width: 100%!important
}

.animated-fade-in-up {
  animation-duration: .7s;
  animation-fill-mode: both;
  -webkit-animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp
}

.golden-number {
  font-size: 1.5rem;
  color: #c0a76e
}

.little-top-margin {
  margin-top: 8px!important
}

.anchor-big-title {
  font-weight: 700
}

.anchor-container {
  font-size: 1.5rem
}

.anchor-order-number {
  font-weight: 700;
  color: #c0a76e
}

.anchor-little-title {
  font-size: 1rem;
  font-weight: 700
}

#app-btn-container .app-btn, .anchor-row, .sign-in-btn {
  display: flex;
  align-items: center;
  justify-content: center
}

.anchor-dropdown-icon {
  font-size: 2rem;
  font-weight: 300;
  color: #c0a76e
}

#app-btn-container {
  height: auto;
  aspect-ratio: 410/69;
  display: none;
  background: #000;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999
}

#app-btn-container .app-btn {
  justify-content: space-between;
  margin: 0 auto;
  height: 100%;
  width: calc(100% - 40px)
}

#app-btn-container .app-btn .icon-container {
  display: flex;
  align-items: center;
}

#app-btn-container .app-btn .icon {
  margin-right: 8px
}

#app-btn-container .app-btn .icon img {
  aspect-ratio: 1/1;
  border: 0
}

#app-btn-container .app-btn .logo img {
  border: 0
}

#app-btn-container .app-btn .logo p {
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin: 5px 0 0
}

#app-btn-container .app-btn .logo-lg {
    padding-bottom: 0.75em;
}

#app-btn-container .app-btn .logo-lg img {
    width: 130px;
    height: 27px;
}

#app-btn-container .app-btn .logo-lg p {
    font-size: 12px;
}

#app-btn-container .app-btn .download-btn a {
  background: #bfa671;
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 20.2101px;
  padding: 8px 15px
}

#app-btn-container .app-btn .download-btn-bg-white a {
    background: #ffffff;
    color: #000000;
}

@media (max-width:320px) {
  #app-btn-container .app-btn .logo p {
    font-size: 9px
  }
  #app-btn-container .app-btn .download-btn a {
    padding: 8px 16px
  }
}
@media (max-width:360px) {
  #app-btn-container .app-btn .logo-lg p {
    font-size: 10px
  }
  #app-btn-container .app-btn .logo-lg img {
      width: 110px;
      height: 25px;
  }
}

@media (max-width:375px) {
  #app-btn-container .app-btn .download-btn-bg-white a {
    font-size: 2.8vw !important;
  }
}

@media (min-width:426px) {
  #app-btn-container .app-btn {
    justify-content: flex-start
  }
  #app-btn-container .app-btn .download-btn {
    flex-grow: 1;
    text-align: right
  }
  #app-btn-container .app-btn .icon {
    margin-right: 20px
  }
}

/* ma aspect-ratio */

img {
    max-width: 100%;
}

img[src$="/images/landing_page/top-image.webp"] {
    aspect-ratio: 412 / 541;
}

img[src$="/images/landing_page/button/white-button.svg"] {
    aspect-ratio: 246.5 / 30.23;
}

img[src$="/images/landing_page/app_summary_banner_male.webp"] {
    aspect-ratio: 1546 / 1160;
}

img[src$="/images/landing_page/mobile-m-ad-bg-1-ma.webp"] {
    aspect-ratio: 400 / 261;
}

img[src$="/images/landing_page/select_date_12_08.webp"] {
    aspect-ratio: 407 / 378;
}

img[src$="/images/landing_page/service-ma/how-it-work-2-ma.webp"] {
    aspect-ratio: 814 / 881;
}

img[src$="/images/landing_page/service-ma/how-it-work-3-ma.webp"] {
    aspect-ratio: 11 / 12;
}

img[src$="/images/landing_page/service-ma/how-it-work-4-ma.webp"] {
    aspect-ratio: 407 / 443;
}

img[src$="/images/landing_page/female-lp/compressed/Group 3115.webp"] {
    aspect-ratio: 59 / 87;
}

img[src$="/images/landing_page/main/analysis2.webp"] {
    aspect-ratio: 557 / 560;
}

img[src$="/images/landing_page/new-ui-component/twitter_review1.webp"] {
    aspect-ratio: 200 / 143;
}

img[src$="/images/landing_page/new-ui-component/twitter_review2.webp"] {
    aspect-ratio: 250 / 193;
}

img[src$="/images/landing_page/new-ui-component/1700.webp"] {
    aspect-ratio: 1000 / 689;
}

img[src$="/images/landing_page/new-ui-component/Group_2231.webp"] {
    aspect-ratio: 50 / 49;
}

img[src$="/images/landing_page/new-ui-component/refund-amount.webp"] {
    aspect-ratio: 1000 / 609;
}

img[src$="/images/landing_page/image_2202.svg"] {
    aspect-ratio: 203 / 93;
}

img[src$="/images/landing_page/news23-logo.svg"] {
    aspect-ratio: 3 / 1;
}

img[src$="/images/landing_page/frame_102.webp"] {
    aspect-ratio: 92 / 47;
}

img[src$="/images/landing_page/logo-shadowed.svg"] {
    width: 118;
    height: 33;
}

.t-agree-black {
  color: #000000 !important;
  font-size: 10px;
}

.t-agree-black a {
  color: #000000 !important;
  text-decoration: underline !important;
}

.content-header-kansai , .content-header-m-ad{
  position: relative !important;
  background: #FFFFFF;
  padding: 1px 0px 1px !important;
}

#how-to-date {
    padding: 38px 0 130px 0;
    background-color: #FCF6EE
}

#how-to-date .btn-step{
    background-color: #C89C34;
    font-size: 3.2vw;
    color: white;
    padding: 5px 14px;
    border-radius: 8px;
    text-align: center;
}

#how-to-date .title {
    font-size: 5vw;
    color: black;
    margin-top: 26px;
    font-weight: 400 !important;
}

#how-to-date .sub-title {
    font-size: 3.3vw;
    color: #1A1A1A;
    margin: 12px 0;
}

#how-to-date .carousel-cell {
    width: 70%;
}

#how-to-date .flickity-page-dots {
    bottom: -55px;
}

#how-to-date .flickity-page-dots .dot {
    width: 21vw;
    height: 2px;
    background: #D9D9D9;
    opacity: 1;
    margin: 3px;
    border-radius: 0;
}

#how-to-date .flickity-page-dots .dot.is-selected {
    background: #C89C34;
}

#how-to-date .carousel-cell img {
    height: 100vw;
}

.bg-gold {
    background: #bfa671 !important;
}

.bg-white {
    background-color: #ffffff !important
}

.female-bg-gold {
    background: #C89C34 !important;
}

.female-bg-orange {
  background: #DE9C4E !important;
}

.text-sub-message{
    font-size: 13px;
}

.text-10{
    font-size: 10px;
}

.text-10 a{
    color: #7a7979;
    text-decoration: underline;
}

.text-11{
    font-size: 11px;
}

.t-color-gray {
    color: #666666 !important;
}

.text-15{
    font-size: 15px!important;
}

.arrow-right-up{
    transform: rotate(45deg);
    font-size: 15px;
}

.yellow-pink-bg {
    background-color: #DE9C4E !important;
}

.yellow-pink-color {
    color: #DE9C4E !important;
}

.light-yellow-bg {
    background-color: #FCF6EE !important;
}

.new-plans-lp-link {
    float: right;
    margin-top: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 113.06%;
    text-align: center;
    letter-spacing: -0.015em;
    text-decoration-line: underline;
    color: #828282;
    margin-bottom: 10px;
}

.new-plans-lp-note {
    font-size: 12px;
}

.yp-new-phone-bg-mobile-user-custom-1 {
    background-image: url(../../images/landing_page/new-ui-component/yp-new-footer-bg-1.png);
    /*background-size: 100% auto !important;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #292929;
}

.light-yellow-box-shadow {
    box-shadow: 0 3.30545px 0 #CB8743 !important;
}

.yellow-pink-border-color {
    border-color: #DE9C4E !important;
}

.yp-new-phone-bg-mobile-user {
    background-image: url(../../images/landing_page/new-ui-component/yp-Group-289.png);
    background-color: #292929;
}

.btn-login-sticky.show, .Android #app-btn-container, .title-over span {
    display: block
}

.after-header-content-image {
  flex: 0 0 38%;
  max-width: 38%;
  padding: 30px 0 30px 15px;
}

.after-header-content-text {
  flex: 0 0 62%;
  max-width: 62%;
  font-size: 13px;
  font-weight: 400;
  word-wrap: break-word;
  padding: 30px 15px 0 15px;
}

.after-header-content-header {
  font-size: 22.5px;
  font-weight: 700;
  margin-bottom: 26px;
  margin-top: 13px;
}

.text-26 {
  font-size: 26px !important;
}

.m-title-white-dot {
  top: -4px;
  left: 10px;
}

.footer-img {
  display: none;
}

@media (min-width: 768px) {
  .device-desktop {
    display: flex;
    justify-content: center;
  }

  .device-desktop-content {
    max-width: 430px;
  }

  .device-desktop-content .section-title-underline {
    font-size: calc((5.5 * 430px) / 100);
  }

  .device-desktop-content #how-to-date .btn-step {
    font-size: calc((3.2 * 430px) / 100);
  }

  .device-desktop-content #how-to-date .title {
    font-size: calc((5 * 430px) / 100);
  }

  .device-desktop-content #how-to-date .sub-title {
    font-size: calc((3.3 * 430px) / 100);
  }

  .device-desktop-content #how-to-date .carousel-cell img {
    height: 35vh;
  }

  .device-desktop-content #header-login-sticky-btn {
    width: 430px;
  }

  .device-desktop-content #how-to-date .flickity-page-dots .dot {
    width: calc((21 * 430px) / 100);
  }

  .footer-img {
    display: flex;
  }

  .footer-banner-lp {
    background-image: none;
    min-height: inherit;
    background-color: #fff;
    padding: 0;
  }

  .footer-banner-lp div {
    position: relative;
    padding: 0;
  }

  .footer-banner-lp div .t-agree {
    position: absolute;
    top: 50%;
  }

  .device-desktop-content
  #footer-mobile-block
  .sign-in-btn
  .phone-footer-button,
  .device-desktop-content
  #footer-mobile-block
  .sign-in-btn
  .phone-footer-button
  div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .device-desktop-content #footer-mobile-block .sign-in-btn {
    position: absolute;
    width: 100%;
    top: 55%;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .footer-banner-lp img {
    display: none;
  }
}
.head-service-install {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -3px;
  color: #282828;
}

.service-install-f {
  padding-top: 85%;
}

.service-install-m {
  padding-top: 80%;
}

.bg-install {
  background-color: #F8F4F0;
}

.logo-install img {
  width: 50vw;
  aspect-ratio: 214 / 50;
  height: auto;
}

.install-btn-new a{
  padding: 8px 10px !important;
}
.icon-install {
  margin: 0 !important;
}

#header-login-sticky-btn .bottom-floating {
  bottom: 0;
}

.bottom-login-btn {
  bottom: 0 !important;
}

.container-plans {
  width: 100%;
  aspect-ratio: 421/888;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../images/plans/background_plans.png);
  margin: auto;
}
.logo-bachelor {
  width: 31px;
  height: 33px;
  background-image: url(../../images/plans/logo_bachelor.svg);
  margin: 13px 0 0 19px;
}
.title-plans {
  text-align: center;
  font-size: 33px;
  font-weight: 600;
  line-height: normal;
  margin-top: 10px;
}
.intro-content, .title-item-plan {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
.intro-content {
  color: #000;
  line-height: 22px;
  margin: 17px 0;
}
.line-text-decoration {
  width: 53px;
  height: 3px;
  background: linear-gradient(90deg, #c79131 0, #efc985 100%);
  margin: auto;
}
.wrapper-price-plans {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin: 44px 15px 22px;
}
.item-price-plan {
  width: 33%;
  border-radius: 2.177px;
  background: #fff;
  box-shadow: 0 1px 6px 0 rgba(218, 167, 76, .25);
  position: relative;
}
.title-item-plan {
  padding: 2px 21px 4px;
  border-radius: 2.177px 2.177px 0 0;
  background: linear-gradient(0deg, #daa74c 0, #daa74c 100%), #fff;
  color: #fff;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: normal;
  letter-spacing: .75px;
  margin: 0;
}
.title-content-price, .title-item-black-plan {
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.title-item-black-plan {
  color: #fff;
  font-family: "Trajan Pro 3";
  font-size: 17px;
  font-style: normal;
  letter-spacing: .85px;
  padding: 6px 28px 2px;
}
.currency, .note-price, .title-content-price, .title-price-plan {
  font-family: Roboto, sans-serif;
  font-style: normal;
  color: #daa74c;
}
.content-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.title-content-price {
  font-size: 9.123px;
  margin: 8px 0;
}
.wrapper-content-price {
  margin: auto;
}
.title-price-plan {
  text-align: right;
  font-size: 21.896px;
  font-weight: 800;
  line-height: normal;
  margin: 0;
}
.currency {
  font-size: 10.583px;
  font-weight: 700;
  line-height: normal;
}
.note-price {
  font-size: 7.58px;
  font-weight: 600;
  line-height: 11px;
  float: right;
}
.cost-effectiveness {
  text-align: center;
  color: #daa74c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: .441px;
  padding: 4px 0;
  border-radius: 2.177px;
  border: 1px solid #daa74c;
  margin: 8px 8px 20px;
}
.content-sub-item, .title-sub-item {
  color: #7e7e7e;
  font-family: Roboto, sans-serif;
  text-align: center;
  font-style: normal;
  line-height: normal;
}
.content-black-plan, .title-black-plan, .title-btn {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  text-align: center;
}
.evaluate, .number-person {
  border-bottom: .441px solid #ccc;
  background: #fff;
}
.title-sub-item {
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 6.5px;
}
.content-sub-item {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14.5px;
}
.evaluate {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0;
}
.two-star {
  width: 40px;
  height: 26px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../images/plans/two_star.png);
}
.match-degree {
  padding: 15px 0 0;
}
.btn-item-plan {
  margin: 11px 7px 18px;
  text-align: center;
  border-radius: 2px;
  background: #daa74c;
  width: -webkit-fill-available;
}
.wrapper-content-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6.7px 0;
  position: relative;
}
.pricing-container a:hover, .wrapper-content-btn:hover, .wrapper-link-page-normal a:hover {
  text-decoration: none;
}
.title-btn {
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: .38px;
}
.icon-triangle {
  position: absolute;
  right: 6px;
  width: 6.25px;
  height: 6.25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../images/plans/triangle.png);
}
.three-star {
  width: 60px;
  height: 26px;
  background-image: url(../../images/plans/three_star.png);
}
.premium-bg, .title-option-3 {
  background: #c79131;
}
.premium-color {
  color: #c79131;
}
.content-black-plan, .title-black-plan {
  display: block;
  color: #000;
  line-height: 14.085px;
}
.premium-border {
  border: 1px solid #c79131;
}
.black-bg {
  background: #000;
}
.black-border {
  border: 1px solid #000;
}
.wrapper-blur-content-black-plan {
  filter: blur(5px);
}
.wrapper-content-black {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-black-plan {
  font-size: 15.21px;
  font-weight: 400;
  letter-spacing: 1.369px;
}
.content-black-plan {
  font-size: 8.917px;
  font-weight: 500;
  letter-spacing: 1.694px;
}
.wrapper-link-page-normal {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 14px;
  border-radius: 15px;
  border: 1px solid #4e4e4e;
  float: right;
  margin-right: 15px;
}
.wrapper-link-page-normal a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-link {
  color: #4e4e4e;
  font-family: Roboto, sans-serif;
  font-size: 8.426px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 6px;
}
.content-first-row, .footer-plans, .style-option, .title-intro, .title-price-plan-sheet, .title-row, .title-table {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
.icon-next-round {
  display: inline-block;
  width: 9.229px;
  height: 9.184px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../images/plans/icon_next_round.svg);
}
.container-plan-sheet-page, .footer-plans {
  background: #f5f5f5;
}
.footer-plans {
  margin-top: 87px;
  padding: 20px 40px 120px 24px;
  color: #7e7e7e;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: .48px;
}
.wrapper-title-plan {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 17px;
}
.vector-left, .vector-right {
  width: 59px;
  height: 4px;
  background: #000;
}
.title-price-plan-sheet {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
.style-option, .title-intro {
  color: #fff;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.content-row, .title-table {
  font-weight: 500;
  color: #4e4e4e;
}
.info-price-img {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.title-intro {
  font-size: 13.161px;
  padding: 7.5px 0;
  background: #d19b3b;
}
.wrapper-option {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 33.5px 0 32px;
}
.style-option {
  width: 28%;
  padding: 27px 0 25px;
  font-size: 18px;
  letter-spacing: .72px;
  border: 0 solid #000;
}
.wrapper-content-first-row {
  padding: 10px 0 14px;
  position: relative;
}
.title-option-1 {
  background: #e8b02a;
}
.title-option-2 {
  background: #daa74c;
}
.wrapper-detail-info-table {
  margin: 0 31px 0 32px;
}
.title-table {
  text-align: center;
  font-size: 16px;
  line-height: normal;
  margin-top: 13px;
}
.content-first-row, .content-row, .title-row {
  font-size: 14px;
  line-height: normal;
  text-align: center;
}
.wrapper-content-first-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 37px;
}
.content-row {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
.footer-price-plan-sheet, .style-btn {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
.bottom-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d0d0d0;
}
.content-first-row {
  color: #4e4e4e;
  font-weight: 700;
}
.title-row {
  color: #7a7a7a;
  font-weight: 500;
  margin-bottom: 6px;
}
.style-btn, .style-btn:hover {
  color: #fff;
  text-decoration: none;
}
.wrapper-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 7px;
  margin: 24px 20px 12px 25px;
}
.wrapper-item-btn-redirect {
  flex: 1;
  position: relative;
  filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.25));
  width: 120px;
  height: 82px;
  display: flex;
}

.style-btn {
  width: 100%;
  padding-top: 23px;
  position: relative;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  clip-path: polygon(0% 0%, 0% 71%, 50% 88%, 100% 71%, 100% 0%);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 113.059%;
  letter-spacing: -0.16px;
}
.style-btn-1 {
  background-color: #e8b02a;
}
.style-btn-2 {
  background-color: #daa74c;
}
.style-btn-3 {
  background-color: #c79131;
}
.title-btn-sheet {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.footer-price-plan-sheet {
  color: #4e4e4e;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  padding: 0 21px 27px;
}

.bg-plans {
  background-image: url(../../images/plans/bg-plans.png);
  background-size: cover;
  justify-content: center;
  display: flex;
  padding: 0 32px;
}
.top-navigation {
  height: 42px;
  background-color: #1a1a1a;
}
.top-navigation-title {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.wrapper-header {
  margin-right: 0;
}
.container-no-padding {
  padding-right: 0;
  padding-left: 0;
  max-width: 600px;
}
.pricing-container {
  text-align: center;
}
.header-card {
  margin-top: 40px;
  margin-bottom: 40px;
}
.header-card h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.divider {
  width: 200px;
  height: 4px;
  background: linear-gradient(90deg, #c79131 0, #efc985 100%);
  margin: 0 auto 20px;
}
.plan-card {
  display: flex;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 4px 2px 4px 0 rgba(0, 0, 0, .25);
  margin: 24px 0;
  position: relative;
}
.left-box {
  padding: 19px 9.5px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.left-box p, .right-box p {
  margin-bottom: 0;
}
.plan-title {
  margin-bottom: 6px !important;
}
.discount {
  font-family: Roboto, sans-serif;
  font-size: 17px;
  background-color: #aa7200;
  color: #fff;
  padding: 1.813px 3.719px 1.813px 7.532px;
  border-radius: 40px;
}
.popular-price {
  position: absolute;
  padding: 6px 30px 5px 37px;
  right: 23px;
  top: -16px;
  z-index: 99;
  border-radius: 80px;
}
.right-box {
  padding: 19px 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}
.price {
  color: #000;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: 112.2%;
  letter-spacing: -1.085px;
  margin-bottom: 5px !important;
}
.guarantee {
  color: #d90000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.72px;
  line-height: 112.2%;
  margin-right: 13px;
  margin-bottom: 6px !important;
}
.monthly, .tax-included {
  text-align: right;
  font-weight: 400;
  color: #000;line-height: 112.2%;
}
.monthly {
  font-size: 14px;
  margin-right: 4px;
}
.tax-included {
  font-size: 10px;
  letter-spacing: 1px;
  margin-right: 13px;
}
.bg-gray {
  background-color: #a3a6b5;
}
.other-plans-btn {
  margin-top: 11px;
  padding: 8px 12px;
  font-size: 14px;
  color: #333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  border-radius: 20px;
  border: 1.25px solid #4e4e4e;
  font-weight: 600;
}
.star-info-table {
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.one-star-info-table {
  width: 11px;
  margin: 0 20px;
  background-image: url(../../images/plans/one_star_info_table.png);
}
.two-star-info-table {
  width: 51px;
  background-image: url(../../images/plans/two_star_info_table.png);
}
.three-star-info-table {
  width: 51px;
  background-image: url(../../images/plans/three_star_info_table.png);
}

.plan-title-number {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  letter-spacing: -0.52px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: 120.2%;
}

.plan-title-medium-size {
  font-family: Roboto, sans-serif;
  font-size: 19.399px;
  letter-spacing: -0.388px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: 120.2%;
}

.plan-title-small-size {
  font-family: Roboto, sans-serif;
  font-size: 17.459px;
  letter-spacing: -0.349px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: 120.2%;
}

.currency-plan-card {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 16.489px;
  font-style: normal;
  font-weight: 500;
  line-height: 112.2%;
  letter-spacing: 4.534px;
  margin-left: 2.86px;
}
.title-date-plan-card {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16.489px;
  font-style: normal;
  font-weight: 500;
  line-height: 112.2%;
  letter-spacing: -0.577px;
}

.title-currency-discount {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11.439px;
  font-style: normal;
  font-weight: 400;
  line-height: 107.7%;
  letter-spacing: 0.286px;
}

.wrapper-info-price {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 15.23px;
}
.box-title-info-price {
  position: relative;
  width: 61.11px;
  height: 57.44px;
  background-color: #D19B3B;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-box {
  color: #FFF;
  text-align: center;
  font-family:"Noto Sans JP",sans-serif;
  font-size: 13.444px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.triangle-box {
  position: absolute;
  bottom: 1;
  left: 0;
  width: 0;
  height: 0;
  border-left: 31px solid transparent;
  border-right: 31px solid transparent;
  border-top: 14.66px solid #D19B3B;
  transform: translateY(100%);
}

.title-info-price {
  color: #000;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 68.443px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -10.111px;
  margin: 0 9.22px 0 3px;
}

.sub-title-info-price {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 68.443px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.currency-info-price {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19.555px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  top: 15px;
}

.wrapper-content-row {
  padding-top: 10px;
  position: relative;
}

.img-service5-class {
  margin-top: -1;
  background: radial-gradient(50% 50% at 50% 50%, #FCF6EE 0%, #FDDF9B 100%);
}

.button-login-mad {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 80% !important;
  height: 68px;
  border-radius: 40px !important;
  background: linear-gradient(6deg, #E6D877 -13.76%, #F5C16C 21.68%, #D38B4D 57.66%, #A7753B 95.28%) !important;
  border: unset;
}

.text-intro-mad {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 13.541px;
  font-style: normal;
  font-weight: 350;
  line-height: 80.1%;
  letter-spacing: 0.474px;
  margin: 18px 0 12px !important;
}

.button-login-mad div {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 18.587px;
  font-weight: 500;
}

.wrapper-button-login-smsportal-footer {
  position: relative;
  margin-top: -1px;
}

.login-button-smsportal-footer {
  width: 88.5% !important;
  height: 54px !important;
  position: absolute;
  bottom: 45px;
  transform: translate(-50%, -50%);
  border-radius: 108.751px;
  border: 1.64px solid #E7A453;
  background: #FFF !important;
  box-shadow: 0px 2.187px 2.187px 0px rgba(231, 164, 83, 0.00)!important;
}

.login-button-smsportal-text-footer {
  color: #E7A453;
  text-align: center;
  font-size: 16.572px;
  font-style: normal;
  font-weight: 700;
  line-height: 98.6%;
  letter-spacing: 2.32px;
}

.terms-and-privacy-wrapper {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.terms-and-privacy-wrapper b {
  display: inline-block;
  margin: 0 5px;
  color: rgba(255, 255, 255, 0.80) !important;
  text-align: right;
  font-size: 10.025px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.1%;
  letter-spacing: 0.451px;
}

.terms-and-privacy-text {
  color: rgba(255, 255, 255, 0.80) !important;
  font-size: 10.025px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.1%;
  letter-spacing: 0.451px;
  text-decoration: underline !important;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.terms-and-privacy-text:active,
.terms-and-privacy-text:focus,
.terms-and-privacy-text:hover{
  color: rgba(255, 255, 255, 0.80);
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.text-terms-of-use {
  font-family:"Noto Sans JP",sans-serif;
  font-style: normal;
  font-weight: 400;
}

.title-warning {
  margin: 5px 0 13px 0;
  font-family:"Noto Sans JP",sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}

.button-login-sticky-mad {
  display: flex;
  width: 330.19px!important;
  height: 72.16px!important;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px !important;
  border: 3px solid #FFF;
  background: linear-gradient(6deg, #E6D877 -13.76%, #F5C16C 21.68%, #D38B4D 57.66%, #A7753B 95.28%);
  box-shadow: none !important;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 18.587px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.372px;
}
.login-btn-sticky {
  bottom: 40px!important;
}
.sign_in_btn_wrapper {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin: 0 21px;
}
.btn-gold-female {
  height: auto;
  padding: 14px 0 16px 0;
  align-self: stretch;
  border-radius: 108.771px;
  background: #DE9C4E;
  line-height: initial !important;
  background: #DE9C4E !important;
}
.btn-white-female, 
.btn-white-female:visited,
.btn-white-female:active,
.btn-white-female:hover {    
  display: flex;
  width: 100%;    
  height: 50px;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  flex-shrink: 0;
  border-radius: 21.934px;
  border: 1.8px solid #DE9C4E;
  background: #FFF;
  color: #DE9C4E !important;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15.302px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 100.1%;
  letter-spacing: 1.607px;
}

.how-it-work-image-style {
  margin-top: -1px;
}

.img-analyze-class {
  margin-top: -1;
}

.section-title-underline-mad {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24.037px;
  font-style: normal;
  font-weight: 500;
}

.title-box.title-underline div.section-title-underline-mad > p.underline {
  width: 66% !important;
}

.button-redirect-to-page-other {
  margin-top: 97px;
}

.button-redirect-to-page-other .new-phone-sub-button {
  width: 80%;
}

.container-redesign #header-login-sticky-btn {
  width: 25%;
}

.container-redesign .login-btn-sticky {
  bottom: 70px !important;
}

.container-redesign #button-login-sticky-mad {
  width: 80% !important;
  height: 54.16px !important;
}

.img-service1-fem-style img {
  width: 100%;
}

@media (max-width:414px) {
  .title-item-plan {
    font-size: 14px;
  }
  .title-item-black-plan {
    font-size: 16px;
  }
}@media (max-width:390px) {
  .button-redirect-to-page-other {
    margin-top: 85px;
  }
  .title-item-plan {
    font-size: 12px;
  }
  .title-item-black-plan {
    font-size: 14px;
  }
}@media (max-width:375px) {
  #app-btn-container .app-btn .download-btn-bg-white a {
    font-size: 2.8vw!important;
  }
  .style-btn {
    font-size: 15px;
  }
  .footer-price-plan-sheet, .title-item-black-plan {
    font-size: 12px;
  }
  .title-item-plan {
    font-size: 10px;
  }
  .login-button-smsportal-footer {
    bottom: 40px;
  }
}@media (min-width:431px) and (max-width:767px) {
  .container-plans {
    aspect-ratio: 1;
    background-size: cover;
    width: 100%}
}@media (min-width:768px) {
  .device-desktop {
    display: flex;
    justify-content: center;
  }
  .device-desktop-content {
    max-width: 430px;
  }
  .device-desktop-content .section-title-underline {
    font-size: calc((5.5 * 430px) / 100);
  }
  .device-desktop-content #how-to-date .btn-step {
    font-size: calc((3.2 * 430px) / 100);
  }
  .device-desktop-content #how-to-date .title {
    font-size: calc((5 * 430px) / 100);
  }
  .device-desktop-content #how-to-date .sub-title {
    font-size: calc((3.3 * 430px) / 100);
  }
  .device-desktop-content #how-to-date .carousel-cell img {
    height: 35vh;
  }
  .device-desktop-content #header-login-sticky-btn {
    width: 430px;
  }
  .device-desktop-content #how-to-date .flickity-page-dots .dot {
    width: calc((21 * 430px)/ 100);
  }
  .footer-img {
    display: flex;
  }
  .footer-banner-lp {
    background-image: none;
    min-height: inherit;
    background-color: #fff;
    padding: 0;
  }
  .footer-banner-lp div {
    position: relative;
    padding: 0;
  }
  .footer-banner-lp div .t-agree {
    position: absolute;
    top: 50%}
  .device-desktop-content #footer-mobile-block .sign-in-btn .phone-footer-button, .device-desktop-content #footer-mobile-block .sign-in-btn .phone-footer-button div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .device-desktop-content #footer-mobile-block .sign-in-btn {
    position: absolute;
    width: 100%;
    top: 55%;
    padding: 0 15px;
  }
  .container-plans {
    aspect-ratio: 1;
    background-size: cover;
    width: 55%}
  .container-plan-sheet-page {
    width: 599px;
    margin: auto;
  }
  .wrapper-title-plan {
    padding-top: 25px;
  }
  .vector-left, .vector-right {
    height: 5px;
  }
  .title-price-plan-sheet {
    font-size: 28px;
  }
  .title-intro {
    font-size: 18px;
    padding: 10px 0;
  }
  .style-option {
    padding: 35px 0 32px;
    font-size: 22px;
  }
  .wrapper-content-first-row, .wrapper-content-row {
    padding: 10px 0;
  }
  .wrapper-detail-info-table {
    margin: 0 40px;
  }
  .title-table {
    font-size: 22px;
    margin-top: 20px;
  }
  .intro-content, .style-btn, .title-black-plan {
    font-size: 18px;
  }
  .footer-price-plan-sheet {
    font-size: 14px;
    padding: 0 30px 27px;
  }
  .title-plans {
    font-size: 45px;
  }
  .title-item-plan {
    font-size: 20px;
  }
  .title-item-black-plan {
    font-size: 22px;
  }
  .line-text-decoration {
    width: 65px;
  }
  .title-price-plan {
    font-size: 30px;
  }
  .currency, .footer-plans, .title-content-price, .title-sub-item {
    font-size: 15px;
  }
  .note-price {
    font-size: 12px;
  }
  .cost-effectiveness {
    font-size: 12px;
    margin: 20px 8px;
  }
  .content-sub-item {
    font-size: 25px;
  }
  .btn-item-plan {
    margin: 20px 7px 18px;
    padding: 10px 0;
  }
  .title-btn {
    font-size: 14px;
  }
  .icon-triangle {
    width: 8.25px;
    height: 8.25px;
  }
  .content-black-plan {
    font-size: 10px;
  }
  .footer-plans {
    margin-top: 87px;
  }
  .title-link {
    font-size: 10;
  }
  .icon-next-round {
    width: 15px;
    height: 15px;
  }
  .top-navigation {
    display: none;
  }
}@media (min-width:992px) {
  .container-plans {
    aspect-ratio: 1;
    background-size: cover;
    width: 599px;
  }
}
