@charset "utf-8";

.marB01 {
  margin-bottom: 1%;
}

.marB02 {
  margin-bottom: 2%;
}

.marB03 {
  margin-bottom: 3%;
}

.marB04 {
  margin-bottom: 4%;
}

.marB05 {
  margin-bottom: 5%;
}

.marB06 {
  margin-bottom: 6%;
}

.marB07 {
  margin-bottom: 7%;
}

.marB08 {
  margin-bottom: 8%;
}

.marB09 {
  margin-bottom: 9%;
}

.marB10 {
  margin-bottom: 10%;
}

.padT80 {
  padding-top: 9%;
}

.padB01 {
  padding-bottom: 1%;
}

.padB02 {
  padding-bottom: 2%;
}

.padB03 {
  padding-bottom: 3%;
}

.padB04 {
  padding-bottom: 4%;
}

.padB05 {
  padding-bottom: 5%;
}

.padB06 {
  padding-bottom: 6%;
}

.padB07 {
  padding-bottom: 7%;
}

.padB08 {
  padding-bottom: 8%;
}

.padB09 {
  padding-bottom: 9%;
}

.padB10 {
  padding-bottom: 10%;
}

.marR07 {
  margin-right: 7%;
}

.mgt10 {
  margin-top: 10px;
}

.mgt30 {
  margin-top: 30px;
}

.mgt50 {
  margin-top: 50px;
}

.mgt90 {
  margin-top: 90px;
}

.mgb50 {
  margin-bottom: 50px;
}

img {
  width: 100%;
}


/* --------------------------------
    contents
-------------------------------- */
.cv_area {
  padding-top: calc(20 / 640 * 100vw);
  padding-bottom: calc(20 / 640 * 100vw);
  background-color: #fff5d9;
}

.tel {
  color: #ff7212;
}

.fv+.cv_area {
  background: #fff;
  height: calc(230 / 640 * 100vw);
  padding-top: calc(50 / 640 * 100vw);
  box-sizing: border-box;
}

#cont06 dl {
  position: relative;
}

#cont06 dl dd {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(180 / 664 * 100%);
  max-width: 800px;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}



#cont05 {
  background: url("../img/cont05_bg.webp") left top / calc(200 / 640 * 100vw) auto;
}

#cont05 dl.tab {
  position: relative;
}

#cont05 dl.tab dd {
  position: absolute;
  left: calc(49 / 640 * 100%);
  top: calc(76 / 310 * 100%);
}

#cont05 dl.tab dd ul {
  font-size: 0;
  text-align: left;
}

#cont05 dl.tab dd ul li {
  display: inline-block;
  width: calc(170 / 640 * 100vw);
  margin: 0 calc(16 / 640 * 100vw) calc(16 / 640 * 100vw) 0;
}

#cont05 dl.tab dd ul li.active img {
  visibility: hidden;
}

#cont05 dl.tab dd ul li.tab01 {
  background: url("../img/cont05_btn01_on.webp") left top / 100% auto no-repeat;
}

#cont05 dl.tab dd ul li.tab02 {
  background: url("../img/cont05_btn02_on.webp") left top / 100% auto no-repeat;
}

#cont05 dl.tab dd ul li.tab03 {
  background: url("../img/cont05_btn03_on.webp") left top / 100% auto no-repeat;
}

#cont05 dl.tab dd ul li.tab04 {
  background: url("../img/cont05_btn04_on.webp") left top / 100% auto no-repeat;
}

#cont05 dl.tab dd ul li.tab05 {
  background: url("../img/cont05_btn05_on.webp") left top / 100% auto no-repeat;
}

#cont05 dl.tab dd ul li.tab06 {
  background: url("../img/cont05_btn06_on.webp") left top / 100% auto no-repeat;
}

#cont05 ul.detail {
  width: calc(600 / 640 * 100%);
  margin: 0 auto;
}

#cont05 ul.detail li {
  display: none;
}

#cont05 ul.detail li.active {
  display: block;
}

#cont11 p {
  margin-bottom: 20px;
}

