@charset "UTF-8";
/* リセットcss */
/* ブラウザのUAスタイルシートのすべてのスタイルを削除、displayは除く */
*:where(:not(iframe, canvas, img, svg, video, input[type=checkbox], input[type=radio]):not(svg *)) {
  all: unset;
  display: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  font-size: inherit;
  padding: revert;
  overflow-wrap: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

button,
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
}

/* ----------------------------------
    共通
---------------------------------- */
html,
body {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #353148;
}

body {
  min-width: 1300px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

a {
  -webkit-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}

a:hover {
  opacity: 0.7;
}

img {
  display: block;
  width: 100%;
}

h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.8rem;
  }
}

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

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

.inline-block {
  display: inline-block;
}

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

.text-orange {
  color: #ff7f41;
}

.link-btn::before {
  content: "";
  display: block;
  background: url(../img/icon-buy.svg) no-repeat center/contain;
  width: 20px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 47px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .link-btn::before {
    width: 17px;
    height: 18px;
    left: 40px;
  }
}

.link-btn {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1c1a27;
  font-size: 2rem;
  font-weight: lighter;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  border-radius: 34.5px;
  position: relative;
  width: 302px;
  height: 69px;
  padding-left: 80px;
  margin: 5px;
}

.buttons-container {
  display: flex; 
  justify-content: center; 
  align-items: center; 

}

@media screen and (max-width: 767px) {
  .link-btn {
    font-size: 1.7rem;
    width: 255px;
    height: 58px;
    padding-left: 68px;
  }
}

.has-bg-text {
  position: relative;
  z-index: 1;
}

.has-bg-text::before {
  content: attr(data-bg-text);
  font-size: 18rem;
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: rgba(53, 49, 72, 0.03);
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .has-bg-text::before {
    font-size: 8.8rem;
    top: -50px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

/* ----------------------------------
    ヘッダー
---------------------------------- */
.header {
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.03);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .header {
    background-color: #fcf9f5;
    padding: 0 9px;
  }
}
.header .link-btn::before {
  width: 17px;
  height: 18px;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .header .link-btn::before {
    width: 16px;
    height: 17px;
    left: 20px;
    display:none !important;
  }
}
.header .link-btn{
  font-size: 1.4rem;
  width: 150px;
  height: 53px;
  padding-left: 56px;
}
@media screen and (max-width: 767px) {
  .header .link-btn{
    width: 68px;
    height: 46px;
    padding-left: 0px;
    text-align: center;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 72px;
}

.header-logo {
  width: 152px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 116px;
  }
}

/* ----------------------------------
    メインビジュアル
---------------------------------- */
.main-img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-img {
    margin-top: 72px;
  }
}

.main-img::after {
  content: "";
  display: block;
  background-color: #353148;
  width: 2px;
  height: 120px;
  position: absolute;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .main-img::after {
    width: 1.5px;
    height: 77px;
    bottom: -60px;
  }
}

.main-img__bg-wrap {
  width: 100%;
  height: auto;
}

