@import url(https://fonts.googleapis.com/css2?family=Gilda+Display&family=Shippori+Mincho:wght@400;500;600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap);

@charset "UTF-8" *::before, *::after {
  box-sizing: border-box
}

html {
  font-size: 62.5%
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "palt" on;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overscroll-behavior: none
}

body,
select,
input,
textarea,
p,
i,
a,
li,
th,
td,
span,
h1,
h2,
h3,
h4,
h5,
small {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  margin: auto;
  color: #000
}

.zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal
}

.gilda {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: normal
}

body {
  background-color: #f4f2ec;
  text-align: center
}

body,
select,
input,
textarea,
div,
p,
i,
a,
li,
th,
td,
span,
dt,
dd {
  font-size: 2rem;
  line-height: 1.8
}

h2.title {
  font-size: 4.6rem;
  font-weight: 500;
  color: #827250;
  margin-bottom: 3rem
}

h2.title small {
  display: block;
  font-weight: 600;
  color: #827250;
  font-size: 2.3rem;
  margin-top: 1rem
}

::-moz-selection {
  background: #f0f0f0;
  color: #ccc
}

::selection {
  background: #f0f0f0;
  color: #ccc
}

::-moz-selection {
  background: #f0f0f0;
  color: #ccc
}

img {
  height: auto
}

a {
  text-decoration: none;
  outline: none
}

a img {
  transition: all 0.3s
}

a:hover {
  color: #a7a497;
  text-decoration: none
}

a:hover img {
  opacity: .6
}

ul,
ol {
  padding: 0
}

.just {
  text-align: justify;
  text-justify: inter-ideograph
}

#wrapper {
  background-color: #fff;
  max-width: 500px;
  margin: auto
}

#wrapper #rogo {
  position: fixed;
  top: 2rem;
  left: calc(50% - 225px);
  width: 70px;
  z-index: 999;
  mix-blend-mode: multiply
}

@media all and (max-width:575px) {
  #wrapper {
    max-width: none
  }

  #wrapper #rogo {
    top: 2rem;
    left: 2rem;
    width: 70px
  }
}

.container {
  padding: 0 30px
}

@media all and (max-width:575px) {
  .container {
    padding: 0 25px
  }
}

.gray {
  background-color: #ece5d6
}

.sec {
  display: grid;
  place-items: center;
  padding: 2rem
}

#intro {
  height: calc(var(--vh) * 100);
  position: relative;
  margin-bottom: 50%
}

#intro #flick {
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 36%;
  text-align: center;
  width: 100%;
  pointer-events: none
}

#intro #flick img {
  width: 60px;
  height: auto;
  margin: auto;
  transform-origin: 50% 50%;
  animation: flick-rotate 1.2s ease-in-out infinite alternate;
  will-change: transform;
  opacity: 0
}

@keyframes flick-rotate {
  from {
    transform: rotate(-15deg)
  }

  to {
    transform: rotate(15deg)
  }
}

#intro #container {
  display: flex;
  width: 100%;
  height: 52vh
}

#intro #container .mask {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden
}

#intro #container .inner {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 100%;
  min-width: 250px;
  will-change: transform;
  margin-top: 1.5rem;
  transition: transform 0.28s cubic-bezier(.33, 0, .1, 1)
}

#intro #container .txt {
  margin-bottom: 2rem
}

#intro #container .txt img {
  width: 220px
}

#intro #container .anchor {
  display: block;
  width: 80px;
  height: auto;
  margin: auto;
  position: relative;
  border-radius: 50%
}

#intro #container .anchor img {
  border: solid 1.5px #231815;
  border-radius: 50%;
  width: 100%
}

#intro #container .anchor:hover {
  background-color: rgba(255, 255, 255, .5)
}

#intro #container .anchor:hover img {
  opacity: 1
}

#intro #container .active {
  background-color: #dad1bf
}

#intro #container .active .inner {
  transform: translate3d(0, -50%, 0) scale(1.1);
  transition-duration: 0.35s
}

#intro #container .small {
  background-color: #cfc1a5
}

#intro #container .small .inner {
  transform: translate3d(0, -50%, 0) scale(1);
  transition-duration: 0.4s
}

#intro #left,
#intro #right {
  flex-shrink: 0;
  width: 50%;
  transition: background-color 0.3s ease;
  padding: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
  position: relative
}

#intro #left {
  background: #f4f2ec;
  position: relative
}

