@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
/* 数値計算関連の関数を使うために必要 (math.divなど)*/
body {
  color: #231815;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

/*モバイルのみ表示*/
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

/*画像の縦横比設定*/
img {
  width: 100%;
  height: auto;
  display: block;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
}

/* マウスホバーがあるデバイスでのアニメーション（タッチデバイス除く） */
@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 数値計算関連の関数を使うために必要 (math.divなど)*/
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4814814815vw;
  }
}
@media (min-width: 1080px) {
  html {
    font-size: 16px;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

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

.inner {
  width: 100%;
  padding-inline: 16px;
  margin-inline: auto;
  max-width: 43.75rem;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1130px;
    padding-inline: 25px;
  }
}

.fv {
  background: url(../images/fv-back-sp.png) no-repeat center center/cover;
  overflow: hidden;
  position: relative;
  background-size: 100% 46.625rem;
  background-position: left top;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .fv {
    background: url(../images/fv-back.png) no-repeat center center/cover;
    background-size: 100% 51rem;
    background-position: left top;
    height: 54.4375rem;
  }
}

.fv::before {
  position: absolute;
  content: "";
  background: transparent url(../images/kirakira-sp.png) no-repeat center center/contain;
  width: 21.5rem;
  aspect-ratio: 344/207;
  top: -1.1875rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .fv::before {
    width: 20rem;
    background: transparent url(../images/kirakira-left.png) no-repeat center center/contain;
    aspect-ratio: 316/430;
    top: -1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .fv::after {
    position: absolute;
    content: "";
    width: 30.1875rem;
    background: transparent url(../images/kirakira-right.png) no-repeat center center/contain;
    aspect-ratio: 483/337;
    top: 0;
    right: -0.625rem;
  }
}

.fv__container {
  display: -ms-grid;
  display: grid;
  margin-top: 6.3125rem;
}
@media screen and (min-width: 768px) {
  .fv__container {
    margin-top: 8.6875rem;
    -ms-grid-columns: 36rem 1fr;
    grid-template-columns: 36rem 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .fv__container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .fv__container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .fv__container > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .fv__container > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

@media screen and (min-width: 768px) {
  .fv__content--primary {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}

@media screen and (min-width: 768px) {
  .fv__image--secondary {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}

@media screen and (min-width: 768px) {
  .fv__btn--tertiary {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}

.fv__content {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .fv__content {
    max-width: 36rem;
    margin-right: -1.875rem;
  }
}

.fv__title {
  color: #FFF;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .fv__title {
    font-size: 4rem;
    line-height: 1.796875;
  }
}

.fv__description {
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .fv__description {
    margin-top: 1rem;
  }
}

.fv__image {
  margin-inline: auto;
  max-width: 27.5625rem;
  margin-right: clamp(-7.688rem, -30.75rem + 98.4vw, 0rem);
  aspect-ratio: 441/344;
}
@media screen and (min-width: 768px) {
  .fv__image {
    max-width: 51.625rem;
    width: clamp(27.563rem, -17.292rem + 93.45vw, 51.625rem);
    margin-top: 5.25rem;
    z-index: 1;
    aspect-ratio: 826/645;
    margin-left: -1.875rem;
    margin-right: clamp(-180px - 5.3125rem, (1080px - 100vw) / 2 - 5.3125rem, -25px - 5.3125rem);
  }
}

.fv__image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.fv__btn {
  margin-inline: auto;
  margin-top: 1.5rem;
  margin-bottom: 0.5625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv__btn {
    margin-left: 0;
    margin-top: 3.5625rem;
  }
}

.btn {
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  line-height: 1.5833333333;
  font-weight: 600;
  height: 4rem;
  width: 18.375rem;
  background-color: #FFF;
  border-radius: 50px;
  border: 2px solid #FFF;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.btn--orange {
  border: 2px solid #F37922;
}
@media screen and (min-width: 768px) {
  .btn--orange {
    border: 2px solid #FFF;
  }
}

.btn span {
  position: relative;
  color: #231815;
  padding-right: 1.75rem;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
  margin-left: -3.0625rem;
}

.btn span::after {
  position: absolute;
  content: "";
  right: 0rem;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
  width: 1.625rem;
  height: 1.625rem;
  background: transparent url(../images/btn-right.png) no-repeat center center/contain;
}

.btn span::before {
  position: absolute;
  content: "";
  right: -2.125rem;
  top: 50%;
  margin-top: 0.625rem;
  -webkit-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
  width: 6.125rem;
  height: 3.875rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background: transparent url(../images/btn-mendako.png) no-repeat center center/contain;
  z-index: 10;
}

@media (hover: hover) {
  .btn:hover {
    opacity: 1;
  }
  .btn:hover span::before {
    -webkit-transform: translateY(-50%) translateX(75%) rotate(10deg);
            transform: translateY(-50%) translateX(75%) rotate(10deg);
  }
}
.section-about {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .section-about {
    margin-top: 5rem;
  }
}

.about__content {
  position: relative;
  border-radius: 0.75rem;
  border: 0.25rem solid #f4a583;
  background: #FFF;
  padding: 7rem 1.3125rem 4.5rem;
  display: -ms-grid;
  display: grid;
  gap: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .about__content {
    border-radius: 2.5rem;
    border: 0.625rem solid #f4a583;
    padding: 6.875rem 3.5625rem 9.6875rem 25.1875rem;
  }
}

.about__content::before {
  position: absolute;
  content: "";
  background: transparent url(../images/about-mendako.png) no-repeat center center/contain;
  width: 18.625rem;
  aspect-ratio: 227/128;
  top: -5rem;
  left: -1.875rem;
}
@media screen and (min-width: 768px) {
  .about__content::before {
    width: 36.25rem;
    aspect-ratio: 580/395;
    top: -6.875rem;
    left: -5.75rem;
  }
}

.about__description {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
}

.about__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 calc(50% - 50vw);
  margin-top: -3.125rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .about__photos {
    margin-top: -10.125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.about__photo {
  border-radius: 0.9375rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .about__photo {
    border-radius: 1.25rem;
  }
}

.about__photo:nth-of-type(1) {
  width: 9.75rem;
  height: 6.5rem;
  aspect-ratio: 156/104;
  margin-top: 2rem;
  z-index: 2;
  margin-left: -7rem;
}
@media screen and (min-width: 768px) {
  .about__photo:nth-of-type(1) {
    width: 17.3125rem;
    height: 11.5625rem;
    aspect-ratio: 277/185;
    margin-top: 3.5625rem;
    margin-left: -4.6875rem;
  }
}

.about__photo:nth-of-type(2) {
  width: 14.6875rem;
  height: 9.875rem;
  aspect-ratio: 235/158;
  z-index: 0;
  margin-left: -1.3125rem;
}
@media screen and (min-width: 768px) {
  .about__photo:nth-of-type(2) {
    width: 26.125rem;
    height: 17.4375rem;
    aspect-ratio: 418/279;
    margin-left: -2.375rem;
  }
}

.about__photo:nth-of-type(3) {
  width: 9.75rem;
  height: 6.5rem;
  aspect-ratio: 156/104;
  margin-top: 6.75rem;
  margin-left: -1.875rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .about__photo:nth-of-type(3) {
    width: 17.3125rem;
    height: 11.5625rem;
    aspect-ratio: 277/185;
    margin-top: 12rem;
    margin-left: -3.4375rem;
  }
}

.about__photo:nth-of-type(4) {
  width: 7.9375rem;
  height: 5.3125rem;
  aspect-ratio: 127/85;
  margin-top: 3.375rem;
  margin-left: -4.375rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about__photo:nth-of-type(4) {
    width: 14.0625rem;
    height: 9.375rem;
    aspect-ratio: 225/150;
    margin-top: 5.9375rem;
    margin-left: -7.75rem;
  }
}

.about__photo:nth-of-type(5) {
  width: 14.6875rem;
  height: 9.875rem;
  aspect-ratio: 235/158;
  z-index: 0;
  margin-top: 1.5rem;
  margin-left: -0.6875rem;
}
@media screen and (min-width: 768px) {
  .about__photo:nth-of-type(5) {
    width: 26.125rem;
    height: 17.4375rem;
    aspect-ratio: 418/279;
    margin-top: 1.5rem;
    margin-left: -0.6875rem;
  }
}

.about__photo:nth-of-type(6) {
  width: 7.9375rem;
  height: 5.3125rem;
  aspect-ratio: 127/85;
  margin-top: 8rem;
  margin-left: -2.5rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about__photo:nth-of-type(6) {
    width: 14.0625rem;
    height: 9.375rem;
    aspect-ratio: 225/150;
    margin-top: 14.1875rem;
    margin-left: -4.25rem;
  }
}

.about__photo:nth-of-type(7) {
  width: 9.75rem;
  height: 6.5rem;
  aspect-ratio: 156/104;
  margin-top: 3.125rem;
  margin-left: -1.875rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .about__photo:nth-of-type(7) {
    width: 17.3125rem;
    height: 11.5625rem;
    aspect-ratio: 277/185;
    margin-top: 5.1875rem;
    margin-left: -4.1875rem;
  }
}

.background {
  position: relative;
  z-index: 1;
  background: url("data:image/svg+xml,  <svg xmlns='http://www.w3.org/2000/svg' width='32' height='32'>    <rect width='32' height='32' fill='white'/>    <path d='M 0 7 H 32 M 0 0 V 32' stroke='%23F4A583' stroke-width='0.5'/>  </svg>") repeat;
}
@media screen and (min-width: 768px) {
  .background {
    background: url("data:image/svg+xml,        <svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'>          <rect width='100' height='100' fill='white'/>          <path d='M 0 0 H 100 M 10 0 V 100' stroke='%23F4A583' stroke-width='0.5'/>        </svg>") repeat;
  }
}

.background::after {
  content: "";
  display: block;
  width: 100%;
  height: 11.875rem;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.title-orange {
  background: url(../images/title.png) no-repeat center center/cover;
  width: 11.875rem;
  aspect-ratio: 190/118;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .title-orange {
    width: 25.25rem;
    aspect-ratio: 404/264;
    margin-left: -2rem;
  }
}

.title-orange__text {
  color: #FFF;
  font-weight: 800;
  font-size: 1.25rem;
  z-index: 0;
  position: absolute;
  content: "";
  -webkit-transform: rotate(-14.881deg);
          transform: rotate(-14.881deg);
  top: 1.875rem;
  left: 2.5rem;
}
@media screen and (min-width: 768px) {
  .title-orange__text {
    font-size: 2.5rem;
    top: 4.375rem;
    left: 5.4375rem;
  }
}

.section-message {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .section-message {
    margin-top: 5.25rem;
  }
}

.message__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -5.1875rem;
}
@media screen and (min-width: 768px) {
  .message__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: -3.8125rem;
  }
}

.message__img {
  width: 10.0625rem;
  aspect-ratio: 161/107;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .message__img {
    width: 22.9375rem;
    aspect-ratio: 367/246;
    margin-top: 6.3125rem;
    margin-left: 0;
  }
}

.message__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.message__content {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .message__content {
    margin-top: -1.125rem;
    max-width: 39.0625rem;
  }
}

.message__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .message__text {
    margin-top: 1rem;
  }
}

.message__text:not(:first-child) {
  margin-top: 2rem;
}

.title-white {
  background: url(../images/title.png) no-repeat center center/cover;
  width: 11.875rem;
  aspect-ratio: 190/118;
  position: relative;
}
@media screen and (min-width: 768px) {
  .title-white {
    background: url(../images/product-title.png) no-repeat center center/cover;
    width: 25.25rem;
    aspect-ratio: 404/264;
    margin-left: -2rem;
  }
}

.title-white__text {
  color: #FFF;
  font-weight: 800;
  font-size: 1.25rem;
  z-index: 1;
  position: absolute;
  content: "";
  -webkit-transform: rotate(-14.881deg);
          transform: rotate(-14.881deg);
  top: 1.875rem;
  left: 2.5rem;
}
@media screen and (min-width: 768px) {
  .title-white__text {
    color: #F37922;
    font-size: 2.5rem;
    top: 4.375rem;
    left: 5.4375rem;
  }
}

.section-product {
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .section-product {
    margin-top: 5.4375rem;
  }
}

.product {
  background: url(../images/product-backSP.png) no-repeat top center/cover;
  overflow: hidden;
  position: relative;
  background-position: center 3.75rem;
  padding-top: 5.9375rem;
  padding-bottom: 3.75rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .product {
    background: url(../images/product-backPC2.png) no-repeat top center/cover;
    background-size: 151.75rem 117.75rem;
    background-position: center 6.25rem;
    padding-top: 15.75rem;
    padding-bottom: 24rem;
  }
}

.product__title {
  width: 21.4375rem;
  height: 5.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  margin-top: -5.9375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product__title {
    width: 56.71875rem;
    height: 15.78125rem;
    margin-top: -15.78125rem;
  }
}

.product__char {
  color: #231815;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.8;
  position: absolute;
  content: "";
  width: 1.9375rem;
  height: 3.375rem;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
@media screen and (min-width: 768px) {
  .product__char {
    font-size: 5rem;
    line-height: 1.8;
    width: 5rem;
    height: 9rem;
  }
}

.product__char:nth-of-type(1) {
  -webkit-transform: rotate(-26.575deg);
          transform: rotate(-26.575deg);
  left: 1.4375rem;
  bottom: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .product__char:nth-of-type(1) {
    -webkit-transform: rotate(-25.551deg);
            transform: rotate(-25.551deg);
    left: 4.875rem;
    bottom: 2.4375rem;
  }
}

.product__char:nth-of-type(2) {
  -webkit-transform: rotate(-19.791deg);
          transform: rotate(-19.791deg);
  left: 3rem;
  bottom: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .product__char:nth-of-type(2) {
    -webkit-transform: rotate(-18.766deg);
            transform: rotate(-18.766deg);
    left: 9.125rem;
    bottom: 4.0625rem;
  }
}

.product__char:nth-of-type(3) {
  -webkit-transform: rotate(-14.133deg);
          transform: rotate(-14.133deg);
  left: 4.5rem;
  bottom: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .product__char:nth-of-type(3) {
    -webkit-transform: rotate(-13.117deg);
            transform: rotate(-13.117deg);
    left: 13.375rem;
    bottom: 5.375rem;
  }
}

.product__char:nth-of-type(4) {
  -webkit-transform: rotate(-8.784deg);
          transform: rotate(-8.784deg);
  left: 6.25rem;
  bottom: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .product__char:nth-of-type(4) {
    -webkit-transform: rotate(-7.781deg);
            transform: rotate(-7.781deg);
    left: 17.9375rem;
    bottom: 6.0625rem;
  }
}

.product__char:nth-of-type(5) {
  -webkit-transform: rotate(-3.652deg);
          transform: rotate(-3.652deg);
  left: 8.125rem;
  bottom: 2.45625rem;
}
@media screen and (min-width: 768px) {
  .product__char:nth-of-type(5) {
    -webkit-transform: rotate(-2.667deg);
            transform: rotate(-2.667deg);
    left: 22.375rem;
    bottom: 6.5625rem;
  }
}

.product__char:nth-of-type(6) {
  -webkit-transform: rotate(1.594deg);
          transform: rotate(1.594deg);
  left: 9.875rem;
  bottom: 2.51875rem;
}
@media screen and (min-width: 768px) {
  .product__char:nth-of-type(6) {
    -webkit-transform: rotate(2.56deg);
            transform: rotate(2.56deg);
    left: 27.0625rem;
    bottom: 6.5625rem;
  }
}

.product__char:nth-of-type(7) {
  -webkit-transform: rotate(6.761deg);
          transform: rotate(6.761deg);
  left: 11.5625rem;
  bottom: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .product__char:nth-of-type(7) {
    -webkit-transform: rotate(7.708deg);
            transform: rotate(7.708deg);
    left: 31.625rem;
    bottom: 6.1875rem;
  }
}

.product__char:nth-of-type(8) {
  -webkit-transform: rotate(11.781deg);
          transform: rotate(11.781deg);
  left: 13rem;
  bottom: 2.15rem;
}
@media screen and (min-width: 768px) {
  .product__char:nth-of-type(8) {
    -webkit-transform: rotate(12.714deg);
            transform: rotate(12.714deg);
    left: 35.9375rem;
    bottom: 5.4375rem;
  }
}

.product__char:nth-of-type(9) {
  -webkit-transform: rotate(16.968deg);
          transform: rotate(16.968deg);
  left: 14.8rem;
  bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .product__char:nth-of-type(9) {
    -webkit-transform: rotate(17.89deg);
            transform: rotate(17.89deg);
    left: 40.6875rem;
    bottom: 4.125rem;
  }
}

.product__char:nth-of-type(10) {
  -webkit-transform: rotate(21.873deg);
          transform: rotate(21.873deg);
  left: 16.4375rem;
  bottom: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .product__char:nth-of-type(10) {
    -webkit-transform: rotate(22.791deg);
            transform: rotate(22.791deg);
    left: 45rem;
    bottom: 2.5rem;
  }
}

.product__char:nth-of-type(11) {
  -webkit-transform: rotate(26.624deg);
          transform: rotate(26.624deg);
  left: 18.125rem;
  bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .product__char:nth-of-type(11) {
    -webkit-transform: rotate(27.544deg);
            transform: rotate(27.544deg);
    left: 49.125rem;
    bottom: 0.5625rem;
  }
}

.product__content {
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .product__content {
    margin-top: 6.875rem;
  }
}

.product__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.125rem;
}
@media screen and (min-width: 768px) {
  .product__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.product__list {
  text-align: center;
  display: -ms-grid;
  display: grid;
  gap: 1.0625rem;
  padding: 0 0.5625rem;
}
@media screen and (min-width: 768px) {
  .product__list {
    gap: 1.125rem;
    padding: 0;
  }
}

.product__list-img {
  aspect-ratio: 326/217;
}

.product__list-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 0.625rem;
}

.product__list-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}

.product__description {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .product__description {
    margin-top: 5rem;
    max-width: 46.6875rem;
    margin-inline: auto;
  }
}

.product__overview {
  position: relative;
  border-radius: 0.625rem;
  padding: 2rem 1rem 2.125rem;
  background: url("data:image/svg+xml,    <svg xmlns='http://www.w3.org/2000/svg' width='32' height='32'>      <rect width='32' height='32' fill='white'/>      <path d='M 0 20 H 32 M 26 0 V 32' stroke='%23F4A583' stroke-width='0.5'/>    </svg>") repeat;
}
@media screen and (min-width: 768px) {
  .product__overview {
    padding: 2.0625rem 2.5rem 2.25rem;
  }
}

.product__overview::before {
  position: absolute;
  content: "";
  background: transparent url(../images/product-mendako-zoom.png) no-repeat center center/contain;
  width: 5.8125rem;
  aspect-ratio: 85.8/82;
  top: -1.875rem;
  right: -0.1875rem;
}
@media screen and (min-width: 768px) {
  .product__overview::before {
    width: 9.3125rem;
    height: 8.6875rem;
    aspect-ratio: 134.8/129;
    top: 6.25rem;
    right: -2.78125rem;
  }
}

.product__overview-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .product__overview-text {
    line-height: 2;
  }
}

.product__note {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .product__note {
    width: 40.375rem;
  }
}

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

.merit__container {
  margin-top: -2.53125rem;
}
@media screen and (min-width: 768px) {
  .merit__container {
    margin-top: -5.6875rem;
  }
}

.merit__heading {
  color: #231815;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .merit__heading {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}

.merit__lists {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.1875rem;
}
@media screen and (min-width: 768px) {
  .merit__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 4rem;
  }
}

.merit__list {
  display: -ms-grid;
  display: grid;
  gap: 1.0625rem;
  padding: 0 0.5625rem;
}
@media screen and (min-width: 768px) {
  .merit__list {
    padding: 0;
    width: 20.375rem;
  }
}

.merit__list-img {
  position: relative;
  aspect-ratio: 326/217;
}

.merit__list-img img {
  border-radius: 1.25rem;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.merit__img-title {
  position: absolute;
  content: "";
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
  background: #F37922;
  border-radius: 0 0.3125rem 0.3125rem 0;
  padding: 0.125rem 0.625rem;
  left: 0;
  bottom: 1.5rem;
}

.merit__list-text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
}

.merit__list-text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #F37922));
  background: linear-gradient(transparent 80%, #F37922 80%);
}

.title-right {
  background: url(../images/title.png) no-repeat center center/cover;
  width: 11.875rem;
  aspect-ratio: 190/118;
  position: relative;
}
@media screen and (min-width: 768px) {
  .title-right {
    background: url(../images/title-right.png) no-repeat center center/cover;
    width: 25.25rem;
    aspect-ratio: 404/264;
    margin-inline: auto 0.3125rem;
  }
}

.title-right__text {
  color: #FFF;
  font-weight: 800;
  font-size: 1.25rem;
  z-index: 1;
  position: absolute;
  content: "";
  -webkit-transform: rotate(-14.881deg);
          transform: rotate(-14.881deg);
  top: 1.875rem;
  left: 2.5rem;
}
@media screen and (min-width: 768px) {
  .title-right__text {
    font-size: 2.5rem;
    top: 4.375rem;
    left: 5.4375rem;
    -webkit-transform: rotate(11.972deg);
            transform: rotate(11.972deg);
  }
}

.section-strength {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .section-strength {
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .strength {
    background: transparent url(../images/strength-backPC.png) no-repeat center center/contain;
    background-size: 40.625rem;
    background-position: calc(50% - 214px) -0.75rem;
  }
}

.strength__lists {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .strength__lists {
    width: 47rem;
    margin-inline: auto 0;
    margin-top: -2.625rem;
    gap: 0.625rem;
  }
}

.strength__list {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}

.strength__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1.5px solid #F37922;
}
@media screen and (min-width: 768px) {
  .strength__heading {
    padding-left: 7.125rem;
    gap: 1.0625rem;
  }
}

.strength__heading-img {
  width: 5.875rem;
  aspect-ratio: 94/60;
}

.strength__heading-img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.strength__heading-text {
  color: #F37922;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .strength__heading-text {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}

.strength__explanation {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .strength__explanation {
    margin-left: 14rem;
    padding-right: 0.625rem;
  }
}

.trial {
  background: url(../images/trial-backSP.png) no-repeat center center/cover;
  overflow: hidden;
  position: relative;
  background-size: 100% 31.0625rem;
  background-position: center 3.5rem;
  padding-top: 3.5rem;
  padding-bottom: 6.875rem;
}
@media screen and (min-width: 768px) {
  .trial {
    background: url(../images/trial-backPC.png) no-repeat center center/cover;
    background-position: center 5.75rem;
    padding-top: 5.75rem;
    padding-bottom: 14.46875rem;
    background-size: 100% 48.625rem;
  }
}

.trial::before {
  position: absolute;
  content: "";
  background: transparent url(../images/trial-human.png) no-repeat center center/contain;
  width: 11.125rem;
  aspect-ratio: 178/138;
  top: 0rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .trial::before {
    width: 21.4375rem;
    aspect-ratio: 343/266;
  }
}

.trial__container {
  margin-top: 6.05625rem;
}
@media screen and (min-width: 768px) {
  .trial__container {
    margin-top: 8.9375rem;
  }
}

.trial__logo {
  max-width: 57.375rem;
  width: 100%;
  aspect-ratio: 918/230;
  margin-inline: auto;
}

.trial__logo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.trial__note {
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 1.5125rem;
}
@media screen and (min-width: 768px) {
  .trial__note {
    margin-top: 2.9625rem;
  }
}

.trial__btn {
  margin-inline: auto;
  margin-top: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (min-width: 768px) {
  .trial__btn {
    margin-top: 1.5rem;
  }
}

.section-trial {
  margin-top: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .section-trial {
    margin-top: 0.25rem;
  }
}

.footer {
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 0;
  }
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .footer__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 51.625rem;
    width: clamp(27.563rem, -17.292rem + 93.45vw, 51.625rem);
    z-index: 1;
    aspect-ratio: 826/645;
    margin-left: clamp(-180px - 11.6875rem, (1080px - 100vw) / 2 - 11.6875rem, -25px - 5.3125rem);
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .footer__img {
    margin-right: -3.0625rem;
  }
}

.footer__content {
  width: 100%;
}
.footer__title {
  width: 14.5625rem;
  height: 3.5625rem;
  margin-inline: auto;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .footer__title {
    position: relative;
    width: 26.4375rem;
    height: 10.6875rem;
    margin-left: 0;
    margin-top: 2.8125rem;
  }
}

.footer__char {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .footer__char {
    position: absolute;
    content: "";
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    font-size: 5rem;
    line-height: 1.8;
    width: 5rem;
    height: 9rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__char:nth-of-type(1) {
    -webkit-transform: rotate(-10.606deg);
            transform: rotate(-10.606deg);
    left: 0.3125rem;
    bottom: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__char:nth-of-type(2) {
    -webkit-transform: rotate(-3.821deg);
            transform: rotate(-3.821deg);
    left: 4.8125rem;
    bottom: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__char:nth-of-type(3) {
    -webkit-transform: rotate(1.828deg);
            transform: rotate(1.828deg);
    left: 9.29375rem;
    bottom: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__char:nth-of-type(4) {
    -webkit-transform: rotate(7.164deg);
            transform: rotate(7.164deg);
    left: 13.925rem;
    bottom: 0.84375rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__char:nth-of-type(5) {
    -webkit-transform: rotate(12.278deg);
            transform: rotate(12.278deg);
    left: 18.375rem;
    bottom: 0rem;
  }
}

.footer__link-items {
  margin-top: 1.5625rem;
  display: -ms-grid;
  display: grid;
  gap: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .footer__link-items {
    margin-top: 0;
    gap: 0.625rem;
  }
}

.footer__link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__link-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .footer__link-text {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

.footer__link-text a {
  text-decoration-line: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-position: from-font;
  color: #231815;
}

.footer__link-manabi {
  width: 5.6875rem;
  height: 2.375rem;
  aspect-ratio: 91/38;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__link-manabi {
    margin-left: 0.8125rem;
  }
}

.footer__link-eit {
  width: 2.9375rem;
  height: 3rem;
  aspect-ratio: 47/48;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__link-eit {
    margin-left: 2.1875rem;
  }
}

.footer__link-manabi img,
.footer__link-eit img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.footer__nav-items {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer__nav-items {
    margin-top: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5rem;
  }
}

.footer__nav-link {
  font-size: 1rem;
  color: #F37922;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .footer__nav-link {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

.footer__copy {
  margin-top: 3rem;
  text-align: center;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    margin-top: 4.75rem;
    text-align: start;
    margin-left: 3.9375rem;
  }
}

.section-footer {
  margin-top: 0rem;
}
@media screen and (min-width: 768px) {
  .section-footer {
    margin-top: -13.40625rem;
  }
}

.pagetop {
  z-index: 10;
  margin-left: auto;
  margin-right: 0;
  width: 4.3125rem;
  aspect-ratio: 69/66;
}

.pagetop__link {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.pagetop__link img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.section-pagetop {
  margin-top: -12.25rem;
}
@media screen and (min-width: 768px) {
  .section-pagetop {
    margin-top: -8.125rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .section-pagetop {
    margin-top: -27.3125rem;
  }
}

.floating {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  height: 3.625rem;
  width: 100%;
  display: block;
  border-radius: 0.625rem 0.625rem 0 0;
  background-color: #ffe0d3;
}
@media screen and (min-width: 768px) {
  .floating {
    bottom: 5rem;
    right: 2.5rem;
    border-radius: 1.25rem;
    border: #fff solid 0.3125rem;
    height: 9.6875rem;
    width: 14.5rem;
    padding-top: 1.15rem;
  }
}

.floating__link {
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .floating__link {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .floating__link::before {
    position: absolute;
    content: "";
    left: -1.875rem;
    top: -4.0625rem;
    width: 10.25rem;
    height: 6.375rem;
    background: transparent url(../images/floating-flagPC.png) no-repeat center center/contain;
    z-index: 10;
  }
}

.floating__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 7.125rem;
}
@media screen and (min-width: 768px) {
  .floating__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
}

.floating__img {
  width: 8.6875rem;
  aspect-ratio: 139/67;
  -webkit-transform: translateY(-6px) rotate(-7.947deg);
          transform: translateY(-6px) rotate(-7.947deg);
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .floating__img {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    width: 10.375rem;
    aspect-ratio: 166/79.6;
  }
}

.floating__btn {
  margin-left: -1.0625rem;
}
@media screen and (min-width: 768px) {
  .floating__btn {
    display: -ms-grid;
    display: grid;
    place-items: center;
    background-color: #FFF;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    border-radius: 50px;
    height: 2.625rem;
    width: 11.25rem;
    margin-top: -0.625rem;
  }
}

.floating__btn span {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #231815;
  letter-spacing: 3.2px;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .floating__btn span {
    padding-right: 1.375rem;
    letter-spacing: 0;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
}

.floating__btn span::after {
  position: absolute;
  content: "";
  right: 0rem;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
  width: 1.625rem;
  height: 1.625rem;
  background: transparent url(../images/floating-right.png) no-repeat center center/contain;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

@media (hover: hover) {
  .floating__link:hover {
    opacity: 1;
  }
}
@media screen and (hover: hover) and (min-width: 768px) {
  .floating__link:hover .floating__btn {
    background-color: #F37922;
  }
  .floating__link:hover .floating__btn span {
    color: #FFF;
  }
  .floating__link:hover .floating__btn span::after {
    background: transparent url(../images/floating-right-white.png) no-repeat center center/contain;
  }
}
.fade-in {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1.3s, -webkit-transform 1.3s;
  transition: opacity 1.3s, -webkit-transform 1.3s;
  transition: opacity 1.3s, transform 1.3s;
  transition: opacity 1.3s, transform 1.3s, -webkit-transform 1.3s;
}

.fade-in.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/*# sourceMappingURL=styles.css.map */