@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

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

a {
  background-color: transparent
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

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

html {
  font-size: 10px
}

@media screen and (max-width:719px) {
  html {
    font-size: 2.66667vw
  }
}

body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #FFF;
  color: #191919;
  margin: 0
}

@media screen and (min-width:720px) {
  body {
    line-height: 1.6em;
    font-size: 1.4rem
  }
}

@media screen and (max-width:719px) {
  body {
    line-height: 1.6em;
    font-size: 1.2rem
  }
}

table {
  width: 100%;
  border-collapse: collapse
}

@media screen and (min-width:720px) {
  table {
    margin-bottom: 3rem
  }
}

@media screen and (max-width:719px) {
  table {
    margin-bottom: 1.8rem
  }
}

table tr th,
table tr td {
  padding: 1.2rem;
  border: 1px solid #dbdbdb;
  font-size: 1.2rem
}

table tr th>*:last-child,
table tr td>*:last-child {
  margin-bottom: 0
}

table tr th {
  background-color: #f7f7f7;
  text-align: left;
  color: #666;
  font-weight: 700
}

table tr td {
  background-color: #fff
}

* {
  box-sizing: border-box
}

a {
  color: #191919;
  transition: opacity .5s ease, color .5s ease, background-color .5s ease, text-decoration .5s ease
}

a img {
  transition: opacity .5s ease
}

a:link,
a:visited {
  text-decoration: none;
}

a:active,
a:hover {
  color: #FFBC09;
}

a:active img,
a:hover img {
  opacity: .5
}

pre {
  background-color: transparent;
  border: none;
  padding: 1.6rem 0
}

p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-top: 0
}

@media screen and (min-width:720px) {
  p {
    margin-bottom: 3rem
  }
}

@media screen and (max-width:719px) {
  p {
    margin-bottom: 1.8rem
  }
}

ul,
ol {
  margin-top: 0;
  padding-left: 2em
}

@media screen and (min-width:720px) {

  ul,
  ol {
    margin-bottom: 4rem
  }
}

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

  ul,
  ol {
    margin-bottom: 2rem
  }
}

ul>*:last-child,
ol>*:last-child {
  margin-bottom: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  padding: 0;
  margin: 0;
  font-size: 1em;
  font-weight: 400
}

@media screen and (min-width:720px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 4rem
  }
}

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

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 2rem
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  pointer-events: none !important
}

.u-mb--px0 {
  margin-bottom: 0 !important
}

.b {
  font-weight: 700
}

.u {
  text-decoration: underline
}

.red {
  color: #FF4D4D
}

.blue {
  color: #1977E7;
}

.c-annotation {
  line-height: 1.5;
  font-size: 1.2rem;
  color: #999;
  margin-bottom: .6rem
}

.c-annotation a {
  color: #999
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  margin: 0 auto;
  background-color: #ff5050;
  border-radius: 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1
}

.c-button__wrap {
  margin-top: 2em
}

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

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

.c-button:link,
.c-button:visited,
.c-button:active,
.c-button:hover {
  color: #fff;
  text-decoration: none
}

.c-button:active,
.c-button:hover {
  opacity: .7
}

.c-button--color2 {
  background-color: #00bda0
}

.c-button--gray {
  background-color: #f0f0f0
}

.c-button--blank::after {
  display: inline-block;
  content: "";
  margin-left: .5rem;
  background-image: url(../img/icon-blank.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%
}

@media screen and (min-width:720px) {
  .c-button--blank::after {
    width: 1.4rem;
    height: 1.4rem
  }
}

@media screen and (max-width:719px) {
  .c-button--blank::after {
    width: 1rem;
    height: 1rem
  }
}

.c-button--slim {
  padding: 1.5rem;
  margin-bottom: 3rem;
  border-radius: .5rem;
  line-height: 1.3;
}

@media screen and (min-width:720px) {
  .c-button--slim {
    font-size: 1.6rem
  }
}

@media screen and (max-width:719px) {
  .c-button--slim {
    font-size: 1.1rem
  }
}

.c-button--slim.c-button--blank::after {
  width: 1rem;
  height: 1rem
}

.c-button--blink {
  animation: blink 2s infinite
}

.c-button--flash {
  overflow: hidden;
  position: relative
}

.c-button--flash::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: flash 3s ease-in-out infinite
}

@-webkit-keyframes blink {

  0%,
  50%,
  to {
    opacity: 0.5;
  }

  25%,
  75% {
    opacity: 1;
  }
}

@keyframes blink {

  0%,
  50%,
  to {
    opacity: 0.5;
  }

  25%,
  75% {
    opacity: 1;
  }
}

@-webkit-keyframes flash {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}


.c-genre {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  list-style: none
}

@media screen and (min-width:720px) {
  .c-genre {
    margin-bottom: 2.5rem
  }
}

@media screen and (max-width:719px) {
  .c-genre {
    margin-bottom: 1.3rem
  }
}

.c-genre li {
  line-height: 1;
  margin-right: .5rem;
  margin-bottom: .5rem;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 10rem;
  color: #666;
  opacity: .9
}

@media screen and (min-width:720px) {
  .c-genre li {
    padding: .6rem 1rem;
    font-size: 1.2rem
  }
}

@media screen and (max-width:719px) {
  .c-genre li {
    padding: .6rem .8rem;
    font-size: 1rem
  }
}

.c-genre>*:last-child {
  margin-right: 0
}

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

@media screen and (max-width:719px) {
  .c-hw-level2 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 1.5rem;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700
  }

  .c-hw-level2 span {
    color: #ffa500
  }
}

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

.c-hw-rank {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0
}