#f_bt {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 500;
}

#f_bt .official_btn {
  position: absolute;
  top: 12%;
  right: 2%;
  width: 31%;
  z-index: 101;
}

.ind {
  padding-left: 1em;
  text-indent: -1em;
}

.white {
  background-color: #FFFFFF;
}

.cv_bt1 p {
  margin: 0 10%;
}

.cv_btn2 {
  position: relative;
}

.cv_btn2 p {
  margin: 0 7% 0 35%;
  position: absolute;
  top: 18vw;
}

.center01 {
  margin: 0 10%;
}

.center02 {
  margin: 1% 3% 0;
}

.f12 {
  font-size: 12px;
}

.notes_01 {
  background-color: #fff5d9;
  padding-right: 3%;
  padding-left: 3%;
  font-size: 10px;
  line-height: 1.6;
}

#sp .cont_step02 {
  margin-top: 20px;
}

#sp .last_cv_img {
  margin-top: -20px;
}

/* --------------------------------
    carousel
-------------------------------- */
.simple-slider1.sp {
  background-color: #FEF7F9;
}

.pink {
  background-color: #FEF7F9;
}

.slick-slide {
  margin: 0 5px;
}

#slider {
  width: 640px;
  margin: 0 auto;
}

#slider img {
  width: 100%;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slick-prev {
  left: 5px;
}

.slick-next {
  right: 5px;
}

.slick-prev,
.slick-next {
  width: 26px;
  height: 28px;
  top: 45%;
  z-index: 100;
}

.slick-prev:before,
.slick-next:before {
  color: #e68dae;
}

.slick-prev:before,
.slick-next:before {
  font-size: 26px;
  opacity: .9;
}

/* --------------------------------
    spec
-------------------------------- */
#tyuui {
  width: calc(595 / 640 * 100vw);
  margin: 6% auto;
  border: solid calc(4 / 640 * 100vw) #e8dcc4;
  padding: calc(20 / 640 * 100vw);
  box-sizing: border-box;
  font-size: calc(24 / 640 * 100vw);
  line-height: 1.5em;
}

#tyuui ul li {
  position: relative;
  padding-left: 1em;
}

#tyuui ul li span {
  position: absolute;
  left: 0;
  top: 0;
}

#tyuui .atnt {
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
  text-align: center;
  padding: 1em 0;
}

.menu {
  margin: 0 5%;
}

.archive {
  padding: 3% 0%;
  border-bottom: 1px solid #FFF;
  cursor: pointer;
}

.subMenu li {
  padding: 3%;
  border: 2px solid #AEAEAE;
}

/* --------------------------------
    floating button
-------------------------------- */

.fuwafuwa {
  display: none;
}

/* --------------------------------
    footer
-------------------------------- */
.linkBox {
  padding: 3%;
}

.linkBox ul {
  margin-bottom: 5%;
  font-size: 75%;
}

.linkBox ul li {
  line-height: 100%;
  margin-bottom: 1%;
}

.linkBox ul li a {
  line-height: 100%;
  margin-bottom: 1%;
  color: #0456C6;
  text-decoration: none;
}

#footer ul {
  width: 94%;
  margin: 0 3%;
}

#footer ul li.jadma {
  float: left;
  width: 30%;
}

#footer ul li.ssl {
  float: left;
  width: 25%;
}

#footer ul li.norton {
  float: left;
  width: 20%;
  margin-left: 24%;
}

#footer p {
  text-align: center;
  font-size: 75%;
}

#copy {
  clear: both;
  text-align: center;
  font-size: 80%;
  background-color: #fff7df;
  color: #666633;
}

#copy .inner {
  padding: 20px 0;
}

.footer-sns {
  max-width: 940px;
  margin: 0 auto;
  padding: 24px 0;
}

.footer-sns>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -15px;
}

.footer-sns>ul>li {
  margin-left: 15px;
}

.footer-sns>ul>li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 46px;
  font-size: 30px;
  text-decoration: none;
}

.cv_btn_wrap {
  position: relative;
}

