@charset "UTF-8";

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block
}

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

audio:not([controls]) {
  display: none;
  height: 0
}

progress {
  vertical-align: baseline
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
  outline-width: 0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

figure {
  margin: 1em 40px
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0
}

optgroup {
  font-weight: 700
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
  vertical-align: top;
  margin: 0;
  padding: 0
}

html {
  font-size: 62.5%
}

body,
html {
  width: 100%;
  height: 100%
}

body {
  font-family: Noto Sans JP, sans-serif;
  line-height: 1;
  color: #333;
  background: #fff;
  position: relative
}

@media screen and (min-width:750px) {
  body {
    font-size: 2.6rem
  }
}

@media screen and (max-width:750px) {
  body {
    font-size: 3.6vw
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0
}

p {
  line-height: 1.6
}

a {
  color: #f02f7c;
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

figure {
  margin: 0
}

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

ol,
ul {
  list-style: none;
  line-height: 150%;
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0
}

@media screen and (min-width:750px) {
  hr {
    margin: 60px 0
  }
}

@media screen and (max-width:750px) {
  hr {
    margin: 24px 0
  }
}

button,
input,
select,
textarea {
  font-family: sans-serif
}

::selection {
  color: #fff;
  background: #f02f7c
}

::-moz-selection {
  color: #fff;
  background: #f02f7c
}

.l-header {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  z-index: 1;
  position: relative
}

.l-header__logo {
  text-align: center;
  padding: 4% 0
}

.l-header__logo img {
  width: 30%
}

.l-contents__wrap {
  position: relative;
  overflow-x: hidden;
  max-width: 750px;
  margin: auto;
  background: #fff
}

.l-contents {
  position: relative;
  padding: 0 4%;
  margin: 0% 0
}

.l-footer {
  background: #333;
  text-align: center;
  padding: 8%;
  margin-top: 8%;
  padding-bottom: 8.5rem;
}

.l-footer_info {
  background: #333;
  text-align: center;
  padding: 8%;
  margin-top: 8%;
}

.l-footer__public {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 8%
}

.l-footer__public-caa,
.l-footer__public-ncac {
  width: 48%;
  padding: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.l-footer__public-ncac {
  background: #fff1d7
}

.l-footer__public-caa {
  background: #fff
}

.l-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.l-footer-nav__item {
  margin: 0 2%
}

.l-footer-nav__link {
  color: #fff;
  line-height: 1;
  font-size: 2rem
}

@media screen and (max-width:750px) {
  .l-footer-nav__link {
    font-size: 2.6vw
  }
}

.l-footer__copyright {
  margin-top: 4%
}

.l-footer__copyright small {
  line-height: 1;
  color: #fff;
  font-size: 2rem;
  display: block
}

@media screen and (max-width:750px) {
  .l-footer__copyright small {
    font-size: 2.6vw
  }
}

.c-button {
  display: block;
  text-align: center;
  font-weight: 700;
  margin-top: 4%;
  padding: 4%;
  line-height: 1;
  color: #fff;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#0bdddd), to(#4d90ff));
  background: linear-gradient(90deg, #0bdddd 0, #4d90ff);
  border: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer
}

.c-button.is-big {
  font-size: 3.2rem
}

.c-button.is-ic:after {
  content: "";
  width: 1em;
  height: 1em;
  margin-left: .5em;
  background: url(../images/ic_link.webp) 50%/1em no-repeat;
  display: inline-block
}

.c-button.is-green {
  background: #00bda0;
  -webkit-animation: blink 2s infinite;
  animation: blink 2s infinite
}

.c-button.is-green:after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-left: 2%;
  background: url(../images/ic_link.webp) 50%/1em no-repeat
}

@-webkit-keyframes blink {

  0%,
  50%,
  to {
    opacity: .5
  }

  25%,
  75% {
    opacity: 1
  }
}

@keyframes blink {

  0%,
  50%,
  to {
    opacity: .5
  }

  25%,
  75% {
    opacity: 1
  }
}

.c-button.is-gray {
  background: #f5f5f5;
  color: #999
}

.c-button.is-icon:after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-left: 2%;
  background: url(../images/ic_link.webp) 50%/1em no-repeat
}

@media screen and (max-width:750px) {
  .c-button.is-small {
    border-radius: 4px
  }

  .c-button.is-big {
    font-size: 4.2vw
  }
}

.c-table {
  width: 100%;
  border: 2px solid #e5e5e5
}

.c-table th {
  font-weight: 400;
  vertical-align: middle;
  background: #f9f9f9
}

.c-table td,
.c-table th {
  color: #333;
  width: 50%;
  padding: 4%;
  text-align: center;
  border: 2px solid #eee
}

.c-app-table {
  margin: 4% 0;
  width: 100%
}

.c-app-table th {
  background: #f9f9f9;
  padding: 10px;
  text-align: center
}

.c-app-table td,
.c-app-table th {
  border: 1px solid #eee;
  font-size: 2rem
}

.c-app-table td {
  padding: 15px 10px;
  vertical-align: middle
}

@media screen and (max-width:750px) {

  .c-app-table td,
  .c-app-table th {
    font-size: 2.8vw;
    padding: 1.8vw 1.2vw
  }
}

.c-app-table__icon {
  text-align: center;
  width: 20%
}

.c-app-table__icon-link img {
  border-radius: 10%;
  width: 72%
}

.c-app-table__icon-link.is-border img {
  border: 2px solid #ddd
}

@media screen and (max-width:750px) {
  .c-app-table__icon-link.is-border img {
    border: 1px solid #ddd
  }
}

.c-app-table__name {
  margin-top: 4%
}

.c-app-table__name a {
  color: #333;
  position: relative;
  display: block;
  line-height: 1.2
}

.c-app-table__name a img {
  width: 1em;
  height: 1em
}

.c-app-table__purpose {
  width: 12%;
  text-align: center;
  font-weight: 700
}

.c-app-table__purpose-love {
  color: #ff667f
}

.c-app-table__purpose-play {
  color: #41c9d5
}

.c-app-table__purpose-marriage {
  color: #fbbc43
}

.c-app-table__age {
  text-align: center;
  width: 30%;
  line-height: 1.5
}

.c-app-table__fee {
  width: 20%;
  line-height: 1.5;
  text-align: left
}

.c-app-table__get {
  text-align: center
}

.c-app-table__btn-item:not(:first-of-type) {
  margin-top: 12%
}

.c-app-table__btn-item .c-button {
  margin-top: 0
}

.c-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #f02f7c;
  margin-top: 2rem;
}

@media screen and (max-width:750px) {
  .c-title {
    font-size: 4.2vw
  }
}

@-webkit-keyframes blink1 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink1 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.c-blinking {
  -webkit-animation: blink1 1.5s ease-in-out infinite alternate;
  animation: blink1 1.5s ease-in-out infinite alternate
}

.p-lp__head-text {
  margin: 8% 0;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  font-size: 3rem
}

.p-lp__head-text span {
  color: #f02f7c
}

@media screen and (max-width:750px) {
  .p-lp__head-text {
    font-size: 4vw
  }
}

.p-lp__ranking-head {
  padding: 1em;
  text-align: center;
  font-weight: 700;
  border-width: 3px 0;
  line-height: 1.5;
  background-color: #333;
  color: #fff
}

.p-lp__ranking-head span {
  font-size: 2.4rem;
  display: block;
  margin-top: .5em
}

@media screen and (max-width:750px) {
  .p-lp__ranking-head span {
    font-size: 3vw
  }
}

.p-lp__ranking-body {
  padding: 4%;
  border: 2px solid #333
}

.p-lp__ranking:not(:first-of-type) {
  margin-top: 4%;
  padding-top: 4%;
  border-top: 1px solid #e5e5e5
}

.p-lp__ranking__app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-lp__ranking-icon {
  width: 20%
}

.p-lp__ranking-icon img {
  border-radius: 10%
}

.p-lp__ranking-icon.is-border img {
  border: 2px solid #ddd
}

.p-lp__ranking-detail {
  width: 76%
}

.p-lp__ranking-title a {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  color: #f02f7c;
  display: inline-block;
  padding-right: 1.5em;
  position: relative
}

.p-lp__ranking-title a:after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/ic_sign.webp) 50% no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  display: block
}