#intro #left .inner {
  right: 0
}

#intro #left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  background-image: url(../img/left_back.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .1;
  will-change: auto;
  transform: translateZ(0)
}

#intro #right {
  flex: 1;
  background: #dfd3bb;
  position: relative
}

#intro #right .inner {
  left: 0
}

#intro #right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  background-image: url(../img/right_back.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .1;
  will-change: auto;
  transform: translateZ(0)
}

#intro #left:hover,
#intro #right:hover {
  background: #ece5d6
}

#intro #left.small .inner {
  right: 0;
  transform: translate3d(0%, -50%, 0) !important
}

#intro #right.small .inner {
  left: 0;
  transform: translate3d(0, -50%, 0) !important
}

#intro #intro_img {
  margin-top: -10%;
  position: relative;
  pointer-events: none;
  position: relative
}

#intro #intro_img #intro_icon {
  position: absolute;
  top: 25%;
  left: 5%;
  width: 15%
}

#intro #intro_txt,
#intro #intro_food {
  background-color: #f2f7f3
}

#intro #intro_txt {
  overflow: visible;
  position: relative;
  padding-bottom: 3%
}

#intro #intro_txt img {
  margin-top: -3%
}

#intro #intro_scroll {
  background-color: #f2f7f3;
  text-align: center;
  overflow: hidden
}

#intro #intro_scroll #intro_scroll_inner {
  width: 100px;
  margin: auto;
  position: relative
}

#intro #intro_scroll #intro_scroll_inner #intro_scroll_dot {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: scroll-icon 1.5s ease-in infinite;
  will-change: transform, opacity
}

@keyframes scroll-icon {
  0% {
    top: -20px
  }

  100% {
    top: 100%
  }
}

@media screen and (max-width:575px) {
  #intro #container .inner {
    min-width: 200px
  }
}

#about_anime {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: calc(var(--vh) * 100);
  overflow: hidden
}

#about_anime .box {
  position: absolute;
  opacity: 1;
  transform: translate(0, 0) scale(1);
  transition: transform 0.25s ease-out, opacity 0.2s ease-out;
  will-change: transform, opacity;
  transition-delay: 0s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2
}

#about_anime #about_box_01 {
  top: calc(var(--vh) * 24);
  left: 0;
  transform: translate(0, 0);
  width: calc(50% + 1vh);
  padding-bottom: calc(var(--vh) * 25)
}

#about_anime #about_box_02 {
  top: calc(var(--vh) * 16);
  right: 0;
  transform: translate(0, 0);
  width: calc(50% - 1vh);
  padding-bottom: calc(var(--vh) * 35)
}

#about_anime #about_box_03 {
  bottom: calc(var(--vh) * 16);
  left: 0;
  transform: translate(0, 0);
  width: calc(50% - 1vh);
  padding-bottom: calc(var(--vh) * 35)
}

#about_anime #about_box_04 {
  bottom: calc(var(--vh) * 24);
  right: 0;
  transform: translate(0, 0);
  width: calc(50% + 1vh);
  padding-bottom: calc(var(--vh) * 25)
}

#about_anime .circle-svg {
  width: 25px;
  height: 25px;
  opacity: 1;
  transition: all 0.25s;
  will-change: transform, opacity;
  transition-delay: 0s;
  z-index: 0
}

#about_anime .circle-svg .circle {
  fill: #dfd3bb
}

#about_anime.active .box {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  transition: transform 0.25s ease-out, opacity 0.2s ease-out;
  will-change: transform, opacity;
  transition-delay: 0s
}

#about_anime.active #about_box_01 {
  transform: translate(-15%, calc(-1 * var(--vh) * 34))
}

#about_anime.active #about_box_02 {
  transform: translate(15%, calc(-1 * var(--vh) * 26))
}

#about_anime.active #about_box_03 {
  transform: translate(-15%, calc(var(--vh) * 26))
}

#about_anime.active #about_box_04 {
  transform: translate(15%, calc(var(--vh) * 34))
}

#about_anime.active .circle-svg {
  width: 140%;
  height: 140%;
  opacity: 1;
  transition: all 0.25s;
  will-change: transform, opacity;
  transition-delay: 0.1s
}

#about {
  position: relative
}

#about .about {
  min-height: calc(var(--vh) * 100);
  position: relative
}

#about .about .a-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  width: 100%;
  padding: 0 20px
}

