﻿/*! 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
}

template,
[hidden] {
      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;
      text-decoration: underline dotted
}

b,
strong {
      font-weight: inherit
}

b,
strong {
      font-weight: bolder
}

dfn {
      font-style: italic
}

h1 {
      font-size: 2em;
      margin: 0.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: -0.25em
}

sup {
      top: -0.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 {
      box-sizing: content-box;
      height: 0;
      overflow: visible
}

button,
input,
select,
textarea {
      font: inherit;
      margin: 0
}

optgroup {
      font-weight: bold
}

button,
input {
      overflow: visible
}

button,
select {
      text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
      -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
      border-style: none;
      padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
      outline: 1px dotted ButtonText
}

fieldset {
      border: 1px solid #c0c0c0;
      margin: 0 2px;
      padding: 0.35em 0.625em 0.75em
}

legend {
      box-sizing: border-box;
      color: inherit;
      display: table;
      max-width: 100%;
      padding: 0;
      white-space: normal
}

textarea {
      overflow: auto
}

[type="checkbox"],
[type="radio"] {
      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: 0.54
}

::-webkit-file-upload-button {
      -webkit-appearance: button;
      font: inherit
}

*,
*::before,
*::after {
      box-sizing: border-box;
      font-size: inherit;
      line-height: inherit;
      vertical-align: top;
      margin: 0;
      padding: 0
}

html {
      font-size: 62.5%;
      width: 100%;
      height: 100%
}

body {
      font-family: "Noto Sans JP", sans-serif;
      line-height: 1;
      color: #333;
      background: white;
      width: 100%;
      height: 100%;
      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: normal;
      margin: 0
}

p {
      line-height: 1.8;
      margin-top: 1.5rem;
}

a {
      color: #e3a613;
      text-decoration: none
}

a:hover {
      opacity: 0.6
}

figure {
      margin: 0
}

img {
      max-width: 100%;
      width: auto;
      height: auto
}

ul,
ol {
      list-style: none
}

table {
      border-spacing: 0;
      border-collapse: collapse
}

hr {
      border-color: #e5e5e5;
      border-style: solid;
      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: white;
      background: #e3a613
}

::-moz-selection {
      color: white;
      background: #e3a613
}

.l-header {
      background: #ffa500;
      box-shadow: 0 0 10px rgba(0, 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;
      max-width: 750px;
      margin: auto;
      background: white
}

.l-contents {
      position: relative;
      padding: 0 4%;
      margin-bottom: 0
}

.l-footer {
      background: #ffa500;
      text-align: center;
      padding: 30px 20px;
      margin-top: 8%
}

@media screen and (min-width: 750px) {
      .l-footer {
            padding: 60px 40px
      }
}

.l-footer__public {
      display: flex;
      justify-content: space-between;
      margin: 0 0 8% 0
}

.l-footer__public-ncac,
.l-footer__public-caa {
      width: 48%;
      padding: 4%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center
}

.l-footer__public-ncac {
      background: #fff1d7
}

.l-footer__public-caa {
      background: white
}

.l-footer-nav {
      display: flex;
      justify-content: center
}

.l-footer-nav__item {
      margin: 0 2%
}

.l-footer-nav__link {
      color: white;
      line-height: 1;
      font-size: 9px
}

@media screen and (max-width: 750px) {
      .l-footer-nav__link {
            font-size: 2.6vw
      }
}

@media screen and (min-width: 750px) {
      .l-footer-nav__link {
            font-size: 18px
      }
}

.l-footer__copyright {
      margin-top: 4%
}

.l-footer__copyright small {
      line-height: 1;
      color: white;
      font-size: 9px;
      display: block;
      letter-spacing: 0.3px
}

@media screen and (max-width: 750px) {
      .l-footer__copyright small {
            font-size: 2.6vw
      }
}

@media screen and (min-width: 750px) {
      .l-footer__copyright small {
            font-size: 18px
      }
}

.c-button {
      display: block;
      text-align: center;
      font-weight: bold;
      margin-top: 4%;
      padding: 4%;
      line-height: 1;
      color: white;
      border: 0;
      width: 100%;
      appearance: none;
      cursor: pointer;
      background-color: #fbbc43;

}

.c-button.is-pink {
      background: #f54985;
      box-shadow: 0 6px 0 #bd2a5e
}

@media screen and (max-width: 750px) {
      .c-button.is-pink {
            box-shadow: 0 1vw 0 #bd2a5e
      }
}

.c-button.is-blue {
      background: #0ac3c3;
      box-shadow: 0 6px 0 #4d90ff
}

@media screen and (max-width: 750px) {
      .c-button.is-blue {
            box-shadow: 0 1vw 0 #4d90ff
      }
}

.c-button.is-big {
      font-size: 3.2rem
}

.c-button.is-ic::after {
      content: "";
      width: 1em;
      height: 1em;
      margin-left: 0.5em;
      background: url(../images/ic_link.png) center center/1em no-repeat;
      display: inline-block
}

.c-button.is-green {
      background: #00bda0;
      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.png) center center/1em no-repeat
}

@keyframes blink {

      0%,
      50%,
      100% {
            opacity: 0.5
      }

      25%,
      75% {
            opacity: 1
      }
}

.c-button.is-gray {
      background: #f5f5f5;
      box-shadow: 0 6px 0 #bfbfbf;
      color: #999
}

@media screen and (max-width: 750px) {
      .c-button.is-gray {
            box-shadow: 0 1vw 0 #bfbfbf
      }
}

.c-button.is-gray.is-small {
      border-radius: 4px
}

.c-button.is-icon::after {
      content: "";
      width: 1em;
      height: 1em;
      display: inline-block;
      margin-left: 2%;
      background: url(../images/ic_link.png) center center/1em no-repeat
}

.c-button.is-small {
      border-radius: 4px
}

@media screen and (min-width: 750px) {
      .c-button.is-small {
            border-radius: 8px
      }
}

.c-button.is-big {
      font-size: 4.3vw
}

@media screen and (min-width: 750px) {
      .c-button.is-big {
            font-size: 32px
      }
}

.c-table {
      width: 100%;
      border: 2px solid #e5e5e5
}

.c-table th {
      color: #333;
      width: 50%;
      padding: 4%;
      text-align: center;
      font-weight: normal;
      vertical-align: middle;
      border: 2px solid #eee;
      background: #f9f9f9
}

.c-table td {
      color: #333;
      width: 50%;
      padding: 4%;
      border: 2px solid #eee;
      text-align: center
}

.c-app-table {
      margin: 4% 0 30px 0;
      width: 100%
}

.c-app-table th {
      background: #f9f9f9;
      border: 1px solid #eee;
      padding: 10px;
      font-size: 2rem;
      text-align: center
}

.c-app-table td {
      border: 1px solid #eee;
      padding: 15px 10px;
      font-size: 2rem;
      vertical-align: middle
}

@media screen and (max-width: 750px) {

      .c-app-table th,
      .c-app-table td {
            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: bold
}

.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: center
}

.c-app-table__get {
      text-align: center
}

.c-app-table__btn-item {
      width: 83px;
      height: 20px;
      margin: 0 auto;
      font-size: 10px
}

@media screen and (min-width: 750px) {
      .c-app-table__btn-item {
            width: 166px;
            height: 40px;
            font-size: 20px
      }
}

.c-app-table__btn-item:not(:first-of-type) {
      margin-top: 12%
}

.c-app-table__btn-item .c-button {
      margin-top: 0;
      padding: 5px 0
}

@media screen and (min-width: 750px) {
      .c-app-table__btn-item .c-button {
            padding: 10px 0
      }
}

.c-title {
      font-size: 3.2rem;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      color: #ffa500;
      margin-top: 2rem;
}

@media screen and (max-width: 750px) {
      .c-title {
            font-size: 4.2vw
      }
}

@keyframes blink1 {
      0% {
            opacity: 0
      }

      100% {
            opacity: 1
      }
}

.c-blinking {
      animation: blink1 1.5s ease-in-out infinite alternate
}

body {
      margin: 0;
      padding: 0
}

main {
      font-size: 3.5vw;
      line-height: 1.6
}

@media screen and (min-width: 750px) {
      main {
            font-size: 26px
      }
}

.h-inherit {
      height: auto !important
}

.fc-yellow {
      color: #ffa500;
      font-weight: bold
}

.font_bold {
      font-weight: bold;
      color: inherit !important
}

.font_bold_white {
      font-weight: bold;
      color: #fff;
      letter-spacing: 0.07em
}

.txt-center {
      text-align: center
}

.mb-25 {
      margin-bottom: 25px !important
}

@media screen and (min-width: 750px) {
      .mb-25 {
            margin-bottom: 50px !important
      }
}

.mt-15 {
      margin-top: 15px !important
}

@media screen and (min-width: 750px) {
      .mt-15 {
            margin-top: 30px !important
      }
}

.mt-20 {
      margin-top: 20px !important
}

@media screen and (min-width: 750px) {
      .mt-20 {
            margin-top: 40px !important
      }
}

h3 {
      font-size: 4.8vw;
      border-left: solid 5px #ffa500;
      padding-left: 10px;
      font-weight: bold;
      margin-bottom: -10px;
      background-color: #fffbe7;
}

@media screen and (min-width: 750px) {
      h3 {
            font-size: 36px;
            border-left: solid 10px #1a1a1a;
            margin-bottom: -20px
      }
}

.font-18 {
      font-size: 4.8vw
}

@media screen and (min-width: 750px) {
      .font-18 {
            font-size: 36px
      }
}

.p-lp__kv {
      text-align: center
}

.p-lp__kv .p-lp__kv_top {
      width: 100%;
      background: #1a1a1a;
      padding: 5%
}

.p-lp__kv .p-lp__kv_top span {
      font-size: 4.3vw;
      color: #fff;
      font-weight: bold;
      letter-spacing: 0.07em
}

@media screen and (min-width: 750px) {
      .p-lp__kv .p-lp__kv_top span {
            font-size: 32px
      }
}

.p-lp__kv .p-lp__kv_content {
      height: 67vw;
      background-image: url(../images/kv_bg@2x.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      display: flex
}

@media screen and (min-width: 750px) {
      .p-lp__kv .p-lp__kv_content {
            height: 500px
      }
}

.p-lp__kv .p-lp__kv_content h1 {
      width: 100%;
      font-family: 'Noto Serif JP', serif;
      background: rgba(255, 255, 255, 0.8);
      display: block;
      margin: auto 0;
      padding: 20px;
      text-align: center
}

.p-lp__kv .p-lp__kv_update {
      text-align: left;
      margin: 15px
}

@media screen and (min-width: 750px) {
      .p-lp__kv .p-lp__kv_update {
            margin-bottom: 30px
      }
}

.p-lp__kv .p-lp__kv_update span {
      font-size: 2.7vw
}

@media screen and (min-width: 750px) {
      .p-lp__kv .p-lp__kv_update span {
            font-size: 20px
      }
}

.p-lp__ranking-head {
      padding: 0.7em;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      text-align: center;
      font-weight: bold;
      border-width: 3px 0;
      line-height: 1.5;
      background-color: #ffa500;
      color: #fff;
      font-size: 4vw
}

@media screen and (min-width: 750px) {
      .p-lp__ranking-head {
            font-size: 30px;
            height: 132px
      }
}

.p-lp__ranking-head span {
      font-size: 2.4rem;
      display: block;
      margin-top: 0.5em
}

@media screen and (max-width: 750px) {
      .p-lp__ranking-head span {
            font-size: 3vw
      }
}

.p-lp__ranking-body {
      padding: 15px;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
      border: 2px solid #ffa500;
      margin-bottom: 2rem;
}

@media screen and (min-width: 750px) {
      .p-lp__ranking-body {
            padding: 30px
      }
}

.p-lp__ranking:not(:first-of-type) {
      padding-top: 4%;
      border-top: 1px solid #e5e5e5
}

@media screen and (min-width: 750px) {
      .p-lp__ranking:not(:first-of-type) {
            margin-top: 40px
      }
}

.p-lp__ranking .small_head_text {
      text-align: center;
      font-size: 3.7vw
}

@media screen and (min-width: 750px) {
      .p-lp__ranking .small_head_text {
            font-size: 28px
      }
}

.p-lp__ranking__app {
      display: flex;
      justify-content: space-between;
      align-items: center
}

.p-lp__ranking-icon {
      width: 20%
}

.p-lp__ranking-icon img {
      border-radius: 10%
}

@media screen and (min-width: 750px) {
      .p-lp__ranking-icon img {
            width: 200%
      }
}

.p-lp__ranking-icon.is-border img {
      border: 0.5px solid #ddd
}

@media screen and (min-width: 750px) {
      .p-lp__ranking-icon.is-border img {
            border: 1px solid #ddd
      }
}

.p-lp__ranking-detail {
      width: 76%
}

.p-lp__ranking-title a {
      font-size: 3.2rem;
      line-height: 1;
      font-weight: bold;
      color: #f54985;
      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.png) center center 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.png) center center/contain no-repeat
      }
}

.p-lp__ranking-sub_title {
      color: #e3a613;
      font-weight: bold
}

.p-lp__ranking-button {
      display: block;
      color: white;
      background: #f54985;
      margin-top: 2%;
      padding: 0.4em;
      text-align: center;
      font-weight: bold;
      box-shadow: 0 1vw 0 #bd2a5e;
      height: 10vw;
      font-size: 1.5rem;
}

@media screen and (min-width: 750px) {
      .p-lp__ranking-button {
            font-size: 32px;
            height: 80px;
            box-shadow: 0 6px 0 #bd2a5e
      }
}

.p-lp__ranking-button::after {
      content: "";
      display: inline-block;
      width: 1em;
      height: 1.2em;
      margin: 0 0 0 0.4em;
      background: url(../images/ic_link.png) top center/1em no-repeat;
      vertical-align: middle
}

.p-lp__ranking-button-blue {
      display: block;
      color: white;
      background: #0ac3c3;
      margin-top: 2%;
      padding: 0.4em;
      text-align: center;
      font-weight: bold;
      box-shadow: 0 1vw 0 #4d90ff;
      font-size: 4.3vw;
      height: 10vw
}

@media screen and (min-width: 750px) {
      .p-lp__ranking-button-blue {
            font-size: 32px;
            height: 80px;
            box-shadow: 0 6px 0 #4d90ff
      }
}

.p-lp__ranking-button-blue::after {
      content: "";
      display: inline-block;
      width: 1em;
      height: 1.2em;
      margin: 0 0 0 0.4em;
      background: url(../images/ic_link.png) top center/1em no-repeat;
      vertical-align: middle
}

.p-lp__ranking-text {
      margin-top: 10px;
      letter-spacing: 0.07em;
      line-height: 1.6
}

@media screen and (min-width: 750px) {
      .p-lp__ranking-text {
            margin-top: 30px
      }
}

.p-lp__title {
      font-size: 3.2rem;
      line-height: 1.3;
      margin-top: 8%;
      margin-bottom: 4%;
      text-align: center;
      font-weight: bold
}

@media screen and (max-width: 750px) {
      .p-lp__title {
            font-size: 4.2vw
      }
}

.p-lp__text {
      margin: 25px 0;
      line-height: 1.6;
      letter-spacing: 0.07em
}

@media screen and (min-width: 750px) {
      .p-lp__text {
            margin: 50px 0
      }
}

.p-lp__text span {
      color: #f02f7c;
      font-weight: bold
}

.p-lp__text span.is-ul {
      background: linear-gradient(transparent 50%, #ff6 50%)
}

.txt_img {
      width: 100%
}

.p-lp__title_sub {
      padding: 0 30px;
      text-align: center;
      margin-bottom: 20px;
      position: relative
}

.p-lp__title_sub:before,
.p-lp__title_sub:after {
      content: "";
      display: block;
      width: 3px;
      height: 132px;
      background-color: #e3a613;
      position: absolute;
      top: 5px;
      transform-origin: top center
}

.p-lp__title_sub:before {
      left: 0;
      transform: rotate(-27deg)
}

.p-lp__title_sub:after {
      right: 0;
      transform: rotate(27deg)
}

@media screen and (max-width: 750px) {
      .p-lp__title_sub {
            padding: 0 4vw;
            margin-bottom: 3vw
      }

      .p-lp__title_sub:before,
      .p-lp__title_sub:after {
            width: 2px;
            height: 17.6vw;
            top: 0.7vw
      }
}

.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.png) 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.png) 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.png) right 4% center/1em no-repeat
}

.p-lp__flowchart-head {
      text-align: center;
      color: white;
      background: #ffa500;
      position: relative;
      font-size: 3.2rem;
      padding: 0.5% 4%
}

@media screen and (max-width: 750px) {
      .p-lp__flowchart-head {
            font-size: 4.2vw
      }
}

@media screen and (min-width: 750px) {
      .p-lp__flowchart-head {
            height: 60px
      }
}

.p-lp__flowchart {
      padding: 0 4%;
      background: #f7f7f7
}

.p-lp__flowchart-item {
      height: 120px;
      overflow: hidden;
      display: flex;
      justify-content: space-between
}

.p-lp__flowchart-item:not(:first-of-type) {
      border-top: 1px solid #e5e5e5
}

@media screen and (min-width: 750px) {
      .p-lp__flowchart-item {
            height: 240px
      }
}

.p-lp__flowchart-text {
      line-height: 1.6;
      width: 40%;
      position: relative;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      font-size: 26px;
      font-weight: bold
}

@media screen and (max-width: 750px) {
      .p-lp__flowchart-text {
            font-size: 3.5vw
      }
}

.p-lp__flowchart-app-wrap {
      width: 60%
}

.p-lp__flowchart-app {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 15px 0%;
      color: #000
}

@media screen and (min-width: 750px) {
      .p-lp__flowchart-app {
            margin: 30px 0
      }
}

.p-lp__flowchart-app-icon {
      width: 20%
}

.p-lp__flowchart-app-icon img {
      max-width: 40px;
      width: 40px;
      height: 40px
}

@media screen and (min-width: 750px) {
      .p-lp__flowchart-app-icon img {
            max-width: 80px;
            width: 80px;
            height: 80px
      }
}

.p-lp__flowchart-app-icon.is-border img {
      border: 0.5px solid #ddd;
      border-radius: 10%
}

@media screen and (min-width: 750px) {
      .p-lp__flowchart-app-icon.is-border img {
            border: 1px solid #ddd
      }
}

.p-lp__flowchart-app-name {
      width: 68%;
      line-height: 1.8;
      padding: 0 2em 0 0em;
      background: url(../images/ic_link_text_yellow@2x.png);
      background-position: right;
      background-repeat: no-repeat;
      background-size: 4vw
}

@media screen and (min-width: 750px) {
      .p-lp__flowchart-app-name {
            background-size: 30px
      }
}

.curning_15 {
      letter-spacing: -1.5px
}

.p-lp__section {
      margin-top: 8%
}

.p-lp__app-rank {
      font-size: 15px;
      line-height: 1.5;
      display: flex;
      justify-content: space-between;
      border-bottom: 1.5px solid #ffa500;
      padding-left: 50px;
      padding-bottom: 4%;
      margin-top: 35px;
      margin-bottom: 10px;
      font-weight: bold;
      position: relative;
      letter-spacing: 1.3px
}

@media screen and (min-width: 750px) {
      .p-lp__app-rank {
            border-bottom: 3px solid #ffa500;
            font-size: 32px;
            padding-left: 110px;
            margin-top: 70px;
            margin-bottom: 20px
      }
}

.p-lp__app-rank p {
      line-height: 1.5;
      letter-spacing: 0.1px
}

@media screen and (min-width: 750px) {
      .p-lp__app-rank p {
            letter-spacing: 1.1px
      }
}

.p-lp__app-rank span {
      position: absolute;
      top: 25%;
      left: 0;
      font-family: din-2014, sans-serif;
      font-style: italic;
      font-weight: 700;
      display: block;
      background: #ffa500;
      width: 80px;
      height: 80px;
      line-height: 80px;
      text-align: center;
      font-size: 4.5rem;
      color: white;
      text-indent: -0.1em
}

@media screen and (max-width: 750px) {
      .p-lp__app-rank span {
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 20px;
            font-weight: bold
      }
}

@media screen and (max-width: 750px) and (min-width: 750px) {
      .p-lp__app-rank span {
            width: 80px;
            height: 80px;
            line-height: 80px;
            font-size: 40px
      }
}

.p-lp__app-rank-other {
      font-size: 3.2rem;
      line-height: 1.5;
      border-bottom: 4px solid #e3a613;
      padding-bottom: 2%;
      margin-bottom: 4%;
      position: relative;
      display: flex;
      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: #e3a613;
      width: 12%;
      padding-bottom: 12%;
      background: #ffe9e8;
      margin-right: 4%;
      font-size: 2.4rem;
      font-weight: 700;
      font-weight: bold;
      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: flex;
      justify-content: space-between;
      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
}

.p-lp__app-title span {
      background: url(../images/ic_link_text.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: right;
      padding-right: 20px;
      background-size: 15px
}

@media screen and (min-width: 750px) {
      .p-lp__app-title span {
            padding-right: 40px;
            background-size: 30px
      }
}

.p-lp__app-type {
      width: 25%
}

.p-lp__app-type span {
      display: block;
      color: #ffa500;
      border: 2px solid #ffa500;
      padding: 4%;
      text-align: center;
      font-weight: bold
}

@media screen and (max-width: 750px) {
      .p-lp__app-type span {
            border: 1px solid #ffa500
      }
}

.p-lp__app-badge {
      margin-top: 4%;
      text-align: left
}

@media screen and (max-width: 750px) {
      .p-lp__app-badge {
            width: 60%;
            margin-top: 2%
      }
}

.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: bold;
      color: #ffa500
}

.p-lp__app-merit-wrap {
      background: #f5f5f5;
      padding: 4%
}

.p-lp__app-merit-title {
      font-size: 3.2rem;
      font-weight: bold;
      line-height: 1
}

@media screen and (max-width: 750px) {
      .p-lp__app-merit-title {
            font-size: 4.2vw;
            margin-top: 0rem;
      }
}

.p-lp__app-merit li {
      margin-top: 4%;
      margin-left: 4%;
      list-style: disc;
      text-indent: -5px
}

@media screen and (max-width: 375px) {
      .p-lp__app-merit li {
            margin-left: 2rem;
            padding-left: .5rem;
      }
}


.p-lp__app-merit li span {
      color: #ffa500
}

.p-lp__app-dl-title-wrap {
      text-align: center;
      margin: 4% 0;
      margin-bottom: -5px
}

@media screen and (min-width: 750px) {
      .p-lp__app-dl-title-wrap {
            margin-bottom: -10px
      }
}

.p-lp__app-dl-title {
      display: inline-block;
      vertical-align: bottom;
      font-weight: bold;
      position: relative;
      margin-bottom: 1.5rem;
}

.p-lp__app-dl-title::before,
.p-lp__app-dl-title::after {
      content: "";
      display: block;
      width: 1px;
      height: 100%;
      background: #ffa500;
      position: absolute;
      top: 0
}

.p-lp__app-dl-title::before {
      transform: rotate(-45deg);
      left: -4%
}

.p-lp__app-dl-title::after {
      transform: rotate(45deg);
      right: -4%
}

.p-lp__app-dl-title span {
      vertical-align: bottom;
      font-weight: bold
}

.p-lp__app-dl-title span.is-red {
      color: #ffa500
}

.p-lp__app-dl-title span.is-ul {
      background: linear-gradient(transparent 50%, #ff6 50%)
}

.p-lp__app-dl-title span.is-big {
      font-size: 3.2rem;
      vertical-align: -0.05em;
      padding: 0 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: 2.0rem
}

@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 {
      transform: rotate(0deg)
}

.p-lp__toggle-head-check:checked+.p-lp__toggle-head+.p-lp__toggle-body {
      display: block
}

.p-lp__toggle-head {
      background: #ffa500;
      text-align: center;
      font-weight: bold;
      margin-top: 4%;
      padding: 4%;
      color: white;
      font-size: 2.8rem;
      cursor: pointer;
      width: 100%;
      display: block;
      user-select: none;
      position: relative
}

.p-lp__toggle-head::after {
      content: "";
      display: block;
      width: 1em;
      height: 1em;
      background: url(../images/ic_arrow.png) center center/contain no-repeat;
      position: absolute;
      top: 50%;
      right: 4%;
      margin-top: -0.5em;
      transform: rotate(180deg)
}

@media screen and (max-width: 750px) {
      .p-lp__toggle-head {
            font-size: 3.6vw
      }
}

.p-lp__toggle-body {
      display: none;
      user-select: none;
      padding: 4%;
      border: solid #ffa500;
      border-width: 0 4px 4px 4px
}

@media screen and (max-width: 750px) {
      .p-lp__toggle-body {
            border-width: 0 2px 2px 2px
      }
}

.p-lp__app-review-prof {
      display: flex;
      justify-content: space-between;
      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: bold;
      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: bold;
      line-height: 1
}

.p-lp__app-review-prof-rank-wrap {
      margin-top: 2%;
      font-weight: bold;
      line-height: 1
}

.p-lp__app-review-prof-rank {
      color: #e3a613
}

.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: bold
}

.p-lp__app-review-text::before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      top: -1em;
      left: 8%;
      border-left: 0.8em solid transparent;
      border-right: 0.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: bold;
      line-height: 1;
      color: #e3a613
}

@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 th,
.p-lp__app-review-table td {
      padding: 2%;
      border: 2px solid #e5e5e5
}

.p-lp__app-review-table th {
      background: #f5f5f5;
      font-weight: normal;
      text-align: left;
      font-weight: bold
}

.p-lp__app-review-table td {
      border-bottom: 2px solid #f5f5f5
}

.p-lp__app-review-table-rank {
      color: #f02f7c;
      font-weight: bold
}

.p-lp__app-review-table-star {
      color: #fbbc43;
      overflow: hidden;
      display: inline-block
}

.p-lp__recommend-title {
      text-align: center;
      font-size: 3.2rem;
      font-weight: bold;
      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;
      justify-content: flex-start;
      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: white;
      position: absolute;
      top: -12px;
      left: -12px;
      font-weight: bold
}

@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:nth-of-type(1)::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: flex;
      justify-content: space-between;
      margin: 8% 0
}

.p-lp__public-ncac {
      background: #fff1d7;
      width: 48%;
      padding: 4%;
      display: flex;
      align-items: center;
      justify-content: center
}

.p-lp__public-caa {
      width: 48%;
      text-align: center;
      padding: 4%;
      border: 10px solid #eee;
      display: flex;
      align-items: center;
      justify-content: center
}

@media screen and (max-width: 750px) {
      .p-lp__public-caa {
            border: 5px solid #eee
      }
}

.p-lp__search-head {
      font-weight: bold;
      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: #f5f5f5
}

.p-lp__search-radio label::before {
      content: "";
      display: inline-block;
      width: 1em;
      height: 1em;
      background: white;
      border-radius: 50%;
      margin-right: 0.5em
}

.p-lp__search-radio input[type="radio"] {
      display: none
}

.p-lp__search-radio input[type="radio"]:checked+label::before {
      background: #e3a613
}

.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: -0.5em
}

.p-lp__search-select select {
      display: block;
      cursor: pointer;
      padding: 1em;
      position: relative;
      width: 100%;
      border: 0;
      background: transparent;
      appearance: none
}

.p-lp__search-count span {
      font-size: 1.5em;
      font-weight: bold;
      color: #e3a613;
      vertical-align: bottom;
      padding-right: 0.1em
}

.p-lp__modal-wrap {
      position: fixed;
      top: 0;
      left: 0;
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      display: none
}

.p-lp__modal-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5)
}

.p-lp__modal {
      width: 90%;
      max-width: 640px;
      padding-bottom: 6%;
      border-radius: 2%;
      background: white;
      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: bold;
      font-size: 2.8rem;
      display: inline-block;
      padding: 0 1em;
      position: relative
}

.p-lp__modal-head-caption span::before,
.p-lp__modal-head-caption span::after {
      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;
      transform: rotate(-20deg)
}

.p-lp__modal-head-caption span::after {
      right: 0;
      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: bold;
      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: 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::before,
.p-lp__modal-item:first-child .p-lp__modal-arrow::after {
      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::before,
.p-lp__modal-item:last-child .p-lp__modal-arrow::after {
      border-top-color: #41c9d5
}

.p-lp__modal-icon {
      display: inline-block;
      font-size: 6.4rem;
      width: 120px;
      height: 120px;
      margin: auto;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      display: flex;
      position: relative;
      color: white
}

.p-lp__modal-icon::after {
      content: "";
      border-color: #000 transparent transparent transparent;
      display: block;
      border-style: solid;
      border-width: 10px 10px;
      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: bold;
      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::before,
.p-lp__modal-arrow::after {
      content: "";
      border-color: #000 transparent transparent transparent;
      display: block;
      border-style: solid;
      border-width: 32px 40px;
      width: 80px;
      height: 64px;
      position: absolute;
      left: calc(50% - 40px);
      opacity: 0.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::before,
      .p-lp__modal-arrow::after {
            content: "";
            border-color: #000 transparent transparent transparent;
            display: block;
            border-style: solid;
            border-width: 4vw 4vw;
            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
      }
}

.is-pink {
      -webkit-animation: blink 2s infinite;
      animation: blink 2s infinite
}

@-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
      }
}

.blinking5 {
      -webkit-animation: blink1 1.5s ease-in-out infinite alternate;
      animation: blink1 1.5s ease-in-out infinite alternate
}

.is-blue {
      -webkit-animation: blink 2s infinite;
      animation: blink 2s infinite
}

@-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
      }
}

.blinking5 {
      -webkit-animation: blink1 1.5s ease-in-out infinite alternate;
      animation: blink1 1.5s ease-in-out infinite alternate
}

.p-lp__ranking-button {
      -webkit-animation: blink 2s infinite;
      animation: blink 2s infinite
}

@-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
      }
}

.p-lp__ranking-button-blue {
      -webkit-animation: blink 2s infinite;
      animation: blink 2s infinite
}

@-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
      }
}

.blinking5 {
      -webkit-animation: blink1 1.5s ease-in-out infinite alternate;
      animation: blink1 1.5s ease-in-out infinite alternate
}

.top-ranking {
      margin: 0.5rem 0 1rem 0;
}

.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
}

.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;
      border-radius: 10px;
}

.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;
}

.p-lp_header {
      padding: 1em;
      text-align: center;
      font-weight: 700;
      border-width: 3px 0;
      line-height: 1.5;
      background-color: #ffa500;
      color: #fff;
}

.p-lp_header span {
      font-size: 2.4rem;
      display: block;
      margin-top: .5em
}

@media screen and (max-width:750px) {
      .p-lp_header span {
            font-size: 3.5vw
      }
}

.resize-image {
      width: 70%;
      height: auto;
      /* 高さを自動に調整 */
      margin-bottom: 0.5rem;
      border-radius: 1rem;
      margin-top: 0.5rem;
}