@media screen and (min-width:720px) {
  .c-hw-rank {
    margin-bottom: 1.5rem
  }
}

@media screen and (max-width:719px) {
  .c-hw-rank {
    margin-bottom: 1rem
  }
}

.c-hw-rank__no {
  position: relative
}

@media screen and (min-width:720px) {
  .c-hw-rank__no {
    max-width: 5rem;
    min-width: 5rem;
    margin-right: 1.5rem
  }
}

@media screen and (max-width:719px) {
  .c-hw-rank__no {
    max-width: 3.5rem;
    min-width: 3.5rem;
    margin-right: 1rem
  }
}

.c-hw-rank__no img,
.c-hw-rank__no svg {
  width: 100%;
  height: auto
}

.c-hw-rank__no span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding-top: .6rem
}

.c-hw-rank__svg-1 {
  fill: #ffd900
}

.c-hw-rank__svg-2 {
  fill: #a5c8d4
}

.c-hw-rank__svg-3 {
  fill: #d38c59
}

.c-hw-rank__svg{
  fill: #ffa500
}

.c-hw-rank__text {
  color: #191919;
  font-weight: 700;
  line-height: 1.5
}

@media screen and (min-width:720px) {
  .c-hw-rank__text {
    font-size: 2.4rem
  }
}

@media screen and (max-width:719px) {
  .c-hw-rank__text {
    font-size: 2rem
  }
}

@media screen and (min-width:720px) {
  .c-image {
    margin-bottom: 3rem
  }
}

@media screen and (max-width:719px) {
  .c-image {
    margin-bottom: 1.8rem
  }
}

@media screen and (min-width:720px) {
  .c-list li {
    margin-bottom: 1rem
  }
}

@media screen and (max-width:719px) {
  .c-list li {
    margin-bottom: .6rem
  }
}

.c-list--check {
  list-style: none;
  padding-left: 0;
  margin-left: 0
}

.c-list--check li {
  position: relative
}

@media screen and (min-width:720px) {
  .c-list--check li {
    padding-left: 2.8rem
  }
}

@media screen and (max-width:719px) {
  .c-list--check li {
    padding-left: 2rem
  }
}