#about #about01 h2 {
  font-size: 5.5rem;
  margin-bottom: 1rem
}

#about #about01 h3 {
  line-height: 1.8;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 2.5rem
}

#about #about01 h3 span {
  display: inline-block
}

#about #about01 #about_logo {
  text-align: center
}

#about #about01 #about_logo img {
  width: 150px;
  margin: auto
}

#about #about02 p {
  font-size: 1.7rem;
  line-height: 2.2
}

@supports (-webkit-touch-callout:none) {
  #about #about02 {
    margin-bottom: 50vh
  }
}

#about.sec,
#recipe.sec {
  position: relative;
  z-index: 10
}

@media screen and (max-width:575px) {
  #about #about01 h2 {
    font-size: 4rem
  }

  #about #about01 h3 {
    font-size: 2rem
  }

  #about #about01 #about_logo img {
    width: 120px
  }

  #about #about02 p {
    line-height: 2
  }
}

@media screen and (max-width:420px) {
  #about .about .a-inner {
    padding: 0 10px
  }

  #about #about01 h2 {
    font-size: 3.8rem
  }

  #about #about01 h3 {
    font-size: 1.8rem
  }

  #about #about01 #about_logo img {
    width: 100px
  }

  #about #about02 p {
    font-size: 1.4rem
  }
}

#reason_wrap {
  margin-top: calc(var(--vh) * 130)
}

#reason_back {
  height: calc(var(--vh) * 100);
  position: sticky;
  top: 0;
  left: calc(50% - 250px);
  width: 100%;
  max-width: 500px;
  z-index: 0;
  background-color: #f4f2ec;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease
}

#reason_back .back {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease
}

#reason_back .on {
  opacity: .2;
  transition: all 1s ease
}

#reason_back #reason_back_04 {
  background-position: bottom center
}

#reason_back #reason_back_05 {
  background-position: top center
}

#reason_back.is-visible {
  opacity: 1
}

#reason {
  position: relative;
  z-index: 1
}

#reason .reason {
  width: 100%;
  padding: 16rem 0
}

#reason .reason .reason_title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 6rem
}

#reason .reason .reason_title .no {
  width: 120px;
  height: 120px;
  border: solid 1px #000;
  border-radius: 50%;
  margin: 1.5rem auto auto auto;
  display: grid;
  place-items: center;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 600
}

#reason .reason h2.title {
  font-size: 4rem;
  margin-bottom: 3.5rem;
  white-space: nowrap
}

#reason .reason h2.title small {
  font-size: 2.2rem;
  margin-top: 1.5rem
}

#reason .reason p {
  font-size: 1.8rem
}

#reason .reason .img {
  margin-top: 4rem
}

#reason #reason01 {
  padding-top: 0
}

#reason #reason03 h3 {
  margin: 4rem auto 1.5rem auto;
  font-weight: 700;
  font-size: 2.5rem;
  color: #827250
}

#reason #reason03 ol {
  list-style: none;
  text-align: left
}

#reason #reason03 ol li {
  background-color: #827250;
  line-height: 1;
  padding: 1rem 1rem 1.2rem 1rem;
  margin-bottom: 2.5rem;
  position: relative
}

#reason #reason03 ol li span {
  display: block;
  text-indent: -1.2em;
  padding-left: 1.2em;
  line-height: 1.2;
  color: #fff;
  font-weight: 500
}

#reason #reason03 ol li:last-child {
  margin: auto
}

#reason #reason03 ol li::after {
  content: "▼";
  position: absolute;
  bottom: -2.3rem;
  left: calc(50% - 1rem);
  font-size: 2rem;
  color: #827250;
  transform: scale(1.5, 1)
}

#reason #reason03 ol li:last-child::after {
  content: ""
}

#reason #reason05 {
  padding-bottom: 10rem
}

#reason #reason05 #reason_pason {
  margin-top: 6rem
}

#reason #reason05 #reason_pason p.type {
  font-size: 1.2rem
}

#reason #reason05 #reason_pason p.name {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1rem
}

#reason #reason05 #reason_pason p.name small {
  font-size: 1.5rem
}

#reason #reason05 #reason_pason p.memo {
  font-size: 1.5rem;
  font-weight: 500
}

#reason #reason05 dl {
  display: table;
  margin-bottom: 4rem
}

#reason #reason05 dl dt,
#reason #reason05 dl dd {
  display: table-cell;
  vertical-align: middle
}