.main-img__left {
  width: 100%;
  position: absolute;
  top: 29%;
  left: 0;
  z-index: 10;
  padding-left: 3%;
}
@media screen and (max-width: 767px) {
  .main-img__left {
    background-color: #f8f2eb;
    position: static;
    padding: 0 0 47px 0;
    margin: -65px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .main-img__left .inner {
    width: 89.78%;
    margin: 0 auto;
  }
}
.main-img__left h1 {
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .main-img__left h1 {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
.main-img__left .text-orange {
  text-shadow: 0px 0px 70px #f5f0e9;
}

@media screen and (max-width: 767px) {
  .main-img__under {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main-img__under-img {
  width: 403px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .main-img__under-img {
    width: 174px;
    margin-left: -16px;
  }
}

.main-img__text {
  position: absolute;
  top: -77px;
  left: 3%;
}
@media screen and (max-width: 767px) {
  .main-img__text {
    position: static;
  }
}
.main-img__text span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.main-img__text .text-small {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .main-img__text .text-small {
    font-size: 1.4rem;
  }
}
.main-img__text .text-underline {
  font-size: 2.8rem;
  font-weight: 600;
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-img__text .text-underline {
    font-size: 2.4rem;
  }
}
.main-img__text .text-underline::after {
  content: "";
  display: block;
  background-color: #353148;
  width: 240px;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .main-img__text .text-underline::after {
    width: 100%;
  }
}

.amazon-btn{
  background-color:#232f3e;
}

.rakuten-btn{
  background-color:#bf0000;
}

/* ----------------------------------
    世界で唯一の “新体験”
---------------------------------- */
html.no-webp #only {
  background: url(../img/bg1-pc.png) no-repeat top/contain;
}
@media screen and (max-width: 767px) {
  html.no-webp #only {
    background: url(../img/bg1-sp.png) no-repeat top/contain;
  }
}

html.webp #only {
  background: url(../img/bg1-pc.webp) no-repeat top/contain;
}
@media screen and (max-width: 767px) {
  html.webp #only {
    background: url(../img/bg1-sp.webp) no-repeat top/contain;
  }
}

#only {
  text-align: center;
  padding: 118px 0 245px;
}
@media screen and (max-width: 767px) {
  #only {
    padding: 90px 0 142px;
  }
}

@media screen and (max-width: 767px) {
  .only__inner {
    width: 89.78%;
    margin: auto;
  }
}

.only__title {
  line-height: 1.55;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .only__title {
    font-size: 2.6rem;
    line-height: 1.5;
    margin-bottom: 32px;
  }
}

.only__text1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .only__text1 {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.only__text2-1,
.only__text2-2 {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .only__text2-1,
  .only__text2-2 {
    font-size: 1.4rem;
    line-height: 2.2;
  }
}

.only__text2-1 {
  margin-bottom: 20px;
}

.only__text2-2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .only__text2-2 {
    margin-bottom: 38px;
  }
}

.only__text3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .only__text3 {
    font-size: 2rem;
    line-height: 1.6;
  }
}

/* ----------------------------------
    健康になるために必要なこと
---------------------------------- */
#health {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #health {
    padding-bottom: 68px;
  }
}

.health__inner {
  width: 1280px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .health__inner {
    width: 89.78%;
  }
}

.health__title {
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .health__title {
    margin-bottom: 24px;
  }
}

.health__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f8f2eb;
  border-radius: 32px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .health__item {
    display: block;
  }
}

.health__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.health__item:not(:last-of-type) {
  margin-bottom: 40px;
}

.health__item:last-of-type {
  position: relative;
  z-index: 2;
}
.health__item:last-of-type::after {
  content: "";
  display: block;
  background-color: #f8f2eb;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 650px;
  height: 85px;
  position: absolute;
  bottom: -84px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .health__item:last-of-type::after {
    width: 256px;
    height: 100px;
    bottom: -99px;
  }
}

.health__text {
  width: 50%;
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .health__text {
    width: 100%;
    padding: 40px 19px 0;
  }
}

.health__point::before {
  content: "";
  display: block;
  background: url(../img/icon-point.svg) no-repeat center/contain;
  width: 86px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .health__point::before {
    width: 65px;
    height: 45px;
  }
}

.health__point {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .health__point {
    font-size: 1.6rem;
    margin-bottom: 17px;
  }
}
.health__point .text-orange {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .health__point .text-orange {
    font-size: 1.8rem;
    margin-left: 4px;
  }
}

.health__item-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .health__item-title {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}

.health__text-content {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .health__text-content {
    font-size: 1.4rem;
    line-height: 2.3;
    margin-bottom: 24px;
  }
}

.health__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .health__img {
    width: 100%;
  }
}

/* ----------------------------------
    MOTHER Braceletだからできること
---------------------------------- */
#function {
  background-color: #ff7f41;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #function {
    padding: 95px 0 100px;
  }
}
#function .function__inner {
  width: 1280px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #function .function__inner {
    width: 93.84%;
  }
}
#function .has-bg-text::before {
  color: rgba(255, 255, 255, 0.08);
}
@media screen and (max-width: 767px) {
  #function .has-bg-text::before {
    font-size: clamp(5rem, 19vw, 8.8rem);
    top: clamp(-50px, -9.2vw, -30px);
  }
}

