@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@700&display=swap");
.button {
  display: inline-block;
  padding: 10px 8px 8px;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  background-color: #ffffff;
  color: #16160e;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
}
.button:hover {
  opacity: 0.85;
}
.button [class^=mf-]:first-child,
.button [class^=icn-]:first-child {
  margin-right: 2px;
}
.button [class^=mf-]:last-child,
.button [class^=icn-]:last-child {
  margin-left: 2px;
}
.button.-red {
  border-color: #ad0003;
  background-color: #ad0003;
  color: #ffffff;
}
.button.-black {
  background-color: #16160e;
  color: #ffffff;
  border-color: #16160e;
  font-weight: bold;
}
.button.-gray {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  font-weight: bold;
}
.button.-expanded {
  display: block;
}

.switch-button-list {
  margin-bottom: 8px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.switch-button-list__button {
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 6px 11px;
  font-size: 14px;
  line-height: 1;
  margin-left: 8px;
}
.switch-button-list .is-current {
  background-color: #16160e;
  border-color: #16160e;
  color: #ffffff;
  cursor: default;
}

.button-rounded {
  border: solid 1px #c8c8c8;
  border-radius: 20px;
  text-align: center;
  padding: 7px 0;
}
.button-rounded:hover {
  opacity: 0.85;
}
.header-wrapper {
  background-color: #f6edd1;
}

.about-body {
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "Yu Gothic", "Meiryo", sans-serif;
}
.about-body .key-visual__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #f6edd1;
}
.about-body .key-visual {
  max-width: 1440px;
  min-height: 807px;
  height: calc(100vh - 110px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
}
.about-body .key-visual .key-visual__main {
  display: flex;
  align-items: center;
  gap: clamp(32px, 6vw, 151px);
  margin-bottom: 120px;
}
.about-body .key-visual .key-visual__main .key-visual__text {
  z-index: 2;
}
.about-body .key-visual .key-visual__main .key-visual__text .key-visual__catch {
  white-space: nowrap;
  font-size: clamp(44px, 4.5vw, 62px);
  font-weight: bold;
  color: #ad0003;
}
.about-body .key-visual .key-visual__main .key-visual__text .key-visual__subtitle {
  white-space: nowrap;
  font-size: clamp(38px, 3.8vw, 50px);
  font-weight: bold;
  color: #ad0003;
  margin-bottom: 31px;
}
.about-body .key-visual .key-visual__main .key-visual__text .app-download__container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.about-body .key-visual .key-visual__main .img-symbol {
  position: absolute;
  top: 5%;
  right: 0;
}
.about-body .key-visual .key-visual__main .key-visual__phone {
  width: 567px;
  height: auto;
  flex-shrink: 0;
  position: relative;
}
.about-body .key-visual .key-visual__main .key-visual__phone .img-phone {
  position: relative;
  z-index: 2;
  width: 567px;
  height: auto;
}
.about-body .kv-deco {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.about-body .kv-deco--01 {
  width: 256px;
  -webkit-transform: rotate(-18.39deg);
          transform: rotate(-18.39deg);
  top: 10%;
  left: -90px;
}
.about-body .kv-deco--02 {
  width: 262px;
  -webkit-transform: rotate(-10.48deg);
          transform: rotate(-10.48deg);
  top: 0;
  left: -23%;
}
.about-body .kv-deco--03 {
  width: 262px;
  -webkit-transform: rotate(-0.24deg);
          transform: rotate(-0.24deg);
  top: 6%;
  right: -70px;
}
.about-body .kv-deco--04 {
  width: 222px;
  top: 41%;
  right: -18%;
}
.about-body .kv-deco--05 {
  width: 218px;
  top: 67%;
  left: -15%;
}
.about-body .kv-deco--06 {
  width: 159px;
  top: 8%;
  left: 22%;
}
.about-body .kv-deco--07 {
  width: 237px;
  height: 158px;
  bottom: 8%;
  right: -90px;
}
.about-body .kv-deco--08 {
  width: 233px;
  height: 339px;
  -webkit-transform: rotate(37.3deg);
          transform: rotate(37.3deg);
  bottom: 30px;
  left: -45px;
}
.about-body .kv-deco--09 {
  width: 238px;
  height: 159px;
  bottom: 19%;
  left: 23%;
}
.about-body .key-visual__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 189px;
}
.about-body .app-features {
  text-align: center;
  padding-top: 38px;
  padding-bottom: 102px;
}
.about-body .app-features .app-features__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.about-body .app-features .app-features__title {
  font-size: 42px;
  font-weight: 700;
  color: #483a0d;
  margin-bottom: 21px;
}
.about-body .app-features .app-features__number {
  font-family: "Outfit";
  color: #dbcd9f;
  font-weight: bold;
  font-size: 90px;
  opacity: 0.2;
  line-height: 1;
  letter-spacing: 0;
}
.about-body .app-features .app-features__text {
  position: relative;
  top: -27px;
  font-size: 32px;
  font-weight: 700;
  color: #483a0d;
}
.about-body .app-features .app-features__img {
  width: 378px;
  height: auto;
}
.about-body .center-content {
  background-image: url("/assets/images/pages/about/choice_app/center_background.png");
  background-size: 1590px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 200px;
  padding: 243px 63px 200px;
  overflow: hidden;
}
.about-body .center-content .furusato {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  max-width: 100%;
  box-sizing: border-box;
}
.about-body .center-content .furusato p {
  color: #483a0d;
}
.about-body .center-content .furusato .furusato-text {
  margin: 0 54px 0;
  width: 448px;
}
.about-body .center-content .furusato .furusato-border {
  border: 1px solid #483a0d;
}
.about-body .center-content .furusato .furusato-border-bottom {
  display: flex;
  justify-content: space-between;
}
.about-body .center-content .furusato .furusato-border-bottom .border-left {
  width: 70%;
  height: 0;
}
.about-body .center-content .furusato .furusato-border-bottom .border-right {
  position: relative;
  width: 20%;
}
.about-body .center-content .furusato .furusato-border-bottom .border-diagonal {
  position: absolute;
  width: 32px;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
  top: 8.1px;
  left: -15px;
}
.about-body .center-content .furusato .furusato-image {
  overflow: hidden;
  margin-top: 80px;
}
.about-body .center-content .furusato .furusato-image img {
  width: 743px;
  height: auto;
  display: block;
}
.about-body .center-content .furusato .furusato-lead {
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 700;
  margin: 11px 0 12px;
  text-align: center;
}
.about-body .center-content .furusato .furusato-hashtag {
  font-size: clamp(50px, 6vw, 94px);
  font-weight: 700;
  margin-bottom: 22px;
  margin-top: 30px;
}
.about-body .center-content .furusato .furusato-description {
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 300;
  margin-bottom: 56px;
  font-family: "Gothic MB101 Regular", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro";
  line-height: 1.8;
}
.about-body .center-content .furusato .furusato-favorite {
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 700;
}
.about-body .center-content .furusato .furusato-favorite span {
  color: #bb3031;
}
.about-body .center-content .choice-ai {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
  flex-direction: row;
}
.about-body .center-content .choice-ai .choice-ai-text__img {
  width: 267px;
  height: auto;
}
.about-body .center-content .choice-ai .choice-ai__demo_area {
  width: 378px;
  height: 725px;
}
.about-body .center-content .choice-ai .choice-ai-demo {
  position: relative;
  width: 378px;
  height: 725px;
}
.about-body .center-content .choice-ai .choice-ai-demo-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.about-body .center-content .choice-ai .choice-ai-demo-video {
  position: absolute;
  height: 90%;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 38px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-body .center-content .choice-ai .choice-ai-text-area {
  width: 544px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px 0;
}
.about-body .center-content .choice-ai .choice-ai-images {
  position: relative;
  width: 100%;
  height: 300px;
}
.about-body .center-content .choice-ai .choice-ai-images .choice-ai-images__img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-body .center-content .choice-ai .choice-ai-images .choice-ai-images__img:nth-child(1) {
  top: 50%;
  left: 50%;
  width: 210px;
  height: auto;
}
.about-body .center-content .choice-ai .choice-ai-images .choice-ai-images__img:nth-child(2) {
  top: 5%;
  left: 25%;
  width: 99px;
  height: auto;
}
.about-body .center-content .choice-ai .choice-ai-images .choice-ai-images__img:nth-child(3) {
  top: 60%;
  left: 15%;
  width: 99px;
  height: auto;
}
.about-body .center-content .choice-ai .choice-ai-images .choice-ai-images__img:nth-child(4) {
  top: 15%;
  left: 85%;
  width: 153px;
  height: auto;
}
.about-body .center-content .choice-ai .choice-ai-images .choice-ai-images__img:nth-child(5) {
  top: 80%;
  left: 78%;
  width: 87px;
  height: auto;
}
.about-body .center-content .choice-ai .choice-ai-text {
  color: #483a0d;
  text-align: center;
}
.about-body .center-content .choice-ai .choice-ai-text .text-ni {
  font-size: 33px;
  position: relative;
  top: 8px;
  left: 15px;
  font-weight: 700;
  line-height: 1.4;
}
.about-body .center-content .choice-ai .choice-ai-text .text-hear {
  display: block;
  margin-top: 12px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 50px;
  margin-bottom: 31px;
}
.about-body .center-content .choice-ai .choice-ai-text p {
  font-size: 24px;
  font-weight: 700;
}
.about-body .center-content .choice-pay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 90px;
  text-align: center;
}
.about-body .center-content .choice-pay .choice-pay__phone-img {
  width: 476px;
  height: auto;
}
.about-body .center-content .choice-pay .choice-pay__lead-img {
  margin-bottom: 44px;
}
.about-body .center-content .choice-pay .choice-pay__text {
  width: 402px;
  text-align: start;
}
.about-body .center-content .choice-pay .choice-pay__text .choice-pay__headline {
  font-weight: 700;
  font-size: 40px;
  color: #483a0d;
  margin-bottom: 16px;
}
.about-body .center-content .choice-pay .choice-pay__text .choice-pay__headline .choice-pay__highlight {
  color: #ad0003;
}
.about-body .center-content .choice-pay .choice-pay__text .choice-pay__description {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 16px;
  font-family: "Gothic MB101 Regular", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro";
  line-height: 1.8;
}
.about-body .center-content .choice-pay .choice-pay__text .choice-pay__check-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 44px;
}
.about-body .center-content .choice-pay .choice-pay__text .choice-pay__check {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-body .center-content .choice-pay .choice-pay__text .choice-pay__check p {
  font-weight: 700;
  font-size: 24px;
  color: #483a0d;
}
.about-body .center-content .choice-pay .choice-pay__text .choice-pay__check-img {
  width: 26px;
  height: auto;
}
.about-body .center-content .choice-pay .choice-pay__text .choice-pay__button {
  display: block;
  height: 48px;
  width: 100%;
  border-radius: 24px;
  font-weight: 700;
  font-size: 14px;
}
.about-body .app-download-banner {
  background-color: #ad0003;
}
.about-body .app-download-banner .app-download-banner-sp,
.about-body .app-download-banner .app-download-banner-pc {
  display: none;
}
.about-body .app-download-banner .app-download-banner__area {
  padding: 20px 0;
  text-align: center;
}
.about-body .app-download-banner .app-download-banner__area p {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
}
.about-body .app-download-banner .app-download__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.about-body .app-download-banner .app-banner-pc__image {
  height: 100%;
}
.about-body .kv-deco,
.about-body .img-phone {
  opacity: 0;
  transition: opacity 1s ease-in;
  will-change: opacity;
}
.about-body .visible {
  opacity: 1;
}
.about-body .fade-in {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: opacity 1.5s ease 0.1s, -webkit-transform 1.5s ease 0.1s;
  transition: opacity 1.5s ease 0.1s, transform 1.5s ease 0.1s;
  transition: opacity 1.5s ease 0.1s, transform 1.5s ease 0.1s, -webkit-transform 1.5s ease 0.1s;
  will-change: opacity, transform;
}
.about-body .fade-in.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.page-loaded .kv-deco {
  opacity: 1;
}

@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .button {
    padding: 8px 16px 6px;
  }
  .switch-button-list__button {
    margin-left: 6px;
  }
  .button-rounded.-expanded {
    display: block;
  }
  .inner {
    width: 100%;
  }
  .about-body .app-features {
    padding-bottom: 130px;
  }
  .about-body .app-features .app-features__list {
    flex-direction: row;
    justify-content: center;
  }
  .about-body .center-content .furusato {
    flex-direction: row;
  }
  .about-body .app-download-banner .app-download-banner__area {
    position: absolute;
    top: 50%;
    right: 15%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .about-body .app-download-banner .app-download-banner__area p {
    font-size: 38px;
  }
  .about-body .app-download-banner .app-download-banner-pc {
    display: block;
    position: relative;
    height: 420px;
  }
}

@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .button-rounded {
    font-size: 14px;
    padding: 0 16px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 24px;
  }
  .about-body .key-visual {
    padding-top: 54px;
    min-height: 683px;
    height: 683px;
    align-items: start;
  }
  .about-body .key-visual .key-visual__main {
    flex-direction: column;
    gap: 30px;
  }
  .about-body .key-visual .key-visual__main .key-visual__text {
    text-align: center;
  }
  .about-body .key-visual .key-visual__main .key-visual__text .key-visual__catch {
    font-size: 32px;
  }
  .about-body .key-visual .key-visual__main .key-visual__text .key-visual__subtitle {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .about-body .key-visual .key-visual__main .img-symbol {
    position: absolute;
    min-width: 430px;
    height: auto;
    top: 27%;
    left: -2%;
  }
  .about-body .key-visual .key-visual__main .key-visual__phone {
    width: 338px;
    position: relative;
  }
  .about-body .key-visual .key-visual__main .key-visual__phone .img-phone {
    width: 338px;
    height: auto;
  }
  .about-body .kv-deco--01 {
    width: 133px;
    height: auto;
    top: 71.5%;
    left: -14%;
  }
  .about-body .kv-deco--02 {
    width: 133px;
    height: auto;
    top: 2%;
    left: -18%;
  }
  .about-body .kv-deco--04 {
    width: 138px;
    height: auto;
    top: 12%;
    right: -16%;
  }
  .about-body .kv-deco--05 {
    width: 125px;
    height: auto;
    left: unset;
    top: 78%;
    right: -9%;
  }
  .about-body .key-visual__wave {
    height: 62px;
  }
  .about-body .app-features .app-features__title {
    font-size: 28px;
  }
  .about-body .app-features .app-features__number {
    font-size: 50px;
  }
  .about-body .app-features .app-features__text {
    font-size: 24px;
    top: -16px;
  }
  .about-body .app-features .app-features__img {
    width: 334px;
    height: auto;
  }
  .about-body .center-content {
    background-image: url("/assets/images/pages/about/choice_app/center_background_sp.png");
    background-size: 610px auto;
    gap: 120px;
    padding: 141px 0 100px;
  }
  .about-body .center-content .furusato .furusato-text {
    margin: 0 30px;
    width: auto;
  }
  .about-body .center-content .furusato .furusato-border-bottom .border-left {
    width: 20%;
  }
  .about-body .center-content .furusato .furusato-border-bottom .border-right {
    width: 70%;
  }
  .about-body .center-content .furusato .furusato-border-bottom .border-diagonal {
    -webkit-transform: translate(-50%, -50%) rotate(-50deg);
            transform: translate(-50%, -50%) rotate(-50deg);
    top: 12.7px;
    left: -11.7px;
  }
  .about-body .center-content .furusato .furusato-image {
    margin-top: 0;
    width: 118vw;
  }
  .about-body .center-content .furusato .furusato-image img {
    width: calc(100% + 60px);
  }
  .about-body .center-content .furusato .furusato-lead {
    font-size: 18px;
    text-align: center;
    margin: 12px 0 14px;
  }
  .about-body .center-content .furusato .furusato-hashtag {
    font-size: 50px;
  }
  .about-body .center-content .furusato .furusato-description {
    margin-bottom: 16px;
    line-height: 1.7;
  }
  .about-body .center-content .furusato .furusato-favorite {
    font-size: 24px;
  }
  .about-body .center-content .choice-ai {
    flex-direction: column-reverse;
    gap: 32px;
    height: 100%;
  }
  .about-body .center-content .choice-ai .choice-ai-text__img {
    width: 166px;
    height: auto;
  }
  .about-body .center-content .choice-ai .choice-ai__demo_area {
    width: 247px;
    height: 486px;
  }
  .about-body .center-content .choice-ai .choice-ai-demo {
    width: 247px;
    height: 486px;
  }
  .about-body .center-content .choice-ai .choice-ai-demo-frame {
    width: 100%;
    height: 100%;
  }
  .about-body .center-content .choice-ai .choice-ai-demo-video {
    border-radius: 22px;
    height: 88%;
    width: 80%;
  }
  .about-body .center-content .choice-ai .choice-ai-text-area {
    margin: 0;
  }
  .about-body .center-content .choice-ai .choice-ai-images {
    margin: 0 25px;
    height: 190px;
    margin-bottom: 12px;
  }
  .about-body .center-content .choice-ai .choice-ai-images .choice-ai-images__img:nth-child(1) {
    width: 107px;
    height: auto;
  }
  .about-body .center-content .choice-ai .choice-ai-images .choice-ai-images__img:nth-child(2) {
    width: 50px;
    height: auto;
    top: 28%;
    left: 35%;
  }
  .about-body .center-content .choice-ai .choice-ai-images .choice-ai-images__img:nth-child(3) {
    width: 50px;
    height: auto;
    top: 55%;
    left: 30%;
  }
  .about-body .center-content .choice-ai .choice-ai-images .choice-ai-images__img:nth-child(4) {
    width: 63px;
    height: auto;
    top: 30%;
    left: 65%;
  }
  .about-body .center-content .choice-ai .choice-ai-images .choice-ai-images__img:nth-child(5) {
    width: 40px;
    height: auto;
    top: 63%;
    left: 65%;
  }
  .about-body .center-content .choice-ai .choice-ai-text .text-ni {
    font-size: 20px;
    top: 4px;
    left: 4px;
  }
  .about-body .center-content .choice-ai .choice-ai-text .text-hear {
    font-size: 30px;
  }
  .about-body .center-content .choice-ai .choice-ai-text p {
    font-size: 16px;
  }
  .about-body .center-content .choice-pay {
    flex-direction: column-reverse;
    gap: 44px;
  }
  .about-body .center-content .choice-pay .choice-pay__phone-img {
    width: 248px;
    height: auto;
  }
  .about-body .center-content .choice-pay .choice-pay__image {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about-body .center-content .choice-pay .choice-pay__lead-img {
    height: 58px;
    width: 248px;
    margin-bottom: 24px;
  }
  .about-body .center-content .choice-pay .choice-pay__text {
    width: auto;
    text-align: center;
  }
  .about-body .center-content .choice-pay .choice-pay__text .choice-pay__headline {
    font-size: 24px;
  }
  .about-body .center-content .choice-pay .choice-pay__text .choice-pay__description {
    line-height: 1.7;
  }
  .about-body .center-content .choice-pay .choice-pay__text .choice-pay__check-wrapper {
    margin-bottom: 24px;
    align-items: center;
  }
  .about-body .center-content .choice-pay .choice-pay__text .choice-pay__check p {
    font-size: 18px;
  }
  .about-body .center-content .choice-pay .choice-pay__text .choice-pay__check-img {
    width: 25px;
  }
  .about-body .app-download-banner {
    padding: 44px 24px 0;
  }
  .about-body .app-download-banner .app-download-banner__area p {
    font-size: 24px;
  }
  .about-body .app-download-banner .app-download-banner-sp {
    display: block;
  }
  .about-body .app-download-banner .app-banner-sp__img {
    display: block;
    margin: 0 auto;
  }
}