main .top .warp {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main .top .warp {
    max-width: 1200px;
    width: 85%;
  }
}
main .top .warp .text {
  font-size: 1.5rem;
  padding: 20px 0 20px;
}
@media screen and (min-width: 769px) {
  main .top .warp .text {
    font-size: 2rem;
  }
}
main .top .warp .title {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  main .top .warp .title {
    margin-bottom: 60px;
  }
}
main .top .warp .title h2 {
  font-size: 3.2rem;
  color: #b8a677;
}
@media screen and (min-width: 769px) {
  main .top .warp .title h2 {
    font-size: 4.5rem;
  }
}
main .top .warp .title p {
  font-size: 1.45rem;
  line-height: 20px;
  letter-spacing: 2px;
  color: #b8a677;
}
@media screen and (min-width: 769px) {
  main .top .warp .title p {
    font-size: 2rem;
  }
}
main .top .warp .copy {
  margin: 0 auto 20px;
  max-width: 400px;
  position: relative;
}
@media screen and (min-width: 769px) {
  main .top .warp .copy {
    margin-bottom: 60px;
    max-width: 100%;
  }
}
main .top .warp .copy .copy-inner {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  main .top .warp .copy .copy-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
}
main .top .warp .copy .copy-inner p {
  font-size: 1.5rem;
  padding-bottom: 20px;
  line-height: normal;
  width: 300px;
}
@media screen and (min-width: 769px) {
  main .top .warp .copy .copy-inner p {
    font-size: 2rem;
    width: 380px;
    line-height: 40px;
  }
}
main .top .warp .copy .back-img-01 {
  position: absolute;
  width: 50px;
  top: -30px;
  left: 5%;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  main .top .warp .copy .back-img-01 {
    left: 20%;
    top: -40px;
  }
}
main .top .warp .copy .back-img-02 {
  position: absolute;
  width: 50px;
  top: 15px;
  left: 15%;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  main .top .warp .copy .back-img-02 {
    top: 90px;
    left: 25%;
  }
}
main .top .warp .copy .back-img-03 {
  position: absolute;
  width: 45px;
  top: -30px;
  right: 5%;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  main .top .warp .copy .back-img-03 {
    right: 20%;
    top: -60px;
  }
}
main .top .warp .list {
  display: flex;
  list-style: none;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  main .top .warp .list {
    margin-bottom: 60px;
  }
}
main .top .warp .list .item {
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  main .top .warp .list .item {
    padding: 0 30px;
  }
}
main .top .warp .list .item p {
  text-orientation: upright;
  writing-mode: vertical-rl;
  color: #b8a677;
  font-size: 2rem;
  margin: 0;
  letter-spacing: 10px;
}
@media screen and (min-width: 769px) {
  main .top .warp .list .item p {
    font-size: 2.8rem;
    margin-bottom: 5px;
  }
}
main .top .warp .list .item img {
  width: 15px;
}
@media screen and (min-width: 769px) {
  main .top .warp .list .item img {
    width: 25px;
  }
}
main .top .warp .video img {
  background-color: none;
  width: 90%;
  max-width: 400px;
}
@media screen and (min-width: 769px) {
  main .top .warp .video img {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (min-width: 769px) {
  main .top .warp .pc-flex {
    margin: 60px auto 60px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
}
main .top .warp .pc-flex .woman {
  padding-top: 40px;
}
@media screen and (min-width: 769px) {
  main .top .warp .pc-flex .woman {
    padding-top: 0;
    padding-right: 50px;
  }
}
main .top .warp .pc-flex .woman img {
  width: 200px;
}
@media screen and (min-width: 769px) {
  main .top .warp .pc-flex .woman img {
    width: 280px;
  }
}
main .whatis {
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  main .whatis .warp {
    max-width: 1200px;
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  main .whatis .warp .text-flex {
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
  }
}
main .whatis .warp .text-flex .text {
  font-size: 1.4rem;
  letter-spacing: 1.5px;
  line-height: 40px;
}
@media screen and (min-width: 769px) {
  main .whatis .warp .text-flex .text {
    width: 45%;
    font-size: 1.7rem;
    line-height: 40px;
    padding: 15px;
    text-align: start;
  }
}
main .whatis .warp .back-flower::before {
  position: absolute;
  top: 20%;
  left: -60px;
  content: "";
  display: inline-block;
  background-image: url("../imgs/flowers-03.webp");
  background-size: contain;
  background-position: center;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 769px) {
  main .storong .warp {
    max-width: 1200px;
    width: 85%;
    margin: 0 auto;
  }
}
main .storong .warp .leaf-01::before {
  position: absolute;
  top: 30%;
  left: -40px;
  content: "";
  display: inline-block;
  background-image: url("../imgs/Leaf-01.webp");
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
}
main .storong .warp .leaf-01::after {
  position: absolute;
  top: 40%;
  right: -40px;
  content: "";
  display: inline-block;
  background-image: url("../imgs/Leaf-02.webp");
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 769px) {
  main .storong .warp .text-flex {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 60px;
  }
}
main .storong .warp .text-flex .text {
  font-size: 1.4rem;
  letter-spacing: 1.5px;
  line-height: 40px;
}
@media screen and (min-width: 769px) {
  main .storong .warp .text-flex .text {
    width: 45%;
    font-size: 1.7rem;
    line-height: 40px;
    padding: 15px;
    text-align: start;
  }
}
@media screen and (min-width: 769px) {
  main .about .warp {
    max-width: 1200px;
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  main .about .warp .text-flex {
    display: flex;
    margin-bottom: 50px;
  }
}
main .about .warp .text-flex .text-inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main .about .warp .text-flex .text-inner {
    width: 45%;
  }
}
@media screen and (min-width: 769px) {
  main .about .warp .text-flex .text-inner .sub-title {
    font-size: 2.3rem;
    margin: 20px 0;
  }
}
main .about .warp .text-flex .text-inner .text {
  font-size: 1.4rem;
  letter-spacing: 1.5px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  main .about .warp .text-flex .text-inner .text {
    font-size: 1.7rem;
    line-height: 40px;
    padding: 15px;
    text-align: start;
  }
}
main .about .warp .text-flex .left .list {
  display: none;
}
@media screen and (min-width: 769px) {
  main .about .warp .text-flex .left .list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding-bottom: 20px;
  }
}
main .about .warp .list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  main .about .warp .list {
    display: none;
  }
}
main .about .warp .list .item {
  padding: 0 5px;
}
main .about .warp .list .item img {
  height: 170px;
  width: auto;
}
@media screen and (min-width: 769px) {
  main .about .warp .list .item img {
    height: 200px;
  }
}
main .about .warp .leaf-02::before {
  position: absolute;
  top: 20%;
  left: -40px;
  content: "";
  display: inline-block;
  background-image: url("../imgs/Leaf-03.webp");
  background-size: contain;
  background-position: center;
  width: 40px;
  height: 45px;
}
main .about .warp .leaf-02::after {
  position: absolute;
  top: 20%;
  right: -40px;
  content: "";
  display: inline-block;
  background-image: url("../imgs/Leaf-04.webp");
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 35px;
}
main .about .warp .leaf-03::after {
  position: absolute;
  top: 20%;
  right: -40px;
  content: "";
  display: inline-block;
  background-image: url("../imgs/Leaf-05.webp");
  background-size: contain;
  background-position: center;
  width: 35px;
  height: 35px;
}
@media screen and (min-width: 769px) {
  main .support .warp {
    max-width: 1200px;
    width: 85%;
    margin: 0 auto;
  }
}
main .support .warp .text {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 1.5px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  main .support .warp .text {
    font-size: 1.7rem;
    line-height: 40px;
    margin-bottom: 60px;
    text-align: start;
  }
}
main .support .warp .text::after {
  z-index: -1;
  position: absolute;
  content: "";
  background-image: url(../imgs/flower-01.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 50px;
  right: clamp(50px, 13.5vw, 670px);
  bottom: 5px;
}
@media screen and (min-width: 769px) {
  main .support .warp .text::after {
    bottom: -35px;
  }
}
main .support .warp .list {
  width: 350px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main .support .warp .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
  }
}
main .support .warp .list .item {
  padding: 0px 20px 30px 30px;
}
@media screen and (min-width: 769px) {
  main .support .warp .list .item {
    padding: 0px 20px 50px;
    width: 50%;
  }
}
@media screen and (min-width: 769px) and (min-width: 1000px) {
  main .support .warp .list .item {
    width: 33.3333333333%;
  }
}
main .support .warp .list .item .cord .cord-title {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
main .support .warp .list .item .cord .cord-title img {
  width: 15px;
  height: 15px;
  margin: 0 10px;
}
main .support .warp .list .item .cord .cord-title h3 {
  font-size: 1.7rem;
  padding: 0;
  color: #b5a879;
  white-space: nowrap;
  padding-right: 10px;
}
@media screen and (min-width: 769px) {
  main .support .warp .list .item .cord .cord-title h3 {
    font-size: 2.1rem;
  }
}
main .support .warp .list .item .cord .cord-title hr {
  width: 100%;
}
main .support .warp .list .item .cord .cord-text {
  text-align: left;
  line-height: 2;
  letter-spacing: 2px;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  main .support .warp .list .item .cord .cord-text {
    font-size: 1.6rem;
  }
}
main .support .warp .sub-title {
  position: relative;
}
main .support .warp .sub-title::before {
  position: absolute;
  content: "";
  background-image: url("../imgs/solar.webp");
  background-size: contain;
  background-position: center;
  width: 50px;
  height: 45px;
  top: 0;
  left: -50px;
}
@media screen and (min-width: 769px) {
  main .support .warp .sub-title::before {
    width: 60px;
    height: 50px;
    left: -60px;
  }
}
main .support .warp .leaf-right::after {
  position: absolute;
  content: "";
  background-image: url("../imgs/Leaf-06.webp");
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 30px;
  top: 25px;
  right: -30px;
}
@media screen and (min-width: 769px) {
  main .support .warp .leaf-right::after {
    width: 40px;
    height: 40px;
    right: -40px;
  }
}
main .support .warp .leaf-04::before {
  position: absolute;
  top: 20%;
  left: -45px;
  content: "";
  display: inline-block;
  background-image: url("../imgs/flower-02.webp");
  background-size: contain;
  background-position: center;
  width: 40px;
  height: 45px;
}
@media screen and (min-width: 769px) {
  main .flow .warp {
    max-width: 1200px;
    width: 85%;
    margin: 0 auto;
  }
}
main .flow .warp .list {
  position: relative;
  display: inline-block;
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 10px;
  width: 355px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main .flow .warp .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
main .flow .warp .list .item {
  padding-bottom: 15px;
}
@media screen and (min-width: 769px) {
  main .flow .warp .list .item {
    padding: 0 20px 40px;
    width: 33.3333333333%;
  }
}
main .flow .warp .list .item .circle {
  margin: 0 auto 15px;
  width: 65px;
  height: 65px;
  border-radius: 99px;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  line-height: 20px;
}
main .flow .warp .list .item .circle .step {
  margin-bottom: 0;
  line-height: 1.2;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
}
main .flow .warp .list .item .circle .num {
  color: #fff;
  font-size: 2.5rem;
}
main .flow .warp .list .item .cord .cord-title {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
main .flow .warp .list .item .cord .cord-title img {
  width: 15px;
  height: 15px;
  margin: 0 10px;
}
main .flow .warp .list .item .cord .cord-title h3 {
  font-size: 1.7rem;
  padding: 0;
  white-space: nowrap;
  padding-right: 10px;
  color: #b5a879;
}
@media screen and (min-width: 769px) {
  main .flow .warp .list .item .cord .cord-title h3 {
    font-size: 1.8rem;
  }
}
main .flow .warp .list .item .cord .cord-title hr {
  width: 100%;
}
main .flow .warp .list .item .cord .text {
  text-align: left;
  line-height: 2;
  letter-spacing: 2px;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  main .flow .warp .list .item .cord .text {
    font-size: 1.6rem;
  }
}
main .flow .warp .list::before {
  z-index: -1;
  content: "";
  position: absolute;
  background-image: url(../imgs/pigeon.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  left: 10%;
}
main .flow .warp .list::after {
  z-index: -1;
  content: "";
  position: absolute;
  background-image: url(../imgs/balloons.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 120px;
  right: 10%;
  top: 27%;
}
@media screen and (min-width: 769px) {
  main .flow .warp .list::after {
    top: 40%;
  }
}
@media screen and (min-width: 769px) {
  main .reserve .warp {
    max-width: 1200px;
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  main .reserve .warp .pc-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
  }
}
@media screen and (min-width: 769px) {
  main .reserve .warp .pc-flex .img {
    width: 40%;
  }
}
main .reserve .warp .pc-flex .img img {
  width: 75%;
  max-width: 370px;
  margin-left: 70px;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  main .reserve .warp .pc-flex .img img {
    margin: 0;
    width: 80%;
    max-width: 400px;
  }
}
main .reserve .warp .pc-flex .text-inner {
  display: inline-block;
}
main .reserve .warp .pc-flex .text-inner .text {
  font-size: 1.3rem;
  line-height: 30px;
  position: relative;
}
@media screen and (min-width: 769px) {
  main .reserve .warp .pc-flex .text-inner .text {
    font-size: 1.7rem;
  }
}
main .reserve .warp .pc-flex .text-inner .text::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../imgs/leaf-02.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 10px;
}
main .reserve .warp .pc-flex .text-inner .text::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../imgs/leaf-07.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 12px;
  right: 0px;
}
main #typeA .link-button {
  position: relative;
}
main #typeA .link-button::after {
  position: absolute;
  content: "";
  background-image: url(../imgs/flower-01.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  top: -40px;
  right: 10px;
}
@media screen and (min-width: 769px) {
  main #typeA .link-button::after {
    width: 60px;
    height: 70px;
  }
}
main .type .warp {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  main .type .warp {
    max-width: 1200px;
    width: 85%;
  }
}
main .type .warp .list {
  padding-left: 40px;
  padding-top: 30px;
  padding-bottom: 20px;
  margin: 0 auto;
  max-width: 400px;
}
@media screen and (min-width: 769px) {
  main .type .warp .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    padding-top: 40px;
    padding-bottom: 30px;
    margin: 0 auto;
    max-width: 100%;
  }
}
main .type .warp .list .item {
  text-align: left;
  display: flex;
  align-items: center;
  width: 320px;
  margin: 0 auto;
  padding-bottom: 15px;
}
@media screen and (min-width: 769px) {
  main .type .warp .list .item {
    width: 350px;
    margin: 0;
    padding-bottom: 30px;
  }
}
main .type .warp .list .item img {
  margin-right: 5px;
  width: 15px;
  height: 15px;
}
main .type .warp .list .item p {
  font-size: 1.3rem;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  main .type .warp .list .item p {
    font-size: 1.8rem;
  }
}
main #typeI .warp .link-button {
  position: relative;
}
main #typeI .warp .link-button::after {
  position: absolute;
  content: "";
  background-image: url(../imgs/solar.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  top: -40px;
  right: 10px;
}
@media screen and (min-width: 769px) {
  main #typeI .warp .link-button::after {
    width: 60px;
    height: 60px;
  }
}
main .woman img {
  width: 60%;
}
main .woman .skin {
  color: #b5a879;
  background-color: #f5f6f5;
  margin-bottom: 0;
}
main .sns {
  margin-bottom: 20px;
}
main .sns .warp .pc-flex .flex-right .sns-list {
  display: flex;
  list-style: none;
  justify-content: space-around;
}
main .sns .warp .pc-flex .flex-right .sns-list .sns-item {
  width: 65px;
}
@media screen and (min-width: 769px) {
  main .sns .warp .pc-flex .flex-right .sns-list .sns-item {
    width: 80px;
  }
}
main .sitemap .sec-title {
  font-size: 2rem;
}
main .sitemap .pc-flex {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (min-width: 769px) {
  main .sitemap .pc-flex {
    flex-direction: row;
    align-items: flex-start;
    width: 768px;
  }
}
main .sitemap .pc-flex::before {
  content: "";
  position: absolute;
  background-position: center;
  background-size: contain;
  background-image: url(../imgs/balloons.webp);
  width: 60px;
  height: 80px;
  top: 120px;
  right: 60px;
}
main .sitemap .pc-flex::after {
  content: "";
  position: absolute;
  background-position: center;
  background-size: contain;
  background-image: url(../imgs/flowers-03.webp);
  width: 60px;
  height: 60px;
  top: 660px;
  left: 10px;
}
@media screen and (min-width: 769px) {
  main .sitemap .pc-flex::after {
    top: 400px;
    left: -60px;
  }
}
main .sitemap .pc-flex .flex-left,
main .sitemap .pc-flex .flex-right {
  width: 90%;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  main .sitemap .pc-flex .flex-left,
  main .sitemap .pc-flex .flex-right {
    width: 50%;
  }
}
main .sitemap .pc-flex .flex-left h3,
main .sitemap .pc-flex .flex-right h3 {
  border-bottom: #d3d3d3 solid 3px;
  border-top: #d3d3d3 solid 3px;
  padding: 10px 0;
  font-size: 2rem;
  color: #a3a3a3;
  margin-top: 30px;
}
main .sitemap .pc-flex .flex-left .map-list,
main .sitemap .pc-flex .flex-right .map-list {
  padding: 0 20px;
  list-style: none;
  text-align: left;
}
main .sitemap .pc-flex .flex-left .map-list .map-item,
main .sitemap .pc-flex .flex-right .map-list .map-item {
  position: relative;
  font-size: 1.6rem;
  margin-top: 20px;
}
main .sitemap .pc-flex .flex-left .map-list .map-item::before,
main .sitemap .pc-flex .flex-right .map-list .map-item::before {
  position: absolute;
  content: "";
  border-top: solid 2px #888888;
  border-right: solid 2px #888888;
  height: 10px;
  width: 10px;
  rotate: 45deg;
  top: 5px;
  left: -20px;
}
main .sitemap .pc-flex .flex-left .map-list .map-item a,
main .sitemap .pc-flex .flex-right .map-list .map-item a {
  text-decoration: none;
  color: #009fe8;
}
main .sitemap .pc-flex .flex-left .map-list .map-item a:hover,
main .sitemap .pc-flex .flex-right .map-list .map-item a:hover {
  color: #0056b3;
  text-decoration: underline;
}
main .sitemap .pc-flex .flex-left .map-list .map-item ul,
main .sitemap .pc-flex .flex-right .map-list .map-item ul {
  margin-left: 20px;
  list-style: none;
  margin-top: 10px;
}
main .sitemap .pc-flex .flex-left .map-list .map-item ul li,
main .sitemap .pc-flex .flex-right .map-list .map-item ul li {
  margin-top: 15px;
}/*# sourceMappingURL=style.css.map */