div.header {
  background: none;
}

.about {
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
  /*!
   * Bootstrap v3.3.7 (http://getbootstrap.com)
   * Copyright 2011-2016 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
  /* variavles
  ---------------------------------------------------------------------------------------------------- */
  /* google color */
  /* /google color */
  /* /variavles
  ---------------------------------------------------------------------------------------------------- */
}

.about .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.about [role=button] {
  cursor: pointer;
}

.about .container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.about .container:before,
.about .container:after {
  display: table;
  content: " ";
}

.about .container:after {
  clear: both;
}

@media (min-width: 640px) {
  .about .container {
    width: 750px;
  }
}
@media (min-width: 800px) {
  .about .container {
    width: 970px;
  }
}
@media (min-width: 960px) {
  .about .container {
    width: 1170px;
  }
}
.about .row {
  margin-right: -15px;
  margin-left: -15px;
}

.about .row:before,
.about .row:after {
  display: table;
  content: " ";
}

.about .row:after {
  clear: both;
}

.about .col-lg-2,
.about .col-lg-3,
.about .col-xs-4,
.about .col-lg-4,
.about .col-xs-6,
.about .col-sm-6,
.about .col-md-6,
.about .col-xs-8 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
}

.about .col-xs-4,
.about .col-xs-6,
.about .col-xs-8 {
  float: left;
}

.about .col-xs-4 {
  width: 33.33333%;
}

.about .col-xs-6 {
  width: 50%;
}

.about .col-xs-8 {
  width: 66.66667%;
}

@media (min-width: 640px) {
  .about .col-sm-6 {
    float: left;
  }
  .about .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .about .col-md-6 {
    float: left;
  }
  .about .col-md-6 {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .about .col-lg-2,
.about .col-lg-3,
.about .col-lg-4 {
    float: left;
  }
  .about .col-lg-2 {
    width: 16.66667%;
  }
  .about .col-lg-3 {
    width: 25%;
  }
  .about .col-lg-4 {
    width: 33.33333%;
  }
}
.about table {
  background-color: transparent;
}

.about .table {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}

.about .table > tbody > tr > td {
  padding: 8px;
  border-top: 1px solid #ddd;
  vertical-align: top;
  line-height: 1.42857;
}

.about .table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.about .table .table {
  background-color: #fff;
}

.about table td[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.about .table > tbody > tr > td.success,
.about .table > tbody > tr.success > td {
  background-color: #dff0d8;
}

.about .table > tbody > tr > td.info,
.about .table > tbody > tr.info > td {
  background-color: #d9edf7;
}

.about label {
  display: inline-block;
  margin-bottom: 5px;
  max-width: 100%;
  font-weight: bold;
}

.about .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  border-radius: 0.25em;
  color: #fff;
  vertical-align: baseline;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  font-size: 75%;
  line-height: 1;
}

.about .label:empty {
  display: none;
}

.about a.label:hover,
.about a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.about .panel {
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.about .panel > .table {
  margin-bottom: 0;
}

.about .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.about .panel > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.about .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child {
  border-top-left-radius: 3px;
}

.about .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child {
  border-top-right-radius: 3px;
}

.about .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.about .panel > .table:last-child > tbody:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.about .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}

.about .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}

.about .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.about .hide {
  display: none !important;
}

.about .show {
  display: block !important;
}

.about .hidden {
  display: none !important;
}

.about .table {
  margin-bottom: 0;
  width: auto;
}

.about .row {
  margin-right: -10px;
  margin-left: -10px;
}

.about .col-lg-2,
.about .col-lg-3,
.about .col-xs-4,
.about .col-lg-4,
.about .col-xs-6,
.about .col-sm-6,
.about .col-md-6,
.about .col-xs-8 {
  padding-right: 10px;
  padding-left: 10px;
}

.about .cf:before,
.about .cf:after {
  display: table;
  content: " ";
}

.about .cf:after {
  clear: both;
}

.about .p-img-wrap {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 0;
}

.about .fw_b {
  font-weight: bold;
}

.about .mt_10 {
  margin-top: 10px;
}

.about .mt_20 {
  margin-top: 20px;
}

.about .mb_10 {
  margin-bottom: 10px;
}

.about .ta_c {
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .about {
    max-width: 100%;
  }
}
.about .underline {
  text-decoration: underline;
}

.about .label {
  white-space: normal;
}

@media only screen and (max-width: 639px) {
  .about .label {
    border-radius: initial;
  }
}
/* a img:hover {
  transition: 0.5s;
  opacity: 0.7;
} */
/* variavles
---------------------------------------------------------------------------------------------------- */
/* google color */
/* /google color */
/* /variavles
---------------------------------------------------------------------------------------------------- */
.cf:after {
  display: block;
  clear: both;
  content: "";
}