.function__title {
  color: #fff;
  margin-bottom: 73px;
}
@media screen and (max-width: 767px) {
  .function__title {
    margin-bottom: 60px;
  }
}

.function__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 82px;
}
@media screen and (max-width: 767px) {
  .function__list {
    display: block;
  }
}

.function__item {
  width: 338px;
}
@media screen and (max-width: 767px) {
  .function__item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .function__item:not(:last-of-type) {
    margin-bottom: 104px;
  }
}

.function__img {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .function__img {
    margin-bottom: 24px;
  }
}

.function__img-wrap::before {
  content: "";
  display: block;
  background-color: #efefef;
  -webkit-filter: blur(87px);
          filter: blur(87px);
  width: 225px;
  height: 225px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.function__img-wrap {
  width: 300px;
  position: relative;
  z-index: 1;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .function__img-wrap {
    width: 82%;
  }
}

.function__text p {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

/* ----------------------------------
    MOTHER App
---------------------------------- */
#app {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #app {
    margin-bottom: 0 auto;
  }
}

.app-bg::before {
  content: "";
  display: block;
  background-color: rgba(193, 198, 200, 0.1);
  width: calc(100% - (100% - 1280px) / 2 - 160px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .app-bg::before {
    content: none;
  }
}

.app-bg {
  position: relative;
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .app-bg {
    background-color: rgba(193, 198, 200, 0.1);
    padding-top: 76px;
  }
}

.app__title.has-bg-text::before {
  font-size: 20rem;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  top: -115px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .app__title.has-bg-text::before {
    font-size: 8.8rem;
    top: -50px;
  }
}

.app__title {
  font-size: 9.6rem;
  font-weight: 600;
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  margin-bottom: 92px;
}
@media screen and (max-width: 767px) {
  .app__title {
    font-size: 4rem;
    margin-bottom: 130px;
  }
}

.app__intro {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1440/452;
  position: relative;
  margin: 0 0 80px auto;
}
@media screen and (max-width: 767px) {
  .app__intro {
    display: block;
    aspect-ratio: auto;
    max-width: none;
    margin: 0 auto 44px;
  }
}

.app__intro-text {
  max-width: 1280px;
  width: 100%;
  margin: auto auto 0;
}
@media screen and (max-width: 767px) {
  .app__intro-text {
    max-width: none;
    width: 89.78%;
    margin: auto;
  }
}

.app__intro-text-inner {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .app__intro-text-inner {
    width: 100%;
  }
}

.app__intro-title::before {
  content: "";
  display: block;
  background: url(../img/icon-app.svg) no-repeat center/contain;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -104px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .app__intro-title::before {
    width: 64px;
    height: 64px;
    top: -90px;
  }
}

.app__intro-title {
  font-size: 4rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .app__intro-title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.app__intro-list {
  margin-bottom: 34px;
}

.app__intro-item::before {
  content: "";
  display: block;
  background: url(../img/icon-check.svg) no-repeat center/contain;
  width: 18px;
  height: 12px;
  position: absolute;
  top: 12px;
  left: -34px;
}
@media screen and (max-width: 767px) {
  .app__intro-item::before {
    width: 19px;
    height: 16px;
    top: 6px;
    left: -24px;
  }
}

.app__intro-item {
  font-size: 1.8rem;
  line-height: 1.7;
  position: relative;
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .app__intro-item {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-left: 27px;
  }
}

.app__intro-item:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .app__intro-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.app__intro-p {
  font-size: 1.6rem;
  line-height: 2.25;
  padding-right: 5em;
}
@media screen and (max-width: 767px) {
  .app__intro-p {
    font-size: 1.4rem;
    padding-right: 0;
  }
}

.app__intro-img {
  width: 43%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .app__intro-img {
    width: 100%;
    position: static;
  }
}

.app__intro-img-wrap {
  width: 100%;
  height: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .app__intro-img-wrap {
    margin: auto;
  }
}

.app__list-wrap {
  width: 1280px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .app__list-wrap {
    width: 89.78%;
    margin: 0 auto 72px;
  }
}

.app__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-radius: 32px;
  width: 100%;
  padding: 55px 160px 0 60px;
}
@media screen and (max-width: 767px) {
  .app__item {
    display: block;
    border-radius: 28.85px;
    padding: 20px 20px 0;
  }
}

.app__item:not(:last-of-type) {
  margin-bottom: 40px;
}

.app__item-text {
  width: 520px;
}
@media screen and (max-width: 767px) {
  .app__item-text {
    width: 100%;
    margin-bottom: 20px;
  }
}

.app__item-title::before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .app__item-title::before {
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
  }
}