.table-text {
      font-weight: bold;
      font-size: 1.1rem;
}

.b-button {
      display: block;
      text-align: center;
      font-weight: bold;
      padding: 1rem;
      line-height: 1;
      color: white;
      background: linear-gradient(to right, #26add6 0%, #1876da 100%);
      width: 100%;
      appearance: none;
      font-size: 3.2rem;
      cursor: pointer;
      border-radius: 10px;
      position: relative;
      z-index: 1;
}

.b-button.is-icon::before {
      content: "";
      width: 1em;
      height: 1em;
      display: inline-block;
      margin-right: 2%;
      background: url(../images/search.png) center center/1em no-repeat;
}

@media screen and (max-width: 750px) {
      .b-button {
            font-size: 1rem;
      }
}

.table-list {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
}

.table-list>* {
      width: 35%;
      text-align: center;
}

.table-list img {
      max-width: inherit;
      width: 100%;
      object-fit: cover;
      margin-left: 3px;
      margin-top: 3px;
      margin-right: 3px;
      border-radius: 4px;
}

.star {
      color: #ffd900;
}

.bule {
      color: #1876da;
      font-weight: bolder;
}

.red {
      color: #F5515A;
      font-weight: bolder;
      font-size: 1.3rem;
}

.image-container {
      position: relative;
      display: inline-block;
}

.counter {
      position: absolute;
      top: -0.5rem;
      right: 0;
      width: 30px;
      height: 30px;
      background-color: #f00;
      /* 円形のオブジェクトの色 */
      border-radius: 50%;
      /* 円形にする */
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      /* 数字の色 */
      font-weight: bold;
}

.center {
      text-align: center;
      margin-top: 1rem;
      font-size: 1.5rem;
}

.p-lp__text span {
      background: linear-gradient(transparent 50%, #fffab4 50%);
      display: inline;
      font-weight: bold;
}

.p-lp__text span>span {
      color: #ffbc09;
}

.gray_text {
      font-size: 1rem;
      text-align: center;
      color: gray;
}

.p-top__head-title:after {
      content: "PR";
      padding: 0.4rem;
      border-radius: 0.5rem;
      font-size: 0.7em;
      vertical-align: middle;
}

.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: #f8a227;
}

@media screen and (max-width: 719px) {
      .p-top3table__head {
            font-size: 1.4rem;
      }
}

.p-top3table {
      border-collapse: collapse;
      margin-bottom: .6rem;
}

.p-top3table thead tr th {
      text-align: center;
      font-size: 1.8rem;
      border-radius: 1rem 1rem 0 0;
      background: #f8a227;
      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.1rem;
            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__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;
}

.p-top__app-dl-title-noline {
      font-weight: 700;
      color: #1374ce;
}

.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.1rem;
            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(../images/state-doublecircle.webp) center center/5rem no-repeat;
}