.mb_10 {
  margin-bottom: 10px;
}

.c_red {
  color: #f00;
}

.fw_b {
  font-weight: bold;
}

.ta_c {
  text-align: center;
}

.pc {
  display: block;
}

@media only screen and (max-width: 639px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}

@media only screen and (max-width: 639px) {
  .sp {
    display: block;
  }
}
a {
  transition: 0.5s ease;
}

a:hover {
  opacity: 0.7;
}

.p9255-about img {
  width: 100%;
}

.pc {
  display: block;
}

@media only screen and (max-width: 639px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}

@media only screen and (max-width: 639px) {
  .sp {
    display: block;
  }
}
* {
  box-sizing: border-box;
}

.text li {
  padding-left: 1em;
  text-indent: -1em;
}

.inbox {
  display: inline-block;
  text-align: left;
}

/* @tailwind base; */
.p9255-mt-4 {
  margin-top: 1rem;
}

.p9255-pt-16 {
  padding-top: 4rem;
}

.p9255-text-center {
  text-align: center;
}

.p9255-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.p9255-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.p9255-font-bold {
  font-weight: 700;
}

@media (min-width: 750px) {
  .pc\:p9255-hidden {
    display: none;
  }
}
.p9255-about {
  color: #313131;
  font-size: 16px;
  line-height: 1.75;
}

.p9255-about img {
  height: auto;
}

.pageTopScroll {
  z-index: 1;
}

.footer {
  padding-top: 0;
}

.ui-content {
  padding: 0;
}

