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 display-role reset for older browsers */
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;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

/* ============================
  basic
=============================*/
* {
  box-sizing: border-box;
}

body {
  margin-right: auto;
  margin-left: auto;
  background: #ffffff;
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  font-feature-settings: "palt";
}

@media (min-width: 768px) {
  body {
   width: 750px;
   margin: 0 auto;
    max-width: 100%;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  body {
    max-width: 100%;
    font-size: calc(26 / 750 * 100vw);
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

main {
  margin-right: auto;
  margin-left: auto;
  width: 750px;
  padding-bottom: 120px;
  overflow: hidden;
  box-shadow: 6px 0 5px -5px rgba(28,10,0,.1),-6px 0 5px -5px rgba(28,10,0,.1);
}

@media (max-width: 767px) {
  main {
    max-width: 100%;
    padding-bottom: calc(120 / 750 * 100vw);
  }
}

.container {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (max-width: 767px) {
  .container {
    /*width: calc(100% - (10px * 2));*/
  }
}

.clearfix * {
  zoom: 1;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.hide {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

@media (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-en {
  font-family: "Montserrat", sans-serif;
}

.u-serif {
  font-family: "Noto Serif JP", serif;
}

.u-bold {
  font-weight: bold;
}

.u-sup {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: -0.01em;
}

.u-note {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .u-note {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .u-note {
    display: block;
  }
}
.notes{
  font-size: 20px;
  width: 670px;
    margin: 0 auto;
    line-height: 1.5em;
    letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .notes{
    font-size: calc(20/750 * 100vw);
    width: calc(670/750 * 100vw);
  }
}
.txt{
  font-size: 32px;
  text-align: center;
  line-height: 1.7em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .txt{
    font-size:calc(32/750 * 100vw);
  }
}

.pr{
  position: relative;
}
.frame{
  position: absolute;
}

/*----------------------------
scroll_up
----------------------------*/
.s-up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.s-up.on {
  transform: translateY(0);
  opacity: 1.0;
}


/* ==========================================================
  makeup
=====*/
.makeup {
  display: block;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 768px) {
  .makeup {
    padding: 180px 0 80px;
  }
}

@media (max-width: 767px) {
  .makeup {
    padding: calc(100 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}

.makeup-ttl {
  width: 460px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .makeup-ttl {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .makeup-ttl {
    margin-bottom: calc(20 / 750 * 100vw);
    width: calc(460/750 * 100vw);
  }
}

.makeup-ttl .u-en {
  display: block;
}

@media (min-width: 768px) {
  .makeup-ttl .u-en {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .makeup-ttl .u-en {
    font-size: calc(60 / 750 * 100vw);
  }
}

.makeup-txt {
  display: block;
}

@media (min-width: 768px) {
  .makeup-txt {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .makeup-txt {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}

.makeup #YMK-module {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .makeup #YMK-module {
    width: 360px;
  }
}

@media (max-width: 767px) {
  .makeup #YMK-module {
    width: calc(670 / 750 * 100vw);
  }
}

.makeup #YMK-module * {
  width: 100% !important;
}

.makeup .YMK-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .makeup .YMK-list {
    width: 360px;
  }
}

@media (max-width: 767px) {
  .makeup .YMK-list {
    width: calc(670 / 750 * 100vw);
  }
}

.makeup .YMK-list button {
  width: 50%;
  background: #000;
  color: #fff;
  font-size: 14px;
  display: block;
  height: 70px;
}
/* ==========================================================
  mv
=====*/
h1{
  opacity: 0;
}

.mv {
  position: relative;
  background: url(../img/mv.png) top center/100% auto no-repeat;
  padding: 0;
  width: 100%;
  height: 1164px;
}
@media screen and (max-width: 768px) {
  .mv{
    height: calc(1164/750 * 100vw);
  }
}

.mv-parts{
  position: absolute;
  width: 210px;
}
@media screen and (max-width: 768px) {
  .mv-parts{
    width: calc(210/750 * 100vw);
  }
}
.mv-parts-01{
  left: 42px;
  bottom: 233px;
}
@media screen and (max-width: 768px) {
  .mv-parts-01{
    left: calc(42/750 * 100vw);
    bottom: calc(233/750 * 100vw);
  }
}
.mv-parts-02{
  left: 272px;
  bottom: 233px;
}
@media screen and (max-width: 768px) {
  .mv-parts-02{
    left: calc(272/750 * 100vw);
    bottom: calc(233/750 * 100vw);
  }
}
.mv-parts-03{
  left: 504px;
  bottom: 233px;
}
@media screen and (max-width: 768px) {
  .mv-parts-03{
    left: calc(504/750 * 100vw);
    bottom: calc(233/750 * 100vw);
  }
}
/* ==========================================================
cv
=====*/
.cv-area{
  width: 750px;
  margin:0 auto;
  background: url(../img/cta_bg.png) top center/100% auto no-repeat;
  height: 2000px;
  margin: 0px 0 24px 0;
  padding-top: 1550px;
}
@media screen and (max-width: 768px) {
  .cv-area{
    width:calc(750/750 * 100vw);
    margin:0 auto;
    background: url(../img/cta_bg.png) top center/calc(750 / 750 * 100vw) auto no-repeat;
    height:calc(2000/750 * 100vw);
    margin: calc(0/750 * 100vw) 0 calc(24/750 * 100vw) 0;
    padding-top: calc(1550/750 * 100vw);
  }
}
.cv-btn{
  width: 624px;
  margin: 0 auto;
  position: relative;
  display: block;
  height: 150px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .cv-btn{
    width: calc(624/750 * 100vw);
    margin: 0 auto;
    height: calc(150/750 * 100vw);
    margin-bottom: calc(10/750 * 100vw);
  }
}
.btn-arrow {
  position: absolute;
  width: 20px;
  right: 43px;
  bottom: 29%;
}
@media screen and (max-width: 768px) {
  .btn-arrow {
    width: calc(20/750 * 100vw);
    right: calc(43/750 * 100vw);
    bottom: 29%;
  }
}
/* ==========================================================
trouble
=====*/
.trouble{
background: url(../img/trouble_bg.png) top center/100% auto no-repeat;
padding: 210px 0;
margin-top: 50px;
height: 1968px;
background-size: cover;
}
@media screen and (max-width: 768px) {
  .trouble{
     padding: calc(210/750 * 100vw) 0;
    margin-top: calc(50/750 * 100vw);
    height:calc(1968/750 * 100vw);
    }
}
.trouble-img-01{
width: 630px;
padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .trouble-img-01{
    width:calc(630/750 * 100vw);
    padding-left: calc(30/750 * 100vw);
    }
}

.trouble-img-02{
  width: 300px;
  top: 528px;
  left: 415px;
  }
  @media screen and (max-width: 768px) {
    .trouble-img-02{
      width: calc(300/750 * 100vw);
      top:calc(528/750 * 100vw);
      left: calc(415/750 * 100vw);
      }
  }
  .trouble-img-03{
    width: 376px;
    top: 892px;
    left: 39px;
    }
    @media screen and (max-width: 768px) {
      .trouble-img-03{
        width: calc(376/750 * 100vw);
        top: calc(892/750 * 100vw);
        left: calc(39/750 * 100vw);
        }
    }
    .trouble-img-04{
      width: 328px;
      top: 1206px;
      left: 383px;
      }
      @media screen and (max-width: 768px) {
        .trouble-img-04{
          width: calc(328/750 * 100vw);
          top: calc(1206/750 * 100vw);
          left: calc(383/750 * 100vw);
          }
      }
      .trouble-img-05{
        width: 326px;
        top: 1564px;
        left: 36px;
        }
        @media screen and (max-width: 768px) {
          .trouble-img-05{
            width: calc(326/750 * 100vw);
            top: calc(1564/750 * 100vw);
            left: calc(36/750 * 100vw);
            }
        }
/* ==========================================================
trouble-bottom
=====*/
.trouble-bottom{
  background: url(../img/trouble_bottom_bg.png) top center/100% auto no-repeat;
  height: 942px;
  padding-top: 52px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .trouble-bottom{
    height: calc(942/750 * 100vw);
    padding-top: calc(52/750 * 100vw);
  }
}
.trouble-img-06{
width: 547px;
margin-left: 139px;
}
@media screen and (max-width: 768px) {
  .trouble-img-06{
    width:calc(547/750 * 100vw);
    margin-left: calc(139/750 * 100vw);
    }
}
/* ==========================================================
sine-bottom
=====*/
.sine-bottom{
  width: 100%;
}

.birth{
  background: url(../img/birth_bg.png) top center/100% auto no-repeat;
  height: 1389px;
  padding-top: 241px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .birth{
    height:calc(1389/750 * 100vw);
    padding-top: calc(241/750 * 100vw);
  }
}
.birth-img-01{
  width: 515px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .birth-img-01{
    width: calc(515/750 * 100vw);
    margin-bottom:calc(40/750 * 100vw);
  }
}
.birth-img-02{
  width: 720px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .birth-img-02{
    width: calc(720/750 * 100vw);
    margin-left: calc(30/750 * 100vw);
  }
}

.point-01{
  background: url(../img/point_01_bg.png) top center/100% auto no-repeat;
  height: 1778px;
  padding-top: 100px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .point-01{
    height:calc(1778/750 * 100vw);
    padding-top: calc(100/750 * 100vw);
  }
}
.point-img-01{
  width: 700px;
  margin-left: 55px;
}
@media screen and (max-width: 768px) {
  .point-img-01{
    width: calc(700/750 * 100vw);
    margin-left: calc(55/750 * 100vw);
  }
}

.point-circle{
  animation:5s linear infinite rotation1;
  width: 120px;
  top: 491px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
@media screen and (max-width: 768px) {
  .point-circle{
    width: calc(120/750 * 100vw);
    top: calc(491/750 * 100vw);
  }
}

.point-img-02{
  width: 670px;
  margin: 0 auto;
  margin-top: 300px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .point-img-02{
    width:calc(670/750 * 100vw);
    margin-top:calc(300/750 * 100vw);
    margin-bottom: calc(50/750 * 100vw);
  }
}

.point-img-03{
  width: 670px;
  margin: 0 auto;
  margin-top: 48px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .point-img-03{
    width:calc(670/750 * 100vw);
    margin-top:calc(48/750 * 100vw);
    margin-bottom: calc(32/750 * 100vw);
  }
}

.secret{
  background: url(../img/point_01_bottom.png) top center/100% auto no-repeat;
  height: 2567px;
  margin-top: -5px;
  padding-top: 200px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .secret{
    height:calc(2567/750 * 100vw);
    margin-top: calc(-5/750 * 100vw);
    padding-top: calc(200/750 * 100vw);
  }
}

.secret-img-01{
  width: 526px;
  margin: 0 auto;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .secret-img-01{
    width:calc(526/750 * 100vw);
    margin-bottom: calc(64/750 * 100vw);
  }
}
.secret-img-02{
  width: 634px;
margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .secret-img-02{
    width:calc(634/750 * 100vw);
    margin-bottom: calc(64/750 * 100vw);
  }
}
.secret-img-03{
  width: 634px;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .secret-img-03{
    width:calc(634/750 * 100vw);
    margin-bottom: calc(64/750 * 100vw);
  }
}
.secret-img-04{
  width: 634px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .secret-img-04{
    width:calc(634/750 * 100vw);
    margin-bottom: calc(64/750 * 100vw);
  }
}
.realization{
  background: url(../img/realization_bg.png) top center/100% auto no-repeat;
  height: 824px;
  padding-top: 292px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .realization{
  height: calc(824/750 * 100vw);
  padding-top: calc(292/750 * 100vw);
  }
}

.cover-culm{
  display: flex;
  width: 670px;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .cover-culm{
    width:calc(670/750 * 100vw);
  }
}

.realization-img-01,
.realization-img-02{
width: 323px;
}
@media screen and (max-width: 768px) {
  .realization-img-01,
.realization-img-02{
width:calc(323/750 * 100vw);
}
}
.keep{
  background: url(../img/keep_top_bg.png) top center/100% auto no-repeat;
  height: 1381px;
  padding-top: 100px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .keep{
    height: calc(1381/750 * 100vw);
    padding-top: calc(100/750 * 100vw);
  }
}
.keep-img-01{
  width: 597px;
  margin-left: 93px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .keep-img-01{
    width: calc(597/750 * 100vw);
    margin-left: calc(93/750 * 100vw);
    margin-bottom: calc(64/750 * 100vw);
  }
}
.keep .txt{
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .keep .txt{
    margin-bottom:calc(32/750 * 100vw);
  }
}
.keep-bottom{
  background: url(../img/keep_bg.png) top center/100% auto no-repeat;
  background-size: cover;
  height:1050px;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .keep-bottom{
    height:calc(1050/750 * 100vw);
    padding-top: calc(100/750 * 100vw);
  }
}
.keep-ttl{
  width: 670px;
  margin: 0 auto;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .keep-ttl{
    width: calc(670/750 * 100vw);
    margin-bottom: calc(14/750 * 100vw);
  }
}
.keep-deco{
  position: absolute;
  width: 428px;
  right: -135px;
  bottom:-55px;
}
@media screen and (max-width: 768px) {
  .keep-deco{
    width: calc(428/750 * 100vw);
    right: calc(-135 / 750* 100vw);
    bottom: calc(-55 / 750* 100vw);
  }
}
.cri-liveact-player-embed{
  margin-left: 40px;
  max-width:670px;
  width:100%;
  height:670px;
}
@media screen and (max-width: 768px) {
  .cri-liveact-player-embed{
    margin-left: calc(40/750 * 100vw);
    max-width:calc(670/750 * 100vw);
    width:100%;
    height:calc(670/750 * 100vw);
  }
}
.point-02{
  background: url(../img/point_02_bg.png) top center/100% auto no-repeat;
  padding-top: 293px;
  position: relative;
  height: 2159px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .point-02{
    padding-top: calc(293/750 * 100vw);
    height: calc(2159/750 * 100vw);
  }
}

.point-02 .point-circle{
  top: 113px;
}
@media screen and (max-width: 768px) {
  .point-02 .point-circle{
    top: calc(113/750 * 100vw);
  }
}

.point02-img-01{
width: 572px;
margin: 0 auto;
margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  .point02-img-01{
    width: calc(572/750 * 100vw);
    margin: 0 auto;
    margin-bottom: calc(43/750 * 100vw);
    }
} 

.point-02 .txt{
  margin-bottom: 700px;
}
@media screen and (max-width: 768px) {
  .point-02 .txt{
    margin-bottom:calc(700/750 * 100vw);
  }
}

.point02-img-02{
  width: 543px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .point02-img-02{
    width: calc(543/750 * 100vw);
    margin: 0 auto;
  }
}

.point-bottom{
  background: url(../img/point_bottom.png) top center/100% auto no-repeat;
  padding-top: 212px;
  height: 2508px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .point-bottom{
    padding-top:calc(212/750 * 100vw);
    height: calc(2508/750 * 100vw);
  }
}

.point-bottom-01{
  width: 670px;
  margin: 0 auto;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .point-bottom-01{
    width: calc(670/750 * 100vw);
    margin-bottom: calc(64/750 * 100vw);
  }
}

.point-bottom .txt{
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .point-bottom .txt{
    margin-bottom: calc(32/750 * 100vw);
  }
}

.point-bottom .notes{
  text-align: center;
  margin-bottom: 580px;
}
@media screen and (max-width: 768px) {
  .point-bottom .notes{
    margin-bottom: calc(580/750 * 100vw);
  }
}

.point02-txt-01,
.point02-txt-02{
  font-size: 28px;
  text-align: left;
  line-height: 1.5em;
  width: 570px;
  margin: 0 auto;
  letter-spacing: 0.05em;
}

.point-bottom .point02-txt-01{
  margin-bottom: 658px;
}
@media screen and (max-width: 768px) {
  .point-bottom .point02-txt-01{
    margin-bottom: calc(658/750 * 100vw);
    font-size: calc(28/750 * 100vw);
    width: calc(570/750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .point-bottom .point02-txt-02{
    font-size: calc(28/750 * 100vw);
    width: calc(570/750 * 100vw);
  }
}


.point-bottom .point02-txt-03{
  text-align: left;
  margin-left: 93px;
}
@media screen and (max-width: 768px) {
  .point-bottom .point02-txt-03{
    margin-left: calc(93/750 * 100vw);
  }
}

.health{
  background: url(../img/health_bg.png) top center/100% auto no-repeat;
  padding-top: 188px;
  height: 1418px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .health{
    padding-top: calc(188/750 * 100vw);
    height: calc(1418/750 * 100vw);
  }
}
.health-img-01{
  width: 640px;
  margin: 0 auto;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .health-img-01{
    width: calc(640/750 * 100vw);
    margin-bottom:calc(32/750 * 100vw);
  }
}
.health-bottom{
  background: url(../img/health_bottom_bg.png) top center/100% auto no-repeat;
  padding-top: 150px;
  height: 2434px;
  margin-top: -5px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .health-bottom{
    padding-top: calc(150/750 * 100vw);
    height: calc(2434/750 * 100vw);
    margin-top: calc(-5/750 * 100vw);
  }
}
.health-bottom-img-01{
  width: 670px;
  margin: 0 auto;
  margin-bottom: 1585px;
}
@media screen and (max-width: 768px) {
  .health-bottom-img-01{
    width: calc(670/750 * 100vw);
    margin-bottom: calc(1585/750 * 100vw);
  }
}
.health-bottom-img-02{
  width: 670px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .health-bottom-img-02{
    width: calc(670/750 * 100vw);
    margin: 0 auto;
  }
}
.point-03{
  background: url(../img/effect_bg.png) top center/100% auto no-repeat;
  padding-top: 575px;
  height: 1897px;
  margin-top: -5px;
  position: relative;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .point-03{
    padding-top:calc(575/750 * 100vw);
    height: calc(1897/750 * 100vw);
    margin-top: calc(-5/750 * 100vw);
  }
}
.point-03 .point-circle{
  top: 129px;
}
@media screen and (max-width: 768px) {
  .point-03 .point-circle{
    top: calc(129/750 * 100vw);
  }
}
.point-03-box{
  width: 748px;
  height: 766px;
  position: relative;
  padding-top: 201px;
  padding-bottom: 178px;
  display: flex;
  justify-content: center;
 align-items: center;
 margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .point-03-box{
    width: calc(748/750 * 100vw);
    height: calc(766/750 * 100vw);
    padding-top: calc(201/750 * 100vw);
    padding-bottom:  calc(178/750 * 100vw);
   margin-bottom: calc(48/750 * 100vw);
  }
}

.effect-img{
  width: 225px;
}
@media screen and (max-width: 768px) {
  .effect-img{
    width: calc(225/750 * 100vw);
  }
}
.effect-01{
  width: 400px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .effect-01{
    width: calc(400/750 * 100vw);
  }
}
.effect-02{
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.effect-03{
  right: 39px;
  top: 110px;
}
@media screen and (max-width: 768px) {
  .effect-03{
    right: calc(39/750 * 100vw);
    top:calc(110/750 * 100vw);
  }
}
.effect-04{
  right: 0;
  top: 340px;
}
@media screen and (max-width: 768px) {
  .effect-04{
    top:calc(340/750 * 100vw);
  }
}
.effect-05{
  right: 140px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .effect-05{
    right: calc(140/750 * 100vw);
  }
}
.effect-06{
  left: 140px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .effect-06{
    left: calc(140/750 * 100vw);
  }
}
.effect-07{
 left: 0;
  top: 340px;
}
@media screen and (max-width: 768px) {
  .effect-07{
    top: calc(340/750 * 100vw);
  }
}
.effect-08{
  left: 39px;
  top: 110px;
}
@media screen and (max-width: 768px) {
  .effect-08{
    left: calc(39/750 * 100vw);
    top: calc(110/750 * 100vw);
  }
}
.point-03 .txt{
  margin-top: 251px;
  text-align: left;
  margin-left: 80px;
}
@media screen and (max-width: 768px) {
  .point-03 .txt{
    margin-top: calc(251/750 * 100vw);
    margin-left: calc(80/750 * 100vw);
  }
}
.plenty{
  background: url(../img/plenty_bg.png) top center/100% auto no-repeat;
  padding-top: 247px;
  height: 1000px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .plenty{
    padding-top: calc(247/750 * 100vw);
    height: calc(1000/750 * 100vw);
  }
}
.plenty-img-01{
  width: 385px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .plenty-img-01{
    width:calc(385/750 * 100vw);
    margin-bottom: calc(30/750 * 100vw);
  }
}
.plenty-culm{
  display: flex;
  justify-content: center;
}
.plenty-img{
  margin: 0 8px;
  width: 222px;
  margin-bottom: -29px;
}
@media screen and (max-width: 768px) {
  .plenty-img{
    margin: 0 calc(8/750 * 100vw);
    width: calc(222/750 * 100vw);
    margin-bottom: calc(-29/750 * 100vw);
  }
}
.two{
  background: url(../img/two_bg.png) top center/100% auto no-repeat;
  padding-top: 100px;
  height: 2053px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .two{
    padding-top: calc(100/750 * 100vw);
    height: calc(2053/750 * 100vw);
  }
}
.two-img-01{
  width: 593px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .two-img-01{
    width: calc(593/750 * 100vw);
    margin-bottom: calc(30/750 * 100vw);
  }
}
.two-img-02{
  width: 383px;
  margin: 0 auto;
  margin-top: 173px;
}
@media screen and (max-width: 768px) {
  .two-img-02{
    width: calc(383/750 * 100vw);
    margin-top: calc(173/750 * 100vw);
  }
}
.pahu{
  background: url(../img/pahu_bg.png) top center/100% auto no-repeat;
  height: 1387px;
  position: relative;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .pahu{
    height: calc(1387/750 * 100vw);
  }
}
.pahu-img-01{
    width: 190px;
    margin: 0 auto;
    position: absolute;
    top: -100px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pahu-img-01{
    width:calc(190/750 * 100vw);
    top: calc(-100/750 * 100vw);
}
}
.sns{
  background-color: #fbeaef;
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .sns{
    padding: calc(64/750 * 100vw) 0;
  }
}
.sns-img-01{
  width: 562px;
  margin-left: 130px;
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .sns-img-01{
    width: calc(562/750 * 100vw);
    margin-left:calc(130/750 * 100vw);
    margin-bottom: calc(21/750 * 100vw);
  }
}
.sns-img-02{
  width: 670px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sns-img-02{
    width: calc(670/750 * 100vw);
  }
}
/* ==========================================================
animation
=====*/
/*--------------------------------------------------
郢ｧ�ｹ郢ｧ�ｯ郢晢ｽｭ郢晢ｽｼ郢晢ｽｫ邵ｺ�ｧ陷�ｽｺ霑ｴ�ｾ
--------------------------------------------------*/
.sa {
  opacity: 0;
  transition: all .8s ease;
  }
  .sa.show {
  opacity: 1;
  transform: none;
  }
  .sa--lr {
  transform: translate(-100px, 0);
  }
  .sa--rl {
  transform: translate(100px, 0);
  }
  .sa--up {
  transform: translate(0, 50px);
  }
  .sa--down {
  transform: translate(0, -100px);
  }
  .sa--scaleUp {
  transform: scale(.8);
  }

.huwahuwa {
  animation: floating-x 1s ease-in-out infinite alternate-reverse;
}
@keyframes floating-x {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

/* 陋ｻ譎�ｄ霑･�ｶ隲ｷ�ｽ: 鬮ｱ讚�ｽ｡�ｨ驕会ｽｺ */
.photo {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out; /* 郢ｧ�ｹ郢晢ｿｽ郢晢ｽｼ郢ｧ�ｺ邵ｺ�ｫ鬩包ｽｷ驕假ｽｻ */
}

/* show 郢ｧ�ｯ郢晢ｽｩ郢ｧ�ｹ邵ｺ蠕｡�ｻ蛟�ｽｸ蠑ｱ��ｹｧ蠕鯉ｽ狗ｸｺ�ｨ郢ｧ�｢郢昜ｹ斟鍋ｹ晢ｽｼ郢ｧ�ｷ郢晢ｽｧ郢晢ｽｳ邵ｺ謔滂ｽｮ貅ｯ�｡蠕鯉ｼ�ｹｧ蠕鯉ｽ� */
.photo.show {
  opacity: 1;
}
/* zoom 郢ｧ�｢郢昜ｹ斟鍋ｹ晢ｽｼ郢ｧ�ｷ郢晢ｽｧ郢晢ｽｳ */
.photo.zoom.show {
  animation: zoomIn 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}


.floating {
  background: #fff1dd;
  padding: 24px 0 20px 0;
  position: fixed;
  bottom: 0;
  width: 750px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 100;
  box-shadow: 0px -10px 17px -15px #bababa;
}
@media screen and (max-width: 767px) {
  .floating {
    padding: calc(24/750 * 100vw) 0 calc(20/750 * 100vw) 0;
    width: calc(750/750 * 100vw);
    box-shadow: 0px calc(-10/750 * 100vw) calc(17/750 * 100vw) calc(-15/750 * 100vw) #bababa;
  }
}

.floating.show {
  opacity: 1;
}

.floating .cv-btn{
width: 350px;
height: auto;
}
@media screen and (max-width: 768px) {
  .floating .cv-btn{
    width: calc(350/750 * 100vw);
    }
}
.floating-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width:710px;
  margin:0 auto;
}
@media screen and (max-width: 768px) {
  .floating-inner{
    width:calc(710/750 * 100vw);
  }
}
sup{
  font-size: 0.5em;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  sup{
    font-size: 0.5em;
    vertical-align: top;
    position: relative;
    top:calc(-5/750 * 100vw);
  }
}