.p-top3table__point.--circle {
      background: url(../images/state-circle.webp) center center/5rem no-repeat;
}

.p-top3table__point.--triangle {
      background: url(../images/state-triangle.webp) center center/5rem no-repeat;
}

.p-top3table__point.--batsu {
      background: url(../images/state-batsu.webp) center center/5rem 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__svg-4 {
      fill: #fabd67;
}

.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;
}

.c-hw-level1 {
      font-weight: 700;
      text-align: center;
}

@media screen and (min-width: 720px) {
      .c-hw-level1 {
            line-height: 1.5;
            margin-bottom: 4rem;
            font-size: 3.2rem;
      }
}

@media screen and (max-width: 719px) {
      .c-hw-level1 {
            line-height: 1.4;
            margin-bottom: 2.8rem;
            font-size: 2.4rem;
      }
}

.c-hw-level2 {
      border-bottom: 3px solid #ffa500;
      font-weight: 700;
}

@media screen and (min-width: 720px) {
      .c-hw-level2 {
            line-height: 1.5;
            padding-bottom: 1.5rem;
            margin-top: 4rem;
            margin-bottom: 2rem;
            font-size: 2rem;
      }

      .c-hw-level2 span {
            color: #fe665e;
      }
}

@media screen and (max-width: 719px) {
      .c-hw-level2 {
            text-align: center;
            font-size: 1.4rem;
            line-height: 1.5;
            padding-bottom: 1.5rem;
            margin-top: 2.5rem;
            margin-bottom: 1.5rem;
            font-weight: bold;
      }

      .c-hw-level2 span {
            color: #fe665e;
      }
}