.c-list--check li:before {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  background-color: #5cc5d8;
  background-image: url(../img/ico-checkbox.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%
}

@media screen and (min-width:720px) {
  .c-list--check li:before {
    top: .3rem;
    width: 1.8rem;
    height: 1.8rem
  }
}

@media screen and (max-width:719px) {
  .c-list--check li:before {
    top: .4rem;
    width: 1.4rem;
    height: 1.4rem
  }
}

.c-list--posi li span {
  background: linear-gradient(transparent 50%, #5cc5d8 50%);
  display: inline;
  font-weight: 700
}

.c-list--nega span {
  background: linear-gradient(transparent 50%, #f5515a 50%);
  display: inline;
  font-weight: 700
}

.c-list--nega li::before {
  background-color: #f5515a
}

.c-list>*:last-child {
  margin-bottom: 0
}

@media screen and (min-width:720px) {
  .c-mainvisual {
    margin-bottom: 1rem
  }
}

@media screen and (max-width:719px) {
  .c-mainvisual {
    margin-bottom: .5rem
  }
}

.c-review {
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.c-review__label {
  font-weight: 700
}

.c-review__sep {
  font-weight: 700
}

.c-review__point {
  font-weight: 700
}

.c-review__stars {
  margin-left: 1rem
}

.c-reviews {
  display: table
}

@media screen and (min-width:720px) {
  .c-reviews {
    margin-bottom: 3rem
  }
}

@media screen and (max-width:719px) {
  .c-reviews {
    margin-bottom: 1.6rem
  }
}

@media screen and (min-width:720px) {
  .c-reviews__unit {
    display: table-row
  }
}

@media screen and (max-width:719px) {
  .c-reviews__unit {
    margin-bottom: .8rem
  }
}

@media screen and (min-width:720px) {
  .c-reviews__unit>* {
    display: table-cell;
    padding-bottom: 1rem
  }
}

@media screen and (min-width:720px) {
  .c-reviews__unit__label {
    text-align: justify
  }
}

@media screen and (max-width:719px) {
  .c-reviews__unit__label {
    float: left
  }
}

@media screen and (min-width:720px) {
  .c-reviews__unit__sep {
    padding-left: 1rem;
    padding-right: 1rem
  }
}

@media screen and (max-width:719px) {
  .c-reviews__unit__sep {
    display: none;
    float: left
  }
}

@media screen and (max-width:719px) {
  .c-reviews__unit__stars {
    clear: both
  }
}

@media screen and (max-width:719px) {
  .c-reviews__unit__comment {
    clear: both
  }
}

.c-slider {
  position: relative;
  overflow: hidden
}

@media screen and (min-width:720px) {
  .c-slider {
    margin-bottom: 3rem
  }
}

@media screen and (max-width:719px) {
  .c-slider {
    margin-bottom: 1.8rem
  }
}

@media screen and (min-width:720px) {

  .c-slider .swiper-button-prev,
  .c-slider .swiper-button-next {
    width: 4rem;
    height: 4rem;
    margin-top: -2rem
  }
}

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

  .c-slider .swiper-button-prev,
  .c-slider .swiper-button-next {
    width: 2.8rem;
    height: 2.8rem;
    margin-top: -1.4rem
  }
}

.c-slider .swiper-button-prev:after,
.c-slider .swiper-button-next:after {
  content: "";
  background-image: url(../img/icon-arrow-slider.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #FFBC09;
  border-radius: 50%
}

@media screen and (min-width:720px) {

  .c-slider .swiper-button-prev:after,
  .c-slider .swiper-button-next:after {
    width: 4rem;
    height: 4rem
  }
}

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

  .c-slider .swiper-button-prev:after,
  .c-slider .swiper-button-next:after {
    width: 2.8rem;
    height: 2.8rem
  }
}

.c-slider .swiper-button-next:after {
  transform: rotate(180deg)
}

.swiper-wrapper {
  display: flex;
  flex-direction: column
}

.swiper-image {
  margin-bottom: 10px
}

.c-table-comparison {
  width: 93rem
}

.c-table-comparison tr>* {
  width: 20rem
}

.c-table-comparison tr>*:first-child {
  width: 9.7rem;
  white-space: nowrap
}

.c-toggleCont {
  overflow: hidden;
  background-color: #f7f7f7;
  border-radius: 1rem
}

@media screen and (min-width:720px) {
  .c-toggleCont {
    margin-bottom: 4rem
  }
}

@media screen and (max-width:719px) {
  .c-toggleCont {
    margin-bottom: 2.4rem
  }
}

.c-toggleCont__title {
  position: relative;
  display: flex;
  align-items: center;
  color: #191919;
  font-weight: 700;
  line-height: 1;
  cursor: pointer
}

@media screen and (min-width:720px) {
  .c-toggleCont__title {
    justify-content: center;
    padding: 2rem 5rem
  }
}

@media screen and (max-width:719px) {
  .c-toggleCont__title {
    justify-content: center;
    padding: 1.6rem 4rem 1.6rem 1.5rem
  }
}

.c-toggleCont__title::after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  background-image: url(../img/icon-toggle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%
}

@media screen and (min-width:720px) {
  .c-toggleCont__title::after {
    right: 2rem;
    width: 1.8rem;
    height: 1.8rem;
    margin-top: -.9rem
  }
}

@media screen and (max-width:719px) {
  .c-toggleCont__title::after {
    right: 1.5rem;
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -.6rem
  }
}

@media screen and (min-width:720px) {
  .c-toggleCont__cont {
    padding: 0 2.5rem 2.5rem
  }
}

@media screen and (max-width:719px) {
  .c-toggleCont__cont {
    padding: 0 1.5rem 1.5rem
  }
}

.c-toggleCont__cont>*:first-child {
  margin-top: 0
}

.c-toggleCont__cont>*:last-child {
  margin-bottom: 0
}

.c-toggleCont.is-closed .c-toggleCont__title::after {
  transform: rotate(180deg)
}

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

.c-recommend-app_group1 {
  text-align: center;
  margin-left: 1rem;
}

.c-recommend-app_group1 a {
  display: block;
  text-decoration: none;
  color: inherit
}

.c-recommend-app a {
  display: block;
  text-decoration: none;
  color: inherit
}

.c-recommend-app__balloon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  min-height: 3em;
  line-height: 1.5;
  padding: .8rem;
  margin-bottom: 2.2rem;
  background-color: #e9fffe;
  border-radius: 1rem;
  text-align: center;
  margin-left: 1rem;
}

.c-recommend-app__balloon::after {
  position: absolute;
  left: 50%;
  bottom: 1px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: -.8rem;
  margin-left: -.8rem;
  border-left: .8rem solid transparent;
  border-right: .8rem solid transparent;
  border-top: .8rem solid #e9fffe
}

.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 #dbdbdb
}

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

.c-recommend-app--app1 .c-recommend-app__balloon {
  background-color: #FFF5F9
}

.c-recommend-app--app1 .c-recommend-app__balloon::after {
  border-top-color: #FFF5F9
}

.c-recommend-app--app2 .c-recommend-app__balloon {
  background-color: #F0FBFF
}

.c-recommend-app--app2 .c-recommend-app__balloon::after {
  border-top-color: #F0FBFF
}

.c-recommend-app--app3 .c-recommend-app__balloon {
  background-color: #FFFCED
}

.c-recommend-app--app3 .c-recommend-app__balloon::after {
  border-top-color: #FFFCED
}

.c-review-stars img {
  width: 1.4rem;
  height: auto;
  vertical-align: baseline
}

@media screen and (min-width:720px) {
  .p-app-button {
    display: flex;
    align-items: center;
    justify-content: stretch
  }
}

@media screen and (min-width:720px) {
  .p-app-button__col {
    min-width: calc(50% - 1rem);
    margin-right: auto
  }

  .p-app-button__col:nth-child(2n) {
    margin-right: 0
  }
}

@media screen and (max-width:719px) {
  .p-app-button__col {
    margin-bottom: 1rem
  }
}

.p-app-button__col>*:last-child {
  margin-bottom: 0;
  padding: .8rem;
  font-size: 1.1rem
}

.p-app-button>*:last-child {
  margin-bottom: 0
}

@media screen and (min-width:720px) {
  .p-app-column {
    display: flex;
    align-items: stretch;
    justify-content: stretch
  }
}

@media screen and (min-width:720px) {
  .p-app-column__col {
    width: 33%;
    margin-right: 2rem
  }

  .p-app-column__col:nth-child(3n) {
    margin-right: 0
  }
}

@media screen and (max-width:719px) {
  .p-app-column__col {
    margin-bottom: 2rem
  }
}

.p-app-column>*:last-child {
  margin-bottom: 0
}

.p-app-title a {
  display: flex;
  align-items: center;
  justify-content: stretch;
  margin-bottom: 2rem;
  text-decoration: none;
  color: inherit;
  margin-top: 1rem;
}

.p-app-title__icon {
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid #dbdbdb
}

@media screen and (min-width:720px) {
  .p-app-title__icon {
    min-width: 11rem;
    max-width: 11rem;
    min-height: 11rem;
    max-height: 11rem;
    margin-right: 2rem
  }
}

@media screen and (max-width:719px) {
  .p-app-title__icon {
    min-width: 8rem;
    max-width: 8rem;
    min-height: 8rem;
    max-height: 8rem;
    margin-right: 1rem
  }
}

.p-app-title__icon img {
  max-width: inherit;
  object-fit: cover
}

@media screen and (min-width:720px) {
  .p-app-title__icon img {
    width: 11rem;
    height: 11rem
  }
}

@media screen and (max-width:719px) {
  .p-app-title__icon img {
    width: 8rem;
    height: 8rem
  }
}

.p-app-title .c-hw-rank {
  margin-top: 0
}

@media screen and (min-width:720px) {
  .p-app-title .c-hw-rank {
    margin-bottom: 2rem
  }
}

@media screen and (max-width:719px) {
  .p-app-title .c-hw-rank {
    margin-bottom: 1rem
  }
}

.p-app-title .c-hw-rank__text {
  line-height: 1.3;
  color: #f49e00
}

.p-app-title__cont:first-child {
  margin-top: 0
}

.p-app-title__cont:last-child {
  margin-bottom: 0
}

.p-app-text span {
  background: linear-gradient(transparent 50%, #fffab4 50%);
  display: inline;
  font-weight: 700
}

.p-app-text span>span {
  color: #D10318
}

.p-app-text strong {
  color: #F5515A
}

.p-common-box {
  border: 1px solid #dbdbdb;
  border-radius: 1rem;
  background-color: #fff
}

@media screen and (min-width:720px) {
  .p-common-box {
    padding: 2.5rem;
    margin-bottom: 3rem
  }
}

@media screen and (max-width:719px) {
  .p-common-box {
    padding: 1.5rem;
    margin-bottom: 2rem
  }
}

@media screen and (min-width:720px) {
  .p-common-box>* {
    margin-bottom: 2rem
  }
}

@media screen and (max-width:719px) {
  .p-common-box>* {
    margin-bottom: 1.5rem
  }
}

.p-common-box>*:first-child {
  margin-top: 0
}

.p-common-box>*:last-child {
  margin-bottom: 0
}

.p-recommend-box {
  background-color: #f9fbf4;
  border: 1px solid #6c3;
  border-radius: 1rem
}

@media screen and (min-width:720px) {
  .p-recommend-box {
    padding: 2.5rem;
    margin-bottom: 4rem
  }
}

@media screen and (max-width:719px) {
  .p-recommend-box {
    padding: 1.5rem 2rem;
    margin-bottom: 2.4rem
  }
}

.p-recommend-box__title {
  line-height: 1;
  color: #191919;
  font-weight: 700;
  display: flex;
  align-items: center
}

.p-recommend-box__title p {
  flex: 1;
  margin: 0
}

.p-recommend-box__title svg {
  width: 100%;
  height: auto
}

@media screen and (min-width:720px) {
  .p-recommend-box__title {
    margin-bottom: 1.5rem;
    font-size: 1.8rem
  }

  .p-recommend-box__title i {
    width: 2.2rem;
    margin-right: .8rem
  }
}

@media screen and (max-width:719px) {
  .p-recommend-box__title {
    margin-bottom: 1rem;
    font-size: 1.6rem
  }

  .p-recommend-box__title i {
    width: 1.8rem;
    margin-right: .6rem
  }
}

.p-recommend-box__cont>*:last-child {
  margin-bottom: 0
}

.p-recommend-group {
  overflow: hidden;
  margin-bottom: 3rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1rem
}

.p-recommend-group__title {
  padding: 1.5rem 1.5rem;
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center
}

.p-recommend-group__cont {
  padding: 2.5rem;
  padding-bottom: 0rem
}

.p-recommend-group--app1 {
  border-color: #FFB2CD
}

.p-recommend-group--app1 .p-recommend-group__title {
  background-color: #FFF5F9;
  border-bottom-color: #FFB2CD
}

.p-recommend-group--app2 {
  border-color: #80DFFF
}

.p-recommend-group--app2 .p-recommend-group__title {
  background-color: #F0FBFF;
  border-bottom-color: #80DFFF
}

.p-recommend-group--app3 {
  border-color: #FD9
}

.p-recommend-group--app3 .p-recommend-group__title {
  background-color: #FFFCED;
  border-bottom-color: #FD9
}

@media screen and (min-width:720px) {
  .p-img-column {
    display: flex;
    align-items: center;
    justify-content: stretch;
    margin-bottom: 4rem
  }
}

@media screen and (max-width:719px) {
  .p-img-column {
    margin-bottom: 2.4rem
  }
}

@media screen and (min-width:720px) {
  .p-img-column__img {
    min-width: 24rem;
    margin-right: 4rem
  }
}

@media screen and (max-width:719px) {
  .p-img-column__img {
    margin-bottom: 1rem
  }
}

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

.p-img-column__cont table {
  font-size: 1.2rem
}

.p-img-column__cont table th {
  width: 12.5rem
}

.p-img-column__cont>*:last-child {
  margin-bottom: 0
}

@media screen and (min-width:720px) {
  .p-overflow-scroll {
    margin-bottom: 3rem
  }
}

@media screen and (max-width:719px) {
  .p-overflow-scroll {
    margin-bottom: 1.8rem
  }
}

@media screen and (min-width:720px) {
  .p-overflow-scroll__cont {
    margin-bottom: 1.5rem
  }
}

@media screen and (max-width:719px) {
  .p-overflow-scroll__cont {
    margin-bottom: 1rem
  }
}

.p-overflow-scroll__cont>*:last-child {
  margin-bottom: 0
}

.p-overflow-scroll__message {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5
}

.p-overflow-scroll__message::before,
.p-overflow-scroll__message::after {
  content: "";
  display: block;
  width: .6rem;
  height: 1.2rem;
  background-image: url(../img/icon-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%
}

.p-overflow-scroll__message::before {
  margin-right: 1rem
}

.p-overflow-scroll__message::after {
  margin-left: 1rem;
  transform: scale(-1, 1)
}

.p-overflow-scroll:not(.p-overflow-scroll--sp):not(.p-overflow-scroll--pc) .p-overflow-scroll__cont {
  overflow-y: auto
}

.p-overflow-scroll:not(.p-overflow-scroll--sp):not(.p-overflow-scroll--pc) .p-overflow-scroll__cont table {
  min-width: 70rem
}

@media screen and (min-width:720px) {
  .p-overflow-scroll.p-overflow-scroll--pc:not(.p-overflow-scroll--sp) {
    overflow-y: auto
  }

  .p-overflow-scroll.p-overflow-scroll--pc:not(.p-overflow-scroll--sp) table {
    min-width: 70rem
  }
}

@media screen and (max-width:719px) {
  .p-overflow-scroll.p-overflow-scroll--sp:not(.p-overflow-scroll--pc) {
    overflow-y: auto
  }

  .p-overflow-scroll.p-overflow-scroll--sp:not(.p-overflow-scroll--pc) table {
    min-width: 70rem
  }
}

.p-overflow-scroll>*:last-child {
  margin-bottom: 0
}

@media screen and (min-width:720px) {
  .p-user-voice {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between
  }
}

.p-user-voice__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  background-color: #fff;
  border-radius: 1rem
}

@media screen and (min-width:720px) {
  .p-user-voice__unit {
    width: calc(50% - 1rem);
    min-height: 100%;
    padding: 2rem;
    margin-bottom: 2rem
  }
}

@media screen and (max-width:719px) {
  .p-user-voice__unit {
    padding: 1.5rem;
    margin-bottom: 1.5rem
  }
}

.p-user-voice__unit__icon {
  overflow: hidden;
  max-width: 8rem;
  min-width: 8rem;
  max-height: 8rem;
  min-height: 8rem;
  margin-bottom: 1.5rem;
  border-radius: 50%
}

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

.p-user-voice__unit__name {
  line-height: 1;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700
}

.p-user-voice__unit__status {
  line-height: 1;
  margin-bottom: 1rem;
  font-size: 1.2rem
}

.p-user-voice__unit .c-review {
  margin-bottom: 1rem
}

.p-user-voice__unit__message {
  text-align: justify
}

.l-header {
  background-color: #ffa500
}

@media screen and (min-width:720px) {
  .l-header__logo {
    width: 25.2rem
  }
}

@media screen and (max-width:719px) {
  .l-header__logo {
    width: 18rem
  }
}

.l-header__logo img {
  width: 100%;
  height: auto;
  vertical-align: text-bottom
}

@media screen and (min-width:720px) {
  .l-header__inner {
    padding: 1.6rem 2rem
  }
}

@media screen and (max-width:719px) {
  .l-header__inner {
    padding: 1.6rem 1.5rem
  }
}

.l-footer {
  background-color: #ffa500;
  color: #fff
}

.l-footer__link {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none
}

@media screen and (min-width:720px) {
  .l-footer__link {
    justify-content: stretch
  }
}

@media screen and (max-width:719px) {
  .l-footer__link {
    margin-bottom: 1rem;
    justify-content: center
  }
}

.l-footer__link li {
  margin-right: 1em
}

@media screen and (min-width:720px) {
  .l-footer__link li {
    font-size: 1.3rem
  }
}

@media screen and (max-width:719px) {
  .l-footer__link li {
    font-size: 1.1rem
  }
}

.l-footer__link li a:link,
.l-footer__link li a:visited,
.l-footer__link li a:active,
.l-footer__link li a:hover {
  text-decoration: none;
  color: #fff
}

.l-footer__link>*:last-child {
  margin-right: 0
}

.l-footer__copyright {
  line-height: 1
}

@media screen and (min-width:720px) {
  .l-footer__copyright {
    margin-left: auto;
    font-size: 1.2rem
  }
}

@media screen and (max-width:719px) {
  .l-footer__copyright {
    text-align: center;
    font-size: 1rem
  }
}

@media screen and (min-width:720px) {
  .l-footer__copyright small {
    font-size: 1.2rem
  }
}

@media screen and (max-width:719px) {
  .l-footer__copyright small {
    font-size: 1rem
  }
}

.l-footer__inner {
  margin: 0 auto
}

@media screen and (min-width:720px) {
  .l-footer__inner {
    display: flex;
    align-items: center;
    justify-content: stretch;
    max-width: 72rem;
    padding: 1.6rem 2rem
  }
}

@media screen and (max-width:719px) {
  .l-footer__inner {
    padding: 1.6rem 1.5rem
  }
}

.l-contents__inner {
  margin: 0 auto
}

@media screen and (min-width:720px) {
  .l-contents__inner {
    max-width: 72rem;
    padding: 0 2rem 6rem
  }
}

@media screen and (max-width:719px) {
  .l-contents__inner {
    padding: 0 1.5rem 4rem
  }
}

.l-contents__inner>*:last-child {
  margin-bottom: 0;
  margin-top: 1rem
}

@media screen and (min-width:720px) {
  .l-contents__section:not(:first-child) {
    margin-top: 2rem
  }
}

@media screen and (max-width:719px) {
  .l-contents__section:not(:first-child) {
    margin-top: 1rem
  }
}

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

@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.5rem;
    line-height: 1.4;
    flex-flow: column
  }
}

