@charset "UTF-8";

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: "Noto Sans JP", 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: Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, メイリオ, Meiryo, ＭＳ Ｐゴシック, sans-serif;
  line-height: 1;
  color: #000;
  background: #fff;
  position: relative;
  background: #eee
}

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

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

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

p {
  line-height: 1.6
}

a {
  color: #4c8077;
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

figure {
  margin: 0
}

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

ol,
ul {
  list-style: none
}

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

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

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

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

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

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

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

.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: 1% 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header__logo img {
  width: 45%
}

.l-header__logo p {
  padding: 0;
  margin: 0;
  font-size: 9px;
  text-align: left;
  position: relative;
  top: 2px;
  left: -2%;
}

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

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

.l-footer {
  background: #f2f2f2;
  text-align: center;
  padding: 5% 5% 20% 5%;
  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: #999;
  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: #999;
  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: 1%;
  padding: 4%;
  line-height: 1;
  color: #fff;
  border-radius: 100px;
  background: #ff667f;
  border: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-box-shadow: 0 10px 0 #cc5266;
  box-shadow: 0 10px 0 #cc5266
}

.c-button.is-green {
  background: #00bda0;
  -webkit-box-shadow: 0 10px 0 #008a75;
  box-shadow: 0 10px 0 #008a75;
  -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
}

.c-button.is-green.is-small {
  -webkit-box-shadow: 0 5px 0 #008a75;
  box-shadow: 0 5px 0 #008a75
}

@-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-small {
  -webkit-box-shadow: 0 5px 0 #cc5266;
  box-shadow: 0 5px 0 #cc5266;
  border-radius: 8px
}

.c-button.is-gray {
  background: #f2f2f2;
  -webkit-box-shadow: 0 10px 0 #bfbfbf;
  box-shadow: 0 10px 0 #bfbfbf;
  color: #999
}

.c-button.is-gray.is-small {
  -webkit-box-shadow: 0 5px 0 #bfbfbf;
  box-shadow: 0 5px 0 #bfbfbf
}

.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 {
    -webkit-box-shadow: 0 1vw 0 #cc5266;
    box-shadow: 0 1vw 0 #cc5266
  }

  .c-button.is-small {
    -webkit-box-shadow: 0 .5vw 0 #cc5266;
    box-shadow: 0 .5vw 0 #cc5266;
    border-radius: 4px
  }

  .c-button.is-green {
    -webkit-box-shadow: 0 1vw 0 #008a75;
    box-shadow: 0 1vw 0 #008a75
  }

  .c-button.is-green.is-small {
    -webkit-box-shadow: 0 .5vw 0 #008a75;
    box-shadow: 0 .5vw 0 #008a75
  }

  .c-button.is-gray {
    -webkit-box-shadow: 0 1vw 0 #bfbfbf;
    box-shadow: 0 1vw 0 #bfbfbf
  }

  .c-button.is-gray.is-small {
    -webkit-box-shadow: 0 .5vw 0 #bfbfbf;
    box-shadow: 0 .5vw 0 #bfbfbf
  }
}

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

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

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

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

.c-app-table th {
  background: #f9f9f9
}

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

.c-app-table td {
  vertical-align: middle
}

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

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

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

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

.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: #000;
  position: relative;
  display: block;
  line-height: 1.2
}

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

.c-app-table__purpose {
  width: 12%;
  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,
.c-app-table__fee {
  width: 25%
}

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

.c-app-table__btn-item .c-button {
  margin-top: 0;
  padding: 0.5rem 1rem 0.5rem 1rem;
}

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

@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
  }
}

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

.p-top__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #ff667f;
  margin-bottom: 8%
}

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

.p-top__attention {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 8%;
  font-weight: 700;
  color: #555
}

.p-top__attention span {
  font-size: 1.8rem;
  vertical-align: middle
}

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

  .p-top__attention span {
    font-size: 2.4vw
  }
}

.p-top__button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.p-top__button-return {
  font-size: 2.4rem;
  color: #aaa;
  font-weight: 700;
  text-decoration: none
}

@media screen and (max-width:750px) {
  .p-top__button-return {
    font-size: 3.2vw
  }
}

.p-top__button-next {
  display: block;
  text-align: center;
  font-weight: 700;
  padding: 2%;
  line-height: 1.3;
  color: #fff;
  border-radius: 35px;
  background: #ff667f;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 2.4rem;
  cursor: pointer;
  margin-right: 1px;
}