.c-hw-level3 {
      line-height: 1.5;
      border-bottom: 2px solid #191919;
      font-weight: 700;
}

@media screen and (min-width: 720px) {
      .c-hw-level3 {
            padding-bottom: 1rem;
            margin-top: 2rem;
            margin-bottom: 3rem;
            font-size: 1.8rem;
      }
}

@media screen and (max-width: 719px) {
      .c-hw-level3 {
            padding-bottom: 1rem;
            margin-top: 2.8rem;
            margin-bottom: 1.8rem;
            font-size: 1.6rem;
      }
}

.c-hw-level4 {
      line-height: 1.5;
      font-weight: 700;
}

@media screen and (min-width: 720px) {
      .c-hw-level4 {
            margin-top: 2rem;
            margin-bottom: 3rem;
            font-size: 1.6rem;
      }
}

@media screen and (max-width: 719px) {
      .c-hw-level4 {
            margin-top: 2.8rem;
            margin-bottom: 1.8rem;
            font-size: 1.4rem;
            padding: 1rem;
      }
}

/* 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: space-around;
      margin-bottom: 80px;
}

@media screen and (max-width: 719px) {
      .flex_button {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
      }
}

.img_size {
      max-height: 60px;
      margin-right: 8px;
}

.img_size:nth-child(2n) {
      margin-right: 0px;
}

.img_size img {
      width: auto;
}

.img_size a {
      display: inline-block;
}

/*コラムクラス*/
.column_title {
      font-size: 1.5rem;
      font-weight: bold;
      padding: 1rem;
      text-align: center;
      border-bottom: 2px solid #ffa500;
      margin-top: 3rem;
}