.c-pickup__ribbon::before,
.c-pickup__ribbon::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  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 {
  border-radius: 1rem;
  overflow: hidden;
  background: #f7f7f7;
  margin: 2.5rem 0 6rem;
  border: 1px solid #DBDBDB
}

.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 {
  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, .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: .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: #fff
}

.c-pickup__img__detail__title {
  font-weight: 700;
  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: 0;
  line-height: 1.8
}

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

.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: -.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: .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: #fff;
  font-weight: 700;
  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: .7
}

a.c-pickup__button::after {
  display: inline-block;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  margin: .1rem 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, .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: .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: .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: 700
}

.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: .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: 700
}

.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%
  }
}

.c-hr__main {
  border: 0;
  border-bottom: 3px solid #F5515A
}

@media screen and (min-width:720px) {
  .c-hr__main {
    margin: 6rem 0
  }
}

@media screen and (max-width:719px) {
  .c-hr__main {
    margin: 4rem 0
  }
}

.c-hr__sub {
  border: 0;
  border-bottom: 3px solid #FFBC09
}

@media screen and (min-width:720px) {
  .c-hr__sub {
    margin: 6rem 0
  }
}

@media screen and (max-width:719px) {
  .c-hr__sub {
    margin: 4rem 0
  }
}

.c-svg__fill {
  fill: #6c3
}

