@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%; }

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

::selection {
  background: #dd7434;
  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: .04em;
  color: #666666;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    P {
      font-size: 1.4rem; } }
  P:last-child {
    margin-bottom: 0; }
  P span {
    font-size: 1.6rem;
    color: #ffffff;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #494843; }

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: 100%;
  margin: 0 auto; }

.wrap {
  position: relative;
  z-index: 100;
  max-width: 768px; }
  @media screen and (min-width: 768px) {
    .wrap {
      margin: 0 auto; } }

/******************************************************************************************************************* header ***/
.header {
  position: relative;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat;
  background-position: bottom center;
  background-size: 300px; }

.h-inner {
  position: relative;
  z-index: 101;
  width: 100%;
  max-width: 600px;
  height: 100vh;
  margin: 0 auto;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat;
  background-position: bottom center;
  background-size: 300px; }
  .h-inner:before, .h-inner:after {
    content: "";
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat; }
  .h-inner:after {
    background-image: url(../img/bg_swat.png);
    background-position: bottom right;
    background-size: 44vw auto; }
    @media screen and (min-width: 600px) {
      .h-inner:after {
        background-size: 200px auto; } }
  .h-inner:before {
    background-image: url(../img/bg_swat_l.png);
    background-position: bottom left;
    background-size: 44vw auto; }
    @media screen and (min-width: 600px) {
      .h-inner:before {
        background-size: 200px auto; } }

.obi {
  position: absolute;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: black; }

