@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --noto: "Noto Sans JP", sans-serif;
  --rubik: "Rubik", sans-serif;
  --red: #e60012;
  --transition: 0.4s;
}

.rubik {
  font-family: var(--rubik);
}

.pc-b {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-b {
    display: block !important;
  }
}

.pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .pc-ib {
    display: none !important;
  }
}

.sp-ib {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-ib {
    display: inline-block !important;
  }
}

.pc-f {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .pc-f {
    display: none !important;
  }
}

.sp-f {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-f {
    display: flex !important;
  }
}

.img-wrap {
  width: fit-content;
}
.img-wrap img {
  width: 100%;
  height: auto;
}

html {
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0em;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
  margin: 0;
  font-family: var(--noto);
  font-weight: 400;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

address {
  font-style: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 100%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

.app-download__store-link--google, .app-download__store-link {
  display: block;
  transition: opacity 0.3s;
}
.app-download__store-link--google:hover, .app-download__store-link:hover {
  opacity: 0.7;
}

.app-note__text, .app-feature__text, .app__text--width, .app__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .app-note__text, .app-feature__text, .app__text--width, .app__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  html body .main .section-title {
    font-size: 26px;
    line-height: 1.5;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 1300px) and (max-width: 768px) {
  html body .main .content-right-top {
    top: -160px;
  }
}

.app img {
  max-width: 100%;
  height: auto;
}
.app .section-title--small {
  display: block;
  font-size: 32px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .app .section-title--small {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 3px;
  }
}
.app .section-title--note {
  display: block;
  font-size: 18px;
  line-height: 2.1111111111;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .app .section-title--note {
    font-size: 14px;
    line-height: 2.0714285714;
    margin-top: 0;
  }
}
.app__section + .app__section {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .app__section + .app__section {
    margin-top: 85px;
  }
}
.app-renewal__swiper-item {
  padding-left: 12px;
  padding-right: 12px;
}
.app-renewal__swiper-item img {
  width: 100%;
}
.app-download__container, .app-download__container--no-margin {
  max-width: 650px;
  width: 100%;
  margin-top: 75px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
  border: 1px solid #fff;
  border-radius: 30px;
  overflow: hidden;
  background-image: url(/app/img/download_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .app-download__container, .app-download__container--no-margin {
    max-width: 81.3333333333vw;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 50px;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 14px;
    padding-right: 14px;
    border-width: 2px;
    background-image: url(/app/img/download_bg_sp.jpg);
  }
}
.app-download__container--no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.app-download__title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 2.1;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .app-download__title {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 25px;
  }
}
.app-download__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .app-download__list {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .app-download__item {
    max-width: 108px;
    width: 39.5604395604%;
  }
}
@media screen and (max-width: 768px) {
  .app-download__item--google {
    max-width: 132px;
    width: 48.3516483516%;
    margin-left: 8.4249084249%;
  }
}
.app-download__store {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .app-download__store {
    flex-direction: column;
  }
}
.app-download__store-link {
  width: 51.4767932489%;
}
@media screen and (max-width: 768px) {
  .app-download__store-link {
    width: 100%;
    order: 2;
  }
}
.app-download__store-link--google {
  width: 56.6037735849%;
}
@media screen and (max-width: 768px) {
  .app-download__store-link--google {
    width: 100%;
    order: 2;
  }
}
.app-download__store-img {
  width: 100px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .app-download__store-img {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    order: 1;
  }
}
.app-download__image--apple {
  display: block;
  width: 122px;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .app-download__image--apple {
    width: 108px;
    height: 39.5px;
  }
}
.app-download__image--google {
  display: block;
  width: 150px;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .app-download__image--google {
    width: 132px;
    height: 39.5px;
  }
}
.app__text--width {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.app-feature__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  width: 100%;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .app-feature__list {
    max-width: 90.1333333333vw;
    margin-top: -50px;
  }
}
.app-feature__item {
  width: 29%;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .app-feature__item {
    width: 42.1333333333vw;
    margin-top: 50px;
  }
}
.app-feature__title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 768px) {
  .app-feature__title {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
.app-feature__img {
  position: relative;
  width: 96.9827586207%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .app-feature__img {
    width: 87.9746835443%;
  }
}
.app-feature__img--wide {
  position: relative;
  width: 123.275862069%;
  margin-left: -12.9310344828%;
}
@media screen and (max-width: 768px) {
  .app-feature__img--wide {
    width: 89.2405063291%;
    margin-left: auto;
    margin-right: auto;
  }
}
.app-feature__icon, .app-feature__icon--02 {
  display: block;
  position: absolute;
  top: -23px;
  right: -35px;
  width: 37.3333333333%;
}
@media screen and (max-width: 768px) {
  .app-feature__icon, .app-feature__icon--02 {
    top: -3%;
    right: -6.4748201439%;
    width: 38.8489208633%;
  }
}
.app-feature__icon--02 {
  right: 5px;
  width: 29.3706293706%;
}
@media screen and (max-width: 768px) {
  .app-feature__icon--02 {
    right: -7.0921985816%;
    width: 38.2978723404%;
  }
}
.app-feature__text {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .app-feature__text {
    margin-top: 15px;
  }
}
.app-note__container {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.app-note__text--bold {
  font-weight: bold;
}
.app-note__list {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .app-note__list {
    margin-top: 30px;
  }
}
.app-note__item {
  padding-left: 1em;
  text-indent: -1em;
}
.app-note__item + .app-note__item {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .app-note__item + .app-note__item {
    margin-top: 30px;
  }
}