.m20y {
  background-color: #75DCFF;
}

.f20y {
  background-color: #F9C7C7;
}

.m30y {
  background-color: #0084FF;
}

.f30y {
  background-color: #ED7081;
}

.m40y {
  background-color: #125BCA;
}

.f40y {
  background-color: #E73027;
}

.m50y {
  background-color: #434B93;
}

.f50y {
  background-color: #911E18;
}



.p-top__button-next span {
  display: block;
  margin-top: 2%;
  font-size: 1.8rem
}

@media screen and (max-width:750px) {
  .p-top__button-next {
    font-size: 3.2vw
  }

  .p-top__button-next span {
    font-size: 2.4vw
  }
}

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

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

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

.p-lp__head-text-j {
  text-align: center;
  margin: 1% 0;
  margin-bottom: 1rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  font-size: 2.5rem
}

@media screen and (max-width:750px) {
  .p-lp__head-text-j {
    text-align: center;
    font-size: 3.8vw
  }
}

.p-lp__text {
  margin: 4% 0;
  line-height: 1.5;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.p-lp__text span {
  color: #ff667f;
}

.p-lp__eyecatch {
  background: url(../images/eyecatch_bg.webp) 50%/cover no-repeat;
  padding-top: 53.3%;
  position: relative
}

.p-lp__eyecatch__app,
.p-lp__eyecatch__app--two-line {
  position: absolute;
  top: 12%;
  right: 6%;
  width: 44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.p-lp__eyecatch__app--two-line li,
.p-lp__eyecatch__app li {
  width: 18%;
  margin: 1%;
  overflow: hidden
}

.p-lp__eyecatch__app--two-line li img,
.p-lp__eyecatch__app li img {
  border-radius: 10%
}

.p-lp__eyecatch__app--two-line {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  top: 6%
}

.p-lp__eyecatch__app--two-line li {
  margin: 2%
}

.p-lp__eyecatch__app--two-line+.p-lp__eyecatch__title {
  top: 46%
}

.p-lp__eyecatch__title {
  position: absolute;
  top: 36%;
  right: 6%;
  width: 44%
}

.p-lp__eyecatch__title img {
  width: 100%
}

.p-lp__ranking-head {
  background: #ff667f;
  padding: 1rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.p-lp__ranking-head span {
  background: #ff667f;
  color: #fff;
  display: inline-block;
  margin-top: 5px;
line-height: 1.3;
font-size: 16px;
}

.p-lp__ranking-head span::after {
  content: "";
  background: #ff667f;
  color: #fff;
  font-size: 1rem;
  vertical-align: 10%;
}

.p-lp__ranking-body {
  border: 10px solid #ff667f;
  border-top-width: 0;
  padding: 4% 1% 4% 1%
}

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

.p-lp__ranking {
  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:not(:first-of-type) {
  margin-top: 6%
}

.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: 88%;
  margin-left: 1rem;
}

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

.p-lp__ranking-title a {
  color: #ff667f;
  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 {
    font-size: 4.2vw
  }

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

.p-lp__ranking-text {
  margin-top: 2%;
  margin-bottom: 3%;
}

.p-lp__text_sub {
  color: #555;
  margin-top: 5%;
  font-size: 1.2vw
}

@media screen and (max-width:750px) {
  .p-lp__text_sub {
    margin-top: 3%;
    font-size: 2.6vw
  }
}

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

.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-head:after {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, hsla(0, 0%, 100%, 0)), color-stop(50.1%, #ff667f)) 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%, #ff667f)) no-repeat 100% 100%/100% 50.1%;
  background: linear-gradient(to bottom left, hsla(0, 0%, 100%, 0) 50%, #ff667f 50.1%) no-repeat 0 0/100% 50.1%, linear-gradient(to top left, hsla(0, 0%, 100%, 0) 50%, #ff667f 50.1%) no-repeat 100% 100%/100% 50.1%
}

.p-lp__flowchart-wrap.is-lover .p-lp__flowchart-item {
  background: #fff2f4
}

.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-lover .p-lp__flowchart-text {
  background: #f9a
}

.p-lp__flowchart-wrap.is-lover .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%, #f9a)) 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%, #f9a)) no-repeat 100% 100%/100% 50.1%;
  background: linear-gradient(to bottom left, hsla(0, 0%, 100%, 0) 50%, #f9a 50.1%) no-repeat 0 0/100% 50.1%, linear-gradient(to top left, hsla(0, 0%, 100%, 0) 50%, #f9a 50.1%) no-repeat 100% 100%/100% 50.1%
}

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

.p-lp__flowchart-wrap.is-marriage .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%, #41c9d5)) 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%, #41c9d5)) no-repeat 100% 100%/100% 50.1%;
  background: linear-gradient(to bottom left, hsla(0, 0%, 100%, 0) 50%, #41c9d5 50.1%) no-repeat 0 0/100% 50.1%, linear-gradient(to top left, hsla(0, 0%, 100%, 0) 50%, #41c9d5 50.1%) no-repeat 100% 100%/100% 50.1%
}

.p-lp__flowchart-wrap.is-marriage .p-lp__flowchart-item {
  background: #e7f9fb
}

.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-wrap.is-marriage .p-lp__flowchart-text {
  background: #74d9e1
}

.p-lp__flowchart-wrap.is-marriage .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%, #74d9e1)) 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%, #74d9e1)) no-repeat 100% 100%/100% 50.1%;
  background: linear-gradient(to bottom left, hsla(0, 0%, 100%, 0) 50%, #74d9e1 50.1%) no-repeat 0 0/100% 50.1%, linear-gradient(to top left, hsla(0, 0%, 100%, 0) 50%, #74d9e1 50.1%) no-repeat 100% 100%/100% 50.1%
}

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

.p-lp__flowchart-wrap.is-play .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%, #fbbc43)) 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%, #fbbc43)) no-repeat 100% 100%/100% 50.1%;
  background: linear-gradient(to bottom left, hsla(0, 0%, 100%, 0) 50%, #fbbc43 50.1%) no-repeat 0 0/100% 50.1%, linear-gradient(to top left, hsla(0, 0%, 100%, 0) 50%, #fbbc43 50.1%) no-repeat 100% 100%/100% 50.1%
}

.p-lp__flowchart-wrap.is-play .p-lp__flowchart-item {
  background: #fff4e0
}

.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-play .p-lp__flowchart-text {
  background: #f9c460
}

.p-lp__flowchart-wrap.is-play .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%, #f9c460)) 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%, #f9c460)) no-repeat 100% 100%/100% 50.1%;
  background: linear-gradient(to bottom left, hsla(0, 0%, 100%, 0) 50%, #f9c460 50.1%) no-repeat 0 0/100% 50.1%, linear-gradient(to top left, hsla(0, 0%, 100%, 0) 50%, #f9c460 50.1%) no-repeat 100% 100%/100% 50.1%
}

.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: 3.2rem;
  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%, #ff667f)) 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%, #ff667f)) no-repeat 100% 100%/100% 50.1%;
  background: linear-gradient(to bottom left, hsla(0, 0%, 100%, 0) 50%, #ff667f 50.1%) no-repeat 0 0/100% 50.1%, linear-gradient(to top left, hsla(0, 0%, 100%, 0) 50%, #ff667f 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 {
  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
}

.p-lp__flowchart-item:not(:first-of-type) {
  margin-top: 2%
}

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

.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: 2.2rem
}

.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%, #ff667f)) 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%, #ff667f)) no-repeat 100% 100%/100% 50.1%;
  background: linear-gradient(to bottom left, hsla(0, 0%, 100%, 0) 50%, #ff667f 50.1%) no-repeat 0 0/100% 50.1%, linear-gradient(to top left, hsla(0, 0%, 100%, 0) 50%, #ff667f 50.1%) no-repeat 100% 100%/100% 50.1%
}

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

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

.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 {
  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.5;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 4px solid #ff667f;
  padding-bottom: 2%;
  margin-bottom: 4%
}

.p-lp__app-rank,
.p-lp__app-rank:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.p-lp__app-rank:before {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  width: 12%;
  margin-right: 4%;
  padding-top: 2%;
  font-size: 2.4rem;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.p-lp__app-rank.is-ranki1:before,
.p-lp__app-rank:before {
  background: url(../images/ic_crown_rank1.webp) 50%/contain no-repeat
}

.p-lp__app-rank.is-ranki1:before {
  content: "1"
}

.p-lp__app-rank.is-ranki2:before {
  content: "2";
  background: url(../images/ic_crown_rank2.webp) 50%/contain no-repeat
}

.p-lp__app-rank.is-ranki3:before {
  content: "3";
  background: url(../images/ic_crown_rank3.webp) 50%/contain no-repeat
}

.p-lp__app-rank.is-ranki4:before {
  content: "4";
  background: url(../images/ic_crown_rank4.webp) 50%/contain no-repeat
}

.p-lp__app-rank.is-ranki5:before {
  content: "5";
  background: url(../images/ic_crown_rank5.webp) 50%/contain no-repeat
}

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

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

.p-lp__app-rank-other {
  font-size: 3.2rem;
  line-height: 1.5;
  border-bottom: 4px solid #ff667f;
  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: #ff667f;
  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: #000
}

.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: 62%;
  line-height: 1.8;
  padding-left: 4%
}

.p-lp__app-type {
  width: 22%;
  padding: 0 0 0 8%;
  background: url(../images/ic_link_text.webp) left 12% center/1em no-repeat
}

.p-lp__app-type.is-ic-right {
  padding: 0 6% 0 2%;
  background: url(../images/ic_link_text.webp) 100%/1em no-repeat
}

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

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

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

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

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

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

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

.p-lp__app-text span {
  color: #ff667f
}

.p-lp__app-merit-wrap {
  background: #fff2f4;
  padding: 4%;
  margin-bottom: 2rem;
}

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

@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: #ff667f
}

.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: .5%;
  height: 100%;
  background: #ff667f;
  position: absolute;
  top: 0
}

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

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

.p-lp__app-dl-title span {
  vertical-align: bottom
}

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

.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: #a09f9f;
  text-align: center;
  margin-top: 2%;
  font-size: 1.4rem
}

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

.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__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: 2%;
  line-height: 1
}

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

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

