@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease 0s;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
  border: none;
}

input,
button,
textarea,
select {
  font: inherit;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

a,
input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

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

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 10px;
}
@media (max-width: 730px) {
  html {
    font-size: 1.3698630137vw;
  }
}
@media screen and (min-width:768px) and (max-width:1200px) {
  html {
    font-size: 1.0309278351vw;
  }
}
@media (min-width: 970px) {
  html {
    font-size: 10px;
  }
}

body {
  color: #000;
  background: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.inner {
  width: 100%;
  max-width: 66rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .inner {
    max-width: 80rem;
  }
}

a:hover {
  opacity: 0.7;
}

@media screen and (min-width:768px) {
  .only_sp {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .only_pc {
    display: none;
  }
}

.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0;
}
@media screen and (min-width:768px) {
  .header {
    max-width: 96rem;
    margin: 0 auto;
    padding: 0.975rem 0;
  }
}

.header__logo {
  width: 100%;
  max-width: 16.5rem;
  padding-left: 0.8rem;
}
@media screen and (min-width:768px) {
  .header__logo {
    max-width: 13.8rem;
    padding-left: 1.8rem;
  }
}

.header__sns {
  display: flex;
  align-items: flex-end;
  padding-right: 1.28rem;
}
@media screen and (min-width:768px) {
  .header__sns {
    padding-right: 1.8rem;
  }
}

.header__sns-list {
  display: flex;
  align-items: center;
}

.header__sns-item {
  font-size: 2.5rem;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 400;
}

.header__sns-item:nth-child(1) {
  color: #4370a9;
}

.header__sns-item:nth-child(3) {
  color: #343434;
}

.mv {
  width: 100%;
  background: #00B1C3;
  padding: 3.18rem 0 56rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .mv {
    padding: 2rem 0 26.7rem 0;
  }
}

.mv::before {
  position: absolute;
  display: block;
  content: "";
  width: 69.2363rem;
  aspect-ratio: 692.363/920.092;
  background: url(../img/bg-mv-sp.png) no-repeat center center/contain;
  top: 2.1rem;
  left: calc(50% + 1rem);
  transform: translateX(-50%);
}
@media screen and (min-width:768px) {
  .mv::before {
    background: url(../img/bg-mv-pc.png) no-repeat center center/contain;
    width: 187.925rem;
    aspect-ratio: 1879.25/481.662;
    top: 3.2rem;
    left: 50%;
  }
}

.mv__inner {
  width: 100%;
  max-width: 66.2707rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width:768px) {
  .mv__inner {
    max-width: 60.1553rem;
  }
}

.mv__title,
.mv__plasma,
.mv__immunity,
.mv__dog-food,
.mv__cat-food {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.mv__title.animate,
.mv__plasma.animate,
.mv__immunity.animate,
.mv__dog-food.animate,
.mv__cat-food.animate {
  opacity: 1;
  transform: translateY(0);
}

.mv__plasma {
  width: 100%;
  max-width: 21.3837rem;
  position: absolute;
  bottom: -9.3rem;
  left: -3.4rem;
}
@media screen and (min-width:768px) {
  .mv__plasma {
    max-width: 19.4185rem;
    bottom: -0.94rem;
    left: -16.1rem;
  }
}

.mv__immunity {
  width: 100%;
  max-width: 17.6434rem;
  position: absolute;
  bottom: -7.2rem;
  right: -2.4rem;
}
@media screen and (min-width:768px) {
  .mv__immunity {
    max-width: 16.0219rem;
    bottom: 0;
    right: -11.94rem;
  }
}

.mv__dog {
  width: 100%;
  max-width: 27.3679rem;
  position: absolute;
  bottom: -56.8rem;
  left: 0;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media screen and (min-width:768px) {
  .mv__dog {
    max-width: 33.6107rem;
    bottom: -30.9rem;
    left: -23.48rem;
  }
}

.mv__dog.animate {
  opacity: 1;
  transform: translateX(0);
}

.mv__cat {
  width: 100%;
  max-width: 39.0018rem;
  position: absolute;
  right: -4.85rem;
  bottom: -58.4rem;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media screen and (min-width:768px) {
  .mv__cat {
    max-width: 50.3569rem;
    right: -32.62rem;
    bottom: -33.49rem;
  }
}

.mv__cat.animate {
  opacity: 1;
  transform: translateX(0);
}

.mv__dog-food {
  width: 100%;
  max-width: 24.4861rem;
  position: absolute;
  bottom: -37.2rem;
  left: 10.486rem;
}
@media screen and (min-width:768px) {
  .mv__dog-food {
    max-width: 25.5473rem;
    bottom: -25rem;
    left: 5.68rem;
  }
}

.mv__cat-food {
  width: 100%;
  max-width: 28.271rem;
  position: absolute;
  bottom: -36.6rem;
  right: 8.1rem;
}
@media screen and (min-width:768px) {
  .mv__cat-food {
    max-width: 22.3612rem;
    bottom: -25.27rem;
    right: 6rem;
  }
}

.campaign {
  width: 100%;
}

.campaign__terms {
  background: linear-gradient(90deg, #fde15d 0%, #fcd469 14.6843%, #f7f4b1 45.4545%, #fbfcf5 55.7576%, #f4f199 65.4545%, #fdd54b 100%);
  padding: 1.3rem 0 1.3585rem 0;
}
@media screen and (min-width:768px) {
  .campaign__terms {
    padding: 0.806rem 0 0.48rem 0;
  }
}

.campaign__term {
  width: 100%;
  max-width: 66.814rem;
  margin: 0 auto;
  padding-right: 0.4rem;
}
@media screen and (min-width:768px) {
  .campaign__term {
    max-width: 63.182rem;
    padding-right: 0.4494rem;
  }
}

.campaign__deadline {
  width: 100%;
  max-width: 49.667rem;
  margin: 1.9rem auto 0;
}
@media screen and (min-width:768px) {
  .campaign__deadline {
    max-width: 63.182rem;
    padding-right: 11.704rem;
    margin: 0.523rem auto 0;
  }
}

.campaign__terms-note p {
  text-align: center;
  font-size: 1.927rem;
  margin-top: 1.3585rem;
}
@media screen and (max-width:767px) {
  .campaign__terms-note p {
    padding-left: 1rem;
  }
}
@media screen and (min-width:768px) {
  .campaign__terms-note p {
    margin-top: 0.495rem;
    font-size: 1.2rem;
  }
}

.campaign__lead {
  padding: 3.73rem 0 1.95175rem 0;
}
@media screen and (min-width:768px) {
  .campaign__lead {
    padding: 1.6rem 0 0.68rem 0;
  }
}

.campaign__lead-text {
  width: 100%;
  max-width: 66.7626rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .campaign__lead-text {
    max-width: 60.9736rem;
  }
}

.campaign__lead-note p {
  text-align: center;
  font-size: 2.6rem;
  margin-top: 1.9518rem;
}
@media screen and (min-width:768px) {
  .campaign__lead-note p {
    font-size: 1.5rem;
    margin-top: 0.91rem;
  }
}

.present {
  width: 100%;
  padding: 6.6rem 0 23rem;
  background: #00B1C3;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .present {
    padding: 5.1rem 0 27.4rem 0;
  }
}

@media screen and (min-width:768px) {
  .present::before {
    position: absolute;
    display: block;
    content: "";
    width: 218.41rem;
    height: 188.24rem;
    left: 50%;
    transform: translateX(-50%);
    top: -3.34rem;
    background: url(../img/bg-present.png) no-repeat center center/contain;
    z-index: 5;
  }
}

.present__head {
  position: relative;
  z-index: 9;
}

.present__items {
  margin-top: 5.7rem;
  position: relative;
  z-index: 9;
}
@media screen and (min-width:768px) {
  .present__items {
    margin-top: 4.89rem;
  }
}

.present__item:nth-child(2) {
  margin-top: 4.9rem;
}
@media screen and (min-width:768px) {
  .present__item:nth-child(2) {
    margin-top: 5.3rem;
  }
}

.present__item:nth-child(3) {
  margin-top: 1.06rem;
}
@media screen and (min-width:768px) {
  .present__item:nth-child(3) {
    margin-top: 3.9rem;
  }
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.fade-up.inview {
  opacity: 1;
  transform: translateY(0);
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  pointer-events: none;
  z-index: 10;
}

.mask-left,
.mask-right {
  width: 50%;
  height: 100%;
  background: white;
  transition: transform 1s ease;
}

.mask-left {
  transform: translateX(0);
}

.mask-right {
  transform: translateX(0);
}

.present.animate .mask-left,
.information.animate .mask-left {
  transform: translateX(-100%);
}

.present.animate .mask-right,
.information.animate .mask-right {
  transform: translateX(100%);
}

.product {
  position: relative;
  margin-top: -19.8rem;
  padding-bottom: 4rem;
  background: linear-gradient(to bottom, #00B1C3 0%, #00B1C3 19.8rem, #fff000 19.8rem, #fff000 100%);
  overflow: hidden;
  padding-top: 4rem;
}
@media screen and (min-width:768px) {
  .product {
    margin-top: -26.82rem;
    padding-bottom: 3.89rem;
    background: linear-gradient(to bottom, #00B1C3 0%, #00B1C3 26.82rem, #fff000 26.82rem, #fff000 100%);
  }
}

@media screen and (min-width:768px) {
  .product::before {
    position: absolute;
    display: block;
    content: "";
    width: 187.79rem;
    height: 84.746rem;
    top: 32.668rem;
    left: calc(50% - 1.4855rem);
    transform: translateX(-50%);
    background: url(../img/bg-product.png) no-repeat center center/contain;
  }
}

.product__head {
  width: 100%;
  max-width: 69.62rem;
  margin: 0 auto;
  position: relative;
  z-index: 12;
  transform-origin: center center;
  will-change: transform;
  opacity: 0;
}
@media screen and (min-width:768px) {
  .product__head {
    max-width: 65.737rem;
  }
}

.product__head.active {
  animation: rubberPop 1s ease-out forwards;
  opacity: 1;
}

@keyframes rubberPop {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1, 0.9);
    opacity: 1;
  }
  60% {
    transform: scale(0.85, 1.2);
    opacity: 1;
  }
  70% {
    transform: scale(1.08, 0.88);
    opacity: 1;
  }
  80% {
    transform: scale(0.95, 1.05);
    opacity: 1;
  }
  90% {
    transform: scale(1.02, 0.98);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.product__probability {
  width: 100%;
  max-width: 72.6rem;
  margin: 0 auto;
  margin-top: -4.8rem;
}
@media screen and (min-width:768px) {
  .product__probability {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: -2.376rem;
    max-width: 79.7486rem;
  }
}

.product__probability-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.product__probability-item.fade-in-left {
  opacity: 1;
  transform: translateX(0);
  animation: fadeInLeft 0.8s ease-out forwards;
}

.product__probability-item.fade-in-right {
  opacity: 1;
  transform: translateX(0);
  animation: fadeInRight 0.8s ease-out forwards;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.product__probability-item:nth-child(1) {
  width: 100%;
  position: relative;
  z-index: 13;
}
@media screen and (max-width:767px) {
  .product__probability-item:nth-child(1) {
    padding-left: 3.3308rem;
  }
}
@media screen and (min-width:768px) {
  .product__probability-item:nth-child(1) {
    max-width: 41.3875rem;
  }
}

.product__probability-item:nth-child(2) {
  width: 100%;
  max-width: 65.8569rem;
}
@media screen and (max-width:767px) {
  .product__probability-item:nth-child(2) {
    margin: 1rem auto 0;
  }
}
@media screen and (min-width:768px) {
  .product__probability-item:nth-child(2) {
    max-width: 38.3611rem;
    transform: translateX(-0.208rem);
  }
}

.product__series {
  background: #fff;
  border: solid 0.463rem #0054a6;
  margin-top: 3.8rem;
}
@media screen and (min-width:768px) {
  .product__series {
    margin-top: 2.3rem;
  }
}

.product__series-head {
  background: #0054a6;
  padding: 2.68rem 0 2.92rem;
}
@media screen and (min-width:768px) {
  .product__series-head {
    padding: 2.04rem 0 2.25rem 0;
  }
}

.product__series-head img {
  width: 100%;
  max-width: 58.8156rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .product__series-head img {
    max-width: 57.5402rem;
  }
}

.product__series-content {
  padding: 3.44rem 0 4.13rem;
}
@media screen and (min-width:768px) {
  .product__series-content {
    padding: 3.6rem 0 3.3rem 0;
  }
}

.product__series-items {
  width: 100%;
  max-width: 62rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .product__series-items {
    display: flex;
    justify-content: space-between;
    max-width: 73.7352rem;
  }
}

.product__series-item:nth-child(1) {
  width: 100%;
}
@media screen and (min-width:768px) {
  .product__series-item:nth-child(1) {
    max-width: 37.1351rem;
  }
}

.product__series-item:nth-child(2) {
  width: 100%;
}
@media screen and (max-width:767px) {
  .product__series-item:nth-child(2) {
    margin-top: 5.48rem;
  }
}
@media screen and (min-width:768px) {
  .product__series-item:nth-child(2) {
    max-width: 35.3635rem;
  }
}

.product__series-note {
  font-size: 2.6rem;
}
@media screen and (max-width:767px) {
  .product__series-note {
    text-indent: -2.6rem;
    margin-left: 2.6rem;
    width: 100%;
    max-width: 59.8rem;
    transform: translateX(1.4rem);
    margin-top: 3.1rem;
  }
}
@media screen and (min-width:768px) {
  .product__series-note {
    font-size: 1.6rem;
    margin-top: 0.75rem;
    text-align: center;
  }
}

.product__series-btn {
  width: 100%;
  max-width: 60.4916rem;
  margin: 3.2rem auto 0;
  background-color: #ff7f00;
  border-radius: 43.9588px;
  transition: background-color 0.3s ease 0s;
}
@media screen and (min-width:768px) {
  .product__series-btn {
    max-width: 60.0166rem;
    margin: 3.11rem auto 0;
    border-radius: 41.8016px;
  }
}

.product__series-btn:hover {
  background-color: #73d400;
}

.product__series-btn:hover a {
  opacity: 1;
}

.product__series-btn img {
  width: 100%;
  max-width: 54.2976rem;
  margin: 0 auto;
  padding: 3.84045rem 0 3.84045rem 3.04rem;
}
@media screen and (min-width:768px) {
  .product__series-btn img {
    max-width: 51.9566rem;
    padding: 2.31rem 0 2.52rem 5.3662rem;
  }
}

.apply {
  width: 100%;
  padding: 7.4rem 0 6.1rem;
}
@media screen and (min-width:768px) {
  .apply {
    padding: 3.2rem 0 3.1rem 0;
  }
}

.apply__text {
  width: 100%;
  max-width: 58.0516rem;
  margin: 2.9rem auto 0;
}
@media screen and (min-width:768px) {
  .apply__text {
    max-width: 66.7513rem;
    margin: 1.8rem auto 0;
  }
}

.apply__steps {
  width: 100%;
  height: 73.3rem;
  margin: 5.9rem auto 0;
  position: relative;
}
@media screen and (min-width:768px) {
  .apply__steps {
    height: 49.4rem;
    margin: 2rem auto 0;
  }
}

.apply__steps::before,
.apply__steps::after {
  position: absolute;
  display: block;
  content: "";
  width: 8rem;
  height: 100%;
  background: #fff;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.apply__steps::before {
  left: 0;
}

.apply__steps::after {
  right: 0;
}

.apply__steps-item img {
  width: 100%;
}
@media screen and (min-width:768px) {
  .apply__steps-item img {
    margin: 0 auto;
    max-width: 64rem;
  }
}

.apply__steps-item:nth-child(1) {
  position: relative;
}

.apply__steps-btn {
  width: 100%;
  max-width: 26.1577rem;
  background-color: #06c755;
  border-radius: 35.4362px;
  position: absolute;
  transition: background-color 0.3s ease 0s;
}
@media screen and (max-width:767px) {
  .apply__steps-btn {
    bottom: 9.9rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width:768px) {
  .apply__steps-btn {
    max-width: 17.4385rem;
    border-radius: 23.6242px;
    top: 37.7rem;
    right: 22.8rem;
  }
}

.apply__steps-btn img {
  width: 100%;
  max-width: 18.9586rem;
  margin: 0 auto;
  padding: 2.104rem 0;
}
@media screen and (min-width:768px) {
  .apply__steps-btn img {
    max-width: 12.682rem;
    padding: 1.38rem 0 1.4rem;
  }
}

.apply__steps-btn:hover {
  background-color: #ff7f00;
}

.apply__steps-btn:hover a {
  opacity: 1;
}

.apply__steps-pagination {
  display: flex !important;
  justify-content: center;
  gap: 1.1rem;
}

.swiper-pagination-bullet {
  background-color: #dcdcdc;
  width: 1.4rem;
  height: 1.4rem;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #00b1c3;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  width: 4.5rem;
  z-index: 5;
  top: calc(50% - 3rem);
}
@media screen and (min-width:768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 3rem;
    top: calc(50% - 2.4rem);
  }
}

.swiper-button-prev img,
.swiper-button-next img {
  width: 4.5rem;
  aspect-ratio: 1/2;
}
@media screen and (min-width:768px) {
  .swiper-button-prev img,
  .swiper-button-next img {
    width: 3rem;
  }
}

.swiper-button-prev {
  left: 2.23rem;
}
@media screen and (min-width:768px) {
  .swiper-button-prev {
    left: 2.644rem;
  }
}

.swiper-button-next {
  right: 1.79rem;
}
@media screen and (min-width:768px) {
  .swiper-button-next {
    right: 2.558rem;
  }
}

.apply__receipt {
  margin-top: 10.1rem;
}
@media screen and (min-width:768px) {
  .apply__receipt {
    margin-top: 5rem;
  }
}

.apply__receipt-text {
  width: 100%;
  max-width: 64.0417rem;
  margin: 4.9rem auto 0;
}
@media screen and (min-width:768px) {
  .apply__receipt-text {
    max-width: 79.4708rem;
    margin: 3.1rem auto 0;
  }
}

.apply__receipt-bad {
  margin-top: 6rem;
}
@media screen and (min-width:768px) {
  .apply__receipt-bad {
    margin-top: 3.9rem;
  }
}

.apply__line {
  margin-top: 5.8rem;
  width: 100%;
  height: 39.5664rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .apply__line {
    margin-top: 3rem;
    height: 20.7801rem;
  }
}

.apply__line a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/btn-line-white-sp.png) no-repeat center center/cover;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .apply__line a {
    background: url(../img/btn-line-white-pc.png) no-repeat center center/cover;
  }
}

.apply__line a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/btn-line-yellow-sp.png) no-repeat center center/cover;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width:768px) {
  .apply__line a::after {
    background: url(../img/btn-line-yellow-pc.png) no-repeat center center/cover;
  }
}

.apply__line a:hover::after {
  opacity: 1;
}

.apply__line a img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease;
  z-index: 1;
  pointer-events: none;
}

.apply__line.active a img {
  clip-path: inset(0 0 0 0);
}

.apply__line:hover a {
  opacity: 1;
}

.information {
  width: 100%;
  background: #00B1C3;
  position: relative;
  padding: 5.3rem 0 14rem;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .information {
    padding: 5.3rem 0 12.4rem;
  }
}

@media screen and (min-width:768px) {
  .information::before {
    position: absolute;
    display: block;
    content: "";
    width: 182.801rem;
    height: 95.6126rem;
    left: 50%;
    transform: translateX(-50%);
    top: 6.97rem;
    background: url(../img/bg-information.png) no-repeat center center/contain;
  }
}

.information__terms {
  position: relative;
}

.information__terms-inner {
  margin-top: 3.9rem;
}
@media screen and (min-width:768px) {
  .information__terms-inner {
    margin-top: 2.6rem;
  }
}

.information__terms-content {
  width: 100%;
  height: 46.3rem;
  overflow: auto;
  border: #251e1c 0.1rem solid;
  padding: 1.8rem 2.4rem 1.8rem 2.9rem;
  background: #fff;
}
@media screen and (min-width:768px) {
  .information__terms-content {
    height: 48.0122rem;
    padding: 2.2rem 2.6rem 2.2rem 3.2rem;
  }
}

.information__terms-item {
  margin-top: 3rem;
}
@media screen and (min-width:768px) {
  .information__terms-item {
    margin-top: 2rem;
  }
}

.information__terms-text,
.information__terms-item {
  font-size: 2rem;
  text-align: justify;
}
@media screen and (min-width:768px) {
  .information__terms-text,
  .information__terms-item {
    font-size: 1.6rem;
  }
}

.information__terms-item {
  line-height: 1.5;
  border-top: #251e1c 0.1rem solid;
  padding-top: 3rem;
}
@media screen and (min-width:768px) {
  .information__terms-item {
    padding-top: 2rem;
  }
}

.information__terms-item:last-child {
  border: none;
  padding-top: 0;
}

.information__terms-item ol li {
  text-indent: -3rem;
  margin-left: 3rem;
}
@media screen and (min-width:768px) {
  .information__terms-item ol li {
    text-indent: -2.4rem;
    margin-left: 2.4rem;
  }
}

.information__terms-item ol li:nth-child(n+10) {
  text-indent: -4rem;
  margin-left: 4rem;
}
@media screen and (min-width:768px) {
  .information__terms-item ol li:nth-child(n+10) {
    text-indent: -3.2rem;
    margin-left: 3.2rem;
  }
}

.information__terms-item ol li ol li,
.information__terms-note {
  text-indent: -2rem;
  margin-left: 2rem;
}
@media screen and (min-width:768px) {
  .information__terms-item ol li ol li,
  .information__terms-note {
    text-indent: -1.6rem;
    margin-left: 1.6rem;
  }
}

.information__terms-item h3 {
  font-size: 2.2rem;
  font-weight: 700;
  padding-bottom: 0.6rem;
}
@media screen and (min-width:768px) {
  .information__terms-item h3 {
    font-size: 2rem;
  }
}

.information__terms-item ul li::marker {
  color: #000;
  font-size: 1.6rem;
  content: "・";
}

.information__terms-item ul li {
  margin-left: 1.6rem;
}

.information__terms-note {
  margin-top: 2rem;
}

.information__privacy {
  margin-top: 5.3rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .information__privacy {
    margin-top: 5.1rem;
  }
}

.information__privacy-text {
  margin-top: 2rem;
}

.information__privacy-text p {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.3636;
}
@media screen and (min-width:768px) {
  .information__privacy-text p {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.information__contact {
  margin-top: 5rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .information__contact {
    margin-top: 5.8rem;
  }
}

.information__contact-tel {
  width: 100%;
  max-width: 52.2569rem;
  margin: 2.5rem auto 0;
}
@media screen and (min-width:768px) {
  .information__contact-tel {
    max-width: 42.884rem;
    margin: 4.68rem auto 0;
  }
}

@media screen and (min-width:768px) {
  .information__contact-tel a {
    pointer-events: none;
  }
}

@media screen and (max-width:767px) {
  .information__contact-time {
    width: 100%;
    max-width: 50.5277rem;
    margin: 3rem auto 0;
    text-indent: -2rem;
  }
}
@media screen and (min-width:768px) {
  .information__contact-time {
    text-align: center;
    margin-top: 2.4rem;
  }
}

.information__contact-time p span {
  line-height: 1.3636;
  font-size: 2.2rem;
  color: #fff;
}
@media screen and (min-width:768px) {
  .information__contact-time p span {
    font-size: 1.5rem;
  }
}

.footer {
  text-align: center;
  font-size: 0.933rem;
  line-height: 1.75;
  padding: 0.604425rem 0;
}
@media screen and (min-width:768px) {
  .footer {
    font-size: 1.4rem;
    padding: 0.90639rem 0;
  }
}

.btn {
  width: 100%;
  max-width: 15rem;
  aspect-ratio: 1/1;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 20;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
@media screen and (min-width:768px) {
  .btn {
    max-width: 11.591rem;
  }
}

.btn.show {
  opacity: 1;
}