.c-svg__fill__icon {
  fill: #F5515A
}

.c-contents h3 {
  line-height: 1.5;
  font-weight: 700
}

@media screen and (min-width:720px) {
  .c-contents h3 {
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-size: 1.8rem
  }
}

@media screen and (max-width:719px) {
  .c-contents h3 {
    margin-bottom: 1.4rem;
    margin-top: 2.8rem;
    font-size: 1.6rem
  }
}

.c-contents h4 {
  line-height: 1.5;
  font-weight: 700
}

@media screen and (min-width:720px) {
  .c-contents h4 {
    margin-top: 2rem;
    margin-bottom: 3rem;
    font-size: 1.6rem
  }
}

@media screen and (max-width:719px) {
  .c-contents h4 {
    margin-top: 2.8rem;
    margin-bottom: 1.8rem;
    font-size: 1.4rem
  }
}

.c-contents p {
  margin: 0
}

.c-contents p+p {
  margin-top: 1em
}

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

.c-contents p strong {
  color: #F5515A;
  font-weight: 700
}

.c-contents p b {
  color: #2ca9e1;
  font-weight: 700
}

.c-contents hr {
  border: 0;
  margin: 3em 0 0;
  padding: 0
}

.p-top3table__head {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}


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

.p-top3table__head span {
  color: #1977E7;
  font-weight: bold;
}