.cv_btn_wrap a {
  position: absolute;
  left: calc(26 / 640 * 100%);
  top: 0;
  display: block;
  width: calc(588 / 640 * 100%);
}

.reflection {
  display: block;
  border-radius: calc(16 / 640* 100vw);
  width: calc(600 / 640* 100vw);
  height: calc(170 / 640* 100vw);
  position: absolute;
  overflow: hidden;
  top: calc(6 / 640* 100vw);
  left: calc(7 / 640* 100vw);
}

.reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 4s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/* --------------------------------
    cfx
-------------------------------- */
.cfx:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cfx {
  display: inline-block;
}

/* Hides from IE Mac */
* html .cfx {
  height: 1%;
}

.cfx {
  display: block;
}

/* End Hack */

#pc {
  display: none;
}

/* --------------------------------
    header
-------------------------------- */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(150 / 640 * 100vw);
  border-bottom: #dddddd solid 1px;
  z-index: 1000;
  background: #fff;
}

.header .inner img,
.header .inner {
  width: 100%;
  height: 100%;
}

.header h1 {
  width: calc(162 / 640 * 100vw);
  padding: calc(28 / 640 * 100vw) 0 0 calc(30 / 640 * 100vw);
  font-family: YuGothic, '游ゴシック', "メイリオ", meiryo, sans-serif;
}

.header ul li {
  font-family: YuGothic, '游ゴシック', "メイリオ", meiryo, sans-serif;
}

.header p.btn {
  position: absolute;
  right: calc(11 / 640 * 100vw);
  top: calc(14 / 640 * 100vw);
  width: calc(428 / 640 * 100vw);
}

/* --------------------------------
    main
-------------------------------- */
.main {
  margin-top: calc(150 / 640 * 100vw);
}

/* --------------------------------
    レスポンシブ
-------------------------------- */
.lp_contents {
  font-size: 10px;
  max-width: 1980px;
  margin: auto;
}

.lp_contents h1,
h2 {
  font-size: 10px;
}

.pc_img_wrap {
  width: 100%;
  /* min-width: 83em; */
  min-width: 73em;
  max-width: 198em;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.pc_img_wrap img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 198em;
  max-width: none;
}

#cont4 .pc_img_wrap img {
  transform: translateX(-50.5%);
}

@media screen and (max-width: 850px) {
  .lp_contents {
    font-size: 1.176vw;
    max-width: 850px;
  }

  .lp_contents h1,
  h2 {
    font-size: 1.176vw;
  }

  #cont06 dl dd {
    width: 75%;
    /* max-width: 520px; */
  }
}