.p9225-c-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  color: white;
  text-align: center;
  font-weight: bold;
}
.p9225-c-button.p9225-c-button--lg {
  margin-top: 28px;
  width: 690px;
  height: 70px;
  font-size: 30px;
}
.p9255-about--sp .p9225-c-button.p9225-c-button--lg {
  width: 650px;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9225-c-button.p9225-c-button--lg {
    margin-top: 3.7333333333vw;
    width: 86.6666666667vw;
    height: 9.3333333333vw;
    font-size: 4vw;
  }
}
.p9225-c-button.p9225-c-button--lg .p9225-c-button__text {
  padding-right: 40px;
}
.p9225-c-button.p9225-c-button--lg .p9225-c-button__text::before {
  right: 0;
  width: 27px;
  height: 27px;
}
.p9225-c-button.p9225-c-button--lg .p9225-c-button__text::after {
  right: 7px;
  border-width: 5.5px 0 5.5px 10px;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9225-c-button.p9225-c-button--lg .p9225-c-button__text {
    padding-right: 5.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9225-c-button.p9225-c-button--lg .p9225-c-button__text::before {
    width: 3.6vw;
    height: 3.6vw;
  }
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9225-c-button.p9225-c-button--lg .p9225-c-button__text::after {
    right: 0.9333333333vw;
    border-width: 0.7333333333vw 0 0.7333333333vw 1.3333333333vw;
  }
}
.p9225-c-button.p9225-c-button--md {
  padding: 6px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}
.p9255-about--sp .p9225-c-button.p9225-c-button--md {
  padding: 16px 6px;
  max-width: 450px;
}
.p9225-c-button.p9225-c-button--md .p9225-c-button__text {
  padding-right: 20px;
}
.p9225-c-button.p9225-c-button--md .p9225-c-button__text::before {
  right: 0;
  width: 14px;
  height: 14px;
}
.p9225-c-button.p9225-c-button--md .p9225-c-button__text::after {
  right: 4px;
  border-width: 4px 0 4px 5px;
}
.p9225-c-button.p9225-c-button--sm {
  width: 116px;
  height: 25px;
  font-size: 12px;
}
@media screen and (max-width: 374px) {
  .p9225-c-button.p9225-c-button--sm {
    width: 100%;
  }
}
.p9225-c-button.p9225-c-button--sm .p9225-c-button__text {
  padding-right: 16px;
}
.p9225-c-button.p9225-c-button--sm .p9225-c-button__text::before {
  right: 0;
  width: 12px;
  height: 12px;
}
.p9225-c-button.p9225-c-button--sm .p9225-c-button__text::after {
  right: 3px;
  border-width: 3px 0 3px 4px;
}
.p9225-c-button.p9225-c-button--light-green {
  background-color: #86bf23;
}
.p9225-c-button.p9225-c-button--light-green .p9225-c-button__text::after {
  border-color: transparent transparent transparent #86bf23;
}
.p9225-c-button.p9225-c-button--light-green.p9225-c-button--shadow {
  border-bottom: 7px solid #69971a;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9225-c-button.p9225-c-button--light-green.p9225-c-button--shadow {
    border-bottom: 0.9333333333vw solid #69971a;
  }
}
.p9225-c-button.p9225-c-button--mora {
  background-color: #ff5a4a;
}
.p9225-c-button.p9225-c-button--mora .p9225-c-button__text::after {
  border-color: transparent transparent transparent #ff5a4a;
}
.p9225-c-button.p9225-c-button--mora.p9225-c-button--shadow {
  border-bottom: 4px solid #c94539;
}
.p9225-c-button.p9225-c-button--payment {
  background-color: #000000;
}
.p9225-c-button.p9225-c-button--payment .p9225-c-button__text::after {
  border-color: transparent transparent transparent #000000;
}
.p9225-c-button.p9225-c-button--payment.p9225-c-button--shadow {
  border-bottom: 4px solid #666;
}
.p9225-c-button.p9225-c-button--tame {
  background-color: #43b0ec;
}
.p9225-c-button.p9225-c-button--tame .p9225-c-button__text::after {
  border-color: transparent transparent transparent #43b0ec;
}
.p9225-c-button.p9225-c-button--tame.p9225-c-button--shadow {
  border-bottom: 4px solid #3283b0;
}
.p9225-c-button.p9225-c-button--point {
  background-color: #ffb049;
}
.p9225-c-button.p9225-c-button--point .p9225-c-button__text::after {
  border-color: transparent transparent transparent #ffb049;
}
.p9225-c-button.p9225-c-button--point.p9225-c-button--shadow {
  border-bottom: 4px solid #ca8a37;
}
.p9225-c-button.p9225-c-button--red {
  background-color: #e74224;
}
.p9225-c-button.p9225-c-button--red .p9225-c-button__text::after {
  border-color: transparent transparent transparent #e74224;
}
.p9225-c-button:link, .p9225-c-button:hover {
  color: white;
  text-decoration: none;
}
.p9225-c-button .p9225-c-button__text {
  position: relative;
  display: inline-block;
}
.p9225-c-button .p9225-c-button__text::before, .p9225-c-button .p9225-c-button__text::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
}
.p9225-c-button .p9225-c-button__text::before {
  border-radius: 9999px;
  background-color: white;
}
.p9225-c-button .p9225-c-button__text::after {
  width: 0;
  height: 0;
  border-style: solid;
}
.p9225-c-button .p9225-c-button__badge {
  position: absolute;
  top: -25px;
  left: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 69px;
  height: 69px;
  border: 2px solid #eb651a;
  border-radius: 9999px;
  background-color: white;
  color: #eb651a;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9225-c-button .p9225-c-button__badge {
    top: -3.3333333333vw;
    left: -3.3333333333vw;
    width: 9.2vw;
    height: 9.2vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 750px) and (max-width: 375px) {
  .p9255-about--sp .p9225-c-button .p9225-c-button__badge {
    top: -12.5px;
    left: -12.5px;
    width: 34.5px;
    height: 34.5px;
    font-size: 10px;
  }
}

.p9225-c-heading-2 {
  margin-top: -7.5px;
  margin-bottom: -7.5px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9225-c-heading-2 {
    margin-top: -1vw;
    margin-bottom: -1vw;
    font-size: 4vw;
    line-height: 6vw;
  }
}
.p9225-c-heading-2 span {
  font-size: 16px;
  line-height: 1;
}
.p9225-c-heading-2.p9225-c-heading-2--to-r {
  text-align: left;
}

.p9225-c-lead {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p9225-c-lead {
    font-size: 14px;
  }
}
@media screen and (max-width: 424px) {
  .p9225-c-lead {
    font-size: 13px;
  }
}
@media screen and (max-width: 374px) {
  .p9225-c-lead {
    font-size: 12px;
  }
}

.p9225-c-text--mora {
  color: #ff5a4a;
}

.p9225-c-text--tame {
  color: #43b0ec;
}

.p9225-c-text--mora-b {
  color: #ff5a4a;
  font-weight: bold;
}

.p9225-c-text--tame-b {
  color: #43b0ec;
  font-weight: bold;
}

.p9225-l-container {
  box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
  max-width: 960px;
}
.p9255-about--sp .p9225-l-container {
  box-sizing: border-box;
  padding-right: 50px;
  padding-left: 50px;
  max-width: 750px;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9225-l-container {
    padding-right: 6.6666666667vw;
    padding-left: 6.6666666667vw;
  }
}