#reason #reason05 dl dt {
  width: 135px;
  padding-right: 20px
}

#reason #reason05 dl dt img {
  border-radius: 50%
}

#reason #reason05 dl dd {
  text-align: left
}

#reason #reason05 dl dd p {
  line-height: 1.2
}

#reason #reason05 #reason_merit ul {
  text-align: left;
  display: inline-block;
  margin: 1rem auto 4rem auto
}

#reason #reason05 #reason_merit ul li {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  margin: 2rem auto;
  color: #827250;
  letter-spacing: 1px;
  position: relative;
  padding-left: 2.6rem
}

#reason #reason05 #reason_merit ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  background-image: url(../img/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media screen and (max-width:575px) {
  #reason_back {
    inset: 0;
    max-width: none
  }

  #reason .container {
    padding: 0 2rem
  }

  #reason .reason .container {
    max-width: 420px
  }

  #reason .reason .reason_title {
    font-size: 2.2rem;
    margin-bottom: 4rem
  }

  #reason .reason .reason_title .no {
    width: 100px;
    height: 100px;
    font-size: 3rem
  }

  #reason .reason h2.title {
    font-size: 3rem;
    margin-bottom: 3rem
  }

  #reason .reason h2.title small {
    font-size: 2rem
  }

  #reason .reason .img {
    margin-top: 3rem
  }

  #reason #reason01 {
    padding-top: 0
  }

  #reason #reason03 h3 {
    margin: 3rem auto 1.5rem auto;
    font-size: 2rem
  }

  #reason #reason05 #reason_pason {
    margin-top: 5rem
  }

  #reason #reason05 #reason_pason p.name {
    font-size: 2.6rem
  }

  #reason #reason05 dl {
    margin-bottom: 3rem
  }

  #reason #reason05 dl dt {
    width: 120px
  }

  #reason #reason05 #reason_merit ul {
    margin: 1rem auto 3rem auto
  }

  #reason #reason05 #reason_merit ul li {
    font-size: 1.8rem;
    padding-left: 2.5rem
  }

  #reason #reason05 #reason_merit ul li::before {
    width: 2rem;
    height: 2rem
  }
}

@media screen and (max-width:420px) {
  #reason .reason .reason_title {
    font-size: 2rem
  }

  #reason .reason .reason_title .no {
    width: 90px;
    height: 90px;
    font-size: 3rem
  }

  #reason .reason h2.title {
    font-size: 2.8rem;
    margin-bottom: 3rem
  }

  #reason .reason h2.title small {
    font-size: 1.8rem
  }

  #reason .reason .img {
    margin-top: 2.5rem
  }

  #reason .reason p {
    font-size: 1.7rem
  }

  #reason #reason03 h3 {
    margin: 2.5rem auto 1.2rem auto
  }

  #reason #reason03 ol li span {
    font-size: 1.8rem
  }

  #reason #reason05 #reason_pason {
    margin-top: 3rem
  }

  #reason #reason05 #reason_pason p.name {
    font-size: 2.5rem
  }

  #reason #reason05 #reason_pason p.memo {
    font-size: 1.4rem
  }

  #reason #reason05 dl {
    margin-bottom: 2.5rem
  }

  #reason #reason05 dl dt {
    width: 110px
  }
}

.movie {
  position: relative;
  padding-top: 56.25%;
  height: 0
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem
}

#style {
  background-color: #dfd3bb;
  display: block;
  place-items: none;
  padding: 6rem 2rem
}

#style #pills-tab {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 100;
  padding-top: 2rem;
  margin-bottom: calc(var(--vh) * 80);
  background-color: #dfd3bb
}

#style .nav-pills li {
  width: 50%
}

#style .nav-pills li:first-child {
  padding-right: 2px
}

#style .nav-pills li:last-child {
  padding-left: 2px
}

#style .nav-pills .nav-btn {
  background-color: #efe9de;
  color: #888;
  padding: 1rem;
  border-radius: 1rem 1rem 0 0;
  border-bottom: solid 3px #dfd3bb;
  cursor: pointer;
  font-weight: 700;
  font-size: 2rem
}

#style .nav-pills .nav-btn:hover {
  background-color: #f0f0f0
}

#style .nav-pills .active,
#style .nav-pills .active:hover {
  color: #000;
  pointer-events: none;
  background-color: #fff;
  border-bottom: solid 3px #fff;
  opacity: 1
}