@media screen and (max-width:750px) {
  .p-lp__ranking-title a {
    font-size: 4.2vw
  }

  .p-lp__ranking-title a:after {
    background: url(../images/ic_sign.webp) 50%/contain no-repeat
  }
}

.p-lp__ranking-button {
  display: block;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#0bdddd), to(#4d90ff));
  background: linear-gradient(90deg, #0bdddd 0, #4d90ff);
  margin-top: 2%;
  border-radius: 8px;
  padding: .6em 1em;
  text-align: center;
  font-weight: 700
}

.p-lp__ranking-button:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0 0 .4em;
  background: url(../images/ic_link.webp) 50%/1em no-repeat
}

.p-lp__ranking-text {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .p-lp__ranking-text {
    font-size: 1.3rem;
  }
}

.p-lp__title {
  font-size: 3.2rem;
  line-height: 1.3;
  margin-top: 8%;
  margin-bottom: 4%;
  text-align: center;
  font-weight: 700
}

@media screen and (max-width:750px) {
  .p-lp__title {
    font-size: 4.2vw
  }
}

.p-lp__text {
  margin: 8% 0;
  line-height: 1.8
}

.p-lp__text span {
  color: #f02f7c;
  font-weight: 700
}

.p-lp__text span.is-ul {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ff6));
  background: linear-gradient(transparent 50%, #ff6 0)
}

.p-lp__flowchart-wrap:not(:first-child) {
  margin-top: 4%
}

.p-lp__flowchart-wrap.is-lover .p-lp__flowchart-head {
  background: #ff667f
}

.p-lp__flowchart-wrap.is-lover .p-lp__flowchart {
  background: #fff7f8;
  border: 2px solid #ff667f
}

.p-lp__flowchart-wrap.is-lover .p-lp__flowchart-item:not(:first-child) {
  border-color: #ff667f
}

.p-lp__flowchart-wrap.is-lover .p-lp__flowchart-text {
  color: #ff667f
}

.p-lp__flowchart-wrap.is-lover .p-lp__flowchart-app {
  background: url(../images/ic_link_lover.webp) right 4% center/1em no-repeat
}

.p-lp__flowchart-wrap.is-play .p-lp__flowchart-head {
  background: #41c9d5
}

.p-lp__flowchart-wrap.is-play .p-lp__flowchart {
  background: #f5feff;
  border: 2px solid #41c9d5
}

.p-lp__flowchart-wrap.is-play .p-lp__flowchart-item:not(:first-child) {
  border-color: #41c9d5
}

.p-lp__flowchart-wrap.is-play .p-lp__flowchart-text {
  color: #41c9d5
}

.p-lp__flowchart-wrap.is-play .p-lp__flowchart-app {
  background: url(../images/ic_link_play.webp) right 4% center/1em no-repeat
}

.p-lp__flowchart-wrap.is-marriage .p-lp__flowchart-head {
  background: #fbbc43
}

.p-lp__flowchart-wrap.is-marriage .p-lp__flowchart {
  background: #fffbf5;
  border: 2px solid #fbbc43
}

.p-lp__flowchart-wrap.is-marriage .p-lp__flowchart-item:not(:first-child) {
  border-color: #fbbc43
}

.p-lp__flowchart-wrap.is-marriage .p-lp__flowchart-text {
  color: #fbbc43
}

.p-lp__flowchart-wrap.is-marriage .p-lp__flowchart-app {
  background: url(../images/ic_link_marriage.webp) right 4% center/1em no-repeat
}

.p-lp__flowchart-head {
  text-align: center;
  color: #fff;
  background: #f02f7c;
  position: relative;
  font-size: 3.2rem;
  padding: 2% 4%;
  width: 32%;
  border-radius: 8px 8px 0 0
}

@media screen and (max-width:750px) {
  .p-lp__flowchart-head {
    font-size: 4.2vw
  }
}

.p-lp__flowchart {
  padding: 0 4%
}

.p-lp__flowchart-item {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-lp__flowchart-text {
  line-height: 1.6;
  width: 40%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700
}

@media screen and (max-width:750px) {
  .p-lp__flowchart-text {
    font-size: 3vw
  }
}

.p-lp__flowchart-app-wrap {
  width: 60%
}

.p-lp__flowchart-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 4%;
  color: #000
}

.p-lp__flowchart-app-icon {
  width: 20%
}

.p-lp__flowchart-app-icon img {
  border-radius: 10%
}

.p-lp__flowchart-app-icon.is-border img {
  border: 2px solid #ddd
}

.p-lp__flowchart-app-name {
  width: 76%
}

.p-lp__section {
  margin-top: 8%
}

.p-lp__app-rank {
  font-size: 3.2rem;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 4px solid #333;
  padding-left: 100px;
  padding-bottom: 2%;
  margin-top: 4%;
  margin-bottom: 4%;
  font-weight: 700;
  position: relative
}

.p-lp__app-rank span {
  position: absolute;
  top: 0;
  left: 0;
  font-family: din-2014, sans-serif;
  font-style: italic;
  font-weight: 700;
  display: block;
  background: #333;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 4.5rem;
  color: #fff;
  text-indent: -.1em
}

@media screen and (max-width:750px) {
  .p-lp__app-rank {
    font-size: 4.2vw;
    padding-left: 13.2vw
  }

  .p-lp__app-rank span {
    width: 10.6vw;
    height: 10.6vw;
    line-height: 10.6vw;
    font-size: 6vw
  }
}

