@charset "UTF-8";
@font-face {
  font-family: "AlrightSans-Black";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../font/AlrightSans-Black.otf") format("opentype");
}
@font-face {
  font-family: "AlrightSans-Medium";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../font/AlrightSans-Medium.otf") format("opentype");
}
@font-face {
  font-family: "YuGothic-Regular";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../font/YuGothic-Regular.otf") format("opentype"), url("../font/YuGothic-Regular.woff") format("woff"), url("../font/YuGothic-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "YuGothic-Medium";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../font/YuGothic-Medium.otf") format("opentype"), url("../font/YuGothic-Medium.woff") format("woff"), url("../font/YuGothic-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "YuGothic-Bold";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../font/YuGothic-Bold.otf") format("opentype"), url("../font/YuGothic-Bold.woff") format("woff"), url("../font/YuGothic-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "HuiFont";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../font/HuiFont29.otf") format("opentype"), url("../font/HuiFont29.woff") format("woff"), url("../font/HuiFont29.woff2") format("woff2");
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ 共 通 ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
.LP_page p,
.LP_page h2,
.LP_page h3,
.LP_page h4,
.LP_page a {
  color: var(--color-text);
  font-family: var(--font-YuGothic-B), sans-serif;
  font-feature-settings: "palt";
  font-style: normal;
  font-weight: unset;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.topic-path {
  display: none;
}

.LP_page {
  margin: 0 auto calc(40 * (100vw/750));
  overflow: hidden;
  width: 100%;
  max-width: calc(750 * (100vw/750));
}
.LP_page img {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.LP_page picture {
  display: block;
}
.LP_page a {
  display: block;
  color: inherit;
}
.LP_page *:focus {
  outline: none;
}
.LP_page a,
.LP_page label {
  -webkit-tap-highlight-color: rgba(159, 213, 209, 0.4);
}
.LP_page input {
  display: none;
}
.LP_page li,
.LP_page ol {
  list-style-type: none;
}
.LP_page ::-moz-selection {
  color: rgb(64, 184, 188);
  background-color: rgba(182, 224, 220, 0.6);
}
.LP_page ::selection {
  color: rgb(64, 184, 188);
  background-color: rgba(182, 224, 220, 0.6);
}
.LP_page .spOnly {
  display: block;
}
.LP_page .pcOnly {
  display: none;
}

/*--------------------------------
							SP  Only
--------------------------------*/
/* .LP_page : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*--------------------------------
							txt  SP
--------------------------------*/
.LP_page {
  /*----------------------------------------
  ≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
  ----------------------------------------*/
  --color-bg: #9FD5D1;
  --color-text: #333333;
  --color-title: #2C5463;
  --color-button: #40B8BC;
  --color-section-bg: #EFF9F8;
  --color-attention-bg: #C5E6E3;
  --font-YuGothic-R: "YuGothic-Regular";
  --font-YuGothic-M: "YuGothic-Medium";
  --font-YuGothic-B: "YuGothic-Bold";
  --font-Hui: "HuiFont", sans-serif ;
  --font-AlrightSans-B: "AlrightSans-Black", sans-serif ;
  --font-AlrightSans-M: "AlrightSans-Medium", sans-serif ;
}
.LP_page .mv {
  position: relative;
  padding-bottom: calc(182 * (100vw/750));
  text-align: center;
  z-index: 0;
}
.LP_page .mv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(97 * (100vw/750));
  background-image: url(../img/wave01_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.LP_page .mv__img {
  margin-bottom: calc(119 * (100vw/750));
  background-color: #ffffff;
  width: 100%;
}
.LP_page .mv__lead__title {
  margin-bottom: calc(28 * (100vw/750));
  color: var(--color-button);
  font-family: var(--font-YuGothic-B), var(--font-AlrightSans-B);
  font-size: calc(62 * (100vw/750));
  line-height: 1.7;
  letter-spacing: 0.075em;
}
.LP_page .mv__lead__title .en {
  font-family: var(--font-AlrightSans-B);
}
.LP_page .mv__lead__text {
  padding: 0 calc(20 * (100vw/750));
  font-size: calc(29 * (100vw/750));
  line-height: 2.07;
  letter-spacing: 0.075em;
}
.LP_page .mv__lead__note {
  margin-top: calc(67 * (100vw/750));
  font-size: calc(24 * (100vw/750));
  line-height: 1.88;
  letter-spacing: 0.075em;
}
.LP_page .mv__lead__note .regular {
  font-family: var(--font-YuGothic-M), sans-serif;
}
.LP_page .mv__lead__note a {
  display: inline;
}
.LP_page .contentsWrap {
  position: relative;
  padding-top: calc(103 * (100vw/750));
  padding-bottom: calc(384 * (100vw/750));
  background-color: var(--color-bg);
  text-align: center;
  z-index: 0;
}
.LP_page .contentsWrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(446 * (100vw/750));
  background-image: url(../img/parts-a.png), url(../img/parts-b.png), url(../img/parts-c.png);
  background-size: calc(218 * (100vw/750)) auto, calc(310 * (100vw/750)) auto, calc(163 * (100vw/750)) auto;
  background-position: top calc(76 * (100vw/750)) left -1%, right calc(189 * (100vw/750)) bottom, top right;
  background-repeat: no-repeat;
  z-index: 0;
}
.LP_page .contents__title {
  margin-bottom: calc(50 * (100vw/750));
  color: var(--color-title);
  font-size: calc(50 * (100vw/750));
  line-height: 1.8;
  letter-spacing: 0.075em;
}
.LP_page .contents__text {
  margin-top: calc(55 * (100vw/750));
  color: var(--color-title);
  font-family: var(--font-Hui);
  font-size: calc(38 * (100vw/750));
  line-height: 1.8;
}
.LP_page .bubblesWrap {
  position: absolute;
  z-index: 0;
}
.LP_page .bubblesWrap.anim_enable2 .bubble {
  -webkit-animation: amin 8s ease infinite;
          animation: amin 8s ease infinite;
}
.LP_page .bubblesWrap .bubble {
  display: block;
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}
@-webkit-keyframes amin {
  0% {
    transform: translate(0, 0);
  }
  2% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    transform: translate(0, -80vh);
    opacity: 1;
  }
}
@keyframes amin {
  0% {
    transform: translate(0, 0);
  }
  2% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    transform: translate(0, -80vh);
    opacity: 1;
  }
}
.LP_page .bubblesWrap .bubble.--2 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.LP_page .bubblesWrap .bubble.--3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.LP_page .bubblesWrap--1 {
  top: calc(22 * (100vw/750));
  left: calc(18 * (100vw/750));
  width: calc(78 * (100vw/750));
  height: calc(95 * (100vw/750));
}
.LP_page .bubblesWrap--1 .--1 {
  top: 0;
  left: 0;
  border: 5px solid #ffffff;
  width: calc(28 * (100vw/750));
  height: calc(28 * (100vw/750));
}
.LP_page .bubblesWrap--1 .--2 {
  bottom: 0;
  left: calc(22 * (100vw/750));
  background-color: #ffffff;
  width: calc(25.6 * (100vw/750));
  height: calc(25.6 * (100vw/750));
}
.LP_page .bubblesWrap--1 .--3 {
  top: calc(28 * (100vw/750));
  right: 0;
  background-color: var(--color-button);
  width: calc(30 * (100vw/750));
  height: calc(30 * (100vw/750));
}
.LP_page .bubblesWrap--2 {
  top: calc(22 * (100vw/750));
  right: calc(18 * (100vw/750));
  width: calc(73 * (100vw/750));
  height: calc(100 * (100vw/750));
}
.LP_page .bubblesWrap--2 .--1 {
  top: calc(33 * (100vw/750));
  left: 0;
  background-color: var(--color-button);
  width: calc(15 * (100vw/750));
  height: calc(15 * (100vw/750));
}
.LP_page .bubblesWrap--2 .--2 {
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: calc(25.6 * (100vw/750));
  height: calc(25.6 * (100vw/750));
}
.LP_page .bubblesWrap--2 .--3 {
  top: 0;
  right: 0;
  border: 4px solid var(--color-button);
  width: calc(40 * (100vw/750));
  height: calc(40 * (100vw/750));
}
.LP_page .bubblesWrap--3 {
  top: calc(-24 * (100vw/750));
  left: calc(48 * (100vw/750));
  width: calc(48 * (100vw/750));
  height: calc(123 * (100vw/750));
}
.LP_page .bubblesWrap--3 .--1 {
  top: 0;
  left: 0;
  background-color: #ffffff;
  width: calc(12.8 * (100vw/750));
  height: calc(12.8 * (100vw/750));
}
.LP_page .bubblesWrap--3 .--2 {
  bottom: 0;
  right: 0;
  border: 3px solid var(--color-button);
  width: calc(41 * (100vw/750));
  height: calc(41 * (100vw/750));
}
.LP_page .bubblesWrap--4 {
  top: calc(14 * (100vw/750));
  right: calc(50 * (100vw/750));
  width: calc(73 * (100vw/750));
  height: calc(108 * (100vw/750));
}
.LP_page .bubblesWrap--4 .--1 {
  top: 0;
  right: 0;
  background-color: var(--color-button);
  width: calc(30 * (100vw/750));
  height: calc(30 * (100vw/750));
}
.LP_page .bubblesWrap--4 .--2 {
  bottom: 0;
  left: 0;
  border: 4px solid var(--color-button);
  width: calc(28 * (100vw/750));
  height: calc(28 * (100vw/750));
}
.LP_page .bubblesWrap--5 {
  bottom: calc(125 * (100vw/750));
  left: calc(195 * (100vw/750));
  width: calc(106 * (100vw/750));
  height: calc(150 * (100vw/750));
}
.LP_page .bubblesWrap--5 .--1 {
  top: calc(57 * (100vw/750));
  left: 0;
  border: 4px solid var(--color-button);
  width: calc(28 * (100vw/750));
  height: calc(28 * (100vw/750));
}
.LP_page .bubblesWrap--5 .--2 {
  bottom: 0;
  left: calc(8 * (100vw/750));
  border: 4px solid var(--color-button);
  width: calc(46 * (100vw/750));
  height: calc(46 * (100vw/750));
}
.LP_page .bubblesWrap--5 .--3 {
  top: 0;
  right: 0;
  border: 4px solid var(--color-button);
  width: calc(46 * (100vw/750));
  height: calc(46 * (100vw/750));
}
.LP_page .bubblesWrap--6 {
  bottom: calc(125 * (100vw/750));
  right: calc(130 * (100vw/750));
  width: calc(88 * (100vw/750));
  height: calc(145 * (100vw/750));
}
.LP_page .bubblesWrap--6 .--1 {
  top: 0;
  left: 0;
  background-color: var(--color-button);
  width: calc(15 * (100vw/750));
  height: calc(15 * (100vw/750));
}
.LP_page .bubblesWrap--6 .--2 {
  top: calc(34 * (100vw/750));
  right: calc(4 * (100vw/750));
  background-color: #ffffff;
  width: calc(12.8 * (100vw/750));
  height: calc(12.8 * (100vw/750));
}
.LP_page .bubblesWrap--6 .--3 {
  bottom: 0;
  right: 0;
  background-color: var(--color-button);
  width: calc(30 * (100vw/750));
  height: calc(30 * (100vw/750));
}
.LP_page .section {
  margin-inline: calc(36 * (100vw/750));
  padding: calc(44 * (100vw/750)) calc(41 * (100vw/750)) calc(80 * (100vw/750));
  background-color: var(--color-section-bg);
  border-radius: calc(20 * (100vw/750));
}
.LP_page .section__head--number {
  margin-bottom: calc(16 * (100vw/750));
  color: var(--color-button);
  font-family: var(--font-AlrightSans-B);
  font-size: calc(94.6 * (100vw/750));
  line-height: 1;
}
.LP_page .section__head--title {
  margin-bottom: calc(45 * (100vw/750));
  color: var(--color-title);
  font-size: calc(36.8 * (100vw/750));
  line-height: 1.44;
  letter-spacing: 0.075em;
}
.LP_page .section__text {
  margin-top: calc(20 * (100vw/750));
  margin-bottom: calc(50 * (100vw/750));
  font-family: var(--font-YuGothic-M), sans-serif;
  font-size: calc(28 * (100vw/750));
  line-height: 1.46;
  text-align: justify;
}
.LP_page .section--02 {
  margin-bottom: calc(36 * (100vw/750));
}
.LP_page .section--03 {
  margin-top: calc(110 * (100vw/750));
  margin-bottom: calc(80 * (100vw/750));
}
.LP_page .section--05 {
  margin-bottom: calc(80 * (100vw/750));
  /* padding-bottom: calc(40 * (100vw/750)); */
}
.LP_page .section--01, .LP_page .section--04 {
  margin-bottom: calc(80 * (100vw/750));
}
.LP_page .section--point {
  position: relative;
  padding-top: calc(104 * (100vw/750));
  z-index: 0;
}
.LP_page .section--point::before {
  content: "";
  position: absolute;
  top: calc(28 * (100vw/750));
  left: calc(48 * (100vw/750));
  width: calc(138 * (100vw/750));
  height: calc(138 * (100vw/750));
  background-image: url(../img/point.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.LP_page .section__buttonWrap {
  display: flex;
  justify-content: center;
  -moz-column-gap: calc(25 * (100vw/750));
       column-gap: calc(25 * (100vw/750));
}
.LP_page .section__buttonWrap .button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(42 * (100vw/750));
  font-size: calc(26.2 * (100vw/750));
  line-height: 1.26;
  height: calc(110 * (100vw/750));
}
.LP_page .section__buttonWrap .button::after {
  top: calc(44 * (100vw/750));
  right: calc(17 * (100vw/750));
}
.LP_page .notice {
  margin-top: calc(-15 * (100vw/750));
  padding: calc(63 * (100vw/750)) calc(63 * (100vw/750)) calc(90 * (100vw/750));
  background-image: url(../img/bubble.png);
  background-size: calc(550 * (100vw/750)) auto;
  background-position: center;
  background-repeat: no-repeat;
}
.LP_page .notice p {
  color: var(--color-button);
}
.LP_page .notice__title {
  margin-bottom: calc(20 * (100vw/750));
  font-size: calc(34.8 * (100vw/750));
  line-height: 1;
}
.LP_page .notice__text {
  font-size: calc(28 * (100vw/750));
  line-height: 1.71;
}
.LP_page .button {
  position: relative;
  padding: calc(30 * (100vw/750)) calc(25 * (100vw/750)) calc(27 * (100vw/750));
  background-color: var(--color-button);
  border-radius: calc(16 * (100vw/750));
  color: #ffffff;
  font-size: calc(35.7 * (100vw/750));
  line-height: 1;
  z-index: 0;
}
.LP_page .button::after {
  content: "";
  position: absolute;
  top: calc(38 * (100vw/750));
  right: calc(32 * (100vw/750));
  width: calc(9.6 * (100vw/750));
  height: calc(21 * (100vw/750));
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  z-index: 0;
}
.LP_page .attentionArea {
  position: relative;
  background-color: var(--color-attention-bg);
  z-index: 0;
  padding-top: calc(130 * (100vw/750));
}
.LP_page .movie {
  margin-bottom: calc(126 * (100vw/750));
}
.LP_page .movie__title {
  margin-bottom: calc(36 * (100vw/750));
  padding-top: calc(99 * (100vw/750));
  padding-left: calc(12 * (100vw/750));
  width: calc(742 * (100vw/750));
  height: auto;
}
.LP_page .movie__iframeWrap {
  padding-inline: calc(35 * (100vw/750));
  height: calc(381 * (100vw/750));
}
.LP_page .campaign {
  position: relative;
  margin-bottom: calc(132 * (100vw/750));
}

.LP_page .campaign.mask_before {
  pointer-events: none;
}

.LP_page .campaign.mask_before::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  font-size: calc(70 * (100vw/750));
  letter-spacing: .05em;
  color: #fff;
  content: "Coming soon";
}

.LP_page .refill {
  margin-inline: calc(32 * (100vw/750));
  padding: calc(54 * (100vw/750)) calc(70 * (100vw/750)) calc(51 * (100vw/750));
  background-color: var(--color-section-bg);
  border: calc(7 * (100vw/750)) solid var(--color-button);
  border-radius: calc(20 * (100vw/750));
  box-sizing: border-box;
}
.LP_page .refill__head {
  display: inline-block;
  width: calc(232 * (100vw/750));
}
.LP_page .refill__title {
  margin-top: calc(32 * (100vw/750));
  margin-bottom: calc(48 * (100vw/750));
  padding-left: 2.5333333333vw;
  color: var(--color-button);
  font-size: calc(38.6 * (100vw/750));
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1.3;
}
.LP_page .refill__img01 {
  display: inline-block;
  position: relative;
  width: calc(260 * (100vw/750));
  z-index: 0;
}
.LP_page .refill__img01::before {
  content: "";
  position: absolute;
  top: calc(-23 * (100vw/750));
  left: calc(-100 * (100vw/750));
  width: calc(138 * (100vw/750));
  height: calc(138 * (100vw/750));
  background-image: url(../img/new.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.LP_page .refill__text {
  margin-top: calc(6 * (100vw/750));
  font-family: var(--font-YuGothic-M), sans-serif;
  font-size: calc(34 * (100vw/750));
  line-height: 1.6;
  text-align: justify;
}
.LP_page .refill__imgWrap {
  margin-top: calc(34 * (100vw/750));
}
.LP_page .refill__img02 {
  display: inline-block;
  margin-bottom: calc(18 * (100vw/750));
  width: calc(297 * (100vw/750));
}
.LP_page .refill__note {
  margin-top: calc(32 * (100vw/750));
  color: var(--color-button);
  font: normal normal 12px/1.6 "AlrightSans", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: calc(21 * (100vw/750));
  letter-spacing: 0.075em;
}
.LP_page .refill .button {
  display: inline-block;
  width: calc(417 * (100vw/750));
}

/* .LP_page SP*/
/*------------------------------------
≡≡≡≡≡≡≡ ▼ following_nav  SP ▼ ≡≡≡≡≡≡≡
------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  main {
    max-width: 100vw;
  }
  #Wrap {
    width: auto;
  }
  .wrapTop,
.wrapBottom {
    width: 100%;
  }
  .topic-path {
    padding: 0;
  }
  .list-topic-path {
    padding: 10px 0;
  }
  .LP_page {
    margin: 0 auto 4rem;
    width: 100%;
    max-width: 100vw;
  }
  .LP_page .pcOnly {
    display: block;
  }
  .LP_page .spOnly {
    display: none;
  }
  /* .LP_page : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .LP_page .mv {
    padding-bottom: 15.4rem;
  }
  .LP_page .mv::before {
    bottom: -0.2rem;
    width: 100vw;
    height: 12.3rem;
    background-image: url(../img/wave01_pc.png);
  }
  .LP_page .mv__img {
    margin-bottom: 7.9rem;
    background-color: var(--color-bg);
  }
  .LP_page .mv__img picture {
    margin: auto;
    width: 120rem;
  }
  .LP_page .mv__lead__title {
    margin-bottom: 1.8rem;
    font-size: 4.7rem;
    line-height: 1;
    letter-spacing: 0.085em;
  }
  .LP_page .mv__lead__text {
    padding: 0;
    font-size: 2.4rem;
    line-height: 1.88;
  }
  .LP_page .mv__lead__note {
    margin-top: 4.4rem;
    font-size: 2.4rem;
  }
  .LP_page .contentsWrap {
    padding-top: 4rem;
    padding-bottom: 15rem;
  }
  .LP_page .contentsWrap::after {
    height: 41.7rem;
    background-size: 26.7rem auto, 32.4rem auto, 21.3rem auto;
    background-position: top left, left 21.3rem bottom, top 2.6rem right;
  }
  .LP_page .contents__title {
    margin-bottom: 3.4rem;
    font-size: 3.5rem;
    line-height: 1.6;
  }
  .LP_page .contents__text {
    margin-top: 6rem;
    font-size: 3.4rem;
  }
  .LP_page .bubblesWrap {
    transform: translateX(-50%);
    left: 50%;
  }
  .LP_page .bubblesWrap--1 {
    top: 4.4rem;
    margin-left: -30.6rem;
    width: 8rem;
    height: 9.2rem;
  }
  .LP_page .bubblesWrap--1 .--1 {
    border: 0.5rem solid #ffffff;
    width: 2.5rem;
    height: 2.5rem;
  }
  .LP_page .bubblesWrap--1 .--2 {
    bottom: 0;
    left: 2.7rem;
    width: 2.56rem;
    height: 2.56rem;
  }
  .LP_page .bubblesWrap--1 .--3 {
    top: 2.3rem;
    width: 3rem;
    height: 3rem;
  }
  .LP_page .bubblesWrap--2 {
    top: 3.7rem;
    margin-right: auto;
    margin-left: 31.1rem;
    width: 7rem;
    height: 9.9rem;
  }
  .LP_page .bubblesWrap--2 .--1 {
    top: 3.3rem;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
  }
  .LP_page .bubblesWrap--2 .--2 {
    width: 2.56rem;
    height: 2.56rem;
  }
  .LP_page .bubblesWrap--2 .--3 {
    border: 0.4rem solid var(--color-button);
    width: 4rem;
    height: 4rem;
  }
  .LP_page .bubblesWrap--3 {
    top: 5.7rem;
    margin-left: -36.3rem;
    width: 4.8rem;
    height: 12.2rem;
  }
  .LP_page .bubblesWrap--3 .--1 {
    width: 1.28rem;
    height: 1.28rem;
  }
  .LP_page .bubblesWrap--3 .--2 {
    border: 0.4rem solid var(--color-button);
    width: 4.1rem;
    height: 4.1rem;
  }
  .LP_page .bubblesWrap--4 {
    top: 10.1rem;
    margin-right: auto;
    margin-left: 39.1rem;
    width: 7.3rem;
    height: 10.8rem;
  }
  .LP_page .bubblesWrap--4 .--1 {
    width: 3rem;
    height: 3rem;
  }
  .LP_page .bubblesWrap--4 .--2 {
    border: 0.5rem solid var(--color-button);
    width: 2.4rem;
    height: 2.4rem;
  }
  .LP_page .bubblesWrap--5 {
    bottom: 23.4rem;
    margin-left: -58.9rem;
    width: 16.3rem;
    height: 23.8rem;
  }
  .LP_page .bubblesWrap--5 .--1 {
    top: 9.3rem;
    background-color: #ffffff;
    border: none;
    width: 2.9rem;
    height: 2.9rem;
  }
  .LP_page .bubblesWrap--5 .--2 {
    bottom: 0;
    left: 0.7rem;
    border: 0.8rem solid var(--color-button);
    width: 6.6rem;
    height: 6.6rem;
  }
  .LP_page .bubblesWrap--5 .--3 {
    top: 0;
    right: 0;
    border: 0.8rem solid var(--color-button);
    width: 6.6rem;
    height: 6.6rem;
  }
  .LP_page .bubblesWrap--6 {
    bottom: 22rem;
    margin-right: auto;
    margin-left: 63.2rem;
    width: 13.5rem;
    height: 21.8rem;
  }
  .LP_page .bubblesWrap--6 .--1 {
    width: 2.28rem;
    height: 2.28rem;
  }
  .LP_page .bubblesWrap--6 .--2 {
    top: 5.2rem;
    right: 0.3rem;
    width: 1.95rem;
    height: 1.95rem;
  }
  .LP_page .bubblesWrap--6 .--3 {
    width: 4.56rem;
    height: 4.56rem;
  }
  .LP_page .section {
    margin-inline: 0;
    padding: 3.4rem 3.6rem 6.8rem;
    border-radius: 2rem;
    width: 57rem;
  }
  .LP_page .sectionWrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    row-gap: 8.1rem;
    margin-inline: auto;
    width: 120rem;
  }
  .LP_page .sectionWrap:nth-of-type(1) {
    margin-bottom: 5rem;
  }
  .LP_page .sectionWrap:nth-of-type(3) {
    padding-top: 13rem;
  }
  .LP_page .section__head--number {
    margin-bottom: -1rem;
    font-size: 7.9rem;
  }
  .LP_page .section__head--title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 3.09rem;
    line-height: 1.5;
    min-height: 9.2rem;
  }
  .LP_page .section__text {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
    font-size: 2.2rem;
    line-height: 1.59;
  }
  .LP_page .section--02 {
    margin-bottom: 0;
  }
  .LP_page .section--02 .section__head--number {
    transform: translateY(-0.8rem);
  }
  .LP_page .section--03 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .LP_page .section--05 {
    margin-bottom: 0;
    /* padding-bottom: 1.8rem; */
  }
  .LP_page .section--01, .LP_page .section--04 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .LP_page .section--point {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 8.7rem;
    width: 100%;
  }
  .LP_page .section--point::before {
    top: 2.4rem;
    left: 4rem;
    width: 11.6rem;
    height: 11.6rem;
  }
  .LP_page .section--point .section__head {
    margin-bottom: 3rem;
  }

  .LP_page .section--point .section__img {
    width: 50rem;
  }

  .LP_page .section--point .contet_wrap {
    display: flex;
    gap: 6rem;
  }

  .LP_page .section--point .txt_wrap {
    flex: 1;
  }

  .LP_page .section--point .section__text {
    margin-top: 0;
  }

  .LP_page .section__buttonWrap {
    -moz-column-gap: 2.2rem;
         column-gap: 2.2rem;
  }
  .LP_page .section__buttonWrap .button {
    margin-top: 3.6rem;
    font-size: 2.2rem;
    line-height: 1.07;
    height: 9.3rem;
  }
  .LP_page .section__buttonWrap .button::after {
    top: 3.5rem;
    right: 1.4rem;
  }
  .LP_page .notice {
    margin-top: -1rem;
    padding: 4rem 5.7rem 7rem;
    background-size: 46.1rem auto;
  }
  .LP_page .notice__title {
    margin-bottom: 2rem;
    font-size: 3.3rem;
  }
  .LP_page .notice__text {
    font-size: 2.6rem;
    line-height: 1.73;
  }
  .LP_page .button {
    position: relative;
    padding: 3.1rem 2.7rem 2.7rem;
    border-radius: 1.6rem;
    font-size: 3rem;
  }
  .LP_page .button::after {
    top: 3.5rem;
    right: 2.4rem;
    width: 0.8rem;
    height: 1.8rem;
  }
  .LP_page .attentionArea {
    margin-bottom: 3rem;
    padding-top: 8rem;
  }
  .LP_page .movie {
    position: relative;
    margin-inline: auto;
    margin-bottom: 9.3rem;
    width: 112rem;
    z-index: 0;
  }
  .LP_page .movie::before, .LP_page .movie::after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
  }
  .LP_page .movie::before {
    top: 21.9rem;
    left: -30.4rem;
    width: 17rem;
    height: 11.6rem;
    -webkit-animation: fish-l 8s 2s ease-in infinite;
            animation: fish-l 8s 2s ease-in infinite;
    background-image: url(../img/fish_1.png);
  }
  @-webkit-keyframes fish-l {
    0% {
      transform: translateX(0);
    }
    49.9% {
      transform: translateX(36rem);
    }
    50% {
      transform: translateX(36rem) scale(-1, 1);
    }
    99.9% {
      transform: translateX(0) scale(-1, 1);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes fish-l {
    0% {
      transform: translateX(0);
    }
    49.9% {
      transform: translateX(36rem);
    }
    50% {
      transform: translateX(36rem) scale(-1, 1);
    }
    99.9% {
      transform: translateX(0) scale(-1, 1);
    }
    100% {
      transform: translateX(0);
    }
  }
  .LP_page .movie::after {
    top: 50rem;
    right: -26.9rem;
    width: 14.4rem;
    height: 10.8rem;
    -webkit-animation: fish-r 6s ease-in infinite;
            animation: fish-r 6s ease-in infinite;
    background-image: url(../img/fish_2.png);
  }
  @-webkit-keyframes fish-r {
    0% {
      transform: translateX(0);
    }
    49.9% {
      transform: translateX(-32rem);
    }
    50% {
      transform: translateX(-32rem) scale(-1, 1);
    }
    99.9% {
      transform: translateX(0) scale(-1, 1);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes fish-r {
    0% {
      transform: translateX(0);
    }
    49.9% {
      transform: translateX(-32rem);
    }
    50% {
      transform: translateX(-32rem) scale(-1, 1);
    }
    99.9% {
      transform: translateX(0) scale(-1, 1);
    }
    100% {
      transform: translateX(0);
    }
  }
  .LP_page .movie__title {
    transform: translateX(1.6rem);
    margin-inline: auto;
    margin-bottom: 4.5rem;
    padding-top: 2.4rem;
    padding-left: 0;
    width: 61.4rem;
  }
  .LP_page .movie__iframeWrap {
    margin-inline: auto;
    padding-inline: 0;
    width: 56rem;
    height: 31.6rem;
  }
  .LP_page .campaign {
    margin-inline: auto;
    margin-bottom: 8rem;
    width: 96rem;
  }

  .LP_page .campaign.mask_before::before {
    font-size: 7rem;
  }

  .LP_page .refill {
    margin-inline: auto;
    margin-bottom: 2rem;
    padding: 2.7rem 12.3rem 1rem;
    border: 0.5rem solid var(--color-button);
    border-radius: 2rem;
    width: 120.7rem;
  }
  .LP_page .refill__inner {
    display: flex;
    justify-content: flex-end;
    -moz-column-gap: 0.6rem;
         column-gap: 0.6rem;
  }
  .LP_page .refill__head {
    width: 20rem;
  }
  .LP_page .refill__title {
    margin-top: 2rem;
    margin-bottom: 2.6rem;
    padding-left: 0;
    font-size: 3.86rem;
    line-height: 1;
  }
  .LP_page .refill__img01 {
    margin-right: 0.8rem;
    width: 19rem;
  }
  .LP_page .refill__img01::before {
    top: -1.6rem;
    left: -6.6rem;
    width: 10.1rem;
    height: 10.1rem;
  }
  .LP_page .refill__text {
    margin-top: 10rem;
    font-size: 2.5rem;
    line-height: 1.6;
    width: 38.4rem;
    letter-spacing: 0.038em;
  }
  .LP_page .refill__imgWrap {
    margin-top: 1.5rem;
    width: 30.1rem;
  }
  .LP_page .refill__img02 {
    margin-inline: auto;
    margin-bottom: 1.3rem;
    width: 21.5rem;
  }
  .LP_page .refill__note {
    transform: translateX(-10.6rem);
    margin-top: 2rem;
    font-size: 1.8rem;
    text-align: left;
  }
  .LP_page .refill .button {
    padding: 2.4rem 2.7rem 2.1rem;
    font-size: 2.2rem;
    width: 100%;
  }
  .LP_page .refill .button::after {
    top: 2.4rem;
  }
  /* .LP_page PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡ ▼ following_nav_pc  PC ▼ ≡≡≡≡≡≡≡
  ------------------------------------*/
}
/*--------------------------------
   Media Queries (768px ~ 1040px)
 --------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1040px) {
  .LP_page .contentsWrap .wave--1 {
    height: 10vw;
  }
  .LP_page .contentsWrap .wave--2 {
    height: 10vw;
  }
}
/*--------------------------------
   Media Queries (1041px ~ 1400px)
 --------------------------------*/
@media only screen and (min-width: 1041px) and (max-width: 1400px) {
  .LP_page .contentsWrap .wave--1 {
    height: 8vw;
  }
  .LP_page .contentsWrap .wave--2 {
    height: 8vw;
  }
}
@media only screen and (min-width: 1920px) {
  .LP_page .mv::before {
    height: 6.43vw;
  }
  .LP_page .contentsWrap .wave--1,
.LP_page .contentsWrap .wave--2 {
    height: 7.8vw;
  }
  .LP_page .contentsWrap .wave svg {
    height: inherit;
  }
}
@media only screen and (min-width: 1920px) {
  .LP_page .contentsWrap .wave svg path {
    -webkit-animation: wave2 ease-in-out 14s infinite;
            animation: wave2 ease-in-out 14s infinite;
  }
  @-webkit-keyframes wave2 {
    0% {
      transform: translate(-19%);
    }
    50% {
      transform: translate(-34.5%);
    }
    100% {
      transform: translate(-19%);
    }
  }
  @keyframes wave2 {
    0% {
      transform: translate(-19%);
    }
    50% {
      transform: translate(-34.5%);
    }
    100% {
      transform: translate(-19%);
    }
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ motion SP ▼ ≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.LP_page .mv__img,
.LP_page .anim {
  opacity: 0;
}
.LP_page .anim_enable {
  -webkit-animation: fade 1s cubic-bezier(0.09, 0.26, 0.58, 1) forwards;
          animation: fade 1s cubic-bezier(0.09, 0.26, 0.58, 1) forwards;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(calc(40 * (100vw/750)));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(calc(40 * (100vw/750)));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.LP_page .mv .anim_enable {
  -webkit-animation: mv-fade 0.8s cubic-bezier(0.09, 0.26, 0.58, 1) forwards;
          animation: mv-fade 0.8s cubic-bezier(0.09, 0.26, 0.58, 1) forwards;
}
@-webkit-keyframes mv-fade {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mv-fade {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.LP_page .message--textureimg {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.LP_page .wave {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
.LP_page .wave--1 {
  height: calc(160 * (100vw/750));
}
.LP_page .wave--1 svg path {
  fill: var(--color-attention-bg);
}
.LP_page .wave--2 {
  height: calc(170 * (100vw/750));
}
.LP_page .wave--2 svg path {
  fill: var(--color-bg);
}
.LP_page .wave svg path {
  -webkit-animation: wave ease-in-out 18s infinite;
          animation: wave ease-in-out 18s infinite;
}
.LP_page .wave svg {
  width: calc(2400 * (100vw/750));
}
@-webkit-keyframes wave {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(-56%);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes wave {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(-56%);
  }
  100% {
    transform: translate(0);
  }
}
.LP_page .sectionWrap {
  position: relative;
  z-index: 0;
}
.LP_page .animation-lottie {
  position: absolute;
  width: calc(360 * (100vw/750));
  z-index: 0;
}
.LP_page #animation-lottie--1 {
  top: calc(1120 * (100vw/750));
  left: calc(-31 * (100vw/750));
}
.LP_page #animation-lottie--2 {
  bottom: calc(-88 * (100vw/750));
  right: calc(-49 * (100vw/750));
}
.LP_page #animation-lottie {
  top: calc(780 * (100vw/750));
  left: calc(-31 * (100vw/750));
}
.LP_page #animation-lottie--campaign {
  top: calc(1513 * (100vw/750));
  right: calc(-49 * (100vw/750));
}
.LP_page #animation-lottie--3 {
  top: calc(1345 * (100vw/750));
  left: calc(-36 * (100vw/750));
}
.LP_page #animation-lottie--4 {
  top: calc(2557 * (100vw/750));
  right: calc(-40 * (100vw/750));
}
.LP_page #animation-lottie--5 {
  bottom: calc(1247 * (100vw/750));
  left: calc(-41 * (100vw/750));
}

/* .LP_page : motion SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ motion PC ▼ ≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
@media (min-width: 769px) {
  .LP_page .message--img {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .LP_page .message--textureimg {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .LP_page .recommend-list__item:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .LP_page .recommend-list__item:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .LP_page .mv__lead.anim_enable {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  @-webkit-keyframes fade {
    0% {
      opacity: 0;
      transform: translateY(2.5rem);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fade {
    0% {
      opacity: 0;
      transform: translateY(2.5rem);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .LP_page .wave--1 {
    height: 12rem;
  }
  .LP_page .wave--2 {
    height: 12rem;
  }
  .LP_page .wave svg path {
    -webkit-animation: wave ease-in-out 12s infinite;
            animation: wave ease-in-out 12s infinite;
  }
  .LP_page .wave svg {
    width: 200%;
    height: 140%;
  }
  @-webkit-keyframes wave {
    0% {
      transform: translate(-19%);
    }
    50% {
      transform: translate(-34.5%);
    }
    100% {
      transform: translate(-19%);
    }
  }
  @keyframes wave {
    0% {
      transform: translate(-19%);
    }
    50% {
      transform: translate(-34.5%);
    }
    100% {
      transform: translate(-19%);
    }
  }
  .LP_page .animation-lottie {
    width: 66rem;
    z-index: -1;
  }
  .LP_page #animation-lottie--1 {
    top: 9.2vw;
    left: -29vw;
  }
  .LP_page #animation-lottie--2 {
    bottom: 8.2vw;
    right: -29vw;
  }
  .LP_page #animation-lottie {
    top: 10vw;
    left: -9.6vw;
  }
  .LP_page #animation-lottie--campaign {
    top: 20vw;
    right: -10.4vw;
  }
  .LP_page #animation-lottie--3 {
    top: 28.2vw;
    left: auto;
    right: -29vw;
  }
  .LP_page #animation-lottie--4 {
    top: 70vw;
    right: -29vw;
  }
  .LP_page #animation-lottie--5 {
    bottom: 27vw;
    left: -29vw;
  }
}
/* .LP_page : motion PC*/
/*# sourceMappingURL=style.css.map */