#style .tab-content {
  margin-top: calc(-1 * var(--vh) * 80);
  background-color: #fff;
  border-radius: 0 0 1rem 1rem
}

#style .tab-content h2.title {
  font-size: 4rem;
  font-weight: 700
}

#style .tab-content .img {
  margin-bottom: 2rem
}

#style .tab-content .img img {
  border-radius: 1rem
}

#style .tab-content p {
  font-size: 1.9rem;
  font-weight: 500
}

#style .midashi {
  background-color: #fff;
  padding: 1rem;
  position: sticky;
  width: 100%;
  top: 78px;
  z-index: 99;
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: calc(var(--vh) * 80 - 60px)
}

#style .style_head {
  margin-top: calc(-1 * var(--vh) * 70)
}

#style .style_profitable,
#style .style_simulation,
#style .style_flow {
  margin-top: 8rem
}

#style .style_profitable h2.title,
#style .style_simulation h2.title,
#style .style_flow h2.title {
  font-size: 5rem
}

#style .style_profitable .chart {
  margin-bottom: 2.5rem
}

#style .style_profitable small {
  font-size: 1.2rem;
  display: block
}

#style .style_inner {
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto
}

#style .style_simulation dl {
  display: table;
  width: 100%;
  max-width: 360px;
  margin: auto auto 2rem auto
}

#style .style_simulation dl dt,
#style .style_simulation dl dd {
  display: table-cell;
  vertical-align: bottom;
  white-space: nowrap;
  line-height: 1;
  color: #827250
}

#style .style_simulation dl dt {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left
}

#style .style_simulation dl dd {
  text-align: right;
  font-size: 4rem;
  font-weight: 700
}

#style .style_simulation table {
  width: 100%;
  max-width: 360px;
  margin: auto auto 1rem auto
}

#style .style_simulation table tr {
  background-color: #ece5d6
}

#style .style_simulation table tr th,
#style .style_simulation table tr td {
  vertical-align: middle;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 1rem 1.5rem;
  color: #000;
  line-height: 1
}

#style .style_simulation table tr th {
  text-align: left;
  font-size: 1.6rem
}

#style .style_simulation table tr td {
  text-align: right;
  font-size: 2rem
}

#style .style_simulation table tr:nth-child(even) {
  background-color: #f4f2ec
}

#style .style_simulation table tr:first-child th,
#style .style_simulation table tr:first-child td {
  font-weight: 500
}

#style .style_simulation small.zen {
  display: block;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em
}

#style .style_simulation .icon {
  background-color: #827250;
  border-radius: 50%;
  margin: 2rem auto 4rem auto
}

#style .style_simulation h3 {
  color: #827250;
  font-weight: 600;
  font-size: 2.3rem;
  margin-bottom: 2.5rem
}

#style .style_simulation h4 {
  font-weight: 600;
  color: #827250;
  font-size: 1.8rem
}

#style .style_simulation .area {
  margin-top: 1.2rem
}

#style .style_flow {
  padding-bottom: 3rem
}

#style .style_flow ol {
  border-top: solid 1px #827250;
  list-style: none
}

#style .style_flow ol li {
  border-bottom: solid 1px #827250;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 2rem;
  text-align: left;
  line-height: 1.5;
  color: #827250;
  font-size: 2rem;
  position: relative;
  cursor: pointer
}

#style .style_flow ol li .icon {
  position: absolute;
  right: 16px;
  top: 3rem;
  width: 1.2rem;
  height: 1.2rem
}

#style .style_flow ol li .icon::before,
#style .style_flow ol li .icon::after {
  content: "";
  position: absolute;
  background: #827250;
  transition: transform 0.3s ease, opacity 0.3s ease
}

#style .style_flow ol li .icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%)
}

#style .style_flow ol li .icon::after {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  transform: translateX(-50%)
}

#style .style_flow ol li .anser {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #717071;
  display: none
}

#style .style_flow ol li.active .icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0
}

@media screen and (max-width:991px) {
  #style {
    padding-top: 0
  }

  #style #pills-tab {
    padding-top: 7.5rem;
    top: 0
  }

  #style .midashi {
    top: 132px
  }
}