/*下部コンテンツテーブルのクラス*/
.c-contents .table-container {
      margin-top: 3rem;
      margin-bottom: 3rem;
      border: 1px solid #eee;
}

.table-container {
      width: 100%;
      overflow: auto;
      margin-bottom: 4rem;
}

.table-container table {
      border-collapse: collapse;
      width: auto;
      /* セルの境界線を重ねる */
}

.table-container th,
td {
      padding: 10px;
      text-align: left;
      border: 1px solid #eee;
      /* データセルのみに線を追加 */
      border-bottom: 2px solid #eee;
      /* 横線の太さと色を指定 */
}

.table-container th {
      position: sticky;
      top: 0;
      background-color: #ffa500;
      text-align: center;
      white-space: nowrap;
      color: #ffffff;
}

.table-container td {
      white-space: nowrap;
      text-align: center;
      vertical-align: middle;
      /* テキストを垂直中央揃えにする */
      font-size: 1.1rem;
      line-height: 2rem;
      font-weight: bold;
}

.table-container th:first-child {
      left: 0;
      z-index: 1;
}

.table-container td:first-child {
      position: sticky;
      left: 0;
      z-index: 1;
      background-color: #fff9e5;
}

.table-container td.bold-text {
      font-weight: bold;
}

.table-text {
      font-weight: bold;
      font-size: 1.1rem;
}