.p-lp__app-rank-other {
  font-size: 3.2rem;
  line-height: 1.5;
  border-bottom: 4px solid #f02f7c;
  padding-bottom: 2%;
  margin-bottom: 4%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media screen and (max-width:750px) {
  .p-lp__app-rank-other {
    font-size: 4.2vw
  }

  .p-lp__app-rank-other:before {
    font-size: 3vw
  }
}

.p-lp__app-rank-other-icon {
  display: block;
  color: #f02f7c;
  width: 12%;
  padding-bottom: 12%;
  background: #ffe9e8;
  margin-right: 4%;
  font-size: 2.4rem;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative
}

.p-lp__app-rank-other-icon span {
  position: absolute;
  line-height: 24px;
  top: calc(50% - 12px);
  left: 0;
  width: 100%;
  text-align: center;
  display: block
}

@media screen and (max-width:750px) {
  .p-lp__app-rank-other-icon {
    top: 0
  }

  .p-lp__app-rank-other-icon span {
    font-size: 3vw
  }
}

.p-lp__app-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333
}

.p-lp__app-head:hover {
  text-decoration: none
}

.p-lp__app-icon {
  width: 16%
}

.p-lp__app-icon img {
  border-radius: 10%
}

.p-lp__app-icon.is-border img {
  border: 2px solid #ddd
}

.p-lp__app-title {
  width: 68%;
  line-height: 1.8;
  padding: 0 2em 0 1em;
  background: url(../images/ic_link_text.webp) right .5em center/1em no-repeat
}

.p-lp__app-type {
  width: 16%
}

.p-lp__app-type span {
  display: block;
  color: #f02f7c;
  border: 4px solid #f02f7c;
  padding: 4%;
  text-align: center
}

@media screen and (max-width:750px) {
  .p-lp__app-type span {
    border: 2px solid #f02f7c
  }
}

.p-lp__app-badge {
  margin-top: 4%;
  text-align: center
}

@media screen and (max-width:750px) {
  .p-lp__app-badge {
    width: 60%;
    margin: 4% auto 0
  }
}

.p-lp__app-img {
  margin-top: 4%
}

.p-lp__app-img img {
  width: 100%
}

.p-lp__app-text {
  margin: 4% 0;
  line-height: 1.8
}

.p-lp__app-text span {
  font-weight: 700;
  color: #f02f7c
}

.p-lp__app-merit-wrap {
  background: #f5f5f5;
  padding: 4%
}

.p-lp__app-merit-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1
}

@media screen and (max-width:750px) {
  .p-lp__app-merit-title {
    font-size: 4.2vw
  }
}

.p-lp__app-merit li {
  margin-top: 4%;
  margin-left: 4%;
  list-style: disc
}

.p-lp__app-merit li span {
  color: #f02f7c
}

.p-lp__app-dl-title-wrap {
  text-align: center;
  margin: 4% 0
}

.p-lp__app-dl-title {
  display: inline-block;
  vertical-align: bottom;
  font-weight: 700;
  position: relative
}

.p-lp__app-dl-title:after,
.p-lp__app-dl-title:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #333;
  position: absolute;
  top: 0
}

.p-lp__app-dl-title:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -4%
}

.p-lp__app-dl-title:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -4%
}

.p-lp__app-dl-title span {
  vertical-align: bottom;
  font-weight: 700
}

.p-lp__app-dl-title span.is-red {
  color: #f02f7c
}

.p-lp__app-dl-title span.is-ul {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ff6));
  background: linear-gradient(transparent 50%, #ff6 0)
}

.p-lp__app-dl-title span.is-big {
  font-size: 3.2rem;
  vertical-align: -.05em;
  padding: 0 .1em
}

@media screen and (max-width:750px) {
  .p-lp__app-dl-title span.is-big {
    font-size: 4.2vw
  }
}

.p-lp__app-dl-caption {
  color: #ccc;
  text-align: center;
  margin-top: 2%;
  font-size: 2rem
}

@media screen and (max-width:750px) {
  .p-lp__app-dl-caption {
    font-size: 2.6vw
  }
}

.p-lp__toggle-head-check {
  display: none
}

.p-lp__toggle-head-check:checked+.p-lp__toggle-head:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.p-lp__toggle-head-check:checked+.p-lp__toggle-head+.p-lp__toggle-body {
  display: block
}

.p-lp__toggle-head {
  background: #333;
  text-align: center;
  font-weight: 700;
  margin-top: 4%;
  padding: 4%;
  color: #fff;
  font-size: 2.8rem;
  cursor: pointer;
  width: 100%;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative
}

.p-lp__toggle-head:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../images/ic_arrow.webp) 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 4%;
  margin-top: -.5em;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media screen and (max-width:750px) {
  .p-lp__toggle-head {
    font-size: 3.6vw
  }
}

.p-lp__toggle-body {
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 4%;
  border: 10px solid #333;
  border-top-width: 0
}

@media screen and (max-width:750px) {
  .p-lp__toggle-body {
    border-width: 0 5px 5px
  }
}

.p-lp__app-review-prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-lp__app-review-prof:not(:first-child) {
  margin-top: 8%
}

.p-lp__app-review-prof-img {
  width: 24%
}

.p-lp__app-review-prof-detail {
  width: 72%
}

.p-lp__app-review-prof-name {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1
}

@media screen and (max-width:750px) {
  .p-lp__app-review-prof-name {
    font-size: 4.2vw
  }
}

.p-lp__app-review-prof-data {
  margin-top: 6%;
  font-weight: 700;
  line-height: 1
}

.p-lp__app-review-prof-rank-wrap {
  margin-top: 6%;
  font-weight: 700;
  line-height: 1
}

.p-lp__app-review-prof-rank {
  color: #f02f7c
}

.p-lp__app-review-prof-star {
  color: #fbbc43;
  overflow: hidden;
  display: inline-block
}

.p-lp__app-review-text {
  background: #f5f5f5;
  padding: 4%;
  margin-top: 6%;
  position: relative;
  border-radius: 16px
}

.p-lp__app-review-text span {
  font-weight: 700
}

.p-lp__app-review-text:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -1em;
  left: 8%;
  border-left: .8em solid transparent;
  border-right: .8em solid transparent;
  border-bottom: 1em solid #f5f5f5
}

@media screen and (max-width:750px) {
  .p-lp__app-review-text {
    border-radius: 8px
  }
}

.p-lp__app-review-comment {
  background: #fff7f8;
  padding: 4%;
  margin-top: 6%;
  position: relative;
  border-radius: 16px
}

@media screen and (max-width:750px) {
  .p-lp__app-review-comment {
    border-radius: 8px
  }
}

.p-lp__app-review-comment-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #f02f7c
}

@media screen and (max-width:750px) {
  .p-lp__app-review-comment-title {
    font-size: 4.2vw
  }
}

.p-lp__app-review-comment-text {
  margin-top: 2%
}

.p-lp__app-review-table {
  border: 2px solid #f5f5f5;
  width: 100%;
  margin-top: 4%
}

.p-lp__app-review-table td,
.p-lp__app-review-table th {
  padding: 2%;
  border: 2px solid #e5e5e5
}