@media screen and (max-width:575px) {
  #style .nav-pills .nav-btn {
    font-size: 1.6rem
  }

  #style .tab-content h2.title {
    font-size: 3rem
  }

  #style .tab-content .img {
    margin-bottom: 1.5rem
  }

  #style .tab-content p {
    font-size: 1.8rem
  }

  #style .midashi {
    font-size: 2rem;
    top: 125px
  }

  #style .style_profitable,
  #style .style_simulation,
  #style .style_flow {
    margin-top: 6rem
  }

  #style .style_profitable h2.title,
  #style .style_simulation h2.title,
  #style .style_flow h2.title {
    font-size: 3.5rem
  }

  #style .style_profitable .chart {
    margin-bottom: 2rem
  }

  #style .style_simulation dl dt {
    font-size: 2rem;
    font-weight: 700
  }

  #style .style_simulation dl dd {
    font-size: 3rem
  }

  #style .style_simulation small.zen {
    font-size: 1.2rem
  }

  #style .style_simulation .icon {
    margin: 2rem auto 3rem auto
  }

  #style .style_simulation h3 {
    font-size: 2rem
  }

  #style .style_flow ol li {
    padding: 1.5rem 1rem;
    font-size: 2rem
  }

  #style .style_flow ol li .icon {
    top: 2.5rem
  }

  #style .style_flow ol li .anser {
    font-size: 1.6rem
  }
}

@media screen and (max-width:420px) {
  #style .nav-pills .nav-btn {
    font-size: 1.3rem
  }

  #style .tab-content h2.title {
    font-size: 2.8rem
  }

  #style .tab-content p {
    font-size: 1.7rem
  }

  #style .midashi {
    font-size: 1.8rem;
    top: 120px
  }

  #style .style_profitable,
  #style .style_simulation,
  #style .style_flow {
    margin-top: 5rem
  }

  #style .style_profitable h2.title,
  #style .style_simulation h2.title,
  #style .style_flow h2.title {
    font-size: 3.2rem
  }

  #style .style_profitable .chart {
    margin-bottom: 1.5rem
  }

  #style .style_simulation h3 {
    font-size: 1.8rem
  }
}

#early {
  padding: 6rem 0
}

#early h2.title {
  font-size: 4.6rem;
  font-weight: 500;
  color: #827250;
  margin-bottom: 3rem
}

#early h2.title small {
  display: block;
  font-weight: 600;
  color: #827250;
  font-size: 2.3rem;
  margin-top: 1rem
}

#early .early_merit {
  background-color: #f4f2ec;
  padding: 3rem;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  text-align: left
}

#early .early_merit h3 {
  color: #827250;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem
}

#early .early_merit p {
  margin: auto;
  font-size: 1.8rem;
  font-weight: 600
}

#early .early_merit small {
  display: block;
  font-size: 1rem;
  margin-top: .5rem
}

#early .now {
  position: relative;
  padding: 2rem 0 3rem 0;
  margin: 2rem auto 1rem auto
}

#early .now h4 {
  color: #827250;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  z-index: 9;
  position: relative
}

#early .now::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/early_now.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1
}

#early #mazuha {
  width: 100%;
  max-width: 400px;
  margin: auto
}

#early #mazuha p {
  text-align: left;
  font-size: 1.7rem;
  font-weight: 500
}

#early #mazuha a {
  display: block;
  background-color: #009844;
  border-radius: 1rem
}

#early #mazuha a:hover {
  background-color: #0fc360
}

#early #mazuha a:hover img {
  opacity: 1
}

@media screen and (max-width:575px) {
  #early h2.title {
    font-size: 3.8rem
  }

  #early h2.title small {
    font-size: 2.2rem
  }

  #early .early_merit {
    padding: 2.5rem
  }

  #early .early_merit h3 {
    font-size: 2.2rem;
    margin-bottom: 1.2rem
  }

  #early .early_merit small {
    font-size: 1.2rem
  }

  #early .now h4 {
    font-size: 2rem
  }
}

@media screen and (max-width:420px) {
  #early {
    padding: 5rem 0
  }

  #early h2.title {
    font-size: 4.2rem
  }

  #early h2.title small {
    font-size: 2rem
  }

  #early .early_merit h3 {
    font-size: 2.2rem;
    margin-bottom: 1.2rem
  }

  #early .early_merit p {
    font-size: 1.7rem
  }

  #early .now h4 {
    font-size: 1.8rem
  }
}

#contact {
  padding: 6rem 0 1rem 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

#contact .container {
  position: relative;
  z-index: 9
}

