/* ------------------------------
   Reset CSS
------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5要素のデフォルトをブロックに */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* ------------------------------
   Base Styles
------------------------------ */
body {
  font-family: "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  background: #efc3a8;
  color: #3e3a39;
  line-height: 1.6;
  font-size: 28px;
}

@media screen and (max-width: 750px) {
  body{
    font-size: 18px;
  }
}

.container {
  width: 100%;
  max-width: 750px; /* 最大幅750px */
  margin: 0 auto;   /* 中央寄せ */
  box-sizing: border-box;
  background: #fb8c7e;
}
.section{
  background: #fb8c7e;
}
.fv{
  text-align:center;
}
.inner{
  padding: 60px 0;
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .inner{
    padding: 40px 40px;
  }
}
.btnWrap a{
    display: block;
    text-align:center;
    position: relative;
}
.btnWrap a .btnImage{
  position: relative;
  z-index: 10;
}
.btnWrap a .hoverImage{
  position: absolute;
  bottom: 27%;
  left: 0;
  transition: 0.4s ease;
}
.btnWrap a:hover .hoverImage{
  transform: translateY(-11.5%);
}

.cvArea{
  width: 90%;
  margin: 0 auto;
  background:
}
.cvArea.-white{
  padding-bottom: 7%;
}
.cvArea .btnWrap{
  background: url(../img/cvsec_bg.png) repeat-y top center #f7f7ed;
  background-size: 100%;
  margin-bottom: -5%;
}
.cvArea.-white .btnWrap{
  background: #fff;
}
.sec01 .introCont{
    position: relative;
}
.sec01 .introCont h2{
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.sec01 .movie{
  background: #f7f7ed;
}
.sec01 .movie .movieInner{
  position: relative;
}
.sec01 .movie .movieInner:before{
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: url(https://shop.mogana.co.jp/Contents/LandingPage/0000000004/img/01_intro_line.png) no-repeat;
  background-size: cover;
}
.sec01 .movie .movieInner:after{
  content: "";
  display: block;
  position: absolute;
  width: 290px;
  height: 180px;
  right: 0;
  top: -50px;
  z-index: 10;
}
.sec01 .movie .movieInner dl{
  margin: 0 40px;
  padding: 40px 0 60px;
}
.sec01 .movie .movieInner dl dt{
  text-align: center;
  margin-bottom: 30px;
}
.sec01 .movie .movieInner.mv01:after{
  background: url(https://shop.mogana.co.jp/Contents/LandingPage/0000000004/img/01_mv_fukidashi01.png) no-repeat;
  background-size: cover;
}
.sec01 .movie .movieInner.mv02:after{
  background: url(https://shop.mogana.co.jp/Contents/LandingPage/0000000004/img/01_mv_fukidashi02.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .sec01 .movie .movieInner:after{
    content: "";
    display: block;
    position: absolute;
    width: 145px;
    height: 90px;
    right: 0;
    top: -25px;
    z-index: 10;
  }
  .sec01 .movie .movieInner.mv01:after{
    background-size: cover;
  }
  .sec01 .movie .movieInner.mv02:after{
    background-size: cover;
  }
}
.sec03{
  background: #fff;
}
.sec03 .inner{
  max-width: 600px;
}
.sec03 .bgGreen{
  background: #f7f7ed;
}

.sec04{
  background: #f7f7ed;
}
.sec04 dl{
  margin-top: 50px;
}
.sec04 .inner{
  padding: 0 0 40px;
  max-width: 600px;
}
@media screen and (max-width: 750px) {
  .sec04 .inner{
    padding: 0 40px 40px;
  }
}


.sec04:after{
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: url(https://shop.mogana.co.jp/Contents/LandingPage/0000000004/img/04_sec_bottom.png) no-repeat center;
  background-size: cover;
}

.sec05{
  background: #f7f7ed;
}
.sec05 .greeting{
  margin-top: 60px;
  padding-top: 60px;
  border-top: dashed 1px #655f61;
  text-align: center;
}
.sec05 .greeting .marker {
  background:linear-gradient(transparent 60%, #fff688 60%);
}
.sec05 .greeting strong {
  background:linear-gradient(transparent 0%, #fb8c7e 0%);
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.faq{
  background: #fff;
}
.faq dl{
  max-width: 640px;
  margin: 0 auto ;
}
.faq dl:last-of-type{
  margin-bottom: 0;
  padding-bottom: 5%;
}
.faq dl dt{
}
@media screen and (max-width: 750px) {
  .faq dl{
    padding: 0 40px;
  }
}
.faq dl dd .notice{
  font-size: 70%;
}

.faq dl dd .materials{
  margin-top: 1em;
  background: #f7f7ed;
  border: 1px solid #655f61;
  border-radius: 20px;
  padding: 20px;
  font-size: 89%;
}
.faq dl dd .table{
  margin-top: 1em;
}

#floatBtn{
  position: fixed;
  bottom: 0;
  z-index: 1000;
  transition: opacity 0.5s ease, transform 0.5s ease;
}


.formlp-front-section.formlp-front-section--s0002b1,
.l-container-wrap,
.formlp-front-section.formlp-front-section--copyright,
.s-footer{
  background: #efc3a8;
  z-index: 1001;
}

html {
  scroll-behavior: smooth;
}