@media screen and (max-width:719px) {
  .p-top3table__head span {
    font-size: 1.3rem;
    line-height: 2.5rem
  }
}

.p-top3table__head strong {
  font-weight: bold;
}

@media screen and (max-width:719px) {
  .p-top3table__head strong {
    font-weight: bold;
  }
}


.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;
  line-height: 2.2rem;
  background: #f5515a;
  color: #fff;
  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: .8rem;
  padding: .8rem;
  font-weight: 700
}

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

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

.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: .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: 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(../img/state-doublecircle.png) center center/6.4rem no-repeat
}

.p-top3table__point.--circle {
  background: url(../img/state-circle.png) center center/6.4rem no-repeat
}

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

.p-top3table__point.--batsu {
  background: url(../img/state-batsu.webp) center center/6.4rem no-repeat
}

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

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

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

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

.p-top3table__rank__no span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding-top: .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
}

.icon-container {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 7rem
}

.icon {
  max-width: 6rem;
  min-width: 6rem;
  max-height: 6rem;
  min-height: 6rem;
  margin: 0 auto 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1.5rem
}

.icon img {
  border-radius: 2rem;
  max-width: inherit;
  width: 8rem;
  height: 8rem;
  object-fit: cover;
  border-radius: 2rem;
  border: 1px solid #dbdbdb
}

.icon p {
  font-weight: 700;
  color: #F5515A;
  margin-top: 2rem
}

.icon-app__name {
  font-weight: 700;
  color: #F5515A
}

.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 #dbdbdb
}

.c-recommend-app__icon img {
  max-width: inherit;
  width: 8rem;
  height: 8rem;
  object-fit: cover
}

.small-font {
  font-size: 1rem
}

.star {
  color: #EDB435;
  font-weight: 700;
  font-size: 1.3rem
}

.star_text {
  font-weight: 700
}

.red {
  color: #f5515a;
  font-weight: 700
}

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

.c-pick__button__head>span {
  display: inline-block;
  position: relative;
  padding: -.1rem;
  text-align: center;
  font-size: 1.3rem
}

.c-pick__button__head>span::before,
.c-pick__button__head>span::after {
  content: "";
  top: 60%;
  display: inline-block;
  width: 2rem;
  height: .2rem;
  background-color: #121211
}

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

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

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

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

.u-marker {
  background: linear-gradient(transparent 50%, #fffab4 50%);
  display: inline;
  font-size: 1.6rem;
  font-weight: 700
}

@media screen and (max-width:719px) {
  .u-marker {
    font-size: 1.2rem;
    line-height: 2.5rem
  }
}

.swiper-image {
  margin-bottom: .5rem
}

.b-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  margin: 0 auto;
  background-color: #ff5050;
  border-radius: 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1
}

.b-button__wrap {
  margin-top: 2em
}

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

@media screen and (max-width:719px) {
  .b-button {
    margin-bottom: 0rem;
    font-size: 1.3rem
  }
}