/*ハッシュタグクラス*/
.c-genre {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      justify-content: flex-start;
      padding: 0;
      margin: 0;
      list-style: none;
      margin-top: 1rem;
      font-weight: bold;
}

.c-genre li {
      line-height: 1;
      margin-right: 0.5rem;
      margin-bottom: 0.5rem;
      background-color: #ffffff;
      border: 1px solid #ffa500;
      border-radius: 10rem;
      color: #ffa500;
      opacity: 0.9;
}

@media screen and (min-width: 720px) {
      .c-genre li {
            padding: 0.6rem 1rem;
            font-size: 1.2rem;
      }
}

@media screen and (max-width: 719px) {
      .c-genre li {
            padding: 0.6rem 0.8rem;
            font-size: 1rem;
      }
}

.c-genre>*:last-child {
      margin-right: 0;
}

/*配信ジャンルタグ*/
.haishin-genre {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      justify-content: flex-start;
      padding: 0;
      margin: 0;
      list-style: none;
      font-weight: bold;
}

.haishin-genre li {
      line-height: 1;
      margin-right: 0.5rem;
      margin-bottom: 0.5rem;
      background-color: #ffffff;
      border: 1px solid #7e7e7e;
      border-radius: 10rem;
      color: #7e7e7e;
      opacity: 0.9;
}