.app__item:nth-of-type(1) .app__item-title::before {
  background: url(../img/icon-app1.svg) no-repeat center/contain;
}

.app__item:nth-of-type(2) .app__item-title::before {
  background: url(../img/icon-app2.svg) no-repeat center/contain;
}

.app__item:nth-of-type(3) .app__item-title::before {
  background: url(../img/icon-app3.svg) no-repeat center/contain;
}

.app__item-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .app__item-title {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}

.app__item-text-p {
  font-size: 1.8rem;
  line-height: 2;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .app__item-text-p {
    font-size: 1.4rem;
    line-height: 2.25;
    padding-right: 0;
  }
}

.app__item-img-wrap {
  width: 317px;
}
@media screen and (max-width: 767px) {
  .app__item-img-wrap {
    width: 73%;
    margin: auto;
  }
}

html.no-webp .app__record {
  background: url(../img/app4-pc.jpg) no-repeat top/contain;
}
@media screen and (max-width: 767px) {
  html.no-webp .app__record {
    background: url(../img/app4-sp.jpg) no-repeat top/contain;
  }
}

html.webp .app__record {
  background: url(../img/app4-pc.webp) no-repeat top/contain;
}
@media screen and (max-width: 767px) {
  html.webp .app__record {
    background: url(../img/app4-sp.webp) no-repeat top/contain;
  }
}

.app__record {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1360px;
  aspect-ratio: 1360/756;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .app__record {
    width: 93.84%;
    aspect-ratio: 366/815;
    margin: 0 auto 12px;
  }
}

.app__record-inner {
  background-color: rgba(255, 255, 255, 0.93);
  border-radius: 0px 32px 32px 0px;
  width: 780px;
  padding: 80px 40px;
}
@media screen and (max-width: 767px) {
  .app__record-inner {
    width: calc(100% - 8px);
    padding: 52px 40px 64px 20px;
  }
}

.app__record-title {
  text-align: left;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .app__record-title {
    line-height: 1.5;
    margin-bottom: 30px;
  }
}

.app__record-text {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .app__record-text {
    font-size: 1.4rem;
  }
}

.app__use::before {
  content: "";
  opacity: 0.6;
  display: block;
  background: url(../img/icon-point.svg) no-repeat center/contain;
  width: 672px;
  height: 469px;
  position: absolute;
  top: 82px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .app__use::before {
    width: 366px;
    height: 256px;
    top: 0;
  }
}

.app__use {
  background-color: #f8f2eb;
  position: relative;
  padding: 78px 0 100px;
}
@media screen and (max-width: 767px) {
  .app__use {
    padding: 80px 0 112px;
  }
}

.app__use-list {
  width: 100%;
}

.app__use-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  aspect-ratio: 1440/473;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .app__use-item {
    display: block;
  }
}

.app__use-item:not(:last-of-type) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .app__use-item:not(:last-of-type) {
    margin-bottom: 80px;
  }
}

.app__use-item-text {
  width: 1280px;
  padding-top: 42px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .app__use-item-text {
    width: 89.78%;
    padding-top: 0;
    margin-bottom: 32px;
  }
}

.app_use-item-text-inner {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .app_use-item-text-inner {
    width: 100%;
  }
}

