@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Roboto+Condensed:300,400,700");
html,
body,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
figure,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none;
  list-style-type: none; }

html {
  font-size: 62.5%; }

/**/
/**/
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  background-color: #f84e73; }

::-moz-selection {
  background: #f84e73;
  color: #fff; }

::selection {
  background: #f84e73;
  color: #fff; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222222; }

a {
  text-decoration: none; }

P {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0;
  color: #775734;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    P {
      font-size: 1.4rem; } }
  P:last-child {
    margin-bottom: 0; }

img {
  width: 100%;
  vertical-align: bottom; }

.pc-elm {
  display: inline-block !important; }
  @media screen and (max-width: 767px) {
    .pc-elm {
      display: none !important; } }

.sp-elm {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .sp-elm {
      display: inline-block !important; } }

/******************************************************************************************************************* common ***/
.container {
  position: relative;
  width: calc(100vw - 30px);
  margin: 15px auto;
  background-color: #f6efef; }

.wrap {
  position: relative;
  z-index: 100;
  max-width: 768px;
  margin: 0 10px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 6px 24px 0px rgba(248, 78, 115, 0.1);
          box-shadow: 0px 6px 24px 0px rgba(248, 78, 115, 0.1); }
  @media screen and (min-width: 768px) {
    .wrap {
      margin: 0 auto; } }

/******************************************************************************************************************* header ***/
.header {
  position: relative;
  z-index: 102;
  width: calc(100vw - 30px);
  height: 100vh; }
  @media screen and (min-width: 768px) {
    .header {
      height: 800px; } }

.ttl {
  position: absolute;
  z-index: 110;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.sub-ttl {
  position: absolute;
  z-index: 109;
  top: -15px;
  left: -15px;
  width: 144px; }
  @media screen and (min-width: 768px) {
    .sub-ttl {
      width: 20vw;
      max-width: 300px; } }

.bg-top {
  position: absolute;
  z-index: 100;
  width: calc(100vw - 30px);
  height: calc(100vh - 15px);
  background-image: url(../img/top.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .bg-top {
      background-image: url(../img/top_pc.jpg);
      height: 800px; } }

/******************************************************************************************************************* main ***/
h1 img {
  width: 96vw;
  max-width: 480px; }

h2 {
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: .6rem;
  line-height: 1.4;
  color: #f84e73; }
  h2 img {
    max-width: 400px; }

.bgm {
  position: absolute;
  z-index: 99;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/bg.png) repeat top center;
  background-size: 100%; }
  @media screen and (min-width: 768px) {
    .bgm {
      background-size: 50%; } }

.main {
  position: relative;
  z-index: 103; }

.section {
  position: relative;
  z-index: 100;
  padding: 60px 0; }

.box-ttl {
  position: relative;
  z-index: 101;
  margin-bottom: 10px;
  text-align: center; }
  .box-ttl span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    letter-spacing: .48rem;
    color: #f84e73;
    display: inline-block;
    margin-bottom: 6px; }

.sec-01 {
  margin-top: -60px;
  padding: 0; }
  .sec-01 .wrap {
    max-width: 600px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px; }
  .sec-01 h2 {
    font-size: 2.4rem;
    font-weight: normal;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    display: inline-block;
    background-color: #69c46c; }

.sec-02 .box-ttl {
  margin-bottom: 50px; }

.thumb {
  position: relative; }
  .thumb img {
    border-radius: 10px 10px 0 0; }

.subd {
  position: absolute;
  top: -30px;
  right: -22px; }

.desc {
  padding: 40px 30px 20px;
  border-radius: 0 0 10px 10px;
  background-color: #ffffff; }
  .desc span {
    display: inline-block;
    padding: 0px 3px;
    font-size: 1.6rem;
    line-height: 1;
    color: #ffffff;
    vertical-align: middle;
    background-color: #69c46c; }

.box-contents {
  margin-bottom: 50px; }

h3 {
  position: absolute;
  bottom: -20px;
  left: -20px; }

.sec-03 {
  background-color: #f84e73; }
  .sec-03 h2 {
    color: #ffffff; }
  .sec-03 span {
    color: #ffffff; }
  .sec-03 p {
    color: #ffffff; }
  .sec-03 .wrap {
    margin-bottom: 50px; }
    .sec-03 .wrap:nth-of-type(2) {
      margin-bottom: 0; }

.sec-04 {
  padding-top: 30px;
  padding-bottom: 30px; }
  .sec-04 .wrap {
    padding: 20px;
    background-color: #ffffff; }

.box-faq > div {
  position: relative;
  padding-left: 10px;
  margin-left: -10px; }
  .box-faq > div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0; }
  .box-faq > div.q {
    margin-bottom: 6px; }
    .box-faq > div.q p {
      font-weight: bold;
      color: #53b156; }
    .box-faq > div.q:before {
      width: 4px;
      height: 100%;
      background-color: #69c46c; }
  .box-faq > div.a {
    margin-bottom: 16px; }
    .box-faq > div.a:last-child {
      margin-bottom: 0; }
    .box-faq > div.a:before {
      content: normal; }

.box-share {
  text-align: center;
  width: 100vw;
  padding: 60px 0 30px;
  margin-top: -30px;
  margin-left: -15px;
  background-color: #ffffff;
  -webkit-clip-path: polygon(50% 20%, 100% 0, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(50% 20%, 100% 0, 100% 100%, 0 100%, 0 0); }
  .box-share span {
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: .3;
    color: #f84e73;
    display: inline-block;
    margin-bottom: 10px; }
  .box-share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .box-share ul li {
      margin-right: 10px;
      margin-left: 10px; }
      .box-share ul li:first-child {
        margin-left: 0; }
      .box-share ul li:last-child {
        margin-right: 0; }
      .box-share ul li img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: 18px;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
  .box-share a {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 1px solid #f84e73;
    border-radius: 30px;
    background-color: #f84e73;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(208, 27, 67, 0.25);
            box-shadow: 0px 0px 20px 0px rgba(208, 27, 67, 0.25); }

.box-price {
  text-align: center;
  padding: 25px 30px;
  margin-bottom: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 6px 24px 0px rgba(208, 27, 67, 0.6);
          box-shadow: 0px 6px 24px 0px rgba(208, 27, 67, 0.6);
  background-color: #ffffff; }
  .box-price i {
    font-size: 2.4rem;
    font-weight: bold;
    color: #f84e73;
    font-style: normal; }
  .box-price span {
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.2;
    color: #775734;
    display: inline-block;
    margin-top: 10px; }

h4 {
  font-size: 1.4rem;
  color: #775734; }
  h4:first-child {
    border-bottom: 1px solid #775734;
    padding-bottom: 20px;
    margin-bottom: 20px; }

.box-download {
  padding: 20px;
  border-radius: 20px;
  background-color: #ffffff; }
  .box-download p {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    color: #f84e73; }

.f-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 80px;
  height: 80px;
  padding: 8px;
  margin: 0 auto 20px;
  border-radius: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.3); }

.container-apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.box-applogo {
  text-align: center;
  width: 50%; }
  .box-applogo a {
    display: inline-block;
    width: 100%; }
  .box-applogo span {
    font-size: 1.1rem;
    color: #666666; }
  .box-applogo img {
    width: auto;
    height: 40px; }

/******************************************************************************************************************* footer ***/
.footer {
  padding-top: 25px;
  padding-bottom: 10px;
  background-color: #f84e73; }

.copyright {
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0rem;
  text-align: center;
  margin-bottom: 0;
  color: #ffffff; }
