@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Noto+Serif+JP:wght@400;700;900&display=swap");
*, :after, :before {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
img, svg {
  vertical-align: bottom
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
caption {
  text-align: left
}
td, th {
  vertical-align: top
}
th {
  text-align: left
}
html {
  font-size: 2.6666666667vw;
  height: 100%
}
body {
  background-color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.4rem;
  height: 100%;
  line-height: 1.8
}
body, h1, h2, h3, h4, h5, h6 {
  color: #333;
  letter-spacing: 0
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif JP", serif;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.3
}
li, ul {
  list-style-type: none
}
strong {
  font-weight: 700
}
img {
  height: auto;
  width: 100%
}
a, a.js-hover {
  color: #333
}
.g-head {
  display: flex;
  justify-content: center
}
.g-head__button {
  display: block;
  padding-bottom: 1rem;
  padding-top: 1rem;
  width: 8rem
}
.g-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px
}
.g-notes {
  font-size: 1.2rem;
  margin-top: 1rem
}
.g-notes li {
  padding-left: 1em;
  text-indent: -1em
}
.g-notes li:not(:first-child) {
  margin-top: .5rem
}
.g-notes_wide {
  font-size: 1.2rem;
  margin-top: 1rem
}
.g-notes_wide li {
  padding-left: 1em;
  text-indent: -1em
}
.g-notes_wide li:not(:first-child) {
  margin-top: 1rem
}
.g-copy-right {
  background-color: #333;
  color: #fff;
  font-size: 1.2rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  text-align: center
}
.g-img100 {
  width: 100%
}
br.is-down-lg, br.is-down-sm, br.is-down-xl, br.is-down-xs, br.is-lg, br.is-md, br.is-sm, br.is-up-lg, br.is-up-sm, br.is-up-xl, br.is-up-xxl, br.is-xl, br.is-xs, br.is-xxl {
  display: none
}
.d-flex {
  display: flex
}
.d-flex.flex-row {
  flex-direction: row
}
.d-flex.flex-row-reverse {
  flex-direction: row-reverse
}
.d-flex.flex-column {
  flex-direction: column
}
.d-flex.flex-column-reverse {
  flex-direction: column-reverse
}
.d-flex.justify-content-start {
  justify-content: flex-start
}
.d-flex.justify-content-end {
  justify-content: flex-end
}
.d-flex.justify-content-center {
  justify-content: center
}
.d-flex.justify-content-between {
  justify-content: space-between
}
.d-flex.justify-content-around {
  justify-content: space-around
}
.d-flex.justify-content-evenly {
  justify-content: space-evenly
}
.d-flex.align-items-start {
  align-items: flex-start
}
.d-flex.align-items-end {
  align-items: flex-end
}
.d-flex.align-items-center {
  align-items: center
}
.d-flex.align-items-baseline {
  align-items: baseline
}
.d-flex.align-items-stretch {
  align-items: stretch
}
.d-flex > .align-self-start {
  align-self: flex-start
}
.d-flex > .align-self-end {
  align-self: flex-end
}
.d-flex > .align-self-center {
  align-self: center
}
.d-flex > .align-self-baseline {
  align-self: baseline
}
.d-flex > .align-self-stretch {
  align-self: stretch
}
.d-flex.flex-fill {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1
}
.d-flex > .flex-shrink-0 {
  flex-shrink: 0
}
.d-flex > .flex-shrink-1 {
  flex-shrink: 1
}
.d-flex > .flex-grow-0 {
  flex-grow: 0
}
.d-flex > .flex-grow-1 {
  flex-grow: 1
}
.d-flex.flex-nowrap {
  flex-wrap: nowrap
}
.d-flex.flex-wrap {
  flex-wrap: wrap
}
.d-flex.align-content-start {
  align-content: flex-start
}
.d-flex.align-content-end {
  align-content: flex-end
}
.d-flex.align-content-between, .d-flex.align-content-center {
  align-content: center
}
.d-flex.align-content-around {
  align-content: space-around
}
.d-flex.align-content-stretch {
  align-content: stretch
}
.overflow-auto {
  overflow: auto
}
.overflow-hidden {
  overflow: hidden
}
.overflow-visible {
  overflow: visible
}
.overflow-scroll {
  overflow: scroll
}
.overflow-scroll-x {
  overflow-x: scroll
}
.overflow-scroll-y {
  overflow-y: scroll
}
.position-static {
  position: static
}
.position-relative {
  position: relative
}
.position-absolute {
  position: absolute
}
.position-fixed {
  position: fixed
}
.position-sticky {
  position: sticky
}
.top-0 {
  top: 0
}
.top-50 {
  top: 50%
}
.top-100 {
  top: 100%
}
.end-0 {
  right: 0
}
.end-50 {
  right: 50%
}
.end-100 {
  right: 100%
}
.bottom-0 {
  bottom: 0
}
.bottom-50 {
  bottom: 50%
}
.bottom-100 {
  bottom: 100%
}
.start-0 {
  left: 0
}
.start-50 {
  left: 50%
}
.start-100 {
  left: 100%
}
.position-all-0 {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0
}
.m-auto {
  margin: auto
}
.mx-auto {
  margin-left: auto;
  margin-right: auto
}
.mt-0 {
  margin-top: 0
}
.mt-2 {
  margin-top: 1rem
}
.mb-2 {
  margin-bottom: 1rem
}
.mb-3 {
  margin-bottom: 2rem
}
.px-2 {
  padding-left: 1rem;
  padding-right: 1rem
}
.px-3 {
  padding-left: 2rem;
  padding-right: 2rem
}
.py-4 {
  padding-bottom: 4rem;
  padding-top: 4rem
}
.pt-2 {
  padding-top: 1rem
}
.text-start {
  text-align: left
}
.text-center {
  text-align: center
}
.text-end {
  text-align: right
}
.front .btn {
  align-items: center;
  border-style: solid;
  border-width: .1rem;
  display: flex;
  font-weight: 700;
  justify-content: center;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition-duration: .3s;
  transition-property: letter-spacing
}
.front .btn_01 {
  background-image: linear-gradient(#ad955f, #d8c491);
  border-color: #ad955f;
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 2rem;
  width: 35.5rem
}
.front .btn_01 .arrow {
  height: 2.6rem;
  width: 2.6rem
}
.front .btn_02 {
  color: #ad955f;
  font-size: 1.6rem;
  width: 33.5rem
}
.front .btn_02 .arrow {
  bottom: 0;
  height: 2.6rem;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  right: 1rem;
  top: 0;
  width: 2.6rem
}
.front .btn_02 .arrow img {
  display: block
}
.front .btn .icon-toggle {
  bottom: 0;
  height: 2.1rem;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  right: 1rem;
  top: 0;
  width: 2.1rem
}
.front .btn .icon-toggle:after, .front .btn .icon-toggle:before {
  background-color: #ad955f;
  bottom: 0;
  content: "";
  display: block;
  height: .1rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5rem
}
.front .btn .icon-toggle:after {
  transform: rotate(90deg)
}
.front .btn.is-active .icon-toggle {
  transform: rotate(45deg)
}
.front .btn.js-hover {
  letter-spacing: .05em
}
.front .sec {
  margin-top: 6rem
}
.front .sec-head {
  margin-bottom: 5rem;
  overflow-x: hidden;
  overflow-y: visible;
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: relative;
  width: 100%
}
.front .sec-head .deco {
  height: calc(100% - 2rem);
  left: -1rem;
  position: absolute;
  top: 0;
  width: calc(100% + 2rem)
}
.front .sec-head .deco:after, .front .sec-head .deco:before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 1rem;
  width: 100%
}
.front .sec-head .deco:before {
  background-color: #4d0505;
  transform: rotate(-2deg)
}
.front .sec-head .deco:after {
  background-color: #f9f2e8;
  transform: rotate(2deg)
}
.front .sec-head .deco.c-reverse:after {
  background-color: #b41b1b
}
.front .sec-head .num {
  height: 2.5rem;
  left: 1.5rem;
  position: absolute;
  top: 2.5rem;
  width: 3rem
}
.front .sec-head .sec-title {
  position: relative;
  text-align: center
}
.front .sec-head .sec-title__sub {
  display: block;
  font-size: 1.4rem
}
.front .sec-head .sec-title__main {
  color: #b41b1b;
  display: block;
  font-size: 2.4rem
}
.front .sec-head .sec-title__main.c-reverse {
  color: #f9f2e8
}
.front .sec-head .sec-title__main.f-large {
  font-size: 2.8rem
}
.front .sec-head .sec-title__main.f-small {
  font-size: 2.2rem
}
.front .sec-head .sec-title__main strong {
  background-image: linear-gradient(transparent 60%, #fff 0);
  display: inline-block;
  padding-left: .5rem;
  padding-right: .5rem
}
.front .mv {
  position: relative
}
.front .mv .lw-h-block1 {
  display: flex;
  left: 1rem;
  position: absolute;
  text-align: center;
  top: 2rem;
  transform: rotate(-5deg)
}
.front .mv .lw-h1 {
  color: #ad865f;
  font-size: 1.4rem
}
.front .mv .lw-h1 strong {
  background-color: #ad865f;
  color: #fff;
  display: block;
  font-size: 2.2rem;
  letter-spacing: .05em;
  padding: .3rem 2rem;
  vertical-align: top
}
.front .mv .lw-h1 small {
  font-size: 1.2rem
}
.front .mv .badge {
  background-color: #ad865f;
  border-radius: 4.5rem;
  bottom: 1rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 700;
  height: 9rem;
  left: 1rem;
  line-height: 1.3;
  padding-top: 1.8rem;
  position: absolute;
  text-align: center;
  width: 9rem
}
.front .mv .badge strong {
  color: #ffffbc;
  font-size: 2.2rem
}
.front .mv .badge .obi {
  align-items: center;
  background-color: #4d0505;
  display: flex;
  height: 2rem;
  justify-content: center;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  top: -.5rem;
  width: 7rem
}
.front .mv .badge .obi .deco-01:after, .front .mv .badge .obi .deco-01:before, .front .mv .badge .obi .deco-02:after, .front .mv .badge .obi .deco-02:before {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0
}
.front .mv .badge .obi .deco-01:before {
  border-color: #4d0505 #4d0505 transparent transparent;
  border-style: solid;
  border-width: 1rem .6rem;
  left: -.6em;
  top: 0
}
.front .mv .badge .obi .deco-01:after {
  border-color: transparent #4d0505 #4d0505 transparent;
  border-style: solid;
  border-width: 1rem .6rem;
  left: -.6em;
  top: 0
}
.front .mv .badge .obi .deco-02:before {
  border-color: transparent transparent #4d0505 #4d0505;
  border-style: solid;
  border-width: 1rem .6rem;
  right: -.6em;
  top: 0
}
.front .mv .badge .obi .deco-02:after {
  border-color: #4d0505 transparent transparent #4d0505;
  border-style: solid;
  border-width: 1rem .6rem;
  right: -.6em;
  top: 0
}
.front .cv_lg {
  background-color: #4d0505;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  padding-bottom: 2rem;
  padding-top: 2rem
}
.front .cv_lg:not(.is-first) {
  margin-top: 6rem
}
.front .cv_lg .lw-h-block1 {
  margin-bottom: 1.5rem
}
.front .cv_lg .lw-h1 {
  color: #fff;
  text-align: center
}
.front .cv_lg .lw-h1__sub {
  display: block;
  font-size: 1.4rem
}
.front .cv_lg .lw-h1__main {
  display: block;
  font-size: 2.8rem
}
.front .cv_lg .lw-h1__main .time {
  font-size: 2rem;
  margin-left: .5rem
}
.front .cv_lg .lw-h1__main .time span {
  font-size: 1.4rem
}
.front .cv_lg__obi {
  background-image: linear-gradient(90deg, #4d0505, #b41b1b, #4d0505);
  font-size: 1.4rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  text-align: center
}
.front .cv_lg .block-01 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 2rem
}
.front .cv_lg .block-01 .kigen {
  align-items: center;
  border: .1rem solid #fff;
  border-radius: 2.5rem;
  display: flex;
  font-size: 1.4rem;
  height: 5rem;
  justify-content: center;
  line-height: 1.3;
  margin-right: 2.5rem;
  text-align: center;
  width: 5rem
}
.front .cv_lg .block-01 .kigen small {
  font-size: 1.2rem
}
.front .cv_lg .block-01 .terms {
  font-size: 1.4rem;
  line-height: 1.3
}
.front .cv_lg .block-01 .terms strong {
  color: #ffffbc;
  font-size: 2rem;
  letter-spacing: .2em
}
.front .cv_lg .block-02 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 2rem
}
.front .cv_lg .block-02 .arrow-label {
  color: #4d0505;
  font-size: 2.8rem;
  position: relative
}
.front .cv_lg .block-02 .arrow-label span {
  background-color: #fff;
  color: #4d0505;
  padding-left: .5rem;
  padding-right: .5rem
}
.front .cv_lg .block-02 .arrow-label:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 3rem 0 3rem 2rem;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: -2rem;
  top: -.5rem;
  width: 0
}
.front .cv_lg .block-02 .price {
  color: #ffffbc;
  font-size: 5.2rem;
  line-height: 1.3;
  margin-left: 3rem
}
.front .cv_lg .block-02 .price-credit {
  color: #ffffbc;
  display: flex;
  flex-direction: column-reverse;
  font-size: 2rem;
  line-height: 1.3;
  margin-left: .5rem;
  margin-top: 1rem;
  text-align: center
}
.front .cv_lg .block-02 .price-credit small {
  font-size: 1.2rem
}
.front .cv_lg .counter {
  background-color: #ffeaea;
  border-radius: .5rem;
  color: #4d0505;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  text-align: center;
  width: 31.5rem
}
.front .cv_lg .counter .num-block {
  font-size: 2.4rem;
  line-height: 1.3
}
.front .cv_lg .counter .num-block strong {
  font-size: 3.2rem
}
.front .cv_lg .button-block {
  display: flex;
  justify-content: center;
  margin-top: 4.5rem;
  position: relative
}
.front .cv_lg .button-block .button-attention {
  align-items: center;
  background-color: #fff;
  border-radius: .5rem;
  color: #4d0505;
  display: flex;
  font-size: 1.4rem;
  height: 3rem;
  line-height: 1.3;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  top: -3.5rem
}
.front .cv_lg .button-block .button-attention:after {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 1rem 1rem 0;
  bottom: -.9rem;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: 0
}
.front .cv_sm {
  background-color: #4d0505;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-top: 6rem;
  padding-bottom: 2rem;
  padding-top: 2rem
}
.front .cv_sm .lw-h-block1 {
  margin-bottom: 2rem
}
.front .cv_sm .lw-h1 {
  text-align: center
}
.front .cv_sm .lw-h1__sub {
  color: #ffffbc;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 1rem
}
.front .cv_sm .lw-h1__sub small {
  font-size: 1.2rem
}
.front .cv_sm .lw-h1__main {
  color: #fff;
  display: block;
  font-size: 2.2rem
}
.front .cv_sm .lw-h1__main2 {
  display: block;
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}
.front .cv_sm .lw-h1__main .time{
  font-size: 2rem;
  margin-left: 1rem;
}
.front .cv_sm .lw-h1__main .time span{
  font-size: 1.4rem;
}
.front .cv_sm .button-block {
  display: flex;
  justify-content: center;
  position: relative
}
.front .cv_sm .button-block .button-attention {
  align-items: center;
  background-color: #fff;
  border-radius: .5rem;
  color: #4d0505;
  display: flex;
  font-size: 1.4rem;
  height: 3rem;
  line-height: 1.3;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  top: -3.5rem
}
.front .cv_sm .button-block .button-attention:after {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 1rem 1rem 0;
  bottom: -1rem;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: 0
}
.front .feature01 .lw-h-block1 {
  margin-top: 4rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative
}
.front .feature01 .lw-h-block1:before {
  border-color: #ffeaea transparent transparent #ffeaea;
  border-style: solid;
  border-width: 7rem 18.7rem 7rem 18.8rem;
  content: "";
  left: -1rem;
  position: absolute;
  top: 0;
  width: calc(100% + 2rem)
}
.front .feature01 .lw-h-block1__note {
  font-size: 1.2rem;
  padding-top: 2rem;
  position: relative;
  text-align: right
}
.front .feature01 .lw-h-block1.is-reverse:before {
  border-left: 18.7rem solid transparent;
  border-right: 18.8rem solid #ffeaea
}
.front .feature01 .lw-h1 {
  font-size: 1.8rem;
  position: relative;
  text-align: center
}
.front .feature01 .lw-h1 small {
  font-size: 1.2rem
}
.front .feature02 .lw-h-block1 {
  margin-bottom: 2rem;
  margin-top: 4rem
}
.front .feature02 .lw-h1 {
  font-size: 1.8rem;
  text-align: center
}
.front .feature02 .lw-h1 .target-point {
  color: #fff;
  margin-bottom: 1.5rem
}
.front .feature02 .lw-h1 .target-point__block {
  background-color: #b41b1b;
  padding-top: 1rem
}
.front .feature02 .lw-h1 .target-point:after {
  border-color: #b41b1b transparent transparent;
  border-style: solid;
  border-width: 1.5rem 17.7rem 0 17.8rem;
  content: "";
  display: block
}
.front .menu .lw-h-block1 {
  margin-bottom: 2rem
}
.front .menu .lw-h1 {
  text-align: center
}
.front .menu .lw-h1__sub {
  display: block;
  font-size: 1.4rem
}
.front .menu .lw-h1__main {
  display: block;
  font-size: 2.8rem
}
.front .menu .lw-h1__main .time {
  font-size: 2rem;
  margin-left: .5rem
}
.front .menu .lw-h1__main .time span {
  font-size: 1.4rem
}
.front .menu .lw-h2 {
  align-items: center;
  color: #b41b1b;
  display: flex;
  font-size: 1.8rem;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  width: 100%
}
.front .menu .lw-h2 .num {
  display: inline-block;
  font-size: 2.6rem;
  margin-left: .5rem;
  margin-top: .1rem;
  padding-bottom: .4rem
}
.front .menu .lw-h3 {
  font-size: 1.8rem;
  text-align: center
}
.front .menu .details {
  background-color: #f7f1e5;
  margin-top: 4rem;
  padding-bottom: 2rem;
  padding-top: 2rem
}
.front .menu .details:not(.is-active) {
  display: none
}
.front .menu .details .list-item {
  background-color: #fff;
  padding-bottom: 2rem;
  padding-top: 2rem
}
.front .menu .details .list-item:not(:first-of-type) {
  margin-top: 2rem
}
.front .reason .lw-h-block1 {
  border-left: .5rem solid #4d0505;
  border-right: .5rem solid #4d0505;
  margin-bottom: 2rem;
  margin-top: 4rem;
  padding-bottom: 1rem;
  padding-top: 1rem
}
.front .reason .lw-h1 {
  font-size: 1.8rem;
  text-align: center
}
.front .flow .lw-h-block1 {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  margin-top: 4rem;
  position: relative;
  width: 100%
}
.front .flow .lw-h-block1:before {
  border-bottom: .1rem solid #ddd;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  top: 0;
  width: 100%
}
.front .flow .lw-h1 {
  align-items: center;
  background-color: #fff;
  color: #ad865f;
  display: flex;
  font-size: 1.8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  text-align: center
}
.front .flow .lw-h1 .num {
  display: inline-block;
  font-size: 2.6rem;
  margin-left: .5rem;
  margin-top: .1rem;
  padding-bottom: .4rem
}
.front .flow .lw-h-block2 {
  margin-bottom: 2rem
}
.front .flow .lw-h2 {
  font-size: 1.8rem;
  text-align: center
}
.front .faq .question {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  margin-top: 4rem;
  padding-right: 3rem;
  position: relative
}
.front .faq .question .icon-q {
  color: #b41b1b;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 1.5rem
}
.front .faq .question .icon-circle {
  border: .1rem solid #ebebeb;
  border-radius: 1.05rem;
  bottom: 0;
  height: 2.1rem;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.1rem
}
.front .faq .question .icon-circle:after, .front .faq .question .icon-circle:before {
  background-color: #8e8e8e;
  bottom: 0;
  content: "";
  display: block;
  height: .1rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.1rem
}
.front .faq .question .icon-circle:after {
  transform: rotate(90deg)
}
.front .faq .question.is-active .icon-circle:after {
  transform: rotate(0)
}
.front .faq .answer {
  background-color: #f7f7f7;
  border: .1rem solid #ebebeb;
  margin-top: 2rem;
  padding: 1.5rem
}
.front .faq .answer:not(.is-active) {
  display: none
}
.front .about .lw-h-block1 {
  border-left: .5rem solid #4d0505;
  border-right: .5rem solid #4d0505;
  margin-bottom: 2rem;
  margin-top: 4rem;
  padding-bottom: 1rem;
  padding-top: 1rem
}
.front .about .lw-h1 {
  font-size: 1.8rem;
  text-align: center
}
.front .about .lw-h-block2 {
  margin-bottom: 1rem;
  margin-top: 2rem
}
.front .about .lw-h2 {
  align-items: center;
  color: #b41b1b;
  display: flex;
  font-size: 1.8rem;
  justify-content: center;
  text-align: center;
  width: 100%
}
.front .about .lw-h2 .num {
  display: inline-block;
  font-size: 2.6rem;
  margin-left: .5rem;
  padding-bottom: .4rem
}
.front .attention {
  background-color: #f7f7f7;
  margin-top: 12rem
}
@-webkit-keyframes poyopoyo {
  0% {
    transform: scale(1.00)
  }
  /*25% {
    transform: translateY(-.5rem)
  }*/
  50% {
    transform: scale(1.1)
  }
  /*75% {
    transform: translateY(.5rem)
  }*/
  to {
    transform: scale(1.00)
  }
}
@keyframes poyopoyo {
  0% {
    transform: scale(1.00)
  }
  /*25% {
    transform: translateY(-.5rem)
  }*/
  50% {
    transform: scale(1.1)
  }
  /*75% {
    transform: translateY(.5rem)
  }*/
  to {
    transform: scale(1.00)
  }
}
.anime-poyopoyo {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: poyopoyo;
  animation-name: poyopoyo;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear
}
@-webkit-keyframes zuruzuru {
  0% {
    transform: translateX(0)
  }
  25% {
    transform: translateX(-.2rem)
  }
  50% {
    transform: translateX(0)
  }
  75% {
    transform: translateX(.2rem)
  }
  to {
    transform: translateX(0)
  }
}
@keyframes zuruzuru {
  0% {
    transform: translateX(0)
  }
  25% {
    transform: translateX(-.2rem)
  }
  50% {
    transform: translateX(0)
  }
  75% {
    transform: translateX(.2rem)
  }
  to {
    transform: translateX(0)
  }
}
.anime-zuruzuru {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: zuruzuru;
  animation-name: zuruzuru;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear
}
@-webkit-keyframes dokudoku {
  0% {
    transform: scale(1)
  }
  50% {
    transform: scale(1.05)
  }
  to {
    transform: scale(1)
  }
}
@keyframes dokudoku {
  0% {
    transform: scale(1)
  }
  50% {
    transform: scale(1.05)
  }
  to {
    transform: scale(1)
  }
}
.anime-dokudoku {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: dokudoku;
  animation-name: dokudoku;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}
@media (min-width:750px) {
  html {
    font-size: 20px
  }
  br.is-sm, br.is-up-md {
    display: none
  }
}
@media (max-width:749.98px) {
  br.is-down-md, br.is-md {
    display: none
  }
}