#contact p {
  text-align: left;
  font-size: 1.8rem;
  margin-bottom: .5rem;
  font-weight: 500
}

#contact #copy {
  text-align: center;
  margin-top: 6rem;
  color: #827250;
  font-size: 1.6rem;
  font-weight: 500
}

#contact .fade {
  opacity: 1;
  transition: opacity 0.5s ease
}

#contact .fade.hide {
  opacity: 0
}

#contact button:disabled {
  opacity: .5;
  cursor: not-allowed;
  pointer-events: none
}

#contact .error {
  color: red;
  font-size: 1.2rem;
  text-align: left;
  opacity: 0;
  transition: opacity 0.4s ease;
  font-family: "Zen Kaku Gothic New", sans-serif;
  height: 0;
  overflow: hidden;
  margin-top: 0
}

#contact .error.show {
  opacity: 1;
  height: auto;
  margin-top: 5px
}

#contact #loading,
#contact #thanks,
#contact #error-message {
  opacity: 0;
  display: none;
  transition: opacity 0.5s ease;
  font-size: 1.2rem;
  margin-top: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif
}

#contact #contact_warp {
  background-color: #fff;
  padding: 2.5rem 4rem 3rem 4rem;
  border-radius: 1rem;
  transition: all 0.3s
}

#contact #contact_warp table {
  margin-bottom: 2rem
}

#contact #contact_warp table th,
#contact #contact_warp table td {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  vertical-align: top;
  padding: .5rem 0
}

#contact #contact_warp table th {
  white-space: nowrap;
  padding-right: 1.5rem
}

#contact #contact_warp table th sup {
  color: red
}

#contact input,
#contact textarea {
  box-sizing: border-box !important
}

#contact input[type=text],
#contact input[type=email],
#contact input[type=submit],
#contact textarea {
  width: 100%;
  background: #f0f0f0;
  border: none !important;
  padding: .5rem 1rem;
  border-radius: 3px;
  line-height: 1;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif
}

#contact button {
  background-color: #cbbb9d;
  color: #fff;
  line-height: 1;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 5px;
  padding: 1rem;
  border: none
}

#contact button:hover {
  background-color: #827250
}

#contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(236, 229, 214, .9)
}

@media screen and (max-width:575px) {
  #contact #contact_warp {
    padding: 2.5rem
  }
}

@media screen and (max-width:420px) {
  #contact {
    padding: 5rem 0 1rem 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
  }

  #contact .container {
    position: relative;
    z-index: 9
  }

  #contact p {
    font-size: 1.7rem
  }

  #contact #copy {
    margin-top: 5rem;
    font-size: 1.5rem
  }
}

#nav {
  position: fixed;
  top: 0;
  left: calc(50% + 280px);
  height: 100%;
  z-index: 9999;
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  overflow-y: auto
}

#nav ul#menu li {
  margin: 2.5rem auto
}

#nav ul#menu li a {
  position: relative
}

#nav ul#menu li a:hover dl dt,
#nav ul#menu li a:hover dl dd {
  color: #a7a497
}

#nav ul#menu li a.on {
  pointer-events: none;
  cursor: default
}

#nav ul#menu li a.on dl dt,
#nav ul#menu li a.on dl dd {
  color: brown
}

#nav dl {
  text-align: left
}

#nav dl dt,
#nav dl dd {
  line-height: 1.5;
  letter-spacing: 1px
}

#nav dl dt {
  font-size: 1.6rem;
  font-weight: 500;
  color: #827250
}

#nav dl dd {
  font-size: 1.2rem;
  padding-left: .2rem;
  color: #a7a497
}

@media all and (max-width:991px) {
  #nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9999;
    overflow-y: auto;
    background: none;
    width: 100%;
    padding: 0;
    opacity: 0;
    pointer-events: none
  }

  #nav .inner {
    padding: 4rem;
    max-width: none;
    width: 100%;
    max-width: 500px;
    min-height: calc(var(--vh) * 100);
    position: relative;
    margin: auto;
    background-color: rgba(130, 114, 80, .9);
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center
  }

  #nav ul#menu li {
    opacity: 0;
    margin: 2rem auto
  }

  #nav ul#menu li a.on dl dt,
  #nav ul#menu li a.on dl dd {
    color: rgb(255, 255, 120)
  }

  #nav dl dt,
  #nav dl dd {
    color: #fff
  }

  #nav dl dt {
    font-size: 2.2rem
  }

  #nav dl dd {
    font-size: 1.2rem
  }
}

