/* ==========================================================================
  Reset
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline; }

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

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none; }

img {
  font-size: 0;
  line-height: 0; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

fieldset, img {
  line-height: 0;
  vertical-align: top; }

hr {
  display: none; }

input, select {
  vertical-align: middle; }

html {
  *zoom: 1;
  /* firefox */ }

* {
  margin: 0;
  padding: 0; }

img {
  vertical-align: bottom; }

html, body {
  width: 100%;
  height: 100%; }

ul, li {
  list-style: none; }

b {
  font-weight: bold; }

iframe {
  border: none;
  outline: none; }

p {
  margin: 0; }

/* ==========================================================================
 base
========================================================================== */
body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal; }

* {
  box-sizing: border-box; }

@media screen and (max-width: 767px) {
  .pc {
    display: none; } }

@media screen and (min-width: 768px) {
  .sp {
    display: none; } }

img {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  font-size: 0; }

html {
  background: #fbfaf2;
  background: #fff; }

.sh-oricon {
  width: 100vw;
  height: 100vh;
  background: #fbfaf2;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .sh-oricon {
      height: 100svh; } }

/* ==========================================================================
 main
========================================================================== */
.main-area {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  position: relative;
  z-index: 10;
  opacity: 0;
  transition: all 1s; }
  @media screen and (max-width: 767px) {
    .main-area {
      height: 100svh; } }
  .main-area.fix {
    overflow: hidden; }

.main-inner {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .main-inner {
      height: 100svh; } }
  @media screen and (max-width: 767px) {
    .main-inner {
      height: auto; } }

.main-mv {
  position: relative; }
  @media screen and (min-width: 768px) {
    .main-mv {
      position: fixed;
      top: 0;
      left: 0;
      width: 60vw;
      height: 100vh;
      z-index: 0; } }

.mv-img {
  position: relative;
  z-index: 0; }
  @media screen and (min-width: 768px) {
    .mv-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh; } }

.mv-img-01 {
  background: url(../img/img_01.webp) center bottom no-repeat;
  background-size: cover; }

.mv-img-02 {
  opacity: 0;
  background: url(../img/img_02.webp) center bottom no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all 1s; }

.main-body {
  position: relative;
  z-index: 1;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .main-body {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: flex-end; } }

.main-body-inner {
  width: 40vw;
  padding: 40px 50px 160px;
  background: #fbfaf2;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .main-body-inner {
      width: 100%;
      padding: 20px 0 80px; } }
  .main-body-inner h1.oricon {
    display: block;
    width: 36%;
    margin: 0 auto 10px; }
    @media screen and (max-width: 767px) {
      .main-body-inner h1.oricon {
        width: 26%;
        margin: 0 auto; } }
  .main-body-inner h2.cont-ttl {
    display: block;
    width: 90%;
    margin: 0 auto 50px; }
    @media screen and (max-width: 767px) {
      .main-body-inner h2.cont-ttl {
        width: 80%;
        margin: 0 auto 30px; } }

.mv-lead {
  margin: 0 auto 80px; }
  .mv-lead img {
    width: 85%; }
    @media screen and (min-width: 768px) {
      .mv-lead img {
        transform: translate(-10px, 0); } }
    @media screen and (max-width: 767px) {
      .mv-lead img {
        width: 80%; } }
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mv-lead {
    width: 90%;
    margin: 0 auto 40px; } }

.main-lead {
  width: 100%;
  margin: 0 auto 80px; }
  @media screen and (max-width: 767px) {
    .main-lead {
      width: 80%;
      margin: 0 auto 40px; } }

.main-text {
  text-align: center;
  line-height: 2;
  font-feature-settings: "palt"; }
  .main-text p {
    font-size: 1.2vw;
    margin-bottom: 60px;
    font-feature-settings: "palt";
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .main-text p {
        font-size: 15.5px;
        margin-bottom: 30px; } }
    .main-text p :last-child {
      margin: 0; }

@media screen and (max-width: 767px) {
  .main-img {
    margin-bottom: 40px; } }

.lp-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  width: calc(40vw);
  transition: all .6s;
  transform: translate(0, 100px); }
  @media screen and (max-width: 767px) {
    .lp-btn {
      width: 100%; } }
  .lp-btn.move {
    transition: all .6s;
    transform: translate(0, 0); }

.lp-btn-inner {
  display: block;
  width: 100%;
  height: 90px;
  background: url(../img/lp_btn_on.png) center center no-repeat #EF7D47;
  background-size: auto 80%;
  text-align: center;
  -webkit-transition: all 1s;
  transition: all 1s; }
  @media screen and (max-width: 767px) {
    .lp-btn-inner {
      height: 60px; } }
  @media screen and (min-width: 768px) {
    .lp-btn-inner:hover {
      -webkit-transition: all 1s;
      transition: all 1s;
      background: url(../img/lp_btn_on.png) center center no-repeat #d6652f;
      background-size: auto 80%; } }
  .lp-btn-inner.orange {
    -webkit-transition: all 1s;
    transition: all 1s;
    background: url(../img/lp_btn_on.png) center center no-repeat #f3973c;
    background-size: 70% auto; }

.hide {
  opacity: 0; }

@media screen and (min-width: 768px) {
  .pc-no-hide {
    opacity: 1; } }

.appear {
  opacity: 1;
  transition: all 1s; }

.fade-in {
  opacity: 1;
  transition: all 1s; }

/*scr*/
.oricon-scr {
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 10;
  margin-left: -40px;
  -webkit-transition: all 1s;
  transition: all 1s;
  transform: translate(0, -20px);
  opacity: 0; }
  .oricon-scr.apr {
    -webkit-transition: all 1s;
    transition: all 1s;
    transform: translate(0, 0);
    opacity: 1; }
  .oricon-scr.kie {
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s; }
  @media screen and (max-width: 767px) {
    .oricon-scr {
      display: none; } }

.scr-ttl {
  font-size: 14px;
  font-family: Helvetica;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 600;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0; }
  .scr-ttl.apr {
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 1; }

.scr-body {
  position: relative;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 30px; }
  .scr-body:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    margin: -16px 0 0 -10px; }