.b-button:link,
.b-button:visited,
.b-button:active,
.b-button:hover {
  color: #fff;
  text-decoration: none
}

.b-button--blank::after {
  display: inline-block;
  content: "";
  margin-left: 1rem;
  background-image: url(../img/icon-blank.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%
}

@media screen and (min-width:720px) {
  .b-button--blank::after {
    width: 1.4rem;
    height: 1.4rem
  }
}

@media screen and (max-width:719px) {
  .b-button--blank::after {
    width: 1.2rem;
    height: 1.2rem
  }
}

.b-button--flash {
  overflow: hidden;
  position: relative
}

.b-button--flash::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: flash 3s ease-in-out infinite
}

.b-annotation {
  line-height: 1.5;
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 2rem;
  text-align: center;
  margin-top: 0rem
}

.b-annotation a {
  color: #999
}

.auto_datetime {
  color: rgb(91, 91, 91)
}

.box_2 {
  display: flex;
  height: auto;
  overflow-x: scroll;
  margin-bottom: 2rem;
}

.box_2 div {
  width: 80%;
  flex-shrink: 0;
  align-content: center;
  padding: 1rem;
  margin-right: 1rem;
}

.box_2 img {
  /* 画像のスタイル */
  width: 100%;
  height: auto;
  object-fit: cover;
}

.gray {
  color: #666666;
  font-size: 0.8rem;
  line-height: 1.2rem;
}

/*20241206 */

.p-app-top3-head {
  background: #ffa500;
  color: white;
  text-align: center;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.05rem;
  padding: 1.2rem;
  border-radius: 1rem 1rem 0 0;
  font-weight: bold;
}

@media screen and (max-width: 719px) {
  .p-app-top3-head {
    font-size: 1.7rem;
    line-height: 150%;
  }
}

.p-app-top3-body {
  border: 3px solid #ffa500;
  padding: 1.5rem 0;
  border-radius: 0 0 1rem 1rem;
  margin-bottom: 2rem;
}

.p-app-top3-item {
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-app-top3-item:not(:first-child) {
  margin-top: 3rem;
}

@media screen and (max-width: 719px) {
  .p-app-top3-item {
    padding: 0 0.5rem;
  }

  .p-app-top3-item:not(:first-child) {
    margin-top: 2rem;
  }
}

.p-app-top3-icon-wrap {
  width: 8rem;
  margin-right: 2rem;
}

@media screen and (max-width: 719px) {
  .p-app-top3-icon-wrap {
    width: 6rem;
    margin-right: 1.5rem;
  }
}

.p-app-top3-icon {
  overflow: hidden;
  border-radius: 1.5rem;
  max-width: inherit;
  object-fit: cover;
  border: 1px solid #ddd;
}

.p-app-top3-icon img {
  width: 8rem;
  height: 8rem;
}

@media screen and (max-width: 719px) {
  .p-app-top3-icon img {
    width: 6rem;
    height: 6rem;
  }
}

.p-app-top3-detail {
  flex: 1;
}

.p-app-top3-detail .c-button {
  font-size: 1.4rem;
  margin-bottom: 0;
  background: #ff5050;
}

.p-app-top3-name {
  color: #ffa500;
}

.p-app-top3-text {
  margin: 0;
}

.p-app-top3-text strong {
  font-weight: bold;
}

.p-app-top3-text em {
  color: #ff0059;
  font-style: normal;
  font-weight: bold;
}

.p-app-top3-text b {
  color: #1977E7;
  font-style: normal;
  font-weight: bold;
}


.p-app-top3-button-top {
  color: #ff9500;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  line-height: 180%;
  margin: 1rem 0;
}

@media screen and (max-width: 719px) {
  .p-app-top3-button-top {
    font-size: 1.2rem;
    line-height: 130%;
  }

  .p-app-top3-button-top span {
    display: inline-block;
  }
}

.p-app-top3-bottom {
  text-align: center;
  font-weight: normal;
  font-size: 2rem;
  line-height: 150%;
  margin: 4rem 0;
}

@media screen and (max-width: 719px) {
  .p-app-top3-bottom {
    margin: 3rem 0;
    font-size: 1.6rem;
  }

  .p-app-top3-bottom span {
    display: inline-block;
  }
}

.name {
  color: #ffa500;
  font-weight: bold;
}

.name:link {
  text-decoration: none;
}

.p-top3table__text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}


@media screen and (max-width:719px) {
  .p-top3table__text {
    font-size: 1.3rem;
    line-height: 2rem
  }
}

.p-recommend-group {
  overflow: hidden;
  margin-bottom: 3rem;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 1rem;
}

.p-recommend-group__title {
  padding: 1.5rem 1.5rem;
  border-bottom: 1px solid #cccccc;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.p-recommend-group__cont {
  font-size: 1.2rem;
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: 10px;
  padding: 16px;
}

.p-recommend-group--app1 {
  border-color: #1aa5a0;
}

.p-recommend-group--app1 .p-recommend-group__title {
  background-color: #e9fffe;
  border-bottom-color: #1aa5a0;
}

.p-recommend-group--app2 {
  border-color: #80dfff;
}

.p-recommend-group--app2 .p-recommend-group__title {
  background-color: #f0fbff;
  border-bottom-color: #80dfff;
}

.p-recommend-group--app3 {
  border-color: #ffd480;
}

.p-recommend-group--app3 .p-recommend-group__title {
  background-color: #fffced;
  border-bottom-color: #ffd480;
}

@media screen and (min-width: 720px) {
  .p-app-column {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    margin-left: 1rem;
  }
}