.p-lp__app-review-table th {
  background: #f5f5f5;
  font-weight: 400;
  text-align: left;
  font-weight: 700
}

.p-lp__app-review-table td {
  border-bottom: 2px solid #f5f5f5
}

.p-lp__app-review-table-rank {
  color: #f02f7c;
  font-weight: 700
}

.p-lp__app-review-table-star {
  color: #fbbc43;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 1rem;
}

.p-lp__recommend-title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 8%
}

@media screen and (max-width:750px) {
  .p-lp__recommend-title {
    font-size: 4.2vw
  }
}

.p-lp__recommend {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin: 8% 12px 4%
}

@media screen and (max-width:750px) {
  .p-lp__recommend {
    margin: 8% 1.6vw 4%
  }
}

.p-lp__recommend-item {
  width: 16%;
  margin: 5% 0 0 5%;
  position: relative
}

.p-lp__recommend-item img {
  border-radius: 10%
}

.p-lp__recommend-item.is-border img {
  border: 2px solid #eee
}

.p-lp__recommend-item:before {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: block;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -12px;
  left: -12px;
  font-weight: 700
}

@media screen and (max-width:750px) {
  .p-lp__recommend-item:before {
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
    top: -1.6vw;
    left: -1.6vw
  }
}

.p-lp__recommend-item:first-of-type:before {
  content: "1";
  background: #333
}

.p-lp__recommend-item:nth-of-type(2):before {
  content: "2";
  background: #333
}

.p-lp__recommend-item:nth-of-type(3):before {
  content: "3";
  background: #333
}

.p-lp__recommend-item:nth-of-type(-n+5) {
  margin-top: 0
}

.p-lp__recommend-item:nth-of-type(5n-4) {
  margin-left: 0
}

.p-lp__public {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 8% 0
}

.p-lp__public-ncac {
  background: #fff1d7
}

.p-lp__public-caa,
.p-lp__public-ncac {
  width: 48%;
  padding: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.p-lp__public-caa {
  text-align: center;
  border: 10px solid #eee
}

@media screen and (max-width:750px) {
  .p-lp__public-caa {
    border: 5px solid #eee
  }
}

.p-lp__search-head {
  font-weight: 700;
  margin-bottom: 2%
}

.p-lp__search-head:not(:first-child) {
  margin-top: 4%
}

.p-lp__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-lp__search-item {
  width: 48%;
  margin: 4% 0 0 4%
}

.p-lp__search-item:nth-of-type(-n+2) {
  margin-top: 0
}

.p-lp__search-item:nth-of-type(2n-1) {
  margin-left: 0
}

.p-lp__search-item-wide {
  width: 100%
}

.p-lp__search-item-wide:not(:first-child) {
  margin-top: 4%
}

.p-lp__search-radio label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  cursor: pointer;
  padding: 1em;
  position: relative;
  background: #f5f5f5
}

.p-lp__search-radio label:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
  margin-right: .5em
}

.p-lp__search-radio input[type=radio] {
  display: none
}

.p-lp__search-radio input[type=radio]:checked+label:before {
  background: #f02f7c
}

.p-lp__search-select {
  background: #f5f5f5;
  position: relative
}

.p-lp__search-select:before {
  content: "▼";
  width: 1em;
  height: 1em;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -.5em
}

.p-lp__search-select select {
  display: block;
  cursor: pointer;
  padding: 1em;
  position: relative;
  width: 100%;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.p-lp__search-count span {
  font-size: 1.5em;
  font-weight: 700;
  color: #f02f7c;
  vertical-align: bottom;
  padding-right: .1em
}

.p-lp__modal-wrap {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none
}

.p-lp__modal-bg,
.p-lp__modal-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.p-lp__modal-bg {
  position: absolute;
  background: rgba(0, 0, 0, .5)
}

.p-lp__modal {
  width: 90%;
  max-width: 640px;
  padding-bottom: 6%;
  border-radius: 2%;
  background: #fff;
  position: relative
}

@media screen and (max-width:750px) {
  .p-lp__modal {
    border-radius: 1%
  }
}

.p-lp__modal-head {
  padding: 6%
}

.p-lp__modal-head-caption {
  text-align: center;
  color: #333
}

.p-lp__modal-head-caption span {
  font-weight: 700;
  font-size: 2.8rem;
  display: inline-block;
  padding: 0 1em;
  position: relative
}

.p-lp__modal-head-caption span:after,
.p-lp__modal-head-caption span:before {
  content: "";
  display: block;
  width: 1px;
  height: 1.5em;
  border-left: 1px solid #333;
  top: 0;
  position: absolute
}

.p-lp__modal-head-caption span:before {
  left: 0;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg)
}

.p-lp__modal-head-caption span:after {
  right: 0;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg)
}

@media screen and (max-width:750px) {
  .p-lp__modal-head-caption span {
    font-size: 3.6vw
  }
}

.p-lp__modal-head-title {
  font-weight: 700;
  font-size: 3.6rem;
  text-align: center;
  color: #333;
  line-height: 1;
  margin-top: 2%
}

@media screen and (max-width:750px) {
  .p-lp__modal-head-title {
    font-size: 4.8vw
  }
}

.p-lp__modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.p-lp__modal-item {
  width: 50%;
  padding: 4%;
  text-align: center
}

.p-lp__modal-item .c-button {
  font-size: 20px;
  line-height: 1.5
}

@media screen and (max-width:750px) {
  .p-lp__modal-item .c-button {
    font-size: 2.8vw
  }
}

.p-lp__modal-item:first-child {
  background: #fff2f4
}

.p-lp__modal-item:first-child .p-lp__modal-icon {
  background: #ff667f
}

.p-lp__modal-item:first-child .p-lp__modal-icon:after {
  border-top-color: #ff667f
}

.p-lp__modal-item:first-child .p-lp__modal-title span {
  color: #ff667f
}

.p-lp__modal-item:first-child .p-lp__modal-arrow:after,
.p-lp__modal-item:first-child .p-lp__modal-arrow:before {
  border-top-color: #ff667f
}

.p-lp__modal-item:last-child {
  background: #e7f9fb
}

.p-lp__modal-item:last-child .p-lp__modal-icon {
  background: #41c9d5
}

.p-lp__modal-item:last-child .p-lp__modal-icon:after {
  border-top-color: #41c9d5
}

.p-lp__modal-item:last-child .p-lp__modal-title span {
  color: #41c9d5
}

.p-lp__modal-item:last-child .p-lp__modal-arrow:after,
.p-lp__modal-item:last-child .p-lp__modal-arrow:before {
  border-top-color: #41c9d5
}

.p-lp__modal-icon {
  display: inline-block;
  font-size: 6.4rem;
  width: 120px;
  height: 120px;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #fff
}

.p-lp__modal-icon:after {
  content: "";
  display: block;
  border: 10px solid transparent;
  border-top-color: #000;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -16px;
  left: calc(50% - 10px)
}

@media screen and (max-width:750px) {
  .p-lp__modal-icon {
    width: 16vw;
    height: 16vw;
    font-size: 8vw
  }
}