.app__use-item-title {
  margin-bottom: 24px;
}
.app__use-item-title .en {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .app__use-item-title .en {
    margin-bottom: 8px;
  }
}
.app__use-item-title .ja {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .app__use-item-title .ja {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.app__use-item-p1 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .app__use-item-p1 {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.app__use-item-p2 {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .app__use-item-p2 {
    font-size: 1.4rem;
  }
}

.app__use-item-img {
  width: 49.3%;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .app__use-item-img {
    position: static;
    width: 94%;
    margin-left: auto;
  }
}

.app__use-item:nth-of-type(even) .app__use-item-img {
  right: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .app__use-item:nth-of-type(even) .app__use-item-img {
    margin-left: 0;
  }
}
.app__use-item:nth-of-type(even) .app_use-item-text-inner {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .app__use-item:nth-of-type(even) .app_use-item-text-inner {
    margin: auto;
  }
}

html.no-webp .app__gift {
  background: url(../img/gift-bg-pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  html.no-webp .app__gift {
    background: url(../img/gift-bg-sp.jpg) no-repeat center/cover;
  }
}
html.no-webp .app__gift-content::before {
  background: url(../img/gift-left-pc.png) no-repeat center/contain;
}

html.webp .app__gift {
  background: url(../img/gift-bg-pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  html.webp .app__gift {
    background: url(../img/gift-bg-sp.webp) no-repeat center/cover;
  }
}
html.webp .app__gift-content::before {
  background: url(../img/gift-left-pc.webp) no-repeat center/contain;
}

.app__gift {
  padding: 60px 0;
}

.app__inner {
  width: 1280px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .app__inner {
    width: 93.84%;
  }
}

.app__gift-content::before {
  content: "";
  display: block;
  width: 452px;
  height: 230px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .app__gift-content::before {
    content: none;
  }
}

.app__gift-content {
  background-color: rgba(255, 255, 255, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .app__gift-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    border-radius: 38px;
  }
}
.app__gift-text {
  width: 770px;
  padding: 160px 0 100px 90px;
}
@media screen and (max-width: 767px) {
  .app__gift-text {
    width: 100%;
    padding: 0 20px 40px;
  }
}

.app__gift-title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .app__gift-title {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 24px;
  }
}

.app__gift-text-p {
  color: rgba(53, 49, 72, 0.91);
  text-shadow: 0px 0px 10px #fff;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .app__gift-text-p {
    font-size: 1.4rem;
    color: #353148;
    text-shadow: none;
    margin-bottom: 21px;
  }
}

.app__gift-img {
  width: 510px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .app__gift-img {
    width: 90%;
    margin-bottom: 5px;
  }
}

/* ----------------------------------
    製品ラインナップ
---------------------------------- */
#lineup {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  #lineup {
    padding: 100px 0 80px;
  }
}

.lineup__inner {
  width: 1280px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .lineup__inner {
    width: 89.78%;
  }
}

.lineup__title {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .lineup__title {
    margin-bottom: 78px;
  }
}

.lineup__block:not(:last-of-type) {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .lineup__block:not(:last-of-type) {
    margin-bottom: 100px;
  }
}

.lineup__block-title {
  text-align: center;
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lineup__block-title {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}

.lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .lineup__list {
    display: block;
  }
}

.lineup__item {
  border-radius: 32px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  width: 413px;
  height: auto;
  padding: 80px 0 50px;
}
@media screen and (max-width: 767px) {
  .lineup__item {
    border-radius: 26.966px;
    -webkit-box-shadow: 0px 0px 8.427px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 8.427px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 48px 0 28px;
  }
}

@media screen and (max-width: 767px) {
  .lineup__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.lineup__item.lineup__item-black {
  background-color: #cbcfdc;
}

.lineup__item.lineup__item-white {
  background-color: #f1f1f1;
}

.lineup__item.lineup__item-orange {
  background-color: #f6dbd4;
}

.lineup__item.lineup__item-mattblack {
  background-color: #dedede;
}

.lineup__item.lineup__item-beige {
  background-color: #e7d8c5;
}

.lineup__item.united-arrows {
  position: relative;
  padding-top: 112px;
}
@media screen and (max-width: 767px) {
  .lineup__item.united-arrows {
    padding-top: 72px;
  }
}

html.no-webp .lineup__item.united-arrows::after {
  background: url(../img/lineup-logo.png) no-repeat center/contain;
}

html.webp .lineup__item.united-arrows::after {
  background: url(../img/lineup-logo.webp) no-repeat center/contain;
}

.lineup__item.united-arrows::after {
  content: "";
  width: 111px;
  height: 40px;
  position: absolute;
  top: 32px;
  right: 60px;
}
@media screen and (max-width: 767px) {
  .lineup__item.united-arrows::after {
    width: 82px;
    height: 29px;
    top: 24px;
    right: 24px;
  }
}

.lineup__img {
  width: 256px;
  height: auto;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .lineup__img {
    width: 57.42%;
    min-width: 200px;
    margin: 0 auto 44px;
  }
}

.lineup__product {
  display: grid;
  text-align: center;
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lineup__product {
    margin-bottom: 16px;
  }
}

.lineup__name {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.lineup__color {
  font-size: 2.4rem;
}

.lineup__price {
  text-align: center;
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .lineup__price {
    margin-bottom: 23px;
  }
}

.lineup__link-btn {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1c1a27;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  width: 137px;
  height: 33px;
  border-radius: 26.5px;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .lineup__link-btn {
    width: 138px;
    height: 46px;
  }
}

/* ----------------------------------
    従来のスマートウォッチだと…
---------------------------------- */
#if-case::after {
  content: "";
  background: url(../img/bg-arrow-pc.svg) no-repeat top/contain;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/340;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  #if-case::after {
    background: url(../img/bg-arrow-sp.svg) no-repeat top/contain;
    height: auto;
    aspect-ratio: 390/191;
  }
}

.if-case__bg {
  padding: 95px 0 17px;
  background-color: #d0e0eb;
}
@media screen and (max-width: 767px) {
  .if-case__bg {
    padding: 60px 0 25px;
  }
}

.if-case__inner {
  width: 1173px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .if-case__inner {
    width: 86.15vw;
  }
}

.if-case__title {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  border-bottom: 4px solid rgba(53, 49, 72, 0.17);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding-bottom: 10px;
  margin: 0 auto 62px;
}
@media screen and (max-width: 767px) {
  .if-case__title {
    font-size: 2.4rem;
    padding-bottom: 13px;
    margin: 0 auto 40px;
  }
}

.if-case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .if-case__list {
    display: block;
  }
}