@media all and (max-width:575px) {
  #nav .inner {
    max-width: none
  }
}

#nav::-webkit-scrollbar {
  width: 3px
}

#nav::-webkit-scrollbar-thumb {
  background-color: #fff
}

#menuWarp {
  display: none
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(7px) rotate(35deg)
  }

  50% {
    transform: translateY(7px) rotate(0)
  }

  100% {
    transform: translateY(0) rotate(0)
  }
}

@keyframes menu-bar02 {
  0% {
    transform: translateY(-7px) rotate(-35deg)
  }

  50% {
    transform: translateY(-7px) rotate(0)
  }

  100% {
    transform: translateY(0) rotate(0)
  }
}

@media all and (max-width:991px) {
  #menuWarp {
    top: 3rem;
    left: calc(50% + 180px);
    z-index: 9999999999;
    position: fixed;
    width: 40px;
    height: 20px;
    display: block;
    padding-right: 4rem
  }

  #menuWarp #menuBtn {
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 18px
  }

  #menuWarp #menuBtn span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #827250;
    transition: all 0.4s
  }

  #menuWarp #menuBtn span:nth-of-type(1) {
    top: 2px;
    animation: menu-bar01 0.2s forwards
  }

  #menuWarp #menuBtn span:nth-of-type(2) {
    bottom: 2px;
    animation: menu-bar02 0.2s forwards
  }
}

@media all and (max-width:575px) {
  #menuWarp {
    left: auto;
    right: 3rem
  }
}

body.view #nav {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.2s;
  z-index: 99999
}

body.view #menuWarp #menuBtn span {
  background-color: #fff
}

body.view #menuWarp #menuBtn span:nth-of-type(1) {
  animation: active-menu-bar01 0.2s forwards
}

body.view #menuWarp #menuBtn span:nth-of-type(2) {
  animation: active-menu-bar02 0.2s forwards
}

body.view #menuWarp #menuBtn:hover span:nth-of-type(1) {
  top: 2px !important
}

body.view #menuWarp #menuBtn:hover span:nth-of-type(2) {
  bottom: 2px !important
}

body.view #nav ul#menu li#menu01 {
  animation: fadeInLeft 0.3s ease 0.2s 1 forwards
}

body.view #nav ul#menu li#menu02 {
  animation: fadeInLeft 0.3s ease 0.3s 1 forwards
}

body.view #nav ul#menu li#menu03 {
  animation: fadeInLeft 0.3s ease 0.4s 1 forwards
}

body.view #nav ul#menu li#menu04 {
  animation: fadeInLeft 0.3s ease 0.5s 1 forwards
}

body.view #nav ul#menu li#menu05 {
  animation: fadeInLeft 0.3s ease 0.6s 1 forwards
}

body.view #nav ul#menu li#menu06 {
  animation: fadeInLeft 0.3s ease 0.7s 1 forwards
}

body.view #nav ul#menu li#menu07 {
  animation: fadeInLeft 0.3s ease 0.8s 1 forwards
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px)
  }

  100% {
    opacity: 1
  }
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0)
  }

  50% {
    transform: translateY(6px) rotate(0)
  }

  100% {
    transform: translateY(6px) rotate(35deg)
  }
}

@keyframes active-menu-bar02 {
  0% {
    transform: translateY(0) rotate(0)
  }

  50% {
    transform: translateY(-6px) rotate(0)
  }

  100% {
    transform: translateY(-6px) rotate(-35deg)
  }
}

#line_btn {
  position: fixed;
  bottom: 2rem;
  right: calc(50% - 220px);
  width: 190px;
  z-index: 999
}

#line_btn a {
  display: block;
  background-color: #009844;
  border-radius: 5px
}

#line_btn a:hover {
  background-color: #0fc360
}

#line_btn a:hover img {
  opacity: 1
}

#line_btn #line_btn_close {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: auto;
  cursor: pointer;
  transform: rotate(0deg);
  transition: transform 0.5s ease
}

#line_btn #line_btn_close:hover {
  transform: rotate(180deg)
}

@media all and (max-width:575px) {
  #line_btn {
    right: 2rem;
    width: 180px
  }
}

@media print {
  a[href]:after {
    content: "" !important
  }

  abbr[title]:after {
    content: "" !important
  }
}