@media screen and (min-width: 720px) {
  .p-app-column__col {
    width: 20%;
    margin-right: 2rem;
  }

  .p-app-column__col:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 719px) {
  .p-app-column__col {
    display: flex;
    flex-direction: row;
    margin-bottom: 2rem;
  }
}

.p-app-column>*:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 720px) {
  .p-app-column__col {
    width: 20%;
    margin-right: 2rem;
  }

  .p-app-column__col:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 719px) {
  .p-app-column__col {
    margin-bottom: 2rem;
  }
}

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

.header_text span>span {
  color: #ffbc09;
}

.c-recommend-text {
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* 追加コンテンツ　20250106 */

.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: #ffa500;
  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;
  border-radius: 0.6em 0.6em 0em 0em;
}

.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 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 4%;
  border: 10px solid #ffa500;
  border-top-width: 0;
  margin-bottom: 4%;
  border-radius: 0em 0em 0.6em 0.6em;
}

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

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


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

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

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

.p-lp__recommend {
  display: flex;
  -webkit-box-pack: justify;
  margin: 8% 4% 4%;
  padding-left: 0rem;
  justify-content: center;
  align-items: center;
}

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

.p-lp__recommend-item a {
  display: block;
  text-decoration: none;
  color: inherit
}

.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: 40%;
  height: 40%;
  display: block;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -15%;
  left: -15%;
  font-weight: 700;
  line-height: 190%
}


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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-button__wrap {
  margin-top: 2em;
}

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

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

.c-button:link,
.c-button:visited,
.c-button:active,
.c-button:hover {
  color: #ffffff;
  text-decoration: none;
}

.gray_text {
  color: #999;
}


/*ここから下記は、クレーンから追加したcss*/

.p-top__genre-rank-head {
  padding: 0.5em 1em;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 4%;
  margin-bottom: 0%;
  background: #ffa500;
  color: white;
  font-size: 1.4em;
}


.p-top__genre-rank-body {
  padding: 4%;
  border: solid #ffa500;
  border-width: 0 8px 8px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 750px) {
  .p-top__genre-rank-body {
    border-width: 0 4px 4px;
  }
}

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

.p-top__genre-rank__app {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p-top__genre-rank-icon {
  padding-top: 2.5rem;
  width: 20%;
}

.p-top__genre-rank-icon img {
  width: 100%;
  border-radius: 10%;
}

.p-top__genre-rank-icon.is-border img {
  border: 1px solid #ddd;
}

.p-top__border-radius_p {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;

}

.p-top__border-radius {
  border-radius: 2em;
  color:  #ffa500;
  text-align: center;
  margin-bottom: 0rem;
  margin-right: 0.3rem;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.3rem 0.4rem;
  border: 1px solid #ffa500
}

.p-top__genre-rank-detail {
  width: 75%;
}

.p-top__genre-rank-title {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: bold;
  color: #f8a227;
  line-height: 1.5;
}

.p-top__genre-rank-title span {
  display: inline-block;
  /*padding-left: 1.8em;*/
  color: #ffb619;
  position: relative;
}

/* .p-top__genre-rank-title span::before {
      content: "";
      width: 1.5em;
      height: 1.5em;
      background: url(../images/ic_genre_rank.png) center center/1.5em no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      display: block; }*/
@media screen and (max-width: 750px) {
  .p-top__genre-rank-title {
    font-size: 5vw;
    margin-bottom: 1rem;
  }
}

.p-top__app-dl-title-wrap {
  text-align: center;
  margin-top: 3%;
}

.p-top__app-dl-title {
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
  position: relative;
  color: #ffa500;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.p-top__genre-rank-button {
  display: block;
  color: white;
  border-radius: 2em;
  background: #28b8d7;
  margin-top: 4%;
  padding: 0.6em 1em;
  text-align: center;
  text-decoration: none;
}

.p-top__genre-rank-text {
  margin-top: 0%;
  font-weight: 500;
  line-height: 180%;
  font-size: 1.1rem;
  margin-bottom: 0rem;
}

.p-top__genre-rank-text-b {
  margin-top: 4%;
  font-weight: 500;
  line-height: 180%;
  font-size: 1.1rem;
  margin-bottom: 0rem;
  font-weight: 700;
  color:#ff5050 ;
}

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

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

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

.c--button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  margin: 0 auto;
  background-color: #ff5050;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  border-radius: 2em;
  text-decoration: none;
}


.btn-square {
  border-bottom: solid 4px #cc4057;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: 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.4em;
  font-weight: 600;
  border-radius: 0.5em 0.5em 0 0;
  line-height: 1.3;
}

.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;
}

.c-table-group .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;
  padding: .8rem;
}

.c-table-group .table .inner-table tbody td {
  padding: 1em 0.5em;
  font-size: 1.1rem;
}

.c-table-group .table .inner-table tbody:last-child td {
  border-bottom: none;
}

.c-table-group .table .inner-table th,
.c-table-group .table .inner-table td {
  border-bottom: 1px solid #ddd;
  border-right: solid 1px #ddd;
}

/*イメージスライドcss*/
.box_3 {
  display: flex;
  height: auto;
  overflow-x: scroll;
  margin-bottom: 2rem;
}

.box_3 div {
  width: 95%;
  flex-shrink: 0;
  align-content: center;
  padding: 1rem;
  margin-right: 0rem;
}

.box_3 img {
  /* 画像のスタイル */
  width: 100%;
  height: auto;
  object-fit: cover;
}

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

/* ストアボタンのcss */
.flex_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.img_size {
  margin-right: 14px;
}

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

.img_size img {
  width: auto;
}

.img_size a {
  display: inline-block;
}

@media screen and (max-width: 750px) {
.flex_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

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

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