.if-case__item {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .if-case__item {
    width: 87.3%;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .if-case__item:not(:last-of-type) {
    margin-bottom: 60px;
  }
}

.if-case__item-img {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .if-case__item-img {
    margin-bottom: 13px;
  }
}

.if-case__item-text p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  .if-case__item-text p {
    font-size: 1.6rem;
    line-height: 2;
  }
}

/* ----------------------------------
    MOTHER Braceletなら、
---------------------------------- */
#if-so {
  overflow: hidden;
  padding-bottom: 70px;
  margin-top: -53px;
}
@media screen and (max-width: 767px) {
  #if-so {
    padding-bottom: 100px;
    margin-top: 0;
  }
}

.if-so__title {
  font-size: 4.8rem;
  text-indent: 1em;
  margin-bottom: 145px;
}
@media screen and (max-width: 767px) {
  .if-so__title {
    font-size: 2.8rem;
    margin-bottom: 136px;
  }
}

.if-so__list {
  width: 100%;
}
.if-so__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  aspect-ratio: 1440/530;
  position: relative;
}
@media screen and (max-width: 767px) {
  .if-so__item {
    display: block;
  }
}

.if-so__item:not(:last-of-type) {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .if-so__item:not(:last-of-type) {
    margin-bottom: 132px;
  }
}