.p-lp__app-review-text {
  background: #f2f2f2;
  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 #f2f2f2
}

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

.p-lp__app-review-comment {
  background: #ecf9fb;
  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: #0fb4c2
}

@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 #f2f2f2;
  width: 100%;
  margin-top: 4%
}

.p-lp__app-review-table tr:not(:last-of-type) th {
  border-bottom: 2px solid #fff
}

.p-lp__app-review-table td,
.p-lp__app-review-table th {
  padding: 2%
}

.p-lp__app-review-table th {
  background: #f2f2f2;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  text-align: left
}

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

.p-lp__app-review-table-rank {
  color: #ff667f
}

.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: 700;
  margin-top: 8%
}

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

.p-lp__recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 8% 4% 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: 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__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: #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
}

.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: "";
  border: 10px solid transparent;
  border-top-color: #000;
  width: 20px;
  height: 20px;
  display: block;
  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: "";
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 32px 40px;
  width: 80px;
  height: 64px;
  display: block;
  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: "";
    border: 4vw solid transparent;
    border-top-color: #000;
    width: 8vw;
    height: 8vw;
    display: block;
    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-inline {
  display: inline
}

.u-hidden {
  display: none
}

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

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

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

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

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

.ipad .android-content {
  display: none;
}

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

.balloon_red {
  position: relative;
  padding: 10px;
  background: red;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  display: inline-block
}