.p9225-l-container-py {
  padding-top: 64px;
  padding-bottom: 64px;
}
.p9255-about--sp .p9225-l-container-py {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9225-l-container-py {
    padding-top: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
  }
}

.p9255-p-fv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 700px;
  background-image: url(https://image.rfolympic.com/images/improvement/9255/images/9255-fv-bg-min.png);
  background-position: center center;
  background-size: 1440px;
  background-repeat: repeat-x;
}
.p9255-about--sp .p9255-p-fv {
  height: 800px;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-fv {
    height: 106.6666666667vw;
  }
}
.p9255-p-fv .p9255-p-fv__main-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  width: 690px;
  height: 408px;
  border-radius: 50px;
  background-color: white;
}
.p9255-about--sp .p9255-p-fv .p9255-p-fv__main-content {
  width: 650px;
  height: 408px;
  border-radius: 50px;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-fv .p9255-p-fv__main-content {
    width: 86.6666666667vw;
    height: 54.4vw;
    border-radius: 6.6666666667vw;
  }
}
.p9255-p-fv img {
  margin-right: auto;
  margin-left: auto;
  max-width: 594px;
}
.p9255-about--sp .p9255-p-fv img {
  max-width: 610px;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-fv img {
    max-width: 81.3333333333vw;
  }
}

.p9255-p-for .p9255-p-for__services {
  display: flex;
  justify-content: center;
  margin-right: -10px;
  margin-left: -10px;
}
.p9255-p-for .p9255-p-for__service {
  padding-right: 10px;
  padding-left: 10px;
  width: 50%;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-for .p9255-p-for__service {
    padding-right: 1.3333333333vw;
    padding-left: 1.3333333333vw;
  }
}
.p9255-p-for .p9255-p-for__service-block {
  display: block;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 35px;
  color: white;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-for .p9255-p-for__service-block {
    margin-top: 4vw;
    margin-bottom: 5.3333333333vw;
    padding: 4vw;
    border-radius: 4.6666666667vw;
  }
}
.p9255-p-for .p9255-p-for__service-block h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-for .p9255-p-for__service-block h2 {
    font-size: 5.3333333333vw;
  }
}
.p9255-p-for .p9255-p-for__service-block p {
  margin-top: 11px;
  margin-bottom: -5px;
  font-size: 25px;
  line-height: 35px;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-for .p9255-p-for__service-block p {
    margin-top: 1.6vw;
    font-size: 3.3333333333vw;
    line-height: 4.6666666667vw;
  }
}
.p9255-p-for .p9255-p-for__service-block--mora {
  background-color: #e74224;
}
.p9255-p-for .p9255-p-for__service-block--tame {
  background-color: #1b94d3;
}
.p9255-p-for .p9255-p-for__genre ul {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.p9255-p-for .p9255-p-for__genre .p9255-p-for__genre__list {
  padding-right: 26px;
  padding-left: 26px;
  width: 20%;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
}
.p9255-about--sp .p9255-p-for .p9255-p-for__genre .p9255-p-for__genre__list {
  padding-right: 8px;
  padding-left: 8px;
  width: 25%;
  font-size: 25px;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-for .p9255-p-for__genre .p9255-p-for__genre__list {
    padding-right: 1.0666666667vw;
    padding-left: 1.0666666667vw;
    font-size: 3.3333333333vw;
  }
}
.p9255-p-for .p9255-p-for__genre .p9255-p-for__genre__list p {
  margin-top: 20px;
}
.p9255-p-for .p9255-p-for__genre .p9255-p-for__genre__list--food {
  color: #acd8dc;
}
.p9255-p-for .p9255-p-for__genre .p9255-p-for__genre__list--drink {
  color: #d98b8d;
}
.p9255-p-for .p9255-p-for__genre .p9255-p-for__genre__list--necessaries {
  color: #f7cc6f;
}
.p9255-p-for .p9255-p-for__genre .p9255-p-for__genre__list--cosmetics {
  color: #abea7e;
}

.p9255-p-why {
  background-color: #ffffd8;
}
.p9255-p-why ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px;
  margin-right: -20px;
  margin-left: -20px;
}
.p9255-p-why li {
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  width: 50%;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-why li {
    width: 100%;
  }
}
.p9255-p-why .p9255-p-why__card {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 8px;
  border: 3px solid #86bf23;
  border-radius: 35px;
  background-color: white;
  font-weight: bold;
}
.p9255-about--sp .p9255-p-why .p9255-p-why__card {
  max-width: 305px;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-why .p9255-p-why__card {
    padding: 24px 12px;
  }
}
.p9255-about--sp .p9255-p-why .p9255-p-why__card::before {
  top: -28px;
  left: -28px;
  width: 80px;
  height: 80px;
}
.p9255-about--sp .p9255-p-why .p9255-p-why__card::after {
  top: 8px;
  left: 12px;
  font-size: 32px;
}
.p9255-p-why .p9255-p-why__card::before, .p9255-p-why .p9255-p-why__card::after {
  position: absolute;
}
.p9255-p-why .p9255-p-why__card::before {
  top: -35px;
  left: -35px;
  width: 100px;
  height: 100px;
  border-radius: 9999px;
  background-color: #86bf23;
  content: "";
}
.p9255-p-why .p9255-p-why__card::after {
  top: 10px;
  left: 15px;
  color: white;
  font-size: 40px;
  line-height: 1;
}
.p9255-p-why .p9255-p-why__card.p9255-p-why__card--1::after {
  content: "1";
}
.p9255-p-why .p9255-p-why__card.p9255-p-why__card--2::after {
  content: "2";
}
.p9255-p-why .p9255-p-why__card.p9255-p-why__card--3::after {
  content: "3";
}
.p9255-p-why .p9255-p-why__card.p9255-p-why__card--4::after {
  content: "4";
}
.p9255-p-why .p9255-p-why__card img {
  margin-top: 16px;
  max-width: 302px;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-why .p9255-p-why__card img {
    max-width: 526px;
  }
}
.p9255-p-why .p9255-p-why__card__heading-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-why .p9255-p-why__card__heading-container {
    height: auto;
  }
}
.p9255-p-why .p9255-p-why__card__heading {
  margin-top: -3.5px;
  margin-bottom: -3.5px;
  font-size: 18px;
  line-height: 25px;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-why .p9255-p-why__card__heading {
    font-size: 16px;
    line-height: 24px;
  }
}