@media screen and (min-width: 720px) {
      .haishin-genre li {
            padding: 0.6rem 1rem;
            font-size: 1.2rem;
      }
}

@media screen and (max-width: 719px) {
      .haishin-genre li {
            padding: 0.6rem 0.8rem;
            font-size: 1rem;
      }
}

.haishin-genre>*:last-child {
      margin-right: 0;
}

.haishin-genre .other_text {
      border: none;
}

/*テーブルデザイン*/
.c-table-group .table {
      margin-left: auto;
      margin-right: auto;
}

.c-table-group .table img {
      width: 100%;
      height: auto;
}

.c-table-group .table-title {
      background-color: #ffa500;
      color: #fff;
      text-align: center;
      padding: 1em;
      font-size: 1.5rem;
      font-weight: 600;
      border-radius: 0.5em 0.5em 0 0;
      line-height: 1.5;
}

.c-table-group .table .inner-table {
      border-collapse: separate;
      border-spacing: 0;
      table-layout: fixed;
      width: 100%;
      border: 1px solid #ddd;
      text-align: center;
      background-color: #fff;
      height: 800px;
      overflow: auto;
}

.c-table-group .inner-table .fixed-row {
      position: sticky;
      top: 0;
      z-index: 10;
}

.c-table-group .table .inner-table thead th {
      padding: .5em;
      background-color: #fff;
      box-shadow: 0 0 0 #000;
}

.c-table-group .table .inner-table tbody th {
      background-color: #eeeff0;
      font-weight: 700;
      font-size: 1.2rem;
      text-align: center;
      vertical-align: middle;
      padding: .8rem;
}

.c-table-group .table .inner-table tbody td {
      padding: 1em 0.5em;
      font-size: 1.1rem;
      text-align: center;
      vertical-align: middle;
}

.c-table-group .table .inner-table tbody:last-child td {
      border-bottom: none;
      text-align: center;
}

.c-table-group .table .inner-table th,
.c-table-group .table .inner-table td {
      border-bottom: 1px solid #ddd;
      border-right: solid 1px #ddd;
}

.c-recommend-app__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 #eaeaea;
      transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out, background-color 0.1s ease-in-out;
      /* transitionにtransformを追加 */
}

.c-recommend-app__icon img {
      max-width: inherit;
      width: 8rem;
      height: 8rem;
      object-fit: cover;
}

.c-recommend-app__name {
  font-weight: 700;
  color: #ffa500;
  display: block;
  flex-direction: column;
  margin-top: 10px;
  align-items: center
}

@media screen and (min-width: 720px) {
  .c-mainvisual {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 719px) {
  .c-mainvisual {
    margin-bottom: 1rem;
  }
}