.balloon_red:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid red;
  width: 0;
  height: 0
}

@media screen and (max-width:750px) {
  .balloon_red:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 10px solid transparent;
    border-top: 10px solid red;
    width: 0;
    height: 0
  }
}

.footer_btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  background: #f8f8f8;
  font-size: 16px
}

.footer_btn a {
  display: inline-block;
  width: 45%;
  margin: 3% 1%;
  padding: 2% 0%;
  color: #fff;
  background-color: #00bda0;
  font-weight: bold
}

.footer_btn a:hover {
  opacity: .8
}

.pc_none {
  display: none
}

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

  .ranking-button-wrap {
    display: flex;
    align-items: flex-end;
    margin-top: -1rem;
  }

  .ranking-right-wrap {
    width: 33%;
  }

  .ranking-right-wrap a {
    padding: 0.9rem;
  }

  .bold_red {
    color: #ff0000;
    font-weight: bold;
  }

  .bold_blue {
    color: #0000ff;
    font-weight: bold;
  }

  .box_blue {
    position: relative;
    margin-top: 40px;
    margin-bottom: 4%;
    padding: 20px;
    border: solid 3px #41c9d5;
  }

  .box_blue .box_title {
    position: absolute;
    display: inline-block;
    top: -40px;
    left: -3px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    background: #41c9d5;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
  }

  .box_yellow {
    position: relative;
    margin-top: 40px;
    margin-bottom: 4%;
    padding: 20px;
    border: solid 3px #fbbc43;
  }

  .box_yellow .box_title {
    position: absolute;
    display: inline-block;
    top: -40px;
    left: -3px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    background: #fbbc43;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
  }

  .box_red {
    position: relative;
    margin-top: 40px;
    margin-bottom: 4%;
    padding: 20px;
    border: solid 3px #ff0000;
  }

  .box_red .box_title {
    position: absolute;
    display: inline-block;
    top: -40px;
    left: -3px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    background: #ff0000;
    color: #fff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
  }

  .box_pink {
    background: #fff2f4;
    margin-bottom: 4%;
  }

  .box_pink .box-title {
    font-size: 1.2em;
    background: #ff99aa;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
  }

  .box_pink p {
    padding: 20px;
    margin: 0;
  }

  .balloon_red {
    position: relative;
    padding: 10px;
    background: #ff0000;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 2em;
  }

  .balloon_red:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #ff0000;
    width: 0;
    height: 0;
  }

  .c-chart table {
    width: 100%;
    border: 0;
  }

  .c-chart__question td {
    background: #c4fcf0;
    padding: 4%;
    font-weight: 700;
    line-height: 1.5;
    font-size: 3rem;
  }

  .c-chart__question td span {
    font-size: 1.8rem;
    padding: 1.5rem 3rem;
    background: #000;
    color: #fff;
    line-height: 1;
    display: inline-block;
    margin-right: 10px;
  }

  @media screen and (max-width: 828px) {
    .c-chart__question td {
      font-size: 4vw;
    }

    .c-chart__question td span {
      font-size: 2.4vw;
      padding: 2vw 4vw;
      margin-right: 1.4vw;
    }
  }

  .c-chart__anser td {
    width: 50%;
    padding: 2% 4%;
    text-align: center;
    font-weight: 700;
    color: #fff;
  }

  .c-chart__anser td:first-of-type {
    background: #50b1bc;
  }

  .c-chart__anser td:nth-of-type(2) {
    background: #cc6060;
  }

  .c-chart__no-contents-bottom td,
  .c-chart__no-contents-top td,
  .c-chart__yes-contents-bottom td,
  .c-chart__yes-contents-top td {
    padding: 4% 1%;
    font-weight: 700;
  }

  .c-chart__no-contents-bottom td:first-of-type,
  .c-chart__no-contents-top td:first-of-type,
  .c-chart__yes-contents-bottom td:first-of-type,
  .c-chart__yes-contents-top td:first-of-type {
    text-align: right;
    color: #50b1bc;
  }

  .c-chart__no-contents-bottom td:nth-of-type(2),
  .c-chart__no-contents-top td:nth-of-type(2),
  .c-chart__yes-contents-bottom td:nth-of-type(2),
  .c-chart__yes-contents-top td:nth-of-type(2) {
    text-align: left;
    color: #50b1bc;
  }

  .c-chart__no-contents-bottom td:nth-of-type(3),
  .c-chart__no-contents-top td:nth-of-type(3),
  .c-chart__yes-contents-bottom td:nth-of-type(3),
  .c-chart__yes-contents-top td:nth-of-type(3) {
    text-align: right;
    color: #cc6060;
  }

  .c-chart__no-contents-bottom td:nth-of-type(4),
  .c-chart__no-contents-top td:nth-of-type(4),
  .c-chart__yes-contents-bottom td:nth-of-type(4),
  .c-chart__yes-contents-top td:nth-of-type(4) {
    text-align: left;
    color: #cc6060;
  }

  .c-chart__no-contents-top td:first-of-type,
  .c-chart__yes-contents-top td:first-of-type {
    border-right: 4px solid #50b1bc;
  }

  .c-chart__no-contents-top td:nth-of-type(2),
  .c-chart__yes-contents-top td:nth-of-type(2) {
    border-left: 4px solid #50b1bc;
  }

  .c-chart__no-contents-top td:nth-of-type(3),
  .c-chart__yes-contents-top td:nth-of-type(3) {
    border-right: 4px solid #cc6060;
  }

  .c-chart__no-contents-top td:nth-of-type(4),
  .c-chart__yes-contents-top td:nth-of-type(4) {
    border-left: 4px solid #cc6060;
  }

  .c-chart__yes-contents-bottom td:first-of-type,
  .c-chart__yes-contents-top td:first-of-type {
    width: 25%;
  }

  .c-chart__yes-contents-bottom td:nth-of-type(2),
  .c-chart__yes-contents-top td:nth-of-type(2) {
    width: 55%;
  }

  .c-chart__yes-contents-bottom td:nth-of-type(3),
  .c-chart__yes-contents-top td:nth-of-type(3) {
    width: 5%;
  }

  .c-chart__yes-contents-bottom td:nth-of-type(4),
  .c-chart__yes-contents-top td:nth-of-type(4) {
    width: 15%;
  }

  .c-chart__yes-contents td:first-of-type {
    width: 80%;
  }

  .c-chart__yes-contents td:nth-of-type(2) {
    width: 5%;
    border-right: 4px solid #cc6060;
    text-align: right;
    color: #cc6060;
  }

  .c-chart__yes-contents td:nth-of-type(3) {
    width: 15%;
    border-left: 4px solid #cc6060;
    text-align: left;
    color: #cc6060;
  }

  .c-chart__no-contents-bottom td:first-of-type,
  .c-chart__no-contents-top td:first-of-type {
    width: 10%;
  }

  .c-chart__no-contents-bottom td:nth-of-type(2),
  .c-chart__no-contents-top td:nth-of-type(2) {
    width: 5%;
  }

  .c-chart__no-contents-bottom td:nth-of-type(3),
  .c-chart__no-contents-top td:nth-of-type(3) {
    width: 55%;
  }

  .c-chart__no-contents-bottom td:nth-of-type(4),
  .c-chart__no-contents-top td:nth-of-type(4) {
    width: 25%;
  }

  .c-chart__yes-contents-bottom td:nth-of-type(3) {
    border-right: 4px solid #cc6060;
  }

  .c-chart__yes-contents-bottom td:nth-of-type(4) {
    border-left: 4px solid #cc6060;
  }

  .c-chart__no-contents-bottom td:first-of-type {
    border-right: 4px solid #50b1bc;
  }

  .c-chart__no-contents-bottom td:nth-of-type(2) {
    border-left: 4px solid #50b1bc;
  }

  .c-chart__no-contents td:first-of-type {
    width: 15%;
    border-right: 4px solid #50b1bc;
    text-align: right;
    color: #50b1bc;
  }

  .c-chart__no-contents td:nth-of-type(2) {
    width: 5%;
    border-left: 4px solid #50b1bc;
    text-align: left;
    color: #50b1bc;
  }

  .c-chart__no-contents td:nth-of-type(3) {
    width: 80%;
  }

  .c-chart__contents {
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  @media screen and (max-width: 828px) {
    .c-chart__contents {
      border-radius: 2.4vw;
    }
  }

  .c-chart__contents-title {
    padding: 4%;
    font-weight: 700;
    border-bottom: 4px solid #ccc;
  }

  .c-chart__contents-inner {
    padding: 4%;
    line-height: 1.5;
  }

  .c-chart__end {
    width: 100%;
  }

  .p-lp__ranking-text span {
    color: #ff667f;
  }

  .ranking_title {
    position: relative;
    margin: 20px;
    text-align: center;
    margin-bottom: -1rem;
  }

  .ranking_title:before,
  .ranking_title:after {
    position: absolute;
    z-index: 0;
    bottom: -10px;
    display: block;
    content: '';
    border: 1.5em solid #d90606;
  }

  .ranking_title:before {
    left: -25px;
    border-left-width: 15px;
    border-left-color: transparent;
  }

  .ranking_title:after {
    right: -25px;
    border-right-width: 15px;
    border-right-color: transparent;
  }

  .ranking_title span {
    position: relative;
    z-index: 1;
    display: block;
    padding: 1rem 2rem;
    color: #fff;
    background: #fa4141;
    font-weight: bold;
    font-size: larger;
  }

  .ranking_title span:before,
  .ranking_title span:after {
    position: absolute;
    bottom: -10px;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    border-style: solid;
    border-color: #b70505 transparent transparent transparent;
  }

  .ranking_title span:before {
    left: 0;
    border-width: 10px 0 0 10px;
  }

  .ranking_title span:after {
    right: 0;
    border-width: 10px 10px 0 0;
  }

  .table_wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .success_rate_up {
    margin-top: 4%;
  }

  .success_rate_up img:first-child {
    width: 25%;
    display: block;
    margin: auto;
  }

  .success_rate_up p {
    font-size: 1.5rem;
    margin-top: -3%;
    color: #ff667f;
    text-align: center;
    letter-spacing: 0.1rem;
  }

  .c-pie__wrap {
    width: 50%;
    height: 0;
    padding: 50% 0 0;
    position: relative;
    margin: 2em auto
  }

  .c-pie__center {
    position: absolute;
    width: 90%;
    height: 90%;
    background: #fff;
    top: 5%;
    left: 5%;
    border-radius: 50%;
    font-weight: 700
  }

  .c-pie__center.is-inversion .c-pie__text1 {
    bottom: auto;
    top: 0
  }

  .c-pie__center.is-inversion .c-pie__text2 {
    top: auto;
    bottom: 0
  }

  .c-pie__text1 {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 2.4rem;
    padding: 16%;
    text-align: center;
    line-height: 1
  }

  .c-pie__text1 span {
    font-size: 6rem;
    display: block;
    margin-top: 5%
  }

  .c-pie__text1 span small {
    vertical-align: bottom
  }

  @media screen and (max-width:828px) {
    .c-pie__text1 {
      font-size: 3.2vw
    }

    .c-pie__text1 span {
      font-size: 8vw
    }
  }

  .c-pie__text2 {
    position: absolute;
    top: 0;
    left: 0;
    color: #aaa;
    font-size: 2rem;
    padding: 16%;
    text-align: center;
    line-height: 1
  }

  .c-pie__text2 span {
    font-size: 4.8rem;
    display: block;
    margin-top: 5%
  }

  .c-pie__text2 span small {
    vertical-align: bottom
  }

  @media screen and (max-width:828px) {
    .c-pie__text2 {
      font-size: 2.6vw
    }

    .c-pie__text2 span {
      font-size: 6.4vw
    }
  }

  .c-pie {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: #ddd;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(0, #ff667f));
    background-image: linear-gradient(90deg, transparent 50%, #ff667f 0)
  }

  .c-pie span {
    display: block;
    margin-left: 50%;
    height: 100%;
    border-radius: 0 100% 100% 0/50%;
    background-color: inherit;
    -webkit-transform-origin: left;
    transform-origin: left
  }

  .c-pie span.is-over50 {
    background: #ff667f
  }

  .c-code {
    background-color: #364549;
    color: #e3e3e3;
    font-size: 1.6rem;
    padding: 1em 32px;
    word-break: break-all;
    line-height: 1.2;
    margin: 2em 0;
    overflow: auto
  }

  .numberSpans {
    color: rgb(251, 135, 67);
    font-weight: bold;
  }

  .coupon_container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .copy-input {
    flex: 1;
    padding: 0.5rem;
    margin-right: 1rem;
    border: 1.5px solid #ccc;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
  }


  .copy-button {
    font-size: 14px;
    font-weight: bold;
    padding: 1rem;
    margin-right: 0.5rem;
    background-color: #ff677f;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    min-width: 80px;
    /* 例：最小幅を80pxに設定 */
    /* 水平方向の位置, 垂直方向の位置, ぼかし量, 影の色 */
  }

  .copy-button:hover {
    background-color: #ff677f;
  }

  @media screen and (min-width: 828px) {
    .container {
      max-width: 600px;
    }

    .copy-input {
      width: 80%;
    }
  }

  @media screen and (max-width: 827px) {
    .copy-input {
      width: 90%;
    }
  }

  .coupon_content {
    padding: 0 1rem 0 1rem
  }

  .coupon_text {
    color: #484848;
    line-height: 1.7;
    margin-top: 2rem;
    margin-bottom: -0.6rem;
  }

  .coupon_text span {
    color: #ff677f;
    background: linear-gradient(transparent 50%, #fffab4 50%);
    display: inline;
    font-weight: bold;
  }

  .coupon_caution_text {
    color: #999999;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 1.1rem;
    margin-bottom: 1.2rem;
  }

  .heading-3 {
    text-align: center;
    font-size: 1.5rem;
    padding: 0 .4em .9em;
    border-bottom: 3px dotted #ff677f;
    color: #ff677f;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
  }

  .box-005 {
    max-width: 400px;
    margin-top: 3rem;
    border: 2px solid #a3a3a3;
    border-radius: 5px;
    color: #a3a3a3;
  }

  .box-005 div {
    display: inline-flex;
    align-items: center;
    column-gap: 4px;
    position: relative;
    top: -12px;
    left: 8px;
    margin: 0 4px;
    padding: 0 12px;
    background: #a3a3a3;
    color: #ffffff;
    font-weight: 600;
    vertical-align: top;
    border-radius: 4px;
    letter-spacing: 0.1rem;
  }

  .box-005 div::before {
    width: 24px;
    height: 26px;
    margin-left: -0.3rem;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath d='M12.8659 3.00017L22.3922 19.5002C22.6684 19.9785 22.5045 20.5901 22.0262 20.8662C21.8742 20.954 21.7017 21.0002 21.5262 21.0002H2.47363C1.92135 21.0002 1.47363 20.5525 1.47363 20.0002C1.47363 19.8246 1.51984 19.6522 1.60761 19.5002L11.1339 3.00017C11.41 2.52187 12.0216 2.358 12.4999 2.63414C12.6519 2.72191 12.7782 2.84815 12.8659 3.00017ZM10.9999 16.0002V18.0002H12.9999V16.0002H10.9999ZM10.9999 9.00017V14.0002H12.9999V9.00017H10.9999Z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
  }


  .box-005 p {
    margin: 0;
    padding: 0 1.5em 1.5em;
    font-size: 1rem;
    color: #979797;
  }


  .box-013 {
    max-width: 400px;
    border: 2px solid #ff677f;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
    padding-bottom: 1rem;
  }

  .box-013 span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .9em 0;
    background-color: #ff677f;
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
  }

  .box-013 p {
    margin: 0;
    padding: 1em 1.5em;
    color: #333;
  }

  .box-013 p span {
    color: #ff677f;
    font-weight: bold;
  }

  .box-013_container {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .p-lp__ranking-text-sub {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 5%;
  }

  @media only screen and (max-width: 750px) {
    .p-lp__ranking-text-sub {
      font-size: 1rem;
      margin-bottom: 3%;
      line-height: 150%;
    }
  }
}

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

@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.7rem;
    line-height: 1.5;
    flex-flow: column;
    margin-top: 1rem;
  }
}

