@charset "UTF-8";
body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1;
  box-sizing: border-box;
  letter-spacing: 2px;
  color: #454545;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  box-sizing: border-box;
}

.br_pc {
  display: block;
}

.br_sp {
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

.bg {
  position: relative;
}

small {
  font-family: "font02";
}

.con {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

input,
textarea {
  -webkit-appearance: none;
}

a {
  color: #454545;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  opacity: 0.8;
}

.pc_nav {
  display: block;
}

.fix_inner {
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background: url(../img/me_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.fix_inner .menu {
  width: 220px;
  position: relative;
  top: 25%;
  left: calc(50% - 600px);
  right: auto;
  height: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
@media screen and (max-width: 1280px) {
  .fix_inner .menu {
    left: calc(50% - 350px);
  }
}
.fix_inner .menu .ttl img {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
.fix_inner .menu nav ul {
  margin: 60px 0 60px 30px;
}
.fix_inner .menu nav ul li {
  font-size: 18px;
  letter-spacing: 3px;
  margin-top: 40px;
  text-align: left;
}
.fix_inner .menu .btn {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  width: 200px;
}
.fix_inner .qr {
  top: auto;
  right: auto;
  left: calc(50% + 300px);
  /* left: auto; */
  bottom: 9%;
  width: 160px;
  z-index: 1;
}
.fix_inner .qr p {
  color: #333333;
  display: flex;
  align-items: end;
}
.fix_inner .qr img {
  width: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .fix_inner .qr {
    display: none;
  }
}

.main {
  width: 100%;
  max-width: 540px;
  height: auto;
  position: absolute;
  background: #fff;
  left: auto;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  overflow-x: hidden;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1280px) {
  .main {
    max-width: 375px;
    right: 15%;
    left: auto;
  }
}

.text {
  font-size: min(3.5vw, 14px);
  text-align: left;
  line-height: 2.5;
  letter-spacing: 0.15em;
}

.r_line {
  right: 3%;
  left: auto;
  top: 0;
  width: auto;
  height: 100vh;
  animation: loop_r infinite linear 25s both;
}

.r_line_2 {
  right: 3%;
  left: auto;
  top: 100vh;
  width: auto;
  height: 100vh;
  animation-delay: 25s;
  animation: loop_r infinite linear 25s both;
}

@keyframes loop_r {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100vh);
  }
}
/* スライダー全体 */
.slider-wrapper {
  position: absolute;
  bottom: 0;
}

.slider-wrapper {
  display: flex;
  /* スライドのグループを横並び */
  overflow: hidden;
  /* はみ出たスライドを隠す */
}

/* スライド3枚のグループ */
.slider {
  animation: scroll-left 15s infinite linear 0.5s both;
  display: flex;
  /* スライド3枚を横並び */
}

/* スライド */
.slide {
  width: 33.3333333333vw;
  margin-right: 30px;
  opacity: 0.8;
  /* 3はスライドの枚数 */
}

/* スライドの画像 */
.slide img {
  width: 100%;
}

/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.wrapper {
  max-width: 1000px;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
}

.marquee-anim {
  transition: all 0.3s;
}

.marquee-anim {
  opacity: 1;
  animation: marquee 100s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  transform: translate(-50%, 0%);
  white-space: nowrap;
  margin-top: -8vh;
}

@keyframes marquee {
  0% {
    transform: translate(-40%, 0%);
  }
  100% {
    transform: translate(-60%, 0%);
  }
}
.marquee-inline {
  display: block;
  padding-right: 0.5em;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-shadow: #000 1px 1px 0px, #000 -1px 1px 0px, #000 1px -1px 0px, #000 -1px -1px 0px;
}

/* ---------------------------- ここから位置指定 ---------------------------- */
.me1_1 {
  width: 26%;
  top: 15%;
  right: 12%;
  left: auto;
}

.me2_1 {
  width: 45%;
  top: 5%;
  right: 3%;
  left: auto;
}

.me3_1 {
  width: 90%;
  top: 25%;
}

.me3_2 {
  width: 90%;
  top: 47.5%;
}

.me3_3 {
  width: 90%;
  top: 70%;
}

.me4_1 {
  width: 80%;
  top: 7%;
}

.me4_2 {
  width: 80%;
  top: 31%;
}

.me8_1 {
  width: 70%;
  top: 8%;
}

.me8_2 {
  width: 70%;
  top: 28%;
}

.me9_1 {
  width: 82%;
  top: 2.4%;
}

.me10_1 {
  width: 80%;
  top: 25%;
}

.me10_2 {
  width: 80%;
  top: 75%;
}

.me12_1 {
  width: 80%;
  top: 0%;
}

.me12_2 {
  width: 90%;
  top: 25%;
}

.me12_3 {
  width: 90%;
  top: 55%;
  left: auto;
  right: 0;
}

.me13_1 {
  width: 90%;
  top: 0%;
  left: 0;
  right: auto;
}

.me13_2 {
  width: 90%;
  top: 30%;
  left: auto;
  right: 0;
}

.me13_3 {
  width: 90%;
  top: 63%;
  left: 0;
  right: auto;
}

.me14_1 {
  width: 70%;
  top: 5%;
  left: 5%;
  right: auto;
}

.me17_1 {
  width: 60%;
  top: 10%;
  left: 5%;
  right: auto;
}

.cv_btn1 {
  width: 55%;
  top: 58%;
  left: 33%;
}

.cv_btn2 {
  width: 80%;
  top: 65%;
}

.me30_1 {
  width: 40%;
  top: 10%;
  left: 5%;
  right: auto;
}

.me30_2 {
  width: 80%;
  top: 38%;
}

.me30_3 {
  width: 40%;
  top: 64%;
}

.me33_1 {
  width: 80%;
  top: 21%;
}

.me33_2 {
  width: 40%;
  top: 54%;
}

.me37_1 {
  width: 80%;
  top: 7%;
}

.me37_2 {
  width: 40%;
  top: 30%;
  right: 5%;
  left: auto;
}

.me39_1 {
  width: 40%;
  top: 8%;
}

.me39_2 {
  width: 50%;
  top: 25%;
}

.me42_1 {
  width: 80%;
  top: 7%;
}

.me42_2 {
  width: 90%;
  top: 40%;
}

.me46_1 {
  width: 55%;
  top: 27%;
}

.me46_2 {
  width: 40%;
  top: 8%;
}

.me52_1 {
  width: 40%;
  top: 8%;
}

.me52_2 {
  width: 37%;
  top: 35%;
}

.me54_1 {
  width: 90%;
  top: 2%;
}

.me55_1 {
  width: 90%;
  top: 0%;
}

.me56_1 {
  width: 90%;
  top: 2%;
}

.mq14 .swiper {
  width: 90% !important;
  position: absolute !important;
  top: -3%;
  left: 0;
  right: 0;
  margin: auto;
}

.mq14 .swiper-button-next:after {
  content: "";
  width: 195% !important;
  height: 120% !important;
  background: url(../image/next.png);
  background-size: cover;
  background-position: center;
  /* right: 0 !important; */
  position: absolute;
  top: -15%;
  right: -5%;
}

.mq14 .swiper-button-prev:after {
  content: "";
  width: 195% !important;
  height: 120% !important;
  background: url(../image/prev.png);
  background-size: cover;
  background-position: center;
  /* right: 0 !important; */
  position: absolute;
  top: -15%;
  left: -5%;
}

/* ---------------------------- ここから位置指定 ---------------------------- */
.up {
  opacity: 0;
  transform: translateY(60px);
}

.up.isShow {
  animation-name: anm_up;
  animation-fill-mode: forwards;
  animation-duration: 1.2s;
  opacity: 1;
}

@keyframes anm_up {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.rota {
  opacity: 1;
  transform: rotate(0deg);
  transform-origin: bottom left;
}

.rota {
  animation-name: anm_rota;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  opacity: 1;
  animation-iteration-count: infinite;
}

@keyframes anm_rota {
  0% {
    opacity: 1;
    transform: rotate(0deg);
  }
  25% {
    opacity: 1;
    transform: rotate(-2deg);
  }
  50% {
    opacity: 1;
    transform: rotate(2deg);
  }
  75% {
    opacity: 1;
    transform: rotate(-2deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}
.exp {
  opacity: 0;
  transform: scale(1.5);
  transform-origin: bottom left;
}

.exp.isShow {
  animation-name: anm_exp;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
  animation-duration: 0.5s;
  opacity: 0;
}

@keyframes anm_exp {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.petal1 {
  opacity: 0;
  transform: translate(-75%, -75%);
}

.petal1.isShow {
  animation-name: anm_petal1;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-duration: 2s;
  opacity: 0;
}

@keyframes anm_petal1 {
  0% {
    opacity: 0;
    transform: translate(-75%, -75%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.petal2 {
  opacity: 0;
  transform: translate(75%, -75%);
}

.petal2.isShow {
  animation-name: anm_petal2;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-duration: 2s;
  opacity: 0;
}

@keyframes anm_petal2 {
  0% {
    opacity: 0;
    transform: translate(75%, -75%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.anm_blur {
  opacity: 0;
}

.anm_blur_p {
  opacity: 0;
}

.anm_blur.isShow {
  animation-name: anm_blur;
  animation-fill-mode: forwards;
  animation-duration: 0.7s;
  opacity: 0;
}

.anm_blur_p.isShow {
  animation-name: anm_blur_p;
  animation-fill-mode: forwards;
  animation-duration: 0.7s;
  opacity: 0;
}

.lazy_ign {
  opacity: 0;
}

.lazy_ign.lazyloaded {
  animation-name: anm_blur;
  animation-fill-mode: forwards;
  animation-duration: 0.7s;
  animation-delay: 0.5s;
}

@keyframes anm_blur {
  0% {
    opacity: 0;
    filter: blur(40px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    background-color: none;
  }
}
@keyframes anm_blur_p {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    background-color: none;
  }
}
.blur {
  animation: blur-anim 1s linear forwards;
  filter: blur(30px);
}

.blur_2 {
  animation: blur-anim2 1s linear forwards;
  filter: blur(30px);
}

.scl {
  animation: scl-anim 1s linear forwards;
  animation-delay: 0.3s;
  transform: scale(1.3);
  filter: blur(30px);
}

@keyframes blur-anim {
  0% {
    filter: blur(30px);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes blur-anim2 {
  0% {
    filter: blur(30px);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes scl-anim {
  0% {
    transform: scale(1.3);
    filter: blur(30px);
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
  }
}
/*アコーディオン*/
.bg_ac {
  background: #7eadb6;
  padding: 3% 0;
}

/*アコーディオンで現れるエリア*/
.ac_box {
  display: none;
  /*はじめは非表示*/
  margin: 0 auto;
  color: #7eadb6;
}

.ac_box.open {
  display: flex;
  align-items: center;
}

.ac_box .ac_box_box {
  display: flex !important;
  background: #fff;
  align-items: center;
  padding: 0;
  box-sizing: border-box;
  margin-left: 0;
  margin: 0 auto;
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  padding: 3% 0;
  padding-top: 0%;
}

.accordion-area li {
  margin: 2% 0;
}

.accordion-area section {
  color: #fff;
}

.accordion-area h3 {
  display: -ms-flexbox;
  align-items: center;
  width: 100;
  height: auto;
  margin: 0 auto;
  background: #7eadb6;
}

.accordion-area {
  background: #7eadb6;
}

.accordion-area h3 .qa_q {
  width: 33px;
  margin-left: 30px;
  margin-right: 30px;
  height: 24px;
  background: url("../img/lp_xross/lpx_q_close.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.accordion-area h3.close {
  color: #fff;
}

.accordion-area h3.close .qa_q {
  background: url("../img/lp_xross/lpx_q.png") no-repeat;
}

.qa_a {
  width: 31px;
  margin-left: 30px;
  margin-right: 30px;
  height: 25px;
}

.qa {
  padding-bottom: 125px;
}

.ac_box_box {
  width: 100%;
  margin: 0 auto;
}

.q_btn {
  width: 100%;
  margin: 0 auto;
}

.close .qa_open_b {
  transform: rotate(0);
}

.qa_open_b {
  transform: rotate(-90deg);
}

.title {
  position: relative;
}

.qa_open {
  position: absolute;
  width: 6%;
  height: 2px;
  background: #7eadb6;
  left: auto;
  right: 4%;
  top: 48%;
  transition: 0.3s ease-in-out;
}

/*アコーディオン*/
/* オファーエリア */
.mqcv_01 {
  width: 90%;
  top: 28%;
}

.mqcv_02 {
  width: 90%;
  top: 41%;
}

.mqcv_03 {
  width: 90%;
  top: 54%;
}

.mqcv_04 {
  width: 90%;
  top: 69%;
}

.mqcv_05 {
  width: 90%;
  top: 84%;
}

.mqcv_06 {
  width: 100%;
  top: 0%;
}

.mqcv_07 {
  width: 45%;
  top: 64.5%;
  left: 20%;
}

.mqscv {
  animation: anm_btn infinite linear 1.2s;
  transform: scale(0.9);
}

@keyframes anm_btn {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  1000% {
    transform: scale(0.9);
  }
}
.mqcv_09 {
  width: 95%;
  top: 5%;
}

/* オファーエリア */
@media screen and (max-width: 1024px) {
  .l_line,
  .l_line_2,
  .r_line,
  .r_line_2,
  .qr {
    display: none;
  }
  .ttl {
    width: 88%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .fix_inner {
    background: none !important;
  }
  .fix_inner .menu {
    display: none;
  }
  .main {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: static;
    background: #fff;
    left: auto;
    top: 10%;
    left: 50%;
    right: auto;
    overflow-x: hidden;
  }
  .mq14 .swiper-button-next:after,
  .mq14 .swiper-button-prev:after {
    top: -20%;
    /*width: 45px!important;*/
    /*height: 90px !important;*/
  }
  .slider-wrapper {
    display: none;
  }
}
.pro {
  opacity: 0;
  transform: translateY(-30%);
}

.pro.isShow {
  animation-name: anm_pro;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  opacity: 0;
}

@keyframes anm_pro {
  0% {
    opacity: 0;
    transform: translateY(-30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.pro1 {
  animation-delay: 0.8s;
}

.pro2 {
  animation-delay: 0.6s;
}

.pro3 {
  animation-delay: 0.4s;
}

.pro4 {
  animation-delay: 0.2s;
}

.cv_top {
  margin-top: 5%;
}

/*
.fl_pc {
    opacity: 0;
    transition: 0.3s ease-in-out;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.25);
    a {
        padding: 7px;
        width: 40%;
    }
    .fl_in {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 700px;
        margin: 0 auto;
    }
}
*/
.fl {
  opacity: 0;
  transition: 0.3s ease-in-out;
  max-width: 540px;
  position: fixed;
  bottom: 0;
  z-index: 5;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  padding: 10px;
}
.fl a {
  width: 46%;
}

.fl.apr {
  opacity: 1;
}

.fl.none {
  display: none;
}

.fl.opacity {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .fl {
    max-width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 5;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.25);
    padding: 3%;
  }
  .fl a {
    width: 46%;
  }
  .last_bg {
    margin-bottom: 20%;
  }
  .fix_inner {
    background: #fff;
  }
}
.form {
  width: 100%;
  /* height: 500px;
  background: green;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px; */
}

.sns_flex {
  width: 50%;
  top: 65%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sns_flex a {
  width: 20%;
  display: block;
}
.sns_flex a img {
  width: 100%;
}

footer {
  width: 100%;
  background: #177889;
  margin: 0px auto;
  padding: 20px 0;
}
footer ul {
  width: 96%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
footer ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-right: 15px;
}
@media screen and (max-width: 1280px) {
  footer ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  footer ul li a {
    font-size: 3.2vw;
  }
}
footer ul li a:last-child {
  margin-right: 0;
}
footer ul:first-child {
  margin-bottom: 0px;
}
footer ul li a:nth-of-child(2) {
  margin: 0 20px;
}

.yt {
  top: 0;
}
.yt iframe {
  aspect-ratio: 3/1.7;
}

.me36,
.me37 {
  display: none;
}/*# sourceMappingURL=style.css.map */

.form_main_container_ec {
    position:relative;
    z-index:9;
}
footer {
    position:relative;
    z-index:9;
}

.bg.me32 p{
    position: absolute;
    bottom: 25px;
    right: 5px;
    font-size: 12px;
}
.bg.me35 p {
    position: absolute;
    bottom: 20px;
    right: 5px;
    font-size: 12px;
}
@media screen and (max-width: 1279px) {
    .bg.me32 p {
        font-size:11px;
        bottom: 7%;
    }
    .bg.me35 p {
        font-size:10px;
        bottom: 5%;
    }
}
@media screen and (max-width: 768px) {
    .bg.me32 p {
        font-size:10px;
        bottom: 7.6%;
        right:2px;
    }
    .bg.me35 p {
        font-size:10px;
        bottom: 5%;
        right:2px;
    }
}

.me1_1{
        width: 13.2%;
    top: 12.5%;
    right: 19%;
    left: auto;
}

.me1_1 {
    width: 25%;
    top: 13%;
    right: 12%;
    left: auto;
}
.me4_1 {
    width: 75%;
    top: 21%;
  }
  
  .me5_1 {
    width: 85%;
  }

.lp6_01_01 {
    width:70%;
    top:9%;
}
.lp6_01_02 {
    width:89%;
    top:46%;
}
.lp6_02_01 {
    width:88%;
    top:4%;
}
.lp6_02_02 {
    width:89%;
    top:54%;
}
.lp6_03_01 {
    width:90%;
    top:10%;
}
.lp6_04_01 {
    width:99%;
    top:3%;
}
.lp6_06_01 {
    top:2%;
    width:91%;
    margin: 0 auto;
}
  .clorie_12_04_guide img {
      width: 25% !important;
      position: absolute !important;
      top: 97% !important;
      right: 3% !important;
  }