.p-lp__modal-title {
  margin: 8% 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1
}

@media screen and (max-width:750px) {
  .p-lp__modal-title {
    font-size: 3.6vw
  }
}

.p-lp__modal-app-icon {
  width: 50%;
  margin: auto
}

.p-lp__modal-app-icon img {
  border-radius: 10%
}

.p-lp__modal-app-icon.is-big-radius img {
  border-radius: 22%
}

.p-lp__modal-app-icon.is-border img {
  border: 2px solid #ddd
}

.p-lp__modal-arrow {
  margin: 8%;
  position: relative;
  height: 48px
}

.p-lp__modal-arrow:after,
.p-lp__modal-arrow:before {
  content: "";
  display: block;
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 32px 40px;
  width: 80px;
  height: 64px;
  position: absolute;
  left: calc(50% - 40px);
  opacity: .65
}

.p-lp__modal-arrow:before {
  top: 0
}

.p-lp__modal-arrow:after {
  top: 16px
}

@media screen and (max-width:750px) {
  .p-lp__modal-arrow {
    height: 6vw
  }

  .p-lp__modal-arrow:after,
  .p-lp__modal-arrow:before {
    content: "";
    display: block;
    border: 4vw solid transparent;
    border-top-color: #000;
    width: 8vw;
    height: 8vw;
    left: calc(50% - 4vw)
  }

  .p-lp__modal-arrow:after {
    top: 2vw
  }
}

.p-lp__modal-caption {
  font-size: 1.2rem;
  margin-top: 8%;
  color: #d1d1cf
}

@media screen and (max-width:750px) {
  .p-lp__modal-caption {
    font-size: 1.6vw
  }

  .p-lp__modal-caption span {
    display: block;
    line-height: 1.2
  }
}

.u-block {
  display: block
}

.u-inline-block {
  display: inline-block
}

.u-hidden {
  display: none
}

@media screen and (min-width:750px) {
  .u-variable {
    display: inline-block
  }
}

@media screen and (max-width:750px) {
  .u-variable {
    display: block
  }
}

@media screen and (max-width:750px) {
  .u-pc-only {
    display: none !important
  }
}

@media screen and (min-width:750px) {
  .u-sp-only {
    display: none !important
  }
}

.p-lp__app-type-kani {
  width: 16%
}

.p-lp__app-type-kani span {
  color: #f02f7c;
  border: 4px solid #f02f7c;
  padding: 2%;
  text-align: center;
  margin-left: 2%
}

@media screen and (max-width:750px) {
  .p-lp__app-type-kani span {
    border: 2px solid #f02f7c
  }
}

.p-lp__ranking-button,
a.c-button.is-small.is-icon,
a.c-button.is-ic.is-big {
  -webkit-animation: blink 2s infinite;
  animation: blink 2s infinite-webkit-box-shadow: 0 0px 0 #bd2a5e;
  box-shadow: 0 0px 0 #bd2a5e
}

@-webkit-keyframes blink {

  0%,
  50%,
  to {
    opacity: .5
  }

  25%,
  75% {
    opacity: 1
  }
}

@keyframes blink {

  0%,
  50%,
  to {
    opacity: .5
  }

  25%,
  75% {
    opacity: 1
  }
}

@-webkit-keyframes blink1 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink1 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.c-table-info {
  width: 100%;
  border: 2px solid #ccc;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
}

.c-table-info th {
  font-weight: 400;
  vertical-align: middle;
  background: #f9f9f9
}

.c-table-info td,
.c-table-info th {
  color: #000;
  width: 50%;
  padding: 10px;
  text-align: center;
  border: 2px solid #eee
}

.flowchart-text {
  font-size: 3.2vw;
  line-height: 1.6;
  width: 40%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
}

.flowchart-app-wrap {
  width: 60%;
}

.flowchart-app {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0%;
  color: #000;
}

.flowchart-app-icon {
  border: 0.5px solid #ddd;
  border-radius: 10%;
}

.flowchart-app-icon img {
  max-width: 40px;
  width: 40px;
  height: 40px;
}

