@charset "UTF-8";
@font-face {
  font-family: 'google_sans';
  src: url('../font/googlesans-regular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'google_sans';
  src: url('../font/googlesans-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'google_sans';
  src: url('../font/googlesans-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
/* -----------------------------------------
 Reset
------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
body {
  line-height: 1.5;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
em {
  font-style: normal;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0,0,0,.1);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: .8rem 0;
  padding: 0;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}
sup{
  font-size: 1rem;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* -----------------------------------------
 基本
------------------------------------------- */
html {
  font-size: calc(100vw/37.5);
}
body {
  color: #3d4151;
  font-size: 1.6rem;
  font-family: 'google_sans', 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #e9f3be;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
main {
  display: block;
}
/* -----------------------------------------
 ユーティリティ
------------------------------------------- */
.pb0 {
  padding-bottom: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 1rem !important;
}
.mb20 {
  margin-bottom: 2rem !important;
}
.mb30 {
  margin-bottom: 3rem !important;
}
.mb40 {
  margin-bottom: 4rem !important;
}
.mb50 {
  margin-bottom: 5rem !important;
}
.mt20m {
  margin-top: -2rem !important;
}
.mt30m {
  margin-top: -3rem !important;
}
.mt10 {
  margin-top: 1rem;
}
.mt20 {
  margin-top: 2rem;
}
.mt30 {
  margin-top: 3rem;
}
.mt40 {
  margin-top: 4rem;
}
.b {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.red {
  color: #e00;
}
.bold {
  font-weight: bold;
}
.center,
.txt-c {
  text-align: center;
}
.txt-r {
  text-align: right;
}
.f21 {
  font-size: 2.1rem;
}
.f18 {
  font-size: 1.8rem;
}
.f16 {
  font-size: 1.6rem;
}
.f14 {
  font-size: 1.4rem;
}
.f12 {
  font-size: 1.2rem;
}
.f10 {
  font-size: 1rem;
}
.w100 {
  width: 100%;
}
.pc-only {
  display: none;
}
.sp-only {
  display: block;
}
.opa0 {
  opacity: 0;
}

/* -----------------------------------------
 リンク
------------------------------------------- */
a {
  color: inherit;
  transition: opacity .3s;
}
a:link {
  text-decoration: underline;
}
a:visited {
  color: inherit;
}
a:active {
  color: inherit;
}
a:hover {
  text-decoration: none;
}

/* -----------------------------------------
 レイアウト
------------------------------------------- */
.wrap {
  margin: 0 auto;
  max-width: 96rem;
  padding: 0rem;
}
.wrap-white{
  background-color: #FFF;
  border-radius: 1.5em;
  margin: 0 auto;
  padding: .25rem 3rem 4rem;
  margin-top: 4rem;
}
/* main-contents */
.main-contents {
  padding-top: 5rem;
  padding-bottom: 4rem;
}
.contents-title {
  margin-bottom: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
  font-size: 3.4rem;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.03em;
}
.contents-title > span {
  display: inline-block;
  position: relative;
}
.contents-title > span::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 1%;
  left: -17%;
  width: 4.6rem;
  height: 4.6rem;
  background: url("../img/icon2.svg") no-repeat 50% 50%;
  background-size: contain;
}
.contents-title > span::after {
  content: '';
  display: block;
  position: absolute;
  top: -11%;
  right: -21%;
  width: 4rem;
  height: 3.7rem;
  background: url("../img/icon3.svg") no-repeat 50% 50%;
  background-size: contain;
}
.contents-title .en-kerning {
  letter-spacing: normal;
}
.contents-title .punct{
  margin-right: -0.1em;
}
.contents-text {
  line-height: 1.8;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
}
.contents-text .punct{
  margin-right: -0.1em;
}
.contents-heading {
  margin-top: 6rem;
  text-align: center;
  font-size: 2.2rem;
}
.contents-heading.mt-l {
  margin-top: 6rem;
}
.contents-heading .bg-fill {
  display: inline-block;
  position: relative;
  padding: 0.5em 2.2em 0.4em;
  border-radius: 2em;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  background-color: #3c4151;
  white-space: nowrap;
}
.contents-heading .punct{
  margin-right: -0.6em;
}
.contents-heading .bg-fill .punct{
  margin-right: -0.7em;
}
.heading-img.nomargin {
  margin-left: -3rem;
  margin-right: -3rem;
  position: relative;
  overflow: hidden;
}
.heading-img.nomargin .heading-img1_photo{
  width: 46px;
  position: absolute;
  /* 初期位置：画面の左外側、高さは下の方 */
  bottom: 56%;
  left: 28%;
  opacity: 0; 
  animation: 
    move-x 4.2s linear infinite both, 
    move-y 4.2s cubic-bezier(0.35, 0, 0.65, 1) infinite both,
    fade 4.2s linear infinite both;
}
/* 修正箇所：親クラスをつけてセレクタの強さをベースと合わせる */
.heading-img.nomargin .heading-img1_photo1 { animation-delay: 0s; }
.heading-img.nomargin .heading-img1_photo2 { animation-delay: 1.4s; }
.heading-img.nomargin .heading-img1_photo3 { animation-delay: 2.8s; }


/* 横移動：左端から右端まで一直線 */
@keyframes move-x {
  0% { left: 28%; }
  100% { left: 62%; }
}

/* 縦移動：上がって下がる */
@keyframes move-y {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-80%); } /* ここで放物線の高さを調整 */
}
@keyframes fade {
  0%, 5%   { opacity: 0; } /* 0%〜5%までは透明のまま待機 */
  15%      { opacity: 1; } /* 15%で完全に見える */
  85%      { opacity: 1; } /* 85%まで見えたままキープ */
  95%, 100% { opacity: 0; } /* 95%で完全に透明になり、100%まで透明をキープ */
}

.heading-img.mt-m {
  margin-top: 3rem;
}
.movie1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 4rem;
  background-color: #fff;
}
.movie1::before {
  content: '';
  display: block;
  padding-top: 83%;
}
.movie1 video {
  position: absolute;
  top: 50%;
  left: -4.1%;
  width: 105%;
  transform: translate(0, -50%);
}
.heading-notes {
  margin-top: 1em;
  font-size: 1.3rem;
  text-align: center;
}
/* compatible-model */
.wrap-compatible-model {
  background: linear-gradient(to bottom, #f0fcd3 0%, #e2f7b5 100%);
  padding: 2rem;
  border-radius: 4rem;
  max-width: 42rem;
  margin: 30px auto;
}
.compatible-model {
  max-width: 29rem;
  margin: 0 auto;
}
.compatible-model > li {
  display: flex;
  padding: 0 1.2em;
  border-radius: 2em;
  overflow: hidden;
  background-color: #fff;
}
.compatible-model > li:not(:first-child) {
  margin-top: 0.5em;
}
.compatible-model .model-img {
  align-self: flex-end;
  width: 3em;
  margin-right: 0.6em;
  padding-top: 0.3em;
}
.compatible-model .model-name {
  flex: 1;
  align-self: center;
  padding: 0.3em 0;
  line-height: 1.5;
  font-size: 1.6rem;
}
/* use-img */
.use-img {
  margin-top: 4rem;
}
.movie2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
}
.movie2::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.movie2 video {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}
.movie2 .btn-play {
  position: absolute;
  top: 48.5%;
  left: 50%;
  width: 9rem;
  transform: translate(-50%, -50%);
}
.sound_btn {
  position: absolute;
  content: "";
  display: block;
  background: rgba(255,255,255,.7) url("../img/sound_off.svg") center center no-repeat;
  background-size: 70% auto;
  width: 32px;
  height: 32px;
  border-radius: 16px;
}
.sound_btn.active {
  background: #fff url("../img/sound_on.svg") center center no-repeat;
}
/* btn-link */
.btn-link-wrap {
  display: none;
  margin: 4rem auto 0;
  text-align: center;
}
.btn-link {
  display: inline-block;
  width: 80%;
  position: relative;
  padding: 0.5em 1.5em 0.4em;
  border-radius: 0.8em;
  color: #fff !important;
  line-height: 1.4;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none !important;
  background-color: #406bb3;
}
/* notes */
.notes {
  margin-top: 4rem;
  color: #666;
  font-size: 1.2rem;
}
.btn-like{
  text-align: center;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: .5rem;
  width: auto;
  padding: 0.5rem 0.7rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 1.3rem;
}
.btn-like:link{
  text-decoration: none;
}
.btn-like::before {
  content: "\2665";
  color: #e85298;
  font-size: 1.4rem;
  transition: color 0.3s;
}
.wrap-btn-like{
  margin-top: 1.3em;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
/* JSでこのクラスが付与されたら flex で表示する */
.is-show {
  display: flex !important;
}
.balloon-btn-like {
  position: relative;
  display: inline-block;
  padding: .5rem;
  background: #E5F4B7;
  border: 1px solid #CCC;
  border-radius: .5rem;
  font-size: 1.1rem;
}
.balloon-btn-like::before {
  content: "";
  position: absolute;
  top: 50%;
  /* -7px から -6.5px または -6px に */
  left: -6.5px; 
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #ccc;
}

.balloon-btn-like::after {
  content: "";
  position: absolute;
  top: 50%;
  /* -5px から -4.5px または -4px に */
  left: -4.5px; 
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #E5F4B7; /* ここが新しい背景色 */
}
/*iziModal設定*/
.iziModal{
  max-height: 90vh;
  text-align: center;
}
.js-iziModal .modal-close {
  position: fixed;
  top: -18px;
  right: 8%;
}
.js-iziModal .modal-close::before,
.js-iziModal .modal-close::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3rem;
  height: 0.3rem;
  background-color: #FFF;
}
.js-iziModal .modal-close::before {
  transform: rotate(45deg);
}
.js-iziModal .modal-close::after {
  transform: rotate(-45deg);
}
.text-like{
  text-align: center;
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.text-like:link{
  text-decoration: none;
}
.text-like::before {
  content: "\2665";
  color: #e85298;
  font-size: 1.4rem;
  transition: color 0.3s;
}
.text-thanks{
  font-size: 1.4rem;
}

/* footer */
.footer {
  position: relative;
  padding: 2rem 1.6rem;
  border-top: 1px solid #707070;
  text-align: center;
}
.footer .copyright {
  font-size: 1.3rem;
}


/* -----------------------------------------
 アニメーション エフェクト
------------------------------------------- */
/* フェードイン */
.fade-in {
  opacity: 0;
}
.fade-in.active {
  animation: fadeIn .8s ease-out forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* フェードイン・アップ */
.fade-in-up {
  opacity: 0;
}
.fade-in-up.active {
  animation: fadeInUp .8s ease-out forwards;
}
@keyframes fadeInUp {
  0% {
    transform: translate3d(0, 3rem, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* -----------------------------------------
 レスポンシブ
------------------------------------------- */
/* tablet size */
@media screen and (min-width: 600px) {
  html {
    font-size: calc(100vw/56);
  }
  .sp-only:not(.tab) {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .pc-only.tab {
    display: none;
  }
  .wrap {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .wrap-white{
    max-width: 480px;
  }
  .main-contents {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
  .contents-title {
    margin-bottom: 1.2rem;
    font-size: 4rem;
  }
  .contents-title > span::before {
    left: -19%;
    width: 5.4rem;
    height: 5.3rem;
  }
  .contents-title > span::after {
    right: -24%;
    width: 4.8rem;
    height: 4.4rem;
  }
  .contents-text {
    font-size: 1.6rem;
  }
  .contents-heading .bg-fill {
    font-size: 2rem;
  }
  .contents-heading .bg-fill::before {
    width: 5rem;
    height: 7.9rem;
  }
  .compatible-model {
    max-width: 37rem;
  }
  .compatible-model > li {
    padding: 0 2.4em;
  }
  /* movie */
  .movie {
    max-width: 42rem;
  }
  .btn-link-wrap {
    margin-top: 5rem;
  }
  .btn-link {
    width: auto;
    padding: 0.8em 2em 0.7em;
    border-radius: 0.8em;
    font-size: 2rem;
  }
  /* notes */
  .notes {
    margin-top: 5rem;
  }
}
/* pc size */
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    font-size: calc(1em*.625);
  }
  .sp-only, .sp-only:not(.tab) {
    display: none;
  }
  .pc-only.tab {
    display: block;
  }
  a:hover {
    opacity: 0.7;
  }
  .wrap {
    max-width: 84rem;
    padding-right: 6rem;
    padding-left: 6rem;
  }
  .contents-title {
    margin-bottom: 3rem;
    font-size: 3.6rem;
    letter-spacing: 0.06em;
  }
  .contents-heading {
    font-size: 2.4rem;
  }
  .contents-heading .bg-fill {
    padding: 0.5em 2.5em 0.3em;
  }
  /* notes */
  .notes {
    margin-top: 8rem;
    font-size: 1.2rem;
  }
}