.if-so__item-text {
  width: 1280px;
  padding-left: 40px;
  margin: 97px auto 0;
}
@media screen and (max-width: 767px) {
  .if-so__item-text {
    width: 89.78%;
    padding: 0;
    margin: 0 auto 32px;
  }
}

.if-so__item-text-inner {
  width: 550px;
}
@media screen and (max-width: 767px) {
  .if-so__item-text-inner {
    width: 100%;
  }
}

.if-so__item:nth-of-type(1) .if-so__item-title.has-bg-text:before {
  top: -135px;
  left: 29px;
}

.if-so__item:nth-of-type(2) .if-so__item-title.has-bg-text:before {
  top: -98px;
  left: -45px;
}

.if-so__item:nth-of-type(3) .if-so__item-title.has-bg-text:before {
  top: -105px;
  left: 2px;
}

.if-so__item:nth-of-type(1) .if-so__item-title.has-bg-text:before,
.if-so__item:nth-of-type(1) .if-so__item-title.has-bg-text:before,
.if-so__item:nth-of-type(1) .if-so__item-title.has-bg-text:before,
.if-so__item:nth-of-type(2) .if-so__item-title.has-bg-text:before,
.if-so__item:nth-of-type(2) .if-so__item-title.has-bg-text:before,
.if-so__item:nth-of-type(2) .if-so__item-title.has-bg-text:before,
.if-so__item:nth-of-type(3) .if-so__item-title.has-bg-text:before,
.if-so__item:nth-of-type(3) .if-so__item-title.has-bg-text:before,
.if-so__item:nth-of-type(3) .if-so__item-title.has-bg-text:before {
  color: rgba(53, 49, 72, 0.05);
  text-transform: none;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .if-so__item:nth-of-type(1) .if-so__item-title.has-bg-text:before,
  .if-so__item:nth-of-type(1) .if-so__item-title.has-bg-text:before,
  .if-so__item:nth-of-type(1) .if-so__item-title.has-bg-text:before,
  .if-so__item:nth-of-type(2) .if-so__item-title.has-bg-text:before,
  .if-so__item:nth-of-type(2) .if-so__item-title.has-bg-text:before,
  .if-so__item:nth-of-type(2) .if-so__item-title.has-bg-text:before,
  .if-so__item:nth-of-type(3) .if-so__item-title.has-bg-text:before,
  .if-so__item:nth-of-type(3) .if-so__item-title.has-bg-text:before,
  .if-so__item:nth-of-type(3) .if-so__item-title.has-bg-text:before {
    font-size: 11rem;
    top: -107px;
    left: 5px;
  }
}

.if-so__item-title {
  font-size: 4.4rem;
  font-weight: 700;
  border-bottom: 3px solid #353148;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding-bottom: 12px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .if-so__item-title {
    font-size: 2.4rem;
    line-height: 1.5;
    border-bottom: 2px solid #353148;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }
}

.if-so__item-p1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .if-so__item-p1 {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 16px;
  }
}

.if-so__item-p2 {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .if-so__item-p2 {
    font-size: 1.4rem;
  }
}

.if-so__item-img {
  width: 49.3%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .if-so__item-img {
    width: 95%;
    position: static;
    margin-left: auto;
  }
}

.if-so__item:nth-of-type(even) .if-so__item-text-inner {
  margin-left: calc(49.3% + 40px);
}
@media screen and (max-width: 767px) {
  .if-so__item:nth-of-type(even) .if-so__item-text-inner {
    margin-left: 0;
  }
}
.if-so__item:nth-of-type(even) .if-so__item-img {
  right: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .if-so__item:nth-of-type(even) .if-so__item-img {
    margin-left: 0;
  }
}

/* ----------------------------------
    お客様の声
---------------------------------- */
#review {
  background-color: #f8f2eb;
  padding: 114px 0 60px;
}
@media screen and (max-width: 767px) {
  #review {
    padding: 80px 0 60px;
  }
}

.review__inner {
  width: 1280px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .review__inner {
    width: 89.78%;
  }
}