@media print,
screen and (min-width:640px) {

  /* --------------------------------
    header
-------------------------------- */
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;
    border-bottom: #dddddd solid 1px;
    z-index: 1000;
    background: #fff;
  }

  .header .inner {
    width: 100%;
    max-width: 100%;
    min-width: 1140px;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0;
  }

  .header h1 {
    width: 100%;
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    padding: 54px 0 0 200px;
  }

  .header ul {
    position: absolute;
    right: 35px;
    top: 35px;
    font-size: 0;
    display: inline-block;
  }

  .header ul li {
    display: inline-block;
    font-size: 17px;
    line-height: 51px;
    vertical-align: top;
  }

  .header ul li.txt {
    padding: 0 66px;
    border-left: #b2b2b2 solid 1px;
  }

  .header ul li.txt+li.txt {
    margin-left: 50px;
  }

  .header a,
  .header a:link,
  .header a:visited {
    color: #000;
    text-decoration: none;
  }

  .header li.txt a:hover {
    text-decoration: underline;
  }

  .header ul li.btn {
    line-height: 0.1;
  }

  .header ul li.btn a {
    line-height: 51px;
    color: #fff;
    display: inline-block;
    width: 220px;
    text-align: center;
    background: #0CB868;
  }

  .header div.logo {
    position: absolute;
    left: 35px;
    top: 24px;
    width: 127px;
  }

  /* --------------------------------
    main
-------------------------------- */
  .main {
    margin-top: 120px;
  }

  /* --------------------------------
    bg
-------------------------------- */
  #sp {
    display: none;
  }

  #pc {
    display: block;
    height: 100%;
  }

  .inner {
    max-width: 640px;
    margin: 0 auto;
  }

  /* --------------------------------
    button
-------------------------------- */
  .cv-top .inner {
    position: relative;
  }

  #cv_area .inner {
    position: relative;
  }

  .reflection {
    display: block;
    position: absolute;
    overflow: hidden;
    top: 10px;
  }

  .reflection1 {
    top: 68.5%;
  }

  .reflection:after {
    content: "";
    height: 100%;
    width: 30px;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
  }

  .cv_btn2 p {
    top: 115px;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  /* --------------------------------
    contents
-------------------------------- */
  .cv_bt1 p {
    margin: 0 10%;
    text-align: center;
  }

  .center01 {
    margin-right: 10%;
    margin-left: 10%;
  }

  #cont11 .center02 {
    margin: 30px 0 57px;
  }

  .slick-dotted.slick-slider {
    padding: 0 10px;
    margin-bottom: 32px;
  }

  .fv+.cv_area {
    height: 230px;
    padding-top: 50px;
  }

  .reflection {
    display: block;
    border-radius: 16px;
    width: 600px;
    height: 170px;
    position: absolute;
    overflow: hidden;
    top: 6px;
    left: 7px;
  }

  #cont06 dl dd {
    max-width: 600px;
  }

  #cont05 {
    background: url("../img/cont05_bg.webp") left top / 200px auto;
  }

  #cont05 dl.tab dd {
    position: absolute;
    left: calc(49 / 640 * 100%);
    top: calc(76 / 310 * 100%);
  }

  #cont05 dl.tab dd ul li {
    display: inline-block;
    width: 170px;
    margin: 0 16px 16px 0;
    cursor: pointer;
  }

  /* --------------------------------
    carousel
-------------------------------- */
  #slider {
    width: 940px;
    margin: 0 auto;
  }

  #slider img {
    width: 100%;
  }

  button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }


  /* --------------------------------
    spec
-------------------------------- */
  #tyuui {
    width: 595px;
    margin: 6% auto;
    border: solid 4px #e8dcc4;
    padding: 20px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1.5em;
    font-family: YuGothic, '游ゴシック', "メイリオ", meiryo, sans-serif;
  }

  /* --------------------------------
    floating button
-------------------------------- */
  .fuwafuwa {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    -webkit-animation-name: fuwafuwa;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    /*-webkit-animation-direction:alternate;*/
    -webkit-animation-timing-function: ease;

    -moz-animation-name: fuwafuwa;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    /*-moz-animation-direction:alternate;*/
    -moz-animation-timing-function: ease;
    z-index: 10;
  }

  .fuwafuwa img {
    width: 100%;
    width: 227px;
  }

  @-webkit-keyframes fuwafuwa {
    0% {
      -webkit-transform: translate(0, 0);
    }

    50% {
      -webkit-transform: translate(0, -20px);
    }

    100% {
      -webkit-transform: translate(0, 0);
    }
  }

  @-moz-keyframes fuwafuwa {
    0% {
      -moz-transform: translate(0, 0);
    }

    50% {
      -moz-transform: translate(0, -20px);
    }

    100% {
      -moz-transform: translate(0, 0);
    }
  }
}


/* ==================== offer ==================== */
.offer {
  position: relative;
  padding: 0 0 1em;
}

.offer__trialbtn {
  position: absolute;
  left: 2rem;
  bottom: 13.8%;
  margin: 0 auto 2.5em;
  width: 90%;
  transform: translateZ(0);
  /* for iOs bug */
}

.offer__webbtn {
  display: block;
  padding-bottom: 3em;
  width: 100%;
}

@media (max-width: 750px) {

  .offer__trialbtn {
    position: absolute;
    left: 1rem;
    bottom: 14.1%;
    margin: 0 auto 2.5em;
    width: 90%;
  }
}