.ttl {
  position: absolute;
  z-index: 111;
  top: 30%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.bosyu {
  position: absolute;
  z-index: 112;
  top: 30px;
  right: 20px;
  width: 108px; }

h1 {
  margin-left: 30px;
  margin-right: 30px; }

.sub-ttl {
  position: absolute;
  z-index: 101;
  bottom: 10vw;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .sub-ttl p {
    font-size: 1.2rem;
    color: #ffffff;
    margin-bottom: 0; }
  .sub-ttl img {
    position: absolute;
    bottom: -20px;
    left: -40px;
    width: 80px; }
  .sub-ttl .inner {
    position: relative;
    padding: 30px 40px;
    margin-left: 30px;
    margin-right: 30px;
    background-color: #11100b;
    border-radius: 20px; }

/******************************************************************************************************************* main ***/
.box-ttl {
  margin-bottom: 20px;
  text-align: center; }
  .box-ttl span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    letter-spacing: .48rem;
    color: #808080;
    display: inline-block;
    margin-bottom: 6px; }

h2 {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.08rem;
  color: #666666; }
  h2 em {
    font-size: 2.6rem;
    font-style: normal;
    color: #666666; }

h3 em {
  font-size: 2.4rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: 0;
  color: #f881ae;
  padding: 2px;
  background-color: #000000; }

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

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

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

.sec-01 {
  padding-bottom: 60px;
  background: url(../img/bg_about.jpg) no-repeat center center;
  background-size: cover; }
  @media screen and (min-width: 600px) {
    .sec-01 {
      padding-bottom: 160px; } }
  .sec-01:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/bg.png) repeat-x top center;
    background-size: 300px; }
  .sec-01 .wrap {
    position: relative;
    padding: 40px 20px 20px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    overflow: hidden; }
    .sec-01 .wrap:before {
      content: "";
      position: absolute;
      z-index: 99;
      top: -30px;
      right: -30px;
      bottom: -30px;
      left: -30px;
      background: url(../img/bg_about.jpg) no-repeat center center;
      background-size: cover;
      -webkit-filter: blur(15px);
              filter: blur(15px); }
  .sec-01 .box-ttl,
  .sec-01 p {
    position: relative;
    z-index: 101;
    color: #ffffff; }
  .sec-01 h2 {
    color: #ffffff; }
  .sec-01 span {
    color: #ffffff; }

.sec-02:after,
.sec-04:after {
  content: "";
  position: absolute;
  z-index: 91;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(0deg, transparent 20px, #ebeae4 0px, #ebeae4), -webkit-linear-gradient(top, transparent 14px, #ebeae4 0, #ebeae4);
  background-color: #f5f2e9;
  background-size: 21px 15px; }

.sec-02 {
  z-index: 101;
  padding-top: 60px;
  padding-bottom: 50px;
  margin-top: -5.3vw;
  -webkit-transform: skewY(6deg);
          transform: skewY(6deg);
  overflow: hidden; }
  .sec-02 .wrap {
    -webkit-transform: skewY(-6deg);
            transform: skewY(-6deg); }
  .sec-02:after {
    -webkit-transform: skewY(-6deg);
            transform: skewY(-6deg);
    top: -5.3vw;
    bottom: -5.3vw; }
  .sec-02 .box-ttl {
    position: relative; }
    .sec-02 .box-ttl:before {
      content: "";
      position: absolute;
      top: -50px;
      left: -20px;
      width: 114px;
      height: 132.91703px;
      background: url(../img/kusanohito02.png) no-repeat top left;
      background-size: 114px auto; }

.sec-03 {
  z-index: 101;
  padding: 50px 0 30px;
  background: url("../img/bg.jpg") repeat top left;
  background-size: 300px;
  -webkit-transform: skewY(6deg);
          transform: skewY(6deg); }
  .sec-03 .wrap {
    -webkit-transform: skewY(-6deg);
            transform: skewY(-6deg);
    max-width: 480px; }
  .sec-03:before, .sec-03:after {
    content: "";
    position: absolute;
    left: 0;
    width: 60px;
    height: 5px; }
  .sec-03:before {
    top: -1px;
    background-color: #f5f2e9; }
  .sec-03:after {
    bottom: -4px;
    background-color: #1E1912; }
  .sec-03 h2 {
    color: #f5f2e9; }
  .sec-03 p {
    margin-bottom: 0;
    color: #ffffff;
    padding: 0 30px 30px; }
  .sec-03 .box-contents {
    position: relative;
    width: 100%;
    margin-bottom: 60px; }
    .sec-03 .box-contents h3 {
      position: absolute;
      z-index: 101;
      font-size: 2.4rem;
      font-weight: bold;
      font-style: italic;
      line-height: 1.3;
      color: #ffffff;
      background-color: transparent; }
    .sec-03 .box-contents p {
      position: absolute;
      z-index: 100;
      padding: 0;
      top: 0; }
      .sec-03 .box-contents p span {
        padding-right: 4px;
        position: relative;
        z-index: 99;
        font-size: 1.3rem;
        color: #ffffff;
        background-color: #dd7434; }
      .sec-03 .box-contents p:before {
        content: "";
        position: absolute;
        z-index: 101;
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover; }
    .sec-03 .box-contents.c01 {
      height: 140px;
      margin-top: 60px; }
      .sec-03 .box-contents.c01 h3 {
        font-size: 2.0rem;
        text-align: right;
        bottom: 0;
        right: 30px; }
      .sec-03 .box-contents.c01 p {
        left: 0; }
        .sec-03 .box-contents.c01 p span {
          padding-left: 101px; }
        .sec-03 .box-contents.c01 p:before {
          left: 0;
          top: -60px;
          width: 101px;
          height: 158.5px;
          background-image: url(../img/heitai01.png); }
    .sec-03 .box-contents.c02 {
      height: 100px;
      margin-top: 3px; }
      .sec-03 .box-contents.c02 h3 {
        font-size: 3.0rem;
        bottom: 0;
        left: 30px; }
      .sec-03 .box-contents.c02 p {
        right: 0;
        text-align: right; }
        .sec-03 .box-contents.c02 p span {
          padding-right: 143px; }
        .sec-03 .box-contents.c02 p:before {
          right: 0;
          top: -3px;
          width: 133px;
          height: 50.31086px;
          background-image: url(../img/heitai02.png); }
    .sec-03 .box-contents.c03 {
      height: 100px;
      margin-top: 20px; }
      .sec-03 .box-contents.c03 h3 {
        font-size: 3.0rem;
        text-align: right;
        bottom: 0;
        right: 30px; }
      .sec-03 .box-contents.c03 p {
        left: 0; }
        .sec-03 .box-contents.c03 p span {
          padding-left: 106px; }
        .sec-03 .box-contents.c03 p:before {
          left: 40px;
          top: -20px;
          width: 66px;
          height: 142.42105px;
          background-image: url(../img/heitai03.png); }
  .sec-03 .box-ttl span {
    color: #f5f2e9; }
  .sec-03 .brackets {
    position: relative;
    display: inline-block;
    padding: 2px 10px 3px; }
    .sec-03 .brackets .blt,
    .sec-03 .brackets .brt,
    .sec-03 .brackets .brb,
    .sec-03 .brackets .blb {
      position: absolute;
      width: 6px;
      height: 6px;
      background-color: #f5f2e9; }
    .sec-03 .brackets .blt {
      top: 0;
      left: 0;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 1px, 1px 1px, 1px 100%, 0 100%);
              clip-path: polygon(0 0, 100% 0, 100% 1px, 1px 1px, 1px 100%, 0 100%); }
    .sec-03 .brackets .brt {
      top: 0;
      right: 0;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 5px 100%, 5px 1px, 0 1px);
              clip-path: polygon(0 0, 100% 0, 100% 100%, 5px 100%, 5px 1px, 0 1px); }
    .sec-03 .brackets .blb {
      bottom: 0;
      left: 0;
      -webkit-clip-path: polygon(100% 100%, 0 100%, 0 0, 1px 0, 1px 5px, 100% 5px);
              clip-path: polygon(100% 100%, 0 100%, 0 0, 1px 0, 1px 5px, 100% 5px); }
    .sec-03 .brackets .brb {
      bottom: 0;
      right: 0;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 5px, 5px 5px, 5px 0);
              clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 5px, 5px 5px, 5px 0); }

.box-txt {
  position: relative;
  z-index: 102;
  max-width: 768px;
  padding: 20px;
  margin: -30px 20px 0;
  border-radius: 20px;
  border: 2px solid #ffffff; }
  @media screen and (min-width: 768px) {
    .box-txt {
      margin: 0 auto; } }
  .box-txt p {
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.6;
    color: #ffffff; }

.sec-04 {
  padding-top: 80px;
  padding-bottom: 60px;
  margin-bottom: -5.3vw;
  -webkit-transform: skewY(6deg);
          transform: skewY(6deg); }
  .sec-04 .wrap {
    -webkit-transform: skewY(-6deg);
            transform: skewY(-6deg); }
  .sec-04 .box-ttl {
    margin-bottom: 6px;
    text-align: left;
    position: relative; }
    .sec-04 .box-ttl:before {
      content: "";
      position: absolute;
      top: -56px;
      right: 0;
      width: 128px;
      height: 89.64981px;
      background: url(../img/kusanohito03.png) no-repeat top left;
      background-size: 128px auto; }
  .sec-04 h2 {
    font-size: 2.8rem; }

.sec-05 {
  padding: 60px 0 0;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0; }
  .sec-05 .wrap {
    padding: 0 30px;
    margin-bottom: 30px; }

.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; }
    .box-faq > div.q:before {
      width: 4px;
      height: 100%;
      background-color: #dd7434; }
  .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;
  padding: 60px 0 30px;
  background-color: #dd7434;
  -webkit-clip-path: polygon(50% 17%, 100% 0, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(50% 17%, 100% 0, 100% 100%, 0 100%, 0 0); }
  .box-share span {
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: .3;
    color: #ffffff;
    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 #ffffff;
    border-radius: 30px; }

.box-price {
  text-align: center;
  padding: 25px 30px;
  margin-bottom: 30px;
  border-radius: 20px;
  -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);
  background: url(../img/bg.jpg) repeat center center;
  background-size: 300px; }
  .box-price i {
    font-size: 2.4rem;
    font-weight: bold;
    color: #dd7434;
    font-style: normal; }
  .box-price span {
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.2;
    color: #ffffff;
    display: inline-block;
    margin-top: 10px; }

.box-download p {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center; }

.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; }
  .box-applogo img {
    width: auto;
    height: 40px; }

/******************************************************************************************************************* footer ***/
.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  -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);
  background: url(../img/bg.jpg) repeat center center;
  background-size: 300px; }

.copyright {
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0rem;
  text-align: center;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6); }