.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;
  margin: 1rem 0;
}

.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: 135%;
}

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

.c-pickup__img__slider img {
  object-fit: cover;
  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: 1rem;
  border: 4px solid #f13e46;
  border-top: #ffffff;
}

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

.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: #1977E7;
}

@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.1rem;
  background-color: #ffbc09;
}

.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: #ffbc09;
  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;
}



.c-pickup__slash {
  text-align: center;
  margin-top: 2.5rem;
}

.c-pickup__slash>p {
  display: inline-block;
  position: relative;
  padding: 0.2rem;
  text-align: center;
  font-size: 1.6rem;
}

.c-pickup__slash>p::before,
.c-pickup__slash>p::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1.8rem;
  height: 0.1rem;
  background-color: #FFBC09;
}

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

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

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

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

@media screen and (max-width: 719px) {
  .c-pickup__slash>p>span>span {
    display: inline-block;
  }
}

.c-pickup__slash>p strong {
  color: #ffbc09;
}

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

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

.c-pickup__button__head>span::before,
.c-pickup__button__head>span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1.6rem;
  height: 0.1rem;
  background-color: #D10318;
}

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

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


.c-pickup__marker {
  background: linear-gradient(transparent 50%, #fffab4 50%);
  display: inline;
  font-size: 1.5rem;
  font-weight: bold;
}

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

.c-pickup__marker strong {
  color: #D10318;
}

.c-pickup__color {
  color: #D10318;
}

@keyframes shiny {
  0% {
    left: -20%;
  }

  10% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

.tisai {
  font-size: 1rem;
  color: #999;
  line-height: 150%;
}

.l-footer__age {
  margin-top: 3%
}

.l-footer__age small {
  line-height: 1;
  color: #999;
  font-size: 1.5rem;
}

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

.invisible {
  display: none;
}

/* ボタンのテストデザイン */
.button_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.button_image {
  max-width: 36%;
}

.button_flex p {
  font-size: 1.4rem;
  margin-right: 6px;
  padding: 0;
}

.p-top__button-item {
  width: 50%;
  margin-right: 1rem;
}

.p-top__button-item:nth-child(2n) {
  margin-right: 0;
}

.p-lp__boxtext {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

/* 矢印 */
.arrow {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 30px;
  margin: 0 27px;
  border-radius: 9999px;
  background-color: #ff667f;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 3px);
  width: 6px;
  height: 20px;
  border-radius: 9999px;
  background-color: #ff667f;
  transform-origin: 50% calc(100% - 3px);
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

.arrow_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.big_text {
  font-size: 2.4rem;
  font-weight: bold;
}

.next_big_text {
  font-size: 1.8rem;
}