.review__title.has-bg-text::before {
  color: rgba(255, 255, 255, 0.4);
}
.review__title {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .review__title {
    margin-bottom: 117px;
  }
}

.review__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .review__list {
    display: block;
    margin-bottom: 20px;
  }
}

.review__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 30px;
  background-color: #fff;
  width: 630px;
  border-radius: 32px;
  position: relative;
  padding: 35px 50px 40px 40px;
}
@media screen and (max-width: 767px) {
  .review__item {
    display: block;
    width: 100%;
    padding: 40px 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .review__item:not(:last-of-type) {
    margin-bottom: 92px;
  }
}

.review__item-img {
  width: 111px;
  height: 111px;
}
@media screen and (max-width: 767px) {
  .review__item-img {
    width: 96px;
    height: 96px;
    position: absolute;
    top: -72px;
    left: 20px;
  }
}

.review__item-text {
  width: calc(100% - 111px);
}
@media screen and (max-width: 767px) {
  .review__item-text {
    width: 100%;
  }
}

.review__item-title-box {
  border-bottom: 1px solid rgba(53, 49, 72, 0.2);
  padding-bottom: 12px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .review__item-title-box {
    margin-bottom: 12px;
  }
}

.review__item-star {
  width: 97px;
  height: auto;
  margin-bottom: 12px;
}

.review__item-title {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .review__item-title {
    line-height: 1.6;
  }
}

.review__item-text-p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .review__item-text-p {
    font-size: 1.4rem;
  }
}

.review__note {
  font-size: 1.4rem;
  line-height: 2.28;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .review__note {
    font-size: 1.1rem;
    line-height: 2;
    margin-left: 0px;
  }
}

/* ----------------------------------
    empower your life
---------------------------------- */
html.no-webp #empower::before {
  background: url(../img/empower-bg-pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  html.no-webp #empower::before {
    background: url(../img/empower-bg-sp.jpg) no-repeat center/cover;
  }
}

html.webp #empower::before {
  background: url(../img/empower-bg-pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  html.webp #empower::before {
    background: url(../img/empower-bg-sp.webp) no-repeat center/cover;
  }
}

#empower::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/502;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #empower::before {
    aspect-ratio: 390/136;
  }
}

#empower {
  background-color: #f8f2eb;
  position: relative;
  padding: 366px 0 74px;
}
@media screen and (max-width: 767px) {
  #empower {
    padding: 123px 0 60px;
  }
}

.empower__inner {
  width: 1280px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .empower__inner {
    width: 93.84%;
  }
}

.empower__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 32px;
  width: 100%;
  position: relative;
  padding: 60px 40px 80px 80px;
}
@media screen and (max-width: 767px) {
  .empower__contents {
    display: block;
    padding: 146px 19px 40px;
  }
}

.empower__text {
  width: 726px;
}
@media screen and (max-width: 767px) {
  .empower__text {
    width: 100%;
  }
}

.empower__title {
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .empower__title {
    margin-bottom: 20px;
  }
}

.empower__title-en {
  display: block;
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  font-size: 8rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .empower__title-en {
    font-size: 3.6rem;
    margin-bottom: 20px;
  }
}

.empower__title-ja {
  display: block;
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .empower__title-ja {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.empower__text-p {
  color: rgba(53, 49, 72, 0.91);
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .empower__text-p {
    color: #353148;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.empower__img {
  width: 374px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .empower__img {
    position: absolute;
    top: -48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 188px;
  }
}

/* ----------------------------------
    フッター
---------------------------------- */
.footer {
  background-color: #1c1a27;
  padding: 50px 0 35px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 0 39px;
  }
}

.footer__inner {
  width: 1280px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    width: 89.78%;
  }
}

.footer__img {
  width: 175px;
  height: auto;
  margin: 0 auto 60px;
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 28px;
  margin: 0 auto 68px;
}

.footer__sns-link {
  display: block;
  width: 60px;
  height: 60px;
}
.footer__sns-link img {
  display: block;
  width: 100%;
  height: auto;
}

.footer__copyright {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=style.css.map */