@charset "UTF-8";
html {
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 62.5%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

section, article, main, aside, nav, header, footer, figure, figcaption {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

div, section, article, main, aside, nav, header, footer,
video, canvas, audio,
h1, h2, h3, h4, h5,
a, span, address, time,
img, figure, figcaption,
ul, ol, li, dl, dt, dd,
form, fieldset, textarea, input,
iframe, blockquote, q,
table, caption, tbody, tfoot, thead, th, td {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  color: #333333;
  font-family: "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1.82;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 1.8rem;
    line-height: 1.75;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul, ol {
  padding: 0;
  list-style: none;
}

caption, em, address {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

sup, sub {
  position: relative;
  margin: 0 1px 0 0;
  font-size: 0.6em;
  line-height: 0;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

code {
  margin: 0 2px;
  padding: 0 5px;
  white-space: nowrap;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
}

a {
  background: transparent;
  text-decoration: none;
}

.header_navi {
  background-color: white;
}

.logo {
  position: relative;
  display: block;
  padding: 10px 20px;
  width: 150px;
  margin-right: 0;
}

@media screen and (max-width: 1200px) {
  .logo {
    width: 120px;
    padding: 10px;
  }
}
.bg_4d4d4f {
  background: #4d4d4f;
}

.fc_fff {
  color: #fff !important;
}

footer .footer_in {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 10px;
}
footer .footer_in_copy {
  width: 100%;
}
footer .footer_in_copy small {
  display: block;
  font-size: 1.14rem;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  margin: 0;
  padding: 0 15px;
  display: inline-block;
  line-height: 1;
}
footer ul li a {
  font-size: 1.4rem;
  text-decoration: none;
}
footer ul li a:hover {
  color: inherit;
  text-decoration: underline;
}
footer.fc_fff ul li {
  border-right: 1px solid #fff;
}
footer.fc_fff ul li:last-child {
  border-right: none;
}

.flex_box {
  display: flex;
  flex-wrap: wrap;
}

.flex_justify-content_center {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  footer .footer_in {
    padding-top: 5px;
  }
  footer ul li {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  footer ul a {
    display: block;
    padding: 14px 15px;
    font-size: 1.32rem;
    text-decoration: none;
  }
  footer ul a:hover {
    color: inherit;
    text-decoration: underline;
  }
  footer.fc_fff ul li {
    border-right: none;
    border-bottom: 1px solid #96969e;
  }
}
.mainvisual {
  position: relative;
  overflow-x: hidden;
}

.movie-area {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: -2;
  opacity: 0;
  background: url("/jp/forHome/brand/internet-fraud/assets/images/bg_main_sp.jpg") top;	
  background-size: contain;	
}
.movie-area.fadein {
  animation: yt-fadein 1s ease-in forwards;
}
.movie-area.scroll-hidden {
  visibility: hidden;
}
.movie-area iframe {
  position: fixed;
  top: -120px;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: calc(100% + 240px);
  aspect-ratio: 16/9;
  transform: translateX(-50%);
  z-index: -2;
}

@keyframes yt-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
.movie-area {
  background: url("/jp/forHome/brand/internet-fraud/assets/images/bg_main.jpg") center top;
}	
  .movie-area iframe {
    top: -120px;
    height: calc(100% + 240px);ss
    min-height: 56.25vw;
  }
}
.page-scroll {
  position: fixed;
  top: calc(100vh - 210px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 180px;
  margin-top: auto;
  padding: 0 20px;
  color: white;
  overflow: hidden;
  z-index: 1;
}
.page-scroll span {
  display: inline-block;
  position: relative;
  writing-mode: vertical-lr;
  font-size: 1.4rem;
}
.page-scroll span.bar {
  height: 110px;
  width: 14px;
  margin-top: 10px;
  overflow-y: hidden;
}
.page-scroll span.bar::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  background-color: white;
  width: 1px;
  height: 110px;
  animation: scrolling 1.8s cubic-bezier(0.75, 0, 0.25, 1) infinite;
}
.page-scroll.pos-absolute {
  position: absolute;
  top: calc(100% - 210px);
}

@keyframes scrolling {
  0% {
    top: -110px;
  }
  50% {
    top: 0px;
  }
  80% {
    top: 0px;
  }
  100% {
    top: 110px;
  }
}
@media screen and (max-width: 768px) {
  .page-scroll {
    top: calc(100vh - 150px);
    height: 120px;
    padding: 0 10px;
  }
  .page-scroll.pos-absolute {
    position: absolute;
    top: calc(100% - 150px);
  }
  .page-scroll span {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  .page-scroll span.bar {
    height: 60px;
  }
  .page-scroll span.bar::before {
    left: 2px;
    height: 60px;
  }

  @keyframes scrolling {
    0% {
      top: -60px;
    }
    50% {
      top: 0;
    }
    80% {
      top: 0;
    }
    100% {
      top: 60px;
    }
  }
}
main {
  position: relative;
}

.flex {
  display: flex;
}

section {
  position: relative;
}

.section-inner {
  max-width: 780px;
  margin: auto;
  padding: 0 30px;
}

@media screen and (min-width: 769px) {
  .section-inner {
    padding: 0;
  }
}
.bg-red {
  background-image: linear-gradient(115deg, #c30000 20%, #6e0000 90%);
  min-height: 624px;
  overflow: hidden;
}
.bg-red::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(160deg, #c30000 10%, #660000 80%);
  z-index: 0;
  transform: skewY(-9deg);
}
.bg-red .section-inner {
  position: relative;
  z-index: 1;
}

.text_white {
  color: white;
}

.story {
  background-size: auto 60px;
  margin: auto;
}
.story > div {
  margin: auto;
  text-align: center;
}
.story > div.page-scroll {
  width: 100%;
}
.story .story01 {
  width: 45vw;
  padding-top: 40vh;
}
.story .story02 {
  width: 88vw;
  margin-top: 50vh;
}
.story .story03 {
  width: 86vw;
  margin-top: 30vh;
}
.story .story04 {
  width: 85vw;
  margin-top: 40vh;
}
.story .story05 {
  width: 53vw;
  margin-top: 15px;
  padding-bottom: 180px;
}

@media screen and (min-width: 769px) {
  .story {
    margin: auto;
  }
  .story > div {
    width: auto;
  }
  .story > div.page-scroll {
    width: 100%;
  }
  .story .story01 {
    padding-top: 40vh;
  }
  .story .story02 {
    margin-top: 45vh;
  }
  .story .story03 {
    margin-top: 24vh;
  }
  .story .story04 {
    margin-top: 28vh;
  }
  .story .story05 {
    margin-top: 25px;
    padding-bottom: 160px;
  }
}
.section01 {
  padding: 60px 0;
}
.section01.bg-red::after {
  top: 42%;
}
.section01 .section-inner {
  max-width: 100%;
}
.section01 h2,
.section01 p {
  text-align: center;
}
.section01 p {
  font-size: clamp(1.5rem, 0.1604651163rem + 1.7441860465vw, 1.8rem);
  margin-top: 10px;
  font-feature-settings: "palt";
}
.section01 p:not(.capt) {
  margin-top: 40px;
}
.section01 ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
}
.section01 li {
  width: 100%;
  margin-top: 30px;
  text-align: center;
  font-size: 1.6rem;
}
.section01 li span {
  display: block;
  margin-top: 10px;
  text-align: center;
  line-height: 1.5;
}
.section01 li picture {
  display: block;
  position: relative;
}
.section01 li picture::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/jp/forHome/brand/internet-fraud/assets/images/movie_thumb_cover_sp.png) center center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .section01 {
    padding: 120px 0;
  }
  .section01.bg-red::after {
    top: 46%;
  }
  .section01 .section-inner {
    max-width: 970px;
  }
  .section01 h2,
.section01 p {
    text-align: center;
  }
  .section01 p {
    letter-spacing: 0;
    font-feature-settings: "halt";
  }
  .section01 ul {
    flex-direction: row;
    margin-top: 50px;
  }
  .section01 li {
    width: 210px;
    margin: auto 15px;
    font-size: 1.6rem;
  }
  .section01 li span {
    display: block;
    margin-top: 10px;
    text-align: center;
    line-height: 1.5;
    font-feature-settings: "halt";
  }
  .section01 li picture img {
    width: 100%;
    max-width: unset;
  }
  .section01 li picture::before {
    background: url(/jp/forHome/brand/internet-fraud/assets/images/movie_thumb_cover.png) center center no-repeat;
    background-size: cover;
    transition: all 0.2s ease;
  }
  .section01 li picture:hover::before {
    opacity: 0.7;
  }
}
.section02 {
  background: url(/jp/forHome/brand/internet-fraud/assets/images/bg_section02_sp.jpg) center center no-repeat;
  background-size: cover;
  min-height: 360px;
  padding: 50px 0;
}
.section02 h2 {
  margin-bottom: 25px;
  padding: 0 42px;
}
.section02 p {
  text-align: center;
  font-size: clamp(1.4rem, -0.9272727273rem + 3.0303030303vw, 1.8rem);
}

@media screen and (min-width: 769px) {
  .section02 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(/jp/forHome/brand/internet-fraud/assets/images/bg_section02.jpg), url(/jp/forHome/brand/internet-fraud/assets/images/bg_section02_base.png);
    background-position: center top, center top;
    background-repeat: no-repeat, repeat-x;
    min-height: 525px;
  }
  .section02 h2 {
    margin: 25px auto 40px;
  }
}
.section03 {
  position: relative;
  background-color: #ececec;
  padding-top: 10px;
  z-index: -1;
  overflow-y: clip;
}
.section03 .section-inner:not(.professional-team):not(.q-comment) {
  padding: 0 25px;
}
.section03::before, .section03::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
.section03::before {
  top: 550px;
  height: 61.2vw;
  background-image: linear-gradient(28deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
  transform: skewY(12deg);
}
.section03::after {
  top: 3620px;
  height: 61.2vw;
  background-image: linear-gradient(40deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
  transform: skewY(-12deg);
}
.section03 .bg-gradient-bottom {
  position: absolute;
  left: 0;
  bottom: 240px;
  width: 100%;
  height: 61.2vw;
  z-index: -1;
  background-image: linear-gradient(28deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
  transform: skewY(12deg);
}
.section03 h2 {
  padding: 50px 0 25px;
}
.section03 h2.q1 {
  width: clamp(303px, 80.8vw, 346px);
}
.section03 h2.q2 {
  width: clamp(317px, 84.4vw, 364px);
}
.section03 h2.q3 {
  width: clamp(307px, 81.8vw, 350px);
}
.section03 h2.q4 {
  width: clamp(290px, 77.3vw, 331px);
}
.section03 h2.q5 {
  width: clamp(310px, 82.6vw, 353px);
}
.section03 h2.q6 {
  width: clamp(312px, 83.2vw, 356px);
}
.section03 p {
  font-size: clamp(1.4rem, 0.2363636364rem + 1.5151515152vw, 1.6rem);
}
.section03 p + p {
  margin-top: 1.5em;
}
.section03 ul {
  justify-content: space-between;
  margin-top: 25px;
}
.section03 li {
  width: 100%;
  line-height: 1.25;
}
.section03 li img {
  width: 100%;
  margin-bottom: 8px;
}
.section03 .staff-dept {
  font-size: 1.2rem;
}
.section03 .staff-name {
  font-size: 1.8rem;
}

.sp-only {
  margin-top: 25px;
}
.sp-only img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .section03 {
    padding-top: 0;
    overflow-x: hidden;
  }
  .section03 .section-inner:not(.professional-team):not(.q-comment) {
    padding: 0;
  }
  .section03::before, .section03::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .section03::before {
    top: 400px;
    height: 1450px;
    background-image: linear-gradient(28deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.1) 100%);
  }
  .section03::after {
    top: 2650px;
    height: 1410px;
    background-image: linear-gradient(-16deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.1) 100%);
  }
  .section03 .bg-gradient-bottom {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 400px;
    z-index: -1;
    background-image: linear-gradient(28deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
  }
  .section03 h2 {
    padding: 100px 0 40px;
  }
  .section03 h2.q1, .section03 h2.q2, .section03 h2.q3, .section03 h2.q4, .section03 h2.q5, .section03 h2.q6 {
    width: auto;
  }
  .section03 p + p {
    margin-top: 1.5em;
  }
  .section03 ul {
    justify-content: space-between;
    margin-top: 80px;
  }
  .section03 li {
    width: 48%;
    line-height: 1.25;
  }
  .section03 li img {
    width: auto;
    margin-bottom: 8px;
  }
  .section03 .staff-dept {
    font-size: 1.4rem;
  }
  .section03 .staff-name {
    font-size: 2rem;
  }
}
.jp-consumer-fraud h3 {
  margin-top: 40px;
  text-align: center;
  color: #c40000;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
}
.jp-consumer-fraud ul.flex {
  flex-wrap: wrap;
  margin-top: 10px;
}
.jp-consumer-fraud li + li {
  margin-top: 30px;
}
.jp-consumer-fraud p {
  margin-top: 0.5em;
  font-size: 1.4rem;
  line-height: 1.64;
}

@media screen and (min-width: 769px) {
  .jp-consumer-fraud h3 {
    margin-top: 60px;
    text-align: left;
    font-size: 2.2rem;
  }
  .jp-consumer-fraud ul.flex {
    margin-top: 20px;
  }
  .jp-consumer-fraud li + li {
    margin-top: 0;
  }
  .jp-consumer-fraud p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.professional-team {
  position: relative;
  background: url(/jp/forHome/brand/internet-fraud/assets/images/bg_professional_team_shadow_sp.png) right bottom no-repeat;
  background-size: 90vw auto;
  max-width: 805px;
  margin-top: 50px;
  padding: 0 25px 17px;
  z-index: 0;
  transform: translateX(-10px);
}
.professional-team .contents-inner {
  background: white url(/jp/forHome/brand/internet-fraud/assets/images/bg_professional_team_sp.png) center top repeat;
  background-size: 39px 39px;
  max-width: 780px;
  margin: 0;
  padding: 40px 20px;
  transform: translateX(10px);
}
.professional-team h2 {
  padding: 0 0 30px;
  color: #c40000;
  font-weight: bold;
  font-size: 1.9rem;
  letter-spacing: -0.5px;
  line-height: 1.14;
}
.professional-team h2 span {
  border-bottom: 1px solid #c40000;
}
.professional-team p {
  line-height: 1.7;
}
.professional-team picture {
  display: block;
  margin-top: 2em;
  padding: 0 10px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .professional-team {
    background: url(/jp/forHome/brand/internet-fraud/assets/images/bg_professional_team_shadow.png) right bottom no-repeat;
    background-size: auto;
    margin-top: 70px;
    padding: 0 0 28px;
    transform: translateX(13px);
    z-index: 0;
  }
  .professional-team .contents-inner {
    background: white url(/jp/forHome/brand/internet-fraud/assets/images/bg_professional_team.png) center top repeat-y;
    background-size: auto;
    padding: 40px 60px;
    transform: unset;
  }
  .professional-team h2 {
    padding: 0 0 30px;
    font-size: 2.4rem;
  }
  .professional-team p {
    line-height: inherit;
  }
  .professional-team picture {
    padding: 0;
  }
}
.q-comment {
  padding: 0 0 60px;
}
.q-comment h2,
.q-comment p {
  text-align: center;
  font-weight: bold;
}
.q-comment h2 {
  padding: 30px 0 20px;
  color: #c40000;
  font-size: 1.9rem;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  line-height: 1.45;
}

@media screen and (min-width: 769px) {
  .q-comment {
    padding: 0 0 100px;
  }
  .q-comment h2 {
    padding: 30px 0 20px;
    font-size: 2.4rem;
  }
}
.section04 {
  padding: 60px 0;
}
.section04.bg-red::after {
  top: 60%;
}
.section04 .section-inner {
  padding: 0 25px;
}
.section04 h2 {
  text-align: center;
}
.section04 h2 picture {
  display: inline-block;
  max-width: 306px;
}
.section04 .flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
.section04 li {
  width: 100%;
  margin-top: 50px;
}
.section04 li + li {
  margin-top: 30px;
}
.section04 li img {
  display: block;
  width: 40vw;
  margin: auto;
}
.section04 li h3 {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  font-size: clamp(2.1rem, 0.3545454545rem + 2.2727272727vw, 2.4rem);
}
.section04 li p {
  font-size: clamp(1.4rem, 0.2363636364rem + 1.5151515152vw, 1.6rem);
  line-height: 1.7;
}
.section04 li p + .capt {
  margin-top: 0.5em;
}

@media screen and (min-width: 769px) {
  .section04 {
    padding: 100px 0;
  }
  .section04.bg-red::after {
    top: 50%;
  }
  .section04 h2 picture {
    max-width: unset;
  }
  .section04 .flex {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section04 li {
    width: 45%;
  }
  .section04 li + li {
    margin-top: 50px;
  }
  .section04 li img {
    width: auto;
  }
  .section04 li h3 {
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
  }
  .section04 li p {
    font-size: 1.6rem;
  }
  .section04 li p + .capt {
    margin-top: 0.5em;
  }
}
.share-no1 {
  position: relative;
  width: 100%;
  height: 83.2vw;
  overflow: hidden;
}
.share-no1 .section-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 100%;
  padding: 50px 15px 15px;
}
.share-no1 h2 {
  max-width: 66vw;
  margin: 0 auto 20px;
  text-align: center;
}
.share-no1 p {
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.4rem, -0.2695652174rem + 2.1739130435vw, 1.6rem);
  letter-spacing: -0.3px;
  line-height: 1.64;
}
.share-no1 p.capt {
  margin-top: auto;
  text-align: left;
  font-weight: normal;
  font-size: clamp(1rem, -0.6695652174rem + 2.1739130435vw, 1.2rem);
  line-height: 1.25;
}
.share-no1 .sp-only {
  display: inline;
}

@media screen and (min-width: 769px) {
  .share-no1 {
    height: 434px;
  }
  .share-no1 .section-inner {
    padding: 90px 0 70px;
  }
  .share-no1 h2 {
    margin-bottom: 22px;
  }
  .share-no1 p {
    letter-spacing: 0;
  }
  .share-no1 p.capt {
    text-align: center;
    line-height: 1.58;
  }
  .share-no1 .sp-only {
    display: none;
  }
}
.movie-bottom-area {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background: url("/jp/forHome/brand/internet-fraud/assets/images/bg_movie_bottom_sp.jpg");
  background-size: cover;
}
.movie-bottom-area iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: 120%;
  aspect-ratio: 16/9;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .movie-bottom-area {
  background: url("/jp/forHome/brand/internet-fraud/assets/images/bg_movie_bottom.jpg") center;	  
  }
  .movie-bottom-area iframe {
    width: 100%;
    height: auto;
    min-height: 100%;
  }
}
@media screen and (min-device-width: 2050px) {
  .movie-bottom-area iframe {
    min-height: 56.25vw;
  }
}
.slideIn {
  opacity: 0;
  animation: slideIn 1.2s forwards;
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-fadeIn {
  opacity: 0;
}

.fadeIn {
  animation: fadeIn 1s both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.cta {
  background-color: white;
  padding: 50px 0;
}
.cta .section-inner {
  padding: 0 25px;
}
.cta h2 {
  width: 80vw;
  margin: auto;
}
.cta ul.flex {
  flex-wrap: wrap;
}
.cta ul.flex li {
  width: 100%;
  margin-top: 40px;
}
.cta ul.flex li .btn {
  margin-top: 15px;
  margin-bottom: 20px;
}
.cta div.flex {
  justify-content: space-between;
  margin: 20px 0;
}
.cta div.flex img {
  display: block;
  max-width: unset;
  width: 100%;
}
.cta div.flex .googleplay {
  width: 45vw;
}
.cta div.flex .appstore {
  width: 36.5vw;
}
.cta p {
  font-size: 1.4rem;
  line-height: 1.7;
}
.cta .capt {
  margin-top: 10px;
}

.cta_logo_cloud {
  width: 85.8vw;
  margin: auto;
}

.cta_logo_mobile {
  width: 84.3vw;
  margin: auto;
}

.cta_image_cloud {
  margin: 15px auto 10px;
  text-align: center;
}
.cta_image_cloud picture {
  display: inline-block;
  width: 42vw;
}

.cta_image_mobile {
  margin: 20px auto;
  text-align: center;
}
.cta_image_mobile picture {
  display: inline-block;
  width: 42vw;
}

@media screen and (min-width: 769px) {
  .cta .section-inner {
    padding: 0 10px;
  }
  .cta h2 {
    width: auto;
  }
  .cta ul.flex {
    justify-content: space-between;
  }
  .cta ul.flex li {
    width: 340px;
    margin-top: 40px;
  }
  .cta ul.flex li .btn {
    width: 224px;
  }
  .cta ul.flex li .btn a {
    width: 224px;
    height: 53px;
    font-size: 1.8rem;
  }
  .cta div.flex {
    margin-top: 15px;
  }
  .cta div.flex a {
    transition: all 0.2s ease;
  }
  .cta div.flex a:hover {
    opacity: 0.7;
  }
  .cta div.flex img {
    display: block;
    max-width: unset;
    width: 100%;
  }
  .cta div.flex .googleplay {
    width: 177px;
  }
  .cta div.flex .appstore {
    width: 144px;
  }
  .cta p {
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .cta .capt {
    margin-top: 10px;
  }

  .cta_logo_cloud,
.cta_logo_mobile {
    width: auto;
    text-align: center;
  }

  .cta_image_cloud {
    width: 152px;
    height: 203px;
    margin: 15px auto;
  }
  .cta_image_cloud picture {
    width: auto;
  }

  .cta_image_mobile {
    width: 157px;
    height: 203px;
    margin: 15px auto;
    padding-top: 25px;
  }
  .cta_image_mobile picture {
    width: auto;
  }
}
.btn {
  margin: auto;
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  width: 206px;
  height: 53px;
  margin: auto;
  text-align: center;
  color: #c40000;
  font-size: 1.7rem;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .btn a {
    width: 215px;
    height: 53px;
    font-size: 1.5rem;
    transition: all 0.2s ease;
  }
  .btn a:hover {
    opacity: 0.7;
  }
}
.cta .btn {
  width: 100%;
}
.cta .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c40000;
  width: 100%;
  height: 64px;
  margin: auto;
  text-align: center;
  color: white;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .cta .btn {
    width: 48%;
  }
  .cta .btn a {
    font-size: 2rem;
  }
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
}

.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 101;
}

.modal-contents_wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .modal {
    height: -webkit-fill-available;
  }
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  z-index: 102;
}

@media screen and (max-width: 768px) {
  .modal-content {
    width: 90vw;
  }
}
.modal-inner {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.modal-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.btn-close {
  display: block;
  position: absolute;
  top: -45px;
  right: 0;
  background-color: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  color: black;
  text-align: center;
  font-size: 3rem;
  text-decoration: none;
  line-height: 35px;
  z-index: 105;
}

@media screen and (max-width: 768px) {
  .btn-close {
    line-height: 1;
  }
}
.underline {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 85%, #ffe226 85%);
  font-weight: bold;
}

.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

@media screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }

  .sp-only {
    display: none;
  }
}
br.sp {
  display: none;
}

br.pc {
  display: inline;
}

@media screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }

  br.pc {
    display: none;
  }
}
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

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

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

body p.capt {
  font-size: 1rem;
  line-height: 1.42;
}

@media screen and (min-width: 769px) {
  body p.capt {
    font-size: 1.2rem;
  }
}
.fwB {
  font-weight: bold;
}

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

.taC {
  text-align: center;
}

.fottxt {
  margin: auto;
  padding: 20px 15px;
  background-color: #f2f2f2;
  width: 100%;
}
.fottxt p {
  color: #333;
  font-size: 1.28rem; 
  line-height: 1.9em;
  text-align: center;	
  font-weight: bold;
}

.section-inner img.no1 {
  width: 385px;
}
