@charset "UTF-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
input,
textarea,
pre {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

header,
footer,
article,
aside,
section {
  display: block;
}

ul,
li {
  list-style-type: none;
}

table,
img {
  border: 0;
}

hr {
  display: none;
  clear: both;
}

em {
  font-style: normal;
}

address {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

input,
textarea,
select,
button {
  border: #ccc 1px solid;
  font-family: inherit;
  font-size: inherit;
}

input,
button {
  outline: 0;
}

label,
button {
  cursor: pointer;
}

button {
  border: none;
  color: inherit;
}

/*IEとFirefoxでselectの矢印を消すとき*/
select {
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

/* Firefox */
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
}

/* iOSでのデフォルトスタイルをリセット */
input {
  border-radius: 0;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

svg {
  fill: currentColor;
}

object {
  pointer-events: none;
}

body {
  -webkit-text-size-adjust: 100%;
}

/* --------------------
		clear
-------------------- */
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}

.clearB {
  clear: both;
}

/* --------------------
		float
-------------------- */
.floatR {
  float: right;
}

.floatL {
  float: left;
}

/* --------------------
		link
-------------------- */
a {
  color: #3d8f32;
  text-decoration: underline;
  verflow: hidden;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

*:focus {
  outline: none;
}

a.txtC {
  color: inherit;
}

@media screen and (min-width: 1120px) {
  a,
  button,
  input[type="submit"],
  input[type="button"] {
    transition: opacity 0.2s ease;
  }

  a:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover {
    opacity: 0.8;
  }
}
.linkNon {
  color: inherit;
  text-decoration: none;
}

.linkNon a {
  color: inherit;
  text-decoration: none;
}

/* --------------------
		common
-------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

.w100 {
  width: 100%;
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
}

.alignR {
  text-align: right;
}

.alignC {
  text-align: center;
}

.wBG {
  background: #fff;
}

.bgWide {
  position: relative;
}
.bgWide * {
  position: relative;
}
.bgWide:before {
  content: "";
  display: block;
  width: calc(100vw - var(--scrollBar));
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: 0;
}
.bgWide.wBG:before {
  background: #fff;
}

.kome {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}

.komeList li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  margin-top: 0.4em;
}

.dotList li {
  padding-left: 1em;
  text-indent: -1em;
  position: relative;
  line-height: 1.5;
  margin-top: 0.4em;
}

.dotList li:before {
  content: "・";
  width: 1em;
  display: inline-block;
  text-indent: 0;
}

.dotListBig li {
  padding-left: 1.4em;
  text-indent: -1.4em;
  position: relative;
  line-height: 1.5;
  margin-top: 0.4em;
}

.dotListBig li:before {
  content: "●";
  width: 1.4em;
  display: inline-block;
  text-indent: 0;
}

.dotListBig li .dotList li:before {
  content: "・";
}

.numList li {
  display: flex;
  line-height: 1.6;
  margin-top: 0.5em;
}

.numList li .num {
  width: 1.4em;
}

.numList li .num + div {
  flex: 1;
}

.numList2 li {
  display: flex;
  line-height: 1.6;
  margin-top: 0.5em;
}

.numList2 li .num {
  width: 3em;
}

.numList2 li .num + div {
  flex: 1;
}

.kome .nowrap,
.komeList li .nowrap,
.dotList li .nowrap,
.dotListBig li .nowrap {
  text-indent: 0;
}

.u-color__text--alert {
  color: #ea3343;
}

.attention {
  color: #ea3343;
}

.red {
  color: #ea3343;
}

.green {
  color: #3d8f32;
}

.gray {
  color: #707070;
}

.acTitle {
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.acBox {
  display: none;
}

.hide {
  display: none !important;
}

.idos {
  background-color: #9ec400;
  color: #fff;
}

.rumino {
  background-color: #dbbe00;
  color: #fff;
}

.votella {
  background-color: #ff7d14;
  color: #fff;
}

.bifid {
  background-color: #823c9f;
  color: #fff;
}

.faecari {
  background-color: #d9301a;
  color: #fff;
}

.blau {
  background-color: #3d8f32;
  color: #fff;
}

.other {
  background-color: #aaa;
  color: #fff;
}

.idos2 {
  background-color: #d4d517;
  color: #fff;
}

.rumino2 {
  background-color: #fae300;
  color: #fff;
}

.votella2 {
  background-color: #ec6c26;
  color: #fff;
}

.bifid2 {
  background-color: #62237c;
  color: #fff;
}

.faecari2 {
  background-color: #df2016;
  color: #fff;
}

.idosC {
  color: #9ec400;
}

.ruminoC {
  color: #dbbe00;
}

.votellaC {
  color: #ff7d14;
}

.bifidC {
  color: #823c9f;
}

.faecariC {
  color: #d9301a;
}

.blauC {
  color: #3d8f32;
}

.otherC {
  color: #aaa;
}

.bdBtn a,
.bdBtn button {
  text-decoration: none;
  border: #333 1px solid;
  color: #333;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  padding: 0.8em 1.5em;
  border-radius: 3em;
}
@media screen and (min-width: 768px) {
  .bdBtn a,
  .bdBtn button {
    font-size: 1.6rem;
  }
}

a.greenBtn,
input.greenBtn,
button.greenBtn,
.greenBtn a,
.greenBtn button,
.greenBtn input {
  text-decoration: none;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #3d8f32;
  color: #fff !important;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  font-weight: bold;
  padding: 0.8em 1.5em;
  border-radius: 3em;
}
a.greenBtn:disabled,
input.greenBtn:disabled,
button.greenBtn:disabled,
.greenBtn a:disabled,
.greenBtn button:disabled,
.greenBtn input:disabled {
  opacity: 0.3;
  filter: saturate(80%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  a.greenBtn,
  input.greenBtn,
  button.greenBtn,
  .greenBtn a,
  .greenBtn button,
  .greenBtn input {
    font-size: 1.6rem;
  }
}

a.grayBtn,
input.grayBtn,
button.grayBtn,
.grayBtn a,
.grayBtn button {
  text-decoration: none;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  color: #333;
  padding: 0.5em 1.5em;
  border-radius: 3em;
}

a.arrBtn,
input.arrBtn,
button.arrBtn,
.arrBtn a,
.arrBtn button {
  position: relative;
}
a.arrBtn:after,
input.arrBtn:after,
button.arrBtn:after,
.arrBtn a:after,
.arrBtn button:after {
  content: "";
  display: block;
  width: 3.47vw;
  height: 3.47vw;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  position: absolute;
  right: 5.33vw;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  a.arrBtn:after,
  input.arrBtn:after,
  button.arrBtn:after,
  .arrBtn a:after,
  .arrBtn button:after {
    width: min(1.21vw, 15px);
    height: min(1.21vw, 15px);
    right: min(1.77vw, 22px);
  }
}

a.backBtn,
input.backBtn,
button.backBtn,
.backBtn a,
.backBtn button {
  text-decoration: none;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  color: #3d8f32;
  padding: 0.5em 1.5em;
  border-radius: 3em;
  font-weight: bold;
  position: relative;
}
a.backBtn:after,
input.backBtn:after,
button.backBtn:after,
.backBtn a:after,
.backBtn button:after {
  content: "";
  display: block;
  width: 3.47vw;
  height: 3.47vw;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  position: absolute;
  left: 6.67vw;
  top: 50%;
  transform: translate(0, -50%) scale(-1, 1);
}
@media screen and (min-width: 768px) {
  a.backBtn:after,
  input.backBtn:after,
  button.backBtn:after,
  .backBtn a:after,
  .backBtn button:after {
    width: min(1.21vw, 15px);
    height: min(1.21vw, 15px);
    left: min(1.77vw, 22px);
  }
}

input.greenBtn.arrBtn,
.greenBtn.arrBtn input {
  display: flex;
  background-color: #3d8f32;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="rgb(255,255,255)" d="M32 16.015c0.007-0.558-0.224-1.093-0.635-1.47l-11.028-11.028c-0.205-0.201-0.444-0.364-0.706-0.483-0.232-0.103-0.484-0.156-0.738-0.157-0.522-0.018-1.030 0.177-1.404 0.541-0.365 0.354-0.565 0.844-0.552 1.352-0.002 0.271 0.054 0.539 0.163 0.788 0.104 0.233 0.249 0.445 0.431 0.625l3.778 3.82 6.094 5.572 0.712-1.194-5.999-0.342h-20.082c-0.544-0.024-1.075 0.175-1.47 0.549-0.379 0.376-0.584 0.893-0.562 1.427-0.022 0.536 0.182 1.056 0.562 1.433 0.396 0.374 0.926 0.572 1.47 0.549h20.075l5.999-0.352-0.706-1.179-6.094 5.559-3.765 3.807c-0.182 0.18-0.328 0.393-0.431 0.628-0.109 0.248-0.165 0.517-0.163 0.788-0.014 0.507 0.186 0.997 0.552 1.35 0.378 0.358 0.885 0.547 1.404 0.525 0.531 0 1.038-0.216 1.407-0.596l11.051-11.041c0.412-0.376 0.644-0.912 0.635-1.47z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 6.67vw center;
  background-size: 3.47vw 3.47vw;
}
@media screen and (min-width: 768px) {
  input.greenBtn.arrBtn,
  .greenBtn.arrBtn input {
    background-position: right min(1.77vw, 22px) center;
    background-size: min(1.21vw, 15px) min(1.21vw, 15px);
  }
}

a.arrBtn.greenBtn:after,
input.arrBtn.greenBtn:after,
button.arrBtn.greenBtn:after,
.arrBtn.greenBtn a:after,
.arrBtn.greenBtn input:after,
.arrBtn.greenBtn button:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="rgb(255,255,255)" d="M32 16.015c0.007-0.558-0.224-1.093-0.635-1.47l-11.028-11.028c-0.205-0.201-0.444-0.364-0.706-0.483-0.232-0.103-0.484-0.156-0.738-0.157-0.522-0.018-1.030 0.177-1.404 0.541-0.365 0.354-0.565 0.844-0.552 1.352-0.002 0.271 0.054 0.539 0.163 0.788 0.104 0.233 0.249 0.445 0.431 0.625l3.778 3.82 6.094 5.572 0.712-1.194-5.999-0.342h-20.082c-0.544-0.024-1.075 0.175-1.47 0.549-0.379 0.376-0.584 0.893-0.562 1.427-0.022 0.536 0.182 1.056 0.562 1.433 0.396 0.374 0.926 0.572 1.47 0.549h20.075l5.999-0.352-0.706-1.179-6.094 5.559-3.765 3.807c-0.182 0.18-0.328 0.393-0.431 0.628-0.109 0.248-0.165 0.517-0.163 0.788-0.014 0.507 0.186 0.997 0.552 1.35 0.378 0.358 0.885 0.547 1.404 0.525 0.531 0 1.038-0.216 1.407-0.596l11.051-11.041c0.412-0.376 0.644-0.912 0.635-1.47z"></path></svg>');
}

a.backBtn:after,
input.backBtn:after,
button.backBtn:after,
.backBtn a:after,
.backBtn input:after,
.backBtn button:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="rgb(98,156,76)" d="M32 16.015c0.007-0.558-0.224-1.093-0.635-1.47l-11.028-11.028c-0.205-0.201-0.444-0.364-0.706-0.483-0.232-0.103-0.484-0.156-0.738-0.157-0.522-0.018-1.030 0.177-1.404 0.541-0.365 0.354-0.565 0.844-0.552 1.352-0.002 0.271 0.054 0.539 0.163 0.788 0.104 0.233 0.249 0.445 0.431 0.625l3.778 3.82 6.094 5.572 0.712-1.194-5.999-0.342h-20.082c-0.544-0.024-1.075 0.175-1.47 0.549-0.379 0.376-0.584 0.893-0.562 1.427-0.022 0.536 0.182 1.056 0.562 1.433 0.396 0.374 0.926 0.572 1.47 0.549h20.075l5.999-0.352-0.706-1.179-6.094 5.559-3.765 3.807c-0.182 0.18-0.328 0.393-0.431 0.628-0.109 0.248-0.165 0.517-0.163 0.788-0.014 0.507 0.186 0.997 0.552 1.35 0.378 0.358 0.885 0.547 1.404 0.525 0.531 0 1.038-0.216 1.407-0.596l11.051-11.041c0.412-0.376 0.644-0.912 0.635-1.47z"></path></svg>');
}

/* --------------------
		font size
-------------------- */
.fz11 {
  font-size: 1.1rem;
}

.fz12 {
  font-size: 1.2rem;
}

.fz13 {
  font-size: 1.3rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz15 {
  font-size: 1.5rem;
}

.fz16 {
  font-size: 1.6rem;
}

.fz17 {
  font-size: 1.7rem;
}

.fz18 {
  font-size: 1.8rem;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

/* --------------------
		margin
-------------------- */
.mrgB05 {
  margin-bottom: 5px !important;
}

.mrgB10 {
  margin-bottom: 10px !important;
}

.mrgB15 {
  margin-bottom: 15px !important;
}

.mrgB20 {
  margin-bottom: 20px !important;
}

.mrgB25 {
  margin-bottom: 25px !important;
}

.mrgB30 {
  margin-bottom: 30px;
}

.mrgB35 {
  margin-bottom: 35px;
}

.mrgB40 {
  margin-bottom: 40px;
}

.mrgB45 {
  margin-bottom: 45px !important;
}

.mrgB50 {
  margin-bottom: 50px !important;
}

.mrgB55 {
  margin-bottom: 55px;
}

.mrgB60 {
  margin-bottom: 60px;
}

.mrgB65 {
  margin-bottom: 65px;
}

.mrgB70 {
  margin-bottom: 70px;
}

.mrgB75 {
  margin-bottom: 75px;
}

.mrgB80 {
  margin-bottom: 80px;
}

.mrgB85 {
  margin-bottom: 85px;
}

.mrgB90 {
  margin-bottom: 90px;
}

.mB05em {
  margin-bottom: 0.5em;
}

.mB1em {
  margin-bottom: 1em;
}

.mB15em {
  margin-bottom: 1.5em;
}

.mB2em {
  margin-bottom: 2em;
}

.mB25em {
  margin-bottom: 2.5em;
}

.mB3em {
  margin-bottom: 3em;
}

.mB4em {
  margin-bottom: 4em;
}

.mT05em {
  margin-top: 0.5em;
}

.mT1em {
  margin-top: 1em;
}

.mT15em {
  margin-top: 1.5em;
}

.mT2em {
  margin-top: 2em;
}

.mT25em {
  margin-top: 2.5em;
}

.mT3em {
  margin-top: 3em;
}

/* --------------------
		padding
-------------------- */
.padB05 {
  padding-bottom: 5px;
}

.padB10 {
  padding-bottom: 10px;
}

.padB15 {
  padding-bottom: 15px;
}

.padB20 {
  padding-bottom: 20px;
}

.padB25 {
  padding-bottom: 25px;
}

.padB30 {
  padding-bottom: 20px;
}

.padB35 {
  padding-bottom: 35px;
}

.padB40 {
  padding-bottom: 45px;
}

.padB50 {
  padding-bottom: 50px;
}

.padB55 {
  padding-bottom: 55px;
}

.padB60 {
  padding-bottom: 60px;
}

.padB65 {
  padding-bottom: 65px;
}

.padB70 {
  padding-bottom: 70px;
}

.padB75 {
  padding-bottom: 75px;
}

.padB80 {
  padding-bottom: 80px;
}

.padB85 {
  padding-bottom: 85px;
}

.padB90 {
  padding-bottom: 90px;
}

.pT05em {
  padding-top: 0.5em;
}

.pT1em {
  padding-top: 1em;
}

.pT15em {
  padding-top: 1.5em;
}

.animation {
  -webkit-animation: Animation-Title ease-in-out 2s infinite alternate;
  animation: Animation-Title ease-in-out 2s infinite alternate;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeDel {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    padding: 0;
    height: 0;
    margin: 0;
  }
}
@keyframes fadeDel {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    padding: 0;
    height: 0;
    margin: 0;
  }
}
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease,
    -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/* aToolTip */
#aToolTip {
  position: absolute;
  display: none;
  z-index: 50000;
}

#aToolTip .aToolTipContent {
  position: relative;
  margin: 0;
  padding: 0;
}

.defaultTheme {
  border: 2px solid #444;
  background: #555;
  color: #fff;
  margin: 0;
  padding: 6px 12px;
  -moz-border-radius: 12px 12px 12px 0;
  -webkit-border-radius: 12px 12px 12px 0;
  -khtml-border-radius: 12px 12px 12px 0;
  border-radius: 12px 12px 12px 0;
  -moz-box-shadow: 2px 2px 5px #111;
  -webkit-box-shadow: 2px 2px 5px #111;
  box-shadow: 2px 2px 5px #111;
}

.defaultTheme #aToolTipCloseBtn {
  display: block;
  height: 18px;
  width: 18px;
  background: url(../images/closeBtn.png) no-repeat;
  text-indent: -9999px;
  outline: none;
  position: absolute;
  top: -20px;
  right: -30px;
  margin: 2px;
  padding: 4px;
}

/* splide */
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  transform-style: preserve-3d;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  outline: none;
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide--draggable > .splide__slider > .splide__track,
.splide--draggable > .splide__track {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide--fade > .splide__slider > .splide__track > .splide__list,
.splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade
  > .splide__slider
  > .splide__track
  > .splide__list
  > .splide__slide,
.splide--fade > .splide__track > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide--fade
  > .splide__slider
  > .splide__track
  > .splide__list
  > .splide__slide.is-active,
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list,
.splide--ttb.is-active > .splide__track > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover {
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide--nav
  > .splide__slider
  > .splide__track
  > .splide__list
  > .splide__slide,
.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide--nav
  > .splide__slider
  > .splide__track
  > .splide__list
  > .splide__slide.is-active,
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide--nav
  > .splide__slider
  > .splide__track
  > .splide__list
  > .splide__slide:focus,
.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev,
.splide--rtl
  > .splide__slider
  > .splide__track
  > .splide__arrows
  .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg,
.splide--rtl
  > .splide__slider
  > .splide__track
  > .splide__arrows
  .splide__arrow--prev
  svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next,
.splide--rtl
  > .splide__slider
  > .splide__track
  > .splide__arrows
  .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg,
.splide--rtl
  > .splide__slider
  > .splide__track
  > .splide__arrows
  .splide__arrow--next
  svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow,
.splide--ttb
  > .splide__slider
  > .splide__track
  > .splide__arrows
  .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev,
.splide--ttb
  > .splide__slider
  > .splide__track
  > .splide__arrows
  .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg,
.splide--ttb
  > .splide__slider
  > .splide__track
  > .splide__arrows
  .splide__arrow--prev
  svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next,
.splide--ttb
  > .splide__slider
  > .splide__track
  > .splide__arrows
  .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg,
.splide--ttb
  > .splide__slider
  > .splide__track
  > .splide__arrows
  .splide__arrow--next
  svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide--ttb > .splide__pagination,
.splide--ttb > .splide__slider > .splide__pagination {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

html {
  width: calc(100vw - var(--scrollBar));
  overflow: auto;
  overflow-x: hidden;
  font-size: 2.7vw;
}

body {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.4rem;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  color: #333;
  width: calc(100vw - var(--scrollBar));
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body:before {
  content: "";
  display: block;
  width: calc(100vw - var(--scrollBar));
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
}
body.open:before {
  visibility: visible;
  opacity: 1;
}

.en {
  font-family: "Jost", sans-serif !important;
}

.sp-hide {
  display: none;
}

.contentsW {
  width: 100%;
  padding-left: 5.33vw;
  padding-right: 5.33vw;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    font-size: min(0.8vw, 62.5%);
  }

  body {
    font-size: 1.6rem;
    line-height: 2;
    padding-top: 0;
  }

  .sp-hide {
    display: block;
  }

  .pc-hide {
    display: none !important;
  }

  .contentsW {
    max-width: 1240px;
    padding-left: min(8.06vw, 100px);
    padding-right: min(8.06vw, 100px);
    margin-left: auto;
    margin-right: auto;
  }
}
/* header //------------------------------------------------------------------*/
header#gNav {
  position: relative;
  width: calc(100vw - var(--scrollBar));
  height: 17.07vw;
  background: #fff;
  padding-bottom: 1.07vw;
}
header#gNav:before {
  content: "";
  display: block;
  width: calc(100vw - var(--scrollBar));
  height: 1.07vw;
  background: url("../../images/bar.svg") repeat-y left top;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
header#gNav a {
  color: inherit;
  text-decoration: none;
}
header#gNav h1 {
  width: 27.2vw;
  position: absolute;
  left: 4.27vw;
  top: 3.47vw;
  font-size: 0;
}
header#gNav .calbee {
  width: 19.73vw;
  position: absolute;
  right: 4vw;
  top: 3.73vw;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  header#gNav {
    position: relative;
    height: 80px;
    padding-bottom: 5px;
  }
  header#gNav:before {
    height: 5px;
  }
  header#gNav h1 {
    width: 140px;
    left: min(2.42vw, 30px);
    top: 13px;
  }
  header#gNav .calbee {
    width: 94px;
    right: min(2.26vw, 28px);
    top: 17px;
  }
}
@media screen and (min-width: 1180px) {
  header#gNav {
    height: 100px;
    padding-bottom: 5px;
  }
  header#gNav:before {
    height: 5px;
  }
  header#gNav h1 {
    width: 148px;
    left: 30px;
    top: 21px;
  }
  header#gNav .calbee {
    width: 106px;
    right: 30px;
    top: 25px;
  }
}