.flowchart-app-name {
  letter-spacing: -1.5px;
  width: 68%;
  line-height: 1.8;
  padding: 0 2em 0 0em;
  background: url(../images/link_yellow.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 4vw;
}

.c-button {
  -webkit-animation: blink 2s infinite;
  animation: blink 2s infinite-webkit-box-shadow:0 5px 0 #bd2a5e;
  box-shadow: 0 0px 0 #bd2a5e
}

@-webkit-keyframes blink {

  0%,
  50%,
  to {
    opacity: .5
  }

  25%,
  75% {
    opacity: 1
  }
}

@keyframes blink {

  0%,
  50%,
  to {
    opacity: .5
  }

  25%,
  75% {
    opacity: 1
  }
}

@-webkit-keyframes blink1 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink1 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.mini {
  margin-top: 12%;
  font-size: 1rem;
}

.p-top__app-tag li {
  white-space: nowrap;
}

.iphone .android-lp {
  display: none;
}

.android .ios-lp {
  display: none;
}

.p-lp__app-dl-title-wrap {
  text-align: center;
  margin: 4% 0
}

.p-lp__app-dl-title {
  display: inline-block;
  vertical-align: bottom;
  font-weight: 700;
  position: relative;
  font-size: 1.4rem;
}

.p-lp__app-dl-title:after,
.p-lp__app-dl-title:before {
  content: "";
  display: block;
  width: .5%;
  height: 100%;
  background: #f8a227;
  position: absolute;
  top: 0
}

.p-lp__app-dl-title:before {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  left: -3%
}

.p-lp__app-dl-title:after {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  right: -3%
}

.p-lp__app-dl-title span {
  vertical-align: bottom;
  color: #f8a227;
}

.p-lp__flowchart-wrap:not(:first-child) {
  margin-top: 4%;
}

.p-lp__flowchart-wrap {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-lp__flowchart-app-icon {
  width: 20%;
}

.p-lp__flowchart-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  width: 16%;
  background: #ff667f;
  position: relative;
  font-size: 1.6rem;
  border-radius: 16px 0 0 16px;
}

.p-lp__flowchart-head:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, hsla(0, 0%, 100%, 0)), color-stop(50.1%, #1876da)) no-repeat 0 0/100% 50.1%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, hsla(0, 0%, 100%, 0)), color-stop(50.1%, #1876da)) no-repeat 100% 100%/100% 50.1%;
  background: linear-gradient(to bottom left, hsla(0, 0%, 100%, 0) 50%, #1876da 50.1%) no-repeat 0 0/100% 50.1%, linear-gradient(to top left, hsla(0, 0%, 100%, 0) 50%, #1876da 50.1%) no-repeat 100% 100%/100% 50.1%;
}

.p-lp__flowchart-wrap.is-yellow .p-lp__flowchart-head:after {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, hsla(0, 0%, 100%, 0)), color-stop(50.1%, #f8a227)) no-repeat 0 0/100% 50.1%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, hsla(0, 0%, 100%, 0)), color-stop(50.1%, #f8a227)) no-repeat 100% 100%/100% 50.1%;
  background: linear-gradient(to bottom left, hsla(0, 0%, 100%, 0) 50%, #f8a227 50.1%) no-repeat 0 0/100% 50.1%, linear-gradient(to top left, hsla(0, 0%, 100%, 0) 50%, #f8a227 50.1%) no-repeat 100% 100%/100% 50.1%;
}

@media screen and (max-width: 750px) .p-lp__flowchart-head {
  font-size: 4.2vw;
  border-radius: 8px 0 0 8px;
}

.p-lp__flowchart-wrap.is-yellow .p-lp__flowchart-head {
  background: #f8a227;
}

.p-lp__flowchart-wrap.is-yellow .p-lp__flowchart-text {
  background: #fabd67;
}

.p-lp__flowchart-wrap.is-blue .p-lp__flowchart-head {
  background: #1876da;
}

.p-lp__flowchart-wrap.is-blue .p-lp__flowchart-text {
  background: #26add6;
}

@media screen and (max-width: 750px) .p-lp__flowchart-text {
  font-size: 3vw;
}

.p-lp__flowchart-text:after {
  content: "";
  position: absolute;
  top: 0;
  right: -12%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 12%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, hsla(0, 0%, 100%, 0)), color-stop(50.1%, #26add6)) no-repeat 0 0/100% 50.1%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, hsla(0, 0%, 100%, 0)), color-stop(50.1%, #26add6)) no-repeat 100% 100%/100% 50.1%;
  background: linear-gradient(to bottom left, hsla(0, 0%, 100%, 0) 50%, #26add6 50.1%) no-repeat 0 0/100% 50.1%, linear-gradient(to top left, hsla(0, 0%, 100%, 0) 50%, #26add6 50.1%) no-repeat 100% 100%/100% 50.1%;
}

.p-lp__flowchart-wrap.is-yellow .p-lp__flowchart-text:after {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, hsla(0, 0%, 100%, 0)), color-stop(50.1%, #fabd67)) no-repeat 0 0/100% 50.1%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, hsla(0, 0%, 100%, 0)), color-stop(50.1%, #fabd67)) no-repeat 100% 100%/100% 50.1%;
  background: linear-gradient(to bottom left, hsla(0, 0%, 100%, 0) 50%, #fabd67 50.1%) no-repeat 0 0/100% 50.1%, linear-gradient(to top left, hsla(0, 0%, 100%, 0) 50%, #fabd67 50.1%) no-repeat 100% 100%/100% 50.1%;
}

.p-lp__flowchart-text {
  line-height: 1.2;
  width: 30%;
  background: #ff667f;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}

.p-lp__flowchart-app-wrap {
  width: 70%;
}

.p-lp__flowchart-wrap.is-yellow .p-lp__flowchart-app {
  background: url(../images/ic_yellow.webp) right 1% center/1em no-repeat;
}

.p-lp__flowchart-wrap.is-blue .p-lp__flowchart-app {
  background: url(../images/ic_blue.webp) right 1% center/1em no-repeat;
}

.p-lp__flowchart-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 4% 2% 4% 10%;
  color: #000;
}

.p-lp__flowchart-app-icon img {
  border-radius: 10%;
}

.p-lp__flowchart-app-name {
  width: 76%;
}

.p-lp__flowchart {
  width: 80%;
}

.p-lp__flowchart-item {
  border-radius: 16px;
  overflow: hidden;
  background: #c4fcf0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 750px) .p-lp__flowchart-item {
  border-radius: 8px;
}

.p-lp__flowchart-wrap.is-yellow .p-lp__flowchart-item {
  background: #fce3be;
}

.p-lp__flowchart-item:nth-child(n+2) {
  margin-top: 0.5rem;
}

.p-lp__ranking-head:before {
  content: "【PR】";
}

/* iPhone用のスタイルシート */
@media only screen and (max-device-width: 767px) and (device-width: 375px) {
  .content-ios {
    display: block;
  }

  .content-android {
    display: none;
  }
}

/* Android用のスタイルシート */
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (device-width: 800px) {
  .content-ios {
    display: none;
  }

  .content-android {
    display: block;
  }
}

.win {
  /* Windows (全バージョン)のみ */
}

.mac {
  /* Mac OSのみ */
}

.linux {
  /* linux（x11とlinux）のみ */
}

.iphone {
  /* iphoneのみ */
}

.ipad {
  /* ipadのみ */
}

.android {
  /* Androidのみ */
}

.iphone .android-lp {
  display: none;
}

.android .ios-lp {
  display: none;
}

.current-date {
  font-size: 2.4rem;
  /* 任意のサイズに調整 */
}

@media screen and (max-width: 750px) {

  /* 画面幅が750px以下の場合のスタイル設定 */
  .p-lp__ranking-head span {
    font-size: 3vw;
    /* 任意のサイズに調整 */
  }
}

.p-top3table__head {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1.3rem;
  font-weight: bold;
}

.p-top3table__head span {
  color: #1876da;
}

@media screen and (max-width: 719px) {
  .p-top3table__head {
    font-size: 1.4rem;
  }
}

.p-top3table {
  margin-bottom: .6rem;
}

.p-top3table thead tr th {
  text-align: center;
  font-size: 1.8rem;
  background: #1876da;
  color: white;
  border: 0;
}

@media screen and (max-width: 719px) {
  .p-top3table thead tr th {
    font-size: 1.6rem;
  }
}

.p-top3table tbody tr th {
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  text-align: center;
  padding: 0.8rem;
  padding: .8rem;
  font-weight: bold;
}

@media screen and (max-width: 719px) {
  .p-top3table tbody tr th {
    padding: .4rem;
  }
}

.p-top3table tbody tr td {
  border: 1px solid #f0f0f0;
  padding: .8rem;
  text-align: center;
  width: 33.33%;
  font-weight: bold;
}

@media screen and (max-width: 719px) {
  .p-top3table tbody tr td {
    padding: .6rem;
  }
}

.p-top3table tbody tr td .c-button {
  line-height: 1.3;
}

@media screen and (max-width: 719px) {
  .p-top3table tbody tr td .c-button {
    padding: 0.5rem;
    font-size: 1.1rem;
  }
}

.p-top3table__point {
  min-height: 6.4rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-top3table__point br {
  display: none;
}

@media screen and (max-width: 719px) {
  .p-top3table__point li {
    font-size: 1.2rem;
    display: block;
    line-height: 1.3;
  }

  .p-top3table__point li:not(:first-child) {
    margin-top: .5rem;
  }

  .p-top3table__point li br {
    display: block;
  }
}

.p-top3table__point.--doublecircle {
  background: url(https://s3.ap-northeast-1.amazonaws.com/crane-game-ranking.net/images/state-doublecircle.png) center center/6.4rem no-repeat;
}

.p-top3table__point.--circle {
  background: url(https://s3.ap-northeast-1.amazonaws.com/crane-game-ranking.net/images/state-circle.png) center center/6.4rem no-repeat;
}

.p-top3table__point.--triangle {
  background: url(images/state-triangle.png) center center/6.4rem no-repeat;
}

.p-top3table__rank__no {
  position: relative;
  display: block;
  margin: auto;
}

@media screen and (min-width: 720px) {
  .p-top3table__rank__no {
    max-width: 5rem;
    min-width: 5rem;
  }
}

@media screen and (max-width: 719px) {
  .p-top3table__rank__no {
    max-width: 3.5rem;
    min-width: 3.5rem;
  }
}

.p-top3table__rank__no img,
.p-top3table__rank__no svg {
  width: 100%;
  height: auto;
}

.p-top3table__rank__no span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: 0.6rem;
}

.p-top3table__rank__svg-1 {
  fill: #ffd900;
}

.p-top3table__rank__svg-2 {
  fill: #a5c8d4;
}

.p-top3table__rank__svg-3 {
  fill: #d38c59;
}

.p-top3table__rank__icon {
  max-width: 8rem;
  min-width: 8rem;
  max-height: 8rem;
  min-height: 8rem;
  margin: 0 auto 1.5rem;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid #dbdbdb;
}

.p-top3table__rank__icon img {
  max-width: inherit;
  width: 8rem;
  height: 8rem;
  object-fit: cover;
}

.p-top3table__rank__name {
  font-weight: 700;
  color: #F5515A;
}

.p-top3table__change {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.p-top3table__change>* {
  width: 33%;
  text-align: center;
}

.table-p-margin {
  padding-top: 15px;
  padding-bottom: 15px;
}

.table-p-margin1 {
  padding-top: 20px;
  padding-bottom: 15px;
}

.c-pickup__ribbon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  text-align: center;
  padding: 0 2rem;
  background: #b18aff;
  color: #fff;
  box-sizing: border-box;
  font-weight: bold;
  margin-top: 1rem;
}

@media screen and (min-width: 720px) {
  .c-pickup__ribbon {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 719px) {
  .c-pickup__ribbon {
    font-size: 1.3rem;
    line-height: 1.6;
    flex-flow: column;
  }
}

.c-pickup__ribbon::before,
.c-pickup__ribbon::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.c-pickup__ribbon::before {
  top: 0;
  left: 0;
  border-width: 3rem 0 3rem 1rem;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.c-pickup__ribbon::after {
  top: 0;
  right: 0;
  border-width: 3rem 1rem 3rem 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.c-pickup {
  overflow: hidden;
  background: #ffffff;
  margin: 1rem 0rem;
  border: 2px solid #b18aff;
}

.c-pickup__box {
  border-radius: 1rem;
  overflow: hidden;
  background: #f7f7f7;
  margin: 2.5rem 0 6rem;
  border: 1px solid #dbdbdb;
}

.c-pickup__img {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}

.c-pickup__img__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-pickup__img__slider img {
  width: 100%;
  height: 100%;
}

.c-pickup__img__slider iframe {
  width: 100%;
  height: 100%;
}

.c-pickup__img__slider__item {
  position: relative;
}

.c-pickup__img__slider__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
}

.c-pickup__img__slider__pagination {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.c-pickup__img__slider__pagination .swiper-pagination-bullet {
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 0;
  background: #FFBC09;
  opacity: 0.3;
}

.c-pickup__img__slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.c-pickup__img__detail {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.c-pickup__img__detail__inner {
  padding: 2.5rem;
  color: white;
}

.c-pickup__img__detail__title {
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 720px) {
  .c-pickup__img__detail__title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 719px) {
  .c-pickup__img__detail__title {
    font-size: 1.4rem;
  }
}

.c-pickup__img__detail__date {
  margin-top: 10px;
  line-height: 1;
}

@media screen and (min-width: 720px) {
  .c-pickup__img__detail__date {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 719px) {
  .c-pickup__img__detail__date {
    font-size: 1rem;
  }
}

.c-pickup__body {
  padding: 2.5rem;
}

.c-pickup__text {
  margin-bottom: 0px;
  line-height: 1.8;
  font-weight: bold;
}

.c-pickup__text>span {
  background: linear-gradient(transparent 50%, #fffab4 50%);
  display: inline;
  font-weight: bold;
}

.c-pickup__text>span>span {
  color: #D10318;
}

.c-pickup__text strong {
  color: #f98481;
}

@media screen and (min-width: 720px) {
  .c-pickup__text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 719px) {
  .c-pickup__text {
    font-size: 1.2rem;
  }
}


.c-pickup__button__head {
  text-align: center;
  margin-top: 1rem;
}

.c-pickup__button__head>span {
  display: inline-block;
  position: relative;
  padding: -0.1rem;
  text-align: center;
  font-size: 1.6rem;
}

.c-pickup__button__head>span::before,
.c-pickup__button__head>span::after {
  content: "";
  position: absolute;
  top: 60%;
  display: inline-block;
  width: 3rem;
  height: 0.3rem;
  background-color: #f98481;
}

.c-pickup__button__head>span::before {
  left: 0;
  transform: rotate(60deg);
}

.c-pickup__button__head>span::after {
  right: 0;
  transform: rotate(-60deg);
}

a.c-pickup__button {
  font-size: 1.6rem;
  margin-top: 1.8rem;
  line-height: 1;
  background: #f98481;
  color: white;
  font-weight: bold;
  padding: 2rem;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  text-align: center;
}

a.c-pickup__button.--green {
  background: #06d64c;
}

a.c-pickup__button:hover {
  opacity: 0.7;
}

a.c-pickup__button::after {
  display: inline-block;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  margin: 0.1rem 0 0.1rem 1rem;
  background-image: url(../img/icon-blank.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

a.c-pickup__button::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 4rem;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.lp_head {
  padding: 1em;
  text-align: center;
  font-weight: 700;
  border-width: 3px 0;
  line-height: 1.5;
  background-color: #333;
  color: #fff
}

.lp_head span {
  font-size: 2.4rem;
  display: block;
  margin-top: .5em
}

@media screen and (max-width:750px) {
  .lp_head span {
    font-size: 3vw
  }
}

.p-lp__toggle-head-check {
  display: none
}

.p-lp__toggle-head-check:checked+.p-lp__toggle-head:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.p-lp__toggle-head-check:checked+.p-lp__toggle-head+.p-lp__toggle-body {
  display: block
}

.p-lp__toggle-head {
  background: #41c9d5;
  text-align: center;
  font-weight: 700;
  margin-top: 4%;
  padding: 4%;
  color: #fff;
  font-size: 2.8rem;
  cursor: pointer;
  width: 100%;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative
}

.p-lp__toggle-head:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../images/ic_arrow.webp) 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 4%;
  margin-top: -.5em;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media screen and (max-width:750px) {
  .p-lp__toggle-head {
    font-size: 3.6vw
  }
}

.p-lp__toggle-body {
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 4%;
  border: 10px solid #41c9d5;
  border-top-width: 0
}

@media screen and (max-width:750px) {
  .p-lp__toggle-body {
    border-width: 0 5px 5px
  }
}

.p-lp__app-review-prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}


.p-lp__recommend-title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 8%
}

@media screen and (max-width:750px) {

  .p-lp__recommend-title {
    font-size: 4.2vw
  }
}

.p-lp__recommend {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  margin: 8% 4% 4%;
}

.p-lp__recommend-item {
  width: 16%;
  margin: 5% 0 0 5%;
  position: relative
}

.p-lp__recommend-item a {
  display: inline-block;
}


.p-lp__recommend-item img {
  border-radius: 10%
}

.p-lp__recommend-item.is-border img {
  border: 2px solid #eee
}

.p-lp__recommend-item:before {
  width: 50%;
  height: 50%;
  display: block;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -25%;
  left: -25%;
  font-weight: 700;
  line-height: 200%
}


.p-lp__recommend-item:first-of-type:before {
  content: "1";
  background: #fbbc43
}

.p-lp__recommend-item:nth-of-type(2):before {
  content: "2";
  background: #aac2d4
}

.p-lp__recommend-item:nth-of-type(3):before {
  content: "3";
  background: #d79468
}

.p-lp__recommend-item:nth-of-type(-n+5) {
  margin-top: 0
}

.p-lp__recommend-item:nth-of-type(5n-4) {
  margin-left: 0
}


.p-lp__search-head {
  font-weight: 700;
  margin-bottom: 2%
}

.p-lp__search-head:not(:first-child) {
  margin-top: 4%
}

.p-lp__search {
  display: flex;
  justify-content: left;
  flex-wrap: wrap
}

.p-lp__search-item {
  width: 48%;
  margin: 4% 0 0 4%
}

.p-lp__search-item:nth-of-type(-n+2) {
  margin-top: 0
}

.p-lp__search-item:nth-of-type(2n-1) {
  margin-left: 0
}

.p-lp__search-item-wide {
  width: 100%
}

.p-lp__search-item-wide:not(:first-child) {
  margin-top: 4%
}

.p-lp__search-radio label {
  user-select: none;
  display: block;
  cursor: pointer;
  padding: 1em;
  position: relative;
  background: #f2f2f2
}

.p-lp__search-radio label:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
  margin-right: .5em
}

.p-lp__search-radio input[ type=radio] {
  display: none
}

.p-lp__search-radio input[ type=radio]:checked+label:before {
  background: #ff667f
}

.p-lp__search-select {
  background: #f2f2f2;
  position: relative
}

.p-lp__search-select:before {
  content: "▼";
  width: 1em;
  height: 1em;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -.5em
}

.p-lp__search-select select {
  display: block;
  cursor: pointer;
  padding: 1em;
  position: relative;
  width: 100%;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.p-lp__search-count span {
  font-size: 1.5em;
  font-weight: 700;
  color: #ff667f;
  vertical-align: bottom;
  padding-right: .1em
}


.c-button__search {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  margin: 2rem auto;
  background-color: #ffbc09;
  border: solid 3px #ffffff;
  /*線*/
  border-radius: 1rem;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 720px) {
  .c-button__search {
    margin-bottom: 4rem;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 719px) {
  .c-button__search {
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
}

.p-lp__app-rank_s {
  font-size: 3.2rem;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 4px solid #333;
  padding-left: 100px;
  padding-bottom: 2%;
  margin-top: 4%;
  margin-bottom: 4%;
  font-weight: 700;
  position: relative
}

.p-lp__app-rank_s span {
  position: absolute;
  top: 0;
  left: 0;
  font-family: din-2014, sans-serif;
  font-style: italic;
  font-weight: 700;
  display: block;
  background: #333;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 4.5rem;
  color: #fff;
  text-indent: -.1em
}

@media screen and (max-width:750px) {
  .p-lp__app-rank_s {
    font-size: 4.2vw;
    padding-left: 0
  }

  .p-lp__app-rank_s span {
    width: 10.6vw;
    height: 10.6vw;
    line-height: 10.6vw;
    font-size: 6vw
  }
}

.p-lp__app-rank-other_s {
  font-size: 3.2rem;
  line-height: 1.5;
  border-bottom: 4px solid #f02f7c;
  padding-bottom: 2%;
  margin-bottom: 4%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media screen and (max-width:750px) {
  .p-lp__app-rank-other_s {
    font-size: 4.2vw
  }

  .p-lp__app-rank-other_s:before {
    font-size: 3vw
  }
}

.p-lp__app-rank-other-icon_s {
  display: block;
  color: #f02f7c;
  width: 12%;
  padding-bottom: 12%;
  background: #ffe9e8;
  margin-right: 4%;
  font-size: 2.4rem;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative
}

.p-lp__app-rank-other-icon_s span {
  position: absolute;
  line-height: 24px;
  top: calc(50% - 12px);
  left: 0;
  width: 100%;
  text-align: center;
  display: block
}

@media screen and (max-width:750px) {
  .p-lp__app-rank-other-icon_s {
    top: 0
  }

  .p-lp__app-rank-other-icon_s span {
    font-size: 3vw
  }
}

.c-table {
  width: 100%;
  border: 2px solid #ccc;
  margin-bottom: 10%;
}

.c-tbody {
  display: table-row-group;
  vertical-align: middle;
  unicode-bidi: isolate;
  border-color: inherit;
}

.c-table th {
  color: #000;
  width: auto;
  padding: 1.5%;
  text-align: center;
  border: 1px solid #eee;
  font-size: 1.1rem;
  line-height: normal;
}

.c-table td {
  color: #000;
  width: auto;
  padding: 2%;
  vertical-align: middle;
  border: 1px solid #eee;
  background-color: #fff;
  font-size: 1.1rem;
}

.c-hw-level2 {
  line-height: 1.4;
  padding-bottom: 1.2rem;
  margin-top: 4rem;
  margin-bottom: 2.8rem;
  font-size: 1.8rem;
}

.c-hw-level2 {
  border-bottom: 3px solid #333;
  font-weight: 700;
}

.c-contents {
  box-sizing: border-box;
}

.c-contents h3 {
  margin-bottom: 1.4rem;
  margin-top: 2.8rem;
  font-size: 1.6rem;
  font-weight: 600;
}

.c-contents span {
  color: #f02f7c;
}

/* OSによるLPの出し分け */
.iphone .android-lp {
  display: none;
}

.android .ios-lp {
  display: none;
}

.mac .android-lp {
  display: none;
}

.win .ios-lp {
  display: none;
}

/* 非表示 */
.invisible {
  display: none;
}

/*ストアボタンのクラス*/
.flex_button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 719px) {
  .flex_button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
  }
}

.img_size {
  max-height: 60px;
  margin-right: 14px;
}

.img_size:nth-child(2n) {
  margin-right: 0px;
}

.img_size img {
  width: auto;
}

.img_size a {
  display: inline-block;
}