.p9255-p-items {
  background-color: #f7f5ed;
}
.p9255-about--sp .p9255-p-items .p9255-p-items__slider-wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 370px;
}
@media screen and (max-width: 424px) {
  .p9255-about--sp .p9255-p-items .p9255-p-items__slider-wrapper {
    width: 325px;
  }
}
@media screen and (max-width: 374px) {
  .p9255-about--sp .p9255-p-items .p9255-p-items__slider-wrapper {
    width: 277px;
  }
}
.p9255-p-items .p9255-p-items__slider--ranking .bx-wrapper .bx-pager {
  border-color: #86bf23;
  color: #86bf23;
}
.p9255-p-items .p9255-p-items__slider--new .bx-wrapper .bx-pager {
  border-color: #e7be22;
  color: #e7be22;
}
.p9255-p-items .p9255-p-items__card {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-items .p9255-p-items__card {
    font-size: 1.8666666667vw;
  }
}
.p9255-p-items .p9255-p-items__heading {
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  width: 400px;
  border-radius: 9999px;
  color: white;
  font-weight: bold;
  font-size: 25px;
  line-height: 50px;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-items .p9255-p-items__heading {
    margin-top: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
    width: 53.3333333333vw;
    font-size: 3.3333333333vw;
    line-height: 6.6666666667vw;
  }
}
.p9255-p-items .p9255-p-items__heading--poplar {
  background-color: #86bf23;
}
.p9255-p-items .p9255-p-items__heading--new {
  background-color: #e7be22;
}
.p9255-p-items .p9255-p-items__card-ranking {
  display: flex;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  padding-top: 20px;
  width: 74px;
  height: 47px;
  background-position: center center;
  background-size: 74px;
  color: white;
  font-weight: bold;
  font-size: 12px;
}
.p9255-p-items .p9255-p-items__card-ranking strong {
  font-size: 18px;
}
.p9255-p-items .p9255-p-items__card-ranking.p9255-p-items__card-ranking--gold {
  background-image: url(https://image.rfolympic.com/images/improvement/9255/images/9255-icon-croun--gold.png);
}
.p9255-p-items .p9255-p-items__card-ranking.p9255-p-items__card-ranking--silver {
  background-image: url(https://image.rfolympic.com/images/improvement/9255/images/9255-icon-croun--silver.png);
}
.p9255-p-items .p9255-p-items__card-title {
  padding: 8px;
  border-radius: 15px 15px 0 0;
  background-color: #1b94d3;
  color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
.p9255-p-items .p9255-p-items__card-title.p9255-p-items__card-title--new {
  position: relative;
}
.p9255-p-items .p9255-p-items__card-title.p9255-p-items__card-title--new::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 50px;
  background-image: url(https://image.rfolympic.com/images/improvement/9255/images/9255-label-new.png);
  background-position: center center;
  background-size: 43px;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 374px) {
  .p9255-p-items .p9255-p-items__card-title.p9255-p-items__card-title--new::before {
    width: 34.4px;
    height: 40px;
    background-size: 34.4px;
  }
}
.p9255-p-items .p9255-p-items__card-body {
  padding: 0 16px 16px;
  border-radius: 0 0 15px 15px;
  background-color: white;
}
.p9255-p-items .p9255-p-items__card-maker-name,
.p9255-p-items .p9255-p-items__card-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p9255-p-items .p9255-p-items__card-remain {
  margin-top: -7.5px;
  color: #eb651a;
  font-weight: bold;
  font-size: 12px;
}
.p9255-p-items .p9255-p-items__card-remain strong {
  font-size: 20px;
}

.p9255-p-flow {
  background-color: white;
}
.p9255-p-flow .p9255-p-flow__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
}
.p9255-p-flow .p9255-p-flow__card {
  margin-top: 20px;
  padding-right: 5px;
  padding-left: 5px;
  width: 33.3333%;
}
.p9255-about--sp .p9255-p-flow .p9255-p-flow__card {
  width: 100%;
}
.p9255-p-flow .p9255-p-flow__card--mora .p9255-p-flow__card-heading {
  background-color: #ff5a4a;
}
.p9255-p-flow .p9255-p-flow__card--mora .p9255-p-flow__card-body {
  border-color: #ff5a4a;
}
.p9255-p-flow .p9255-p-flow__card--mora .p9255-p-flow__card-list::before {
  background-color: #ff5a4a;
}
.p9255-p-flow .p9255-p-flow__card--tame .p9255-p-flow__card-heading {
  background-color: #43b0ec;
}
.p9255-p-flow .p9255-p-flow__card--tame .p9255-p-flow__card-body {
  border-color: #43b0ec;
}
.p9255-p-flow .p9255-p-flow__card--tame .p9255-p-flow__card-list::before {
  background-color: #43b0ec;
}
.p9255-p-flow .p9255-p-flow__card--point .p9255-p-flow__card-heading {
  background-color: #ffb049;
}
.p9255-p-flow .p9255-p-flow__card--point .p9255-p-flow__card-body {
  border-color: #ffb049;
}
.p9255-p-flow .p9255-p-flow__card--point .p9255-p-flow__card-list::before {
  background-color: #ffb049;
}
.p9255-p-flow .p9255-p-flow__card-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  height: 99px;
  border-radius: 30px 30px 0 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}
.p9255-p-flow .p9255-p-flow__card-heading strong {
  display: block;
  margin-top: 3.5px;
  margin-bottom: -2.5px;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
}
.p9255-p-flow .p9255-p-flow__card-body {
  padding: 20px;
  border-width: 0 2px 2px;
  border-style: solid;
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-flow .p9255-p-flow__card-body {
    padding: 7.2vw;
  }
}
.p9255-p-flow .p9255-p-flow__card-ttl {
  font-weight: bold;
  font-size: 14px;
}
.p9255-p-flow .p9255-p-flow__card-icon {
  max-width: 256px;
}
.p9255-p-flow .p9255-p-flow__card-list {
  position: relative;
  margin-top: 10px;
  padding-left: 28px;
  text-align: left;
  font-size: 14px;
  line-height: 23px;
}
.p9255-p-flow .p9255-p-flow__card-list::before, .p9255-p-flow .p9255-p-flow__card-list::after {
  position: absolute;
  width: 23px;
  height: 23px;
}
.p9255-p-flow .p9255-p-flow__card-list::before {
  top: 0;
  left: 0;
  border-radius: 9999px;
  content: "";
}
.p9255-p-flow .p9255-p-flow__card-list::after {
  top: 0;
  left: 0;
  color: white;
  text-align: center;
  font-weight: bold;
}
.p9255-p-flow .p9255-p-flow__card-list--1::after {
  content: "1";
}
.p9255-p-flow .p9255-p-flow__card-list--2::after {
  content: "2";
}
.p9255-p-flow .p9255-p-flow__card-list--3::after {
  content: "3";
}
.p9255-p-flow .p9255-p-flow__card-notes {
  margin-top: 20px;
  text-align: left;
  font-size: 14px;
}
.p9255-p-flow .rss-faq__ul {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-flow .rss-faq__ul {
    margin-top: 5.3333333333vw;
  }
}
.p9255-p-flow .menu__item {
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-flow .menu__item {
    margin-bottom: 2.6666666667vw;
  }
}
.p9255-about--sp .p9255-p-flow .menu__item {
  margin-right: auto;
  margin-left: auto;
  max-width: 450px;
}
.p9255-p-flow .js-menu__link {
  position: relative;
  padding: 6px;
  border: 1px solid black;
  background-color: black;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.p9255-about--sp .p9255-p-flow .js-menu__link {
  padding: 16px 6px;
}
.p9255-p-flow .js-menu__link::after {
  position: static;
  top: 0;
  right: 0;
  margin: 0;
  margin-left: 5px;
  padding: 0;
  color: white;
  content: "+";
  text-align: center;
}
.p9255-p-flow .js-menu__link.active::after {
  content: "-";
}
.p9255-p-flow .submenu {
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: black;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-flow .submenu {
    padding: 2.6666666667vw;
  }
}

.p9255-p-faq {
  margin-bottom: 0;
  border: none;
  background-color: #f7f5ed;
}
.p9255-p-faq .rss-faq__ul {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-faq .rss-faq__ul {
    margin-top: 5.3333333333vw;
  }
}
.p9255-p-faq .menu__item {
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-faq .menu__item {
    margin-bottom: 2.6666666667vw;
  }
}
.p9255-p-faq .js-menu__link {
  position: relative;
  padding-top: 10px;
  padding-right: 70px;
  padding-bottom: 10px;
  padding-left: 48px;
  border: 1px solid #1b94d3;
  background-color: #1b94d3;
  color: white;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
}
.p9255-about--sp .p9255-p-faq .js-menu__link {
  padding-left: 24px;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-faq .js-menu__link {
    padding-top: 1.3333333333vw;
    padding-right: 9.3333333333vw;
    padding-bottom: 1.3333333333vw;
    padding-left: 3.2vw;
    font-size: 2.6666666667vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (max-width: 424px) {
  .p9255-about--sp .p9255-p-faq .js-menu__link {
    font-size: 14px;
  }
}
@media screen and (max-width: 374px) {
  .p9255-about--sp .p9255-p-faq .js-menu__link {
    font-size: 12px;
  }
}
.p9255-p-faq .js-menu__link::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 100%;
  background-color: white;
  color: #1b94d3;
  content: "+";
  text-align: center;
  font-size: 35px;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-faq .js-menu__link::after {
    width: 8vw;
    font-size: 4.6666666667vw;
    line-height: 8vw;
  }
}
.p9255-p-faq .js-menu__link.active::after {
  content: "-";
}
.p9255-p-faq .submenu {
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #1b94d3;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-faq .submenu {
    padding: 2.6666666667vw;
  }
}

.p9255-p-registration {
  background-color: #f1ffd9;
}
.p9255-p-registration .p9225-c-heading-2 {
  margin-bottom: 22.5px;
}
.p9255-p-registration .p9225-l-container-py {
  background-image: url(https://image.rfolympic.com/images/improvement/9255/images/9255-pocke.png);
  background-position: right 135px bottom 64px;
  background-size: 149px;
  background-repeat: no-repeat;
}
.p9255-about--sp .p9255-p-registration .p9225-l-container-py {
  background-position: right 90px bottom 64px;
  background-size: 149px;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-registration .p9225-l-container-py {
    background-position: right 12vw bottom 8.5333333333vw;
    background-size: 19.8666666667vw;
  }
}

.p9255-p-sns .p9225-c-heading-2 {
  color: #1b94d3;
}
.p9255-p-sns .p9255-p-sns__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -8px;
  margin-left: -8px;
}
.p9255-p-sns .p9255-p-sns__card_container {
  padding-right: 8px;
  padding-left: 8px;
  width: 25%;
}
.p9255-about--sp .p9255-p-sns .p9255-p-sns__card_container {
  width: 50%;
}
.p9255-p-sns .p9225-c-button__text {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding-right: 20px;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-sns .p9225-c-button__text {
    margin-top: 1.3333333333vw;
    padding-right: 2.6666666667vw;
  }
}
.p9255-p-sns .p9225-c-button__text::before, .p9255-p-sns .p9225-c-button__text::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
}
.p9255-p-sns .p9225-c-button__text::before {
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 9999px;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-sns .p9225-c-button__text::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.p9255-p-sns .p9225-c-button__text::after {
  right: 3px;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-sns .p9225-c-button__text::after {
    right: 0.4vw;
    border-width: 0.5333333333vw 0 0.5333333333vw 0.9333333333vw;
  }
}
.p9255-p-sns .p9255-p-sns__card {
  box-sizing: border-box;
  margin-top: 32px;
  padding: 16px 10px;
  width: 225px;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
  font-weight: bold;
  font-size: 15px;
}
.p9255-about--sp .p9255-p-sns .p9255-p-sns__card {
  margin-top: 32px;
  padding: 16px 10px;
  width: 315px;
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-sns .p9255-p-sns__card {
    margin-top: 4.2666666667vw;
    padding: 2.1333333333vw 1.3333333333vw;
    width: 42vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 500px) {
  .p9255-about--sp .p9255-p-sns .p9255-p-sns__card {
    font-size: 10px;
  }
}
.p9255-p-sns .p9255-p-sns__card.p9255-p-sns__card--twitter a {
  color: #1d9bf0;
}
.p9255-p-sns .p9255-p-sns__card.p9255-p-sns__card--twitter .p9225-c-button__text::before {
  background-color: #1d9bf0;
}
.p9255-p-sns .p9255-p-sns__card.p9255-p-sns__card--facebook a {
  color: #385495;
}
.p9255-p-sns .p9255-p-sns__card.p9255-p-sns__card--facebook .p9225-c-button__text::before {
  background-color: #385495;
}
.p9255-p-sns .p9255-p-sns__card.p9255-p-sns__card--instagram a {
  color: #374149;
}
.p9255-p-sns .p9255-p-sns__card.p9255-p-sns__card--instagram .p9225-c-button__text::before {
  background-color: #374149;
}
.p9255-p-sns .p9255-p-sns__card.p9255-p-sns__card--line a {
  color: #53b535;
}
.p9255-p-sns .p9255-p-sns__card.p9255-p-sns__card--line .p9225-c-button__text::before {
  background-color: #53b535;
}
.p9255-p-sns img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 102px;
}
.p9255-about--sp .p9255-p-sns img {
  width: 102px;
}
@media screen and (max-width: 750px) {
  .p9255-about--sp .p9255-p-sns img {
    width: 13.6vw;
  }
}

.bootstrap-v3-3-7--scope .p9225-c-button:hover, .bootstrap-v3-3-7--scope .p9225-c-button:focus {
  text-decoration: none;
}

.swiper {
  padding-bottom: 60px;
}

.swiper-button-prev,
.swiper-button-next {
  top: calc(50% + 51px - 28px);
  width: 26px;
  height: 26px;
  border-radius: 9999px;
  background-color: #7f7f7f;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}

.swiper-button-prev {
  left: 0;
}
.swiper-button-prev::after {
  margin-right: 3px;
  border-width: 5.5px 10px 5.5px 0;
  border-color: transparent #ffffff transparent transparent;
}

.swiper-button-next {
  right: 0;
}
.swiper-button-next::after {
  margin-left: 3px;
  border-width: 5.5px 0 5.5px 10px;
  border-color: transparent transparent transparent #ffffff;
}

.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination {
  right: 0;
  left: 0;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  width: 100px;
  border: 2px solid #86bf23;
  border-radius: 9999px;
  background-color: white;
  color: #86bf23;
  font-weight: bold;
  line-height: 36px;
}

.bx-wrapper .bx-viewport {
  left: 0;
  border: none;
  background: none;
  box-shadow: none;
}
.bx-wrapper .bx-controls-direction a {
  bottom: 134.75px;
  margin-top: auto;
  width: 26px;
  height: 26px;
  border-radius: 9999px;
  background-color: #7f7f7f;
  text-indent: 0;
}
@media screen and (max-width: 424px) {
  .bx-wrapper .bx-controls-direction a {
    bottom: 116.25px;
  }
}
@media screen and (max-width: 374px) {
  .bx-wrapper .bx-controls-direction a {
    bottom: 104.25px;
  }
}
.bx-wrapper .bx-next,
.bx-wrapper .bx-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
}
.bx-wrapper .bx-next::after,
.bx-wrapper .bx-prev::after {
  display: block;
  width: 0;
  height: 0;
  outline: none;
  border-style: solid;
  content: "";
}
.bx-wrapper .bx-next {
  right: -13px;
}
.bx-wrapper .bx-next::after {
  margin-left: 3px;
  border-width: 5.5px 0 5.5px 10px;
  border-color: transparent transparent transparent #ffffff;
}
.bx-wrapper .bx-prev {
  left: -13px;
}
.bx-wrapper .bx-prev::after {
  margin-right: 3px;
  border-width: 5.5px 10px 5.5px 0;
  border-color: transparent #ffffff transparent transparent;
}
.bx-wrapper .bx-pager {
  right: 0;
  bottom: -60px;
  left: 0;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-top: unset;
  width: 100px;
  border-width: 2px;
  border-style: solid;
  border-radius: 9999px;
  background-color: white;
  font-weight: bold;
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
}

.p9255-about {
  text-align: center;
}

a:hover {
  text-decoration: none;
}