/* contents //------------------------------------------------------------------*/
main.contents {
  width: calc(100vw - var(--scrollBar));
  height: 100%;
  text-align: left;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
main.contents.bgWhite {
  background: #fff;
}
main.contents .padContents {
  padding-top: 8.53vw;
  padding-bottom: 21.33vw;
  position: relative;
  flex: 1;
}
@media screen and (min-width: 768px) {
  main.contents .padContents {
    padding-top: min(4.84vw, 60px);
    padding-bottom: min(9.68vw, 120px);
  }
  main.contents .padContents.flex {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
}

.lity {
  background: rgba(0, 0, 0, 0.6);
}
.lity.siborikomiLity {
  background: #fff;
}
.lity.siborikomiLity .lity-wrap:before {
  margin-right: 0;
}
.lity.siborikomiLity .lity-container {
  width: calc(100vw - var(--scrollBar));
  max-width: 100vw;
  vertical-align: top;
}
.lity.siborikomiLity .lity-content {
  max-height: 100vh;
  border-radius: 0;
}
.lity.siborikomiLity button.lity-close:after,
.lity.siborikomiLity button.lity-close:before {
  background-color: #333;
}
.lity-container {
  max-width: 89.4vw;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .lity-container {
    max-width: 83.33333%;
    border-radius: 12px;
  }
}
.lity-content {
  max-width: 100%;
  max-height: 83vh;
  margin: auto;
  position: static;
  background: #fff;
  overflow: auto;
  border-radius: 1.33333vw;
}
.lity-content:after {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .lity-content {
    width: auto !important;
    max-height: 80vh;
    border-radius: 5px;
  }
}
.lity button.lity-close {
  display: none;
  visibility: hidden;
}

/* footer //------------------------------------------------------------------*/
footer {
  position: relative;
  text-align: center;
  margin-top: 26.67vw;
  padding-top: 0;
  padding-bottom: 6.67vw;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
footer:before {
  content: none;
  display: block;
  width: calc(100vw - var(--scrollBar));
  height: 0.8vw;
  background: url("../../images/bar.svg") repeat-y left top;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer .siteLogo {
  width: 48vw;
  margin: 0 auto;
}
footer .copyRight {
  font-size: 1.2rem;
  color: #666;
  margin-top: 16vw;
}
@media screen and (min-width: 768px) {
  footer {
    margin-top: min(11.29vw, 140px);
    padding-top: min(5.65vw, 70px);
    padding-bottom: min(1.94vw, 24px);
    font-size: 1.4rem;
  }
  footer:before {
    content: "";
    height: 5px;
  }
  footer .siteLogo {
    width: min(19.35vw, 240px);
  }
  footer .copyRight {
    margin-top: min(2.02vw, 25px);
  }
}

#lpPage02 .greenBtn {
  width: 87.47vw;
  height: 17.07vw;
  margin: 0 auto;
  font-size: 1.6rem;
  letter-spacing: 0;
  display: flex;
}
#lpPage02 .greenBtn + .kome {
  color: #666;
  text-align: center;
  font-size: 1rem;
  margin: 1.5em 0 0;
}
#lpPage02 .greenBtn + .komeList {
  color: #666;
  font-size: 1rem;
  margin: 1.5em 0 0;
}
@media screen and (min-width: 768px) {
  #lpPage02 .greenBtn {
    width: min(30.65vw, 380px);
    height: min(6.13vw, 76px);
    margin: min(3.23vw, 40px) auto 0;
    font-size: 1.9rem;
  }
  #lpPage02 .greenBtn + .kome {
    width: min(30.65vw, 380px);
    font-size: 1.1rem;
    margin: 1.5em auto 0;
  }
  #lpPage02 .greenBtn + .komeList {
    font-size: 1.1rem;
    margin: min(1.77vw, 22px) auto 0;
  }
  #lpPage02 .greenBtn + .komeList li {
    margin-top: 0.4em;
  }
}
#lpPage02 #kvArea {
  background: url("../images/lp02/kv_sp.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  height: 117.33vw;
  padding-top: 5.33vw;
}
#lpPage02 #kvArea h1 {
  width: 85.33vw;
  margin: 0 auto;
}
#lpPage02 #kvArea .floraType {
  color: #fff;
  margin-bottom: 8vw;
}
#lpPage02 #kvArea .floraType li {
  margin-bottom: 1.07vw;
}
#lpPage02 #kvArea .floraType li:last-child {
  margin-bottom: 0;
}
#lpPage02 #kvArea .floraType li span:last-child {
  width: 7.47vw;
  height: 7.47vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1;
}
#lpPage02 #kvArea .floraType .rumino {
  background: #fae300;
}
#lpPage02 #kvArea .floraType .name {
  display: none;
}
@media screen and (min-width: 768px) {
  #lpPage02 #kvArea {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: min(36.11vw, 520px);
    background-image: url("../images/lp02/kv.jpg");
  }
  #lpPage02 #kvArea .txtBox {
    max-width: 1050px;
    margin: 0 auto;
  }
  #lpPage02 #kvArea h1 img {
    width: min(38.87vw, 482px);
  }
  #lpPage02 #kvArea .logo {
    margin-bottom: min(1.45vw, 18px);
  }
  #lpPage02 #kvArea .logo img {
    width: min(15.65vw, 194px);
  }
  #lpPage02 #kvArea .floraType {
    position: absolute;
    right: min(3.23vw, 40px);
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
  }
  #lpPage02 #kvArea .floraType li {
    margin-bottom: 6px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #lpPage02 #kvArea .floraType li span:last-child {
    width: min(3.55vw, 44px);
    height: min(3.55vw, 44px);
    font-size: 2.2rem;
  }
  #lpPage02 #kvArea .floraType .name {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    margin-right: min(0.81vw, 10px);
  }
}
#lpPage02 #topPoints {
  position: relative;
  padding: 5.33vw 5.33vw 6.4vw;
}
#lpPage02 #topPoints:before {
  content: "";
  display: block;
  width: calc(100vw - var(--scrollBar));
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: -2;
  background: #ffeb00;
}
#lpPage02 #topPoints:after {
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
  width: calc(100vw - var(--scrollBar));
  height: 1.07vw;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: -1;
  background: url("../../images/bar.svg") repeat-y left top;
  background-size: 100%;
}
#lpPage02 #topPoints h2 {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
  color: #3d8f32;
  margin-bottom: 3.73vw;
}
#lpPage02 #topPoints ul {
  display: flex;
  flex-wrap: wrap;
}
#lpPage02 #topPoints ul li {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48.5%;
  height: 24vw;
  margin-bottom: 2.67vw;
  background: #fff;
  border-radius: 12px;
}
#lpPage02 #topPoints ul li:nth-child(2n) {
  margin-left: 3%;
}
#lpPage02 #topPoints ul .faecariC .num {
  font-size: 2.4rem;
  line-height: 0.8;
}
#lpPage02 #topPoints ul .faecariC .price {
  font-size: 2.2rem;
  line-height: 1.1;
}
#lpPage02 #topPoints ul .faecariC .price strong {
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 1px;
}
#lpPage02 #topPoints ul .faecariC .price sup {
  font-size: 1rem;
  display: inline-block;
  margin: 0 -0.4em 0 0.2em;
  vertical-align: 2em;
}
#lpPage02 #topPoints ul strong.bifidC {
  font-size: 2rem;
}
#lpPage02 #topPoints ul li:nth-child(2) {
  line-height: 1.5;
  font-size: 1.4rem;
}
#lpPage02 #topPoints ul li:nth-child(3) {
  line-height: 1.4;
  font-size: 1.4rem;
}
#lpPage02 #topPoints ul .green {
  font-size: 1.8rem;
  line-height: 1.4;
}
#lpPage02 #topPoints ul li:nth-child(4) {
  line-height: 1.3;
  font-size: 1.4rem;
}
#lpPage02 #topPoints ul li:nth-child(4) strong {
  font-size: 1.6rem;
}
#lpPage02 #topPoints ul li:nth-child(4) span {
  font-size: 1.8rem;
}
#lpPage02 #topPoints .kome {
  font-size: 1rem;
  color: #666;
  margin-right: -1em;
}
@media screen and (min-width: 768px) {
  #lpPage02 #topPoints {
    padding: min(2.42vw, 30px) 0 min(3.23vw, 40px);
  }
  #lpPage02 #topPoints:after {
    height: 5px;
  }
  #lpPage02 #topPoints h2 {
    font-size: 3rem;
    margin-bottom: min(1.45vw, 18px);
  }
  #lpPage02 #topPoints ul {
    width: 100%;
    max-width: 928px;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto min(1.29vw, 16px);
  }
  #lpPage02 #topPoints ul li {
    font-size: 1.8rem;
    width: 23.8%;
    height: min(9.68vw, 120px);
    margin: 0 1.6% 0 0 !important;
  }
  #lpPage02 #topPoints ul li:nth-child(4) {
    margin-right: 0 !important;
  }
  #lpPage02 #topPoints ul .faecariC .num {
    font-size: 2.6rem;
    line-height: 0.8;
  }
  #lpPage02 #topPoints ul .faecariC .price {
    font-size: 2.4rem;
    line-height: 1.1;
  }
  #lpPage02 #topPoints ul .faecariC .price strong {
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0;
  }
  #lpPage02 #topPoints ul .faecariC .price sup {
    font-size: 1rem;
    margin: 0 -0.4em 0 0.2em;
    vertical-align: 2em;
  }
  #lpPage02 #topPoints ul strong.bifidC {
    font-size: 2.6rem;
  }
  #lpPage02 #topPoints ul li:nth-child(2) {
    line-height: 1.5;
    font-size: 1.9rem;
  }
  #lpPage02 #topPoints ul li:nth-child(3) {
    line-height: 1.4;
    font-size: 2rem;
  }
  #lpPage02 #topPoints ul li:nth-child(3) .to {
    font-size: 1.8rem;
  }
  #lpPage02 #topPoints ul .green {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  #lpPage02 #topPoints ul li:nth-child(4) {
    line-height: 1.4;
    font-size: 1.8rem;
  }
  #lpPage02 #topPoints ul li:nth-child(4) strong {
    font-size: 1.8rem;
  }
  #lpPage02 #topPoints ul li:nth-child(4) strong:nth-of-type(2) {
    font-size: 2rem;
  }
  #lpPage02 #topPoints ul li:nth-child(4) span {
    font-size: 2.2rem;
  }
  #lpPage02 #topPoints .kome {
    font-size: 1.1rem;
    text-align: left;
    width: 100%;
    max-width: 928px;
    margin: 0 auto;
  }
}
#lpPage02 #taikenFlow {
  padding-top: 18.67vw;
}
#lpPage02 #taikenFlow h2 {
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: -0.5em;
}
#lpPage02 #taikenFlow .stepList li {
  margin-top: 17.07vw;
}
#lpPage02 #taikenFlow .stepList li .step {
  color: #3d8f32;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.4em;
}
#lpPage02 #taikenFlow .stepList li h3 {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.6em;
}
#lpPage02 #taikenFlow .stepList li .img {
  border-radius: 8px;
  width: 100%;
  height: 60.8vw;
  object-fit: cover;
  margin-top: 5.87vw;
}
#lpPage02 #taikenFlow .stepList li .kome {
  font-size: 1rem;
  margin-top: 1em;
}
#lpPage02 #taikenFlow .numList li {
  margin-top: 0.4em;
  display: flex;
  align-items: flex-start;
}
#lpPage02 #taikenFlow .numList li .num {
  width: 1.6em;
}
#lpPage02 #taikenFlow .numList li .txt {
  flex: 1;
}
@media screen and (min-width: 768px) {
  #lpPage02 #taikenFlow {
    padding-top: min(7.58vw, 94px);
  }
  #lpPage02 #taikenFlow h2 {
    font-size: 4.4rem;
    margin-bottom: min(4.84vw, 60px);
  }
  #lpPage02 #taikenFlow .stepList {
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1.7;
  }
  #lpPage02 #taikenFlow .stepList li {
    width: 31.6%;
    margin: 0 2.6% 0 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
  }
  #lpPage02 #taikenFlow .stepList li:last-child {
    margin-right: 0;
  }
  #lpPage02 #taikenFlow .stepList li h3 {
    font-size: 2rem;
    margin-bottom: 0.6em;
  }
  #lpPage02 #taikenFlow .stepList li .img {
    height: min(18.06vw, 224px);
    margin: 0 0 min(1.77vw, 22px);
  }
  #lpPage02 #taikenFlow .stepList li .numList li {
    width: 100%;
    margin-right: 0;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 0.4em;
  }
  #lpPage02 #taikenFlow .stepList li .kome {
    font-size: 1.1rem;
  }
}
#lpPage02 #taikenFlow .attBox {
  margin: 17.33vw 0;
  background: #f5f5f5;
  border-radius: 12px;
  padding: 7.2vw 5.33vw 8.27vw;
}
#lpPage02 #taikenFlow .attBox .ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}
#lpPage02 #taikenFlow .attBox .numList {
  font-size: 1.2rem;
  color: #000;
}
#lpPage02 #taikenFlow .attBox .numList li {
  margin-top: 0.7em;
}
#lpPage02 #taikenFlow .greenBtn {
  width: 100%;
  height: 18.13vw;
  letter-spacing: 0.06em;
  padding: 0.8em 1.5em 0.9em;
  line-height: 1.5;
  text-align: center;
}
#lpPage02 #taikenFlow .komeList {
  margin-top: 6.4vw;
  font-size: 1rem;
  color: #666;
}
@media screen and (min-width: 768px) {
  #lpPage02 #taikenFlow .attBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: min(5.65vw, 70px) 0 min(5.32vw, 66px);
    border-radius: 8px;
    padding: min(2.02vw, 25px) min(2.42vw, 30px) min(3.23vw, 40px);
  }
  #lpPage02 #taikenFlow .attBox .ttl {
    margin-bottom: 0;
  }
  #lpPage02 #taikenFlow .attBox .numList {
    font-size: 1.2rem;
  }
  #lpPage02 #taikenFlow .attBox .numList li {
    margin-top: 0.8em;
  }
  #lpPage02 #taikenFlow .greenBtn {
    width: min(41.94vw, 520px);
    height: min(7.1vw, 88px);
    font-size: 2rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
  }
  #lpPage02 #taikenFlow .komeList {
    font-size: 1.1rem;
    margin-top: min(1.77vw, 22px);
    text-align: center;
    padding-bottom: min(1.61vw, 20px);
  }
}
#lpPage02 .contentsLogin {
  max-width: 840px;
  padding-top: 17.33vw;
}
#lpPage02 .contentsLogin h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
}
#lpPage02 .contentsLogin #attBox {
  background: #f5f5f5;
  border-radius: 12px;
  margin-top: 17.6vw;
  padding: 6.67vw 5.33vw 8vw;
}
#lpPage02 .contentsLogin #attBox .title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.8em;
  text-align: center;
}
#lpPage02 .contentsLogin #attBox .numList {
  font-size: 1.2rem;
}
#lpPage02 .contentsLogin #memberBox {
  padding: 8vw 0 0;
}
#lpPage02 .contentsLogin #memberBox .txt {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin-bottom: 8vw;
}
#lpPage02 .contentsLogin #memberBox .greenBtn br.pc-hide {
  display: block !important;
}
@media screen and (min-width: 768px) {
  #lpPage02 .contentsLogin {
    padding-top: min(7.78vw, 70px);
  }
  #lpPage02 .contentsLogin h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1em;
  }
  #lpPage02 .contentsLogin #attBox {
    border-radius: 8px;
    margin-top: min(7.11vw, 64px);
    padding: min(2.44vw, 22px) min(4.44vw, 40px) min(4.44vw, 40px);
  }
  #lpPage02 .contentsLogin #attBox .title {
    font-size: 1.9rem;
    margin-bottom: 1em;
  }
  #lpPage02 .contentsLogin #attBox .numList {
    font-size: 1.4rem;
  }
  #lpPage02 .contentsLogin #memberBox {
    padding: min(7.78vw, 70px) 0 min(2.22vw, 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #lpPage02 .contentsLogin #memberBox .txt {
    font-size: 2.1rem;
    line-height: 1.6;
    margin-bottom: min(2.42vw, 30px);
  }
  #lpPage02 .contentsLogin #memberBox .greenBtn br.pc-hide {
    display: none !important;
  }
}
#lpPage02 .contentsLogin #lp-form {
  color: #000;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif !important;
}
#lpPage02 .contentsLogin .login_message_box_sp_ec {
  display: none;
}
#lpPage02 .contentsLogin .form_box_label_sp_ec {
  background: none;
  border: none;
  padding: 0;
  font-size: 1.2rem;
}
#lpPage02 .contentsLogin .form_group_sp_ec {
  padding: 2.67vw 0 7.47vw;
}
#lpPage02 .contentsLogin .form_main_container_sp_ec div.form_group_sp_ec input {
  font-size: 1.4rem;
  background: #f5f5f5;
  border: #e5e5e5 1px solid;
  border-radius: 2px;
  line-height: 1.6;
  height: 13.87vw;
  padding: 1.6vw 2.67vw;
}
#lpPage02 .contentsLogin .form_box_label_sp_ec strong {
  font-weight: normal;
}
#lpPage02 .contentsLogin span.form_required_sp_ec {
  background: #ff003b;
  font-size: 1rem;
  font-weight: bold;
  padding: 1px 3px;
}
#lpPage02 .contentsLogin .caution_sp_ec {
  font-size: 1.1rem;
}
#lpPage02 .contentsLogin .submit_sp_ec {
  width: 70.4vw;
  padding: 0;
  margin: 2.67vw auto 0;
}
#lpPage02 .contentsLogin .submit_sp_ec center {
  display: block;
  position: relative;
}
#lpPage02 .contentsLogin .submit_sp_ec center:before {
  content: "ログイン";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
#lpPage02 .contentsLogin .login_button_sp_ec {
  height: 15.47vw;
  background: #3d8f32;
  border-radius: 15.47vw;
  display: flex;
  background-color: #3d8f32;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="rgb(255,255,255)" d="M32 16.015c0.007-0.558-0.224-1.093-0.635-1.47l-11.028-11.028c-0.205-0.201-0.444-0.364-0.706-0.483-0.232-0.103-0.484-0.156-0.738-0.157-0.522-0.018-1.030 0.177-1.404 0.541-0.365 0.354-0.565 0.844-0.552 1.352-0.002 0.271 0.054 0.539 0.163 0.788 0.104 0.233 0.249 0.445 0.431 0.625l3.778 3.82 6.094 5.572 0.712-1.194-5.999-0.342h-20.082c-0.544-0.024-1.075 0.175-1.47 0.549-0.379 0.376-0.584 0.893-0.562 1.427-0.022 0.536 0.182 1.056 0.562 1.433 0.396 0.374 0.926 0.572 1.47 0.549h20.075l5.999-0.352-0.706-1.179-6.094 5.559-3.765 3.807c-0.182 0.18-0.328 0.393-0.431 0.628-0.109 0.248-0.165 0.517-0.163 0.788-0.014 0.507 0.186 0.997 0.552 1.35 0.378 0.358 0.885 0.547 1.404 0.525 0.531 0 1.038-0.216 1.407-0.596l11.051-11.041c0.412-0.376 0.644-0.912 0.635-1.47z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 6.67vw center;
  background-size: 3.47vw 3.47vw;
}
@media screen and (min-width: 768px) {
  #lpPage02 .contentsLogin #lp-form {
    font-size: 1.4rem;
    width: 100%;
  }
  #lpPage02 .contentsLogin h2 {
    font-size: 2.4rem;
  }
  #lpPage02 .contentsLogin .login_message_box_ec {
    display: none;
  }
  #lpPage02 .contentsLogin .login_message_ec {
    /* display: none; */
  }
  #lpPage02 .contentsLogin .login_message_ec > p {
    display: none;
  }
  #lpPage02 .contentsLogin table.landing_form_ec {
    width: 100%;
    border-color: #e5e5e5;
    border: none;
  }
  #lpPage02 .contentsLogin p.form_box_label_ec strong {
    font-weight: normal;
  }
  #lpPage02 .contentsLogin .landing_form_ec th {
    background: none;
    vertical-align: initial;
    font-weight: normal;
    border: none;
    width: 180px;
    font-size: 1.5rem;
    padding: 24px 15px 15px;
  }
  #lpPage02 .contentsLogin .landing_form_ec td {
    width: auto;
    border: none;
    padding: min(1.67vw, 15px);
    font-size: 1.5rem;
  }
  #lpPage02 .contentsLogin span.form_required_ec {
    font-size: 1rem;
    font-weight: bold;
    background: #ff003b;
    padding: 1px 3px;
    float: none;
    margin-left: min(2.22vw, 20px);
  }
  #lpPage02 .contentsLogin .caution_ec {
    font-size: 1.2rem;
  }
  #lpPage02 .contentsLogin .form_group_ec {
    padding: 0;
  }
  #lpPage02 .contentsLogin .form_main_container_ec div.form_group_ec input {
    font-size: 1.5rem;
    background: #f5f5f5;
    border: #e5e5e5 1px solid;
    border-radius: 2px;
    line-height: 1.6;
    width: 100%;
    height: 40px;
    padding: 6px 10px;
    box-shadow: none;
  }
  #lpPage02 .contentsLogin .submit_ec {
    padding: 0;
    width: 335px;
    margin: 28px auto 0;
  }
  #lpPage02 .contentsLogin .submit_ec center {
    display: block;
    position: relative;
  }
  #lpPage02 .contentsLogin .submit_ec center:before {
    content: "ログイン";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
  }
  #lpPage02 .contentsLogin .login_button_ec {
    width: 100%;
    height: 64px;
    background: #3d8f32;
    border-radius: 64px;
    display: flex;
    background-color: #3d8f32;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="rgb(255,255,255)" d="M32 16.015c0.007-0.558-0.224-1.093-0.635-1.47l-11.028-11.028c-0.205-0.201-0.444-0.364-0.706-0.483-0.232-0.103-0.484-0.156-0.738-0.157-0.522-0.018-1.030 0.177-1.404 0.541-0.365 0.354-0.565 0.844-0.552 1.352-0.002 0.271 0.054 0.539 0.163 0.788 0.104 0.233 0.249 0.445 0.431 0.625l3.778 3.82 6.094 5.572 0.712-1.194-5.999-0.342h-20.082c-0.544-0.024-1.075 0.175-1.47 0.549-0.379 0.376-0.584 0.893-0.562 1.427-0.022 0.536 0.182 1.056 0.562 1.433 0.396 0.374 0.926 0.572 1.47 0.549h20.075l5.999-0.352-0.706-1.179-6.094 5.559-3.765 3.807c-0.182 0.18-0.328 0.393-0.431 0.628-0.109 0.248-0.165 0.517-0.163 0.788-0.014 0.507 0.186 0.997 0.552 1.35 0.378 0.358 0.885 0.547 1.404 0.525 0.531 0 1.038-0.216 1.407-0.596l11.051-11.041c0.412-0.376 0.644-0.912 0.635-1.47z"></path></svg>');
    background-repeat: no-repeat;
    background-position: right min(1.77vw, 22px) center;
    background-size: min(1.21vw, 15px) min(1.21vw, 15px);
  }
}
#lpPage02 .contentsLogin .alert_ec {
  padding: 5.33vw 4vw;
  border-radius: 4px;
  line-height: 1.6;
  margin: 0 0 5.33vw;
  background: #f5f5f5;
  text-align: center;
  color: #ea3343;
}
#lpPage02 .contentsLogin .alert_ec.alert-success {
  color: #3d8f32;
}
@media screen and (min-width: 768px) {
  #lpPage02 .contentsLogin .alert_ec {
    padding: 20px;
    border-radius: 4px;
    font-size: 1.5rem;
    margin: 0 0 min(2.02vw, 25px);
  }
}

/*# sourceMappingURL=lp02.css.map */
