/* setting
-------------------------------------------------- */
/* reset
-------------------------------------------------- */
a, abbr, acronym, address, applet, article, aside, audio, b,
big, blockquote, body, canvas, caption, center, cite, code, dd,
del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

figure {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

/* base
-------------------------------------------------- */
html {
  box-sizing: border-box;
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

*, :after, :before {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  text-rendering: optimizeLegibility;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  background: #3D513D;
}
body.w_bg {
  background: #fff;
}
body .splashbg {
  background: #fff;
  display: none;
}
body #luxy {
  background: #3D513D;
}
body #luxy.is-hidden {
  opacity: 0;
}
body .splashbg.is-view {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #3D513D;
  -webkit-animation-name: PageAnime;
          animation-name: PageAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

a:hover img:not(.rollover) {
  opacity: 0.7;
  transition: transform 0.4s;
}

body img {
  width: 100%;
  height: auto;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.sec {
  padding: 60px 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sec {
    padding: 20px 0 40px;
    width: 100%;
  }
}
/*  loading
-------------------------------------------------- */
#loading {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}

#loading #loadimg {
  position: absolute;
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  max-width: 110px;
  max-height: 110px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #loading #loadimg {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}

/*  header
-------------------------------------------------- */
.header {
  position: relative;
  height: 100vh;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .header {
    flex-direction: column;
  }
}
.header::before {
  position: absolute;
  content: "";
  width: 23.4375vw;
  height: 23.4375vw;
  background: url(../img/mark01.svg) no-repeat 0 0/contain;
  top: -1vw;
  right: -1vw;
  z-index: 2;
}
.header .h_slide {
  position: relative;
  width: 50%;
  height: 98vh;
  display: flex;
}
@media screen and (max-width: 768px) {
  .header .h_slide {
    width: 100%;
    height: 48vh;
  }
}
.header .h_slide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20vh;
  bottom: -6vh;
  left: 0;
  background: linear-gradient(rgba(61, 81, 61, 0) 0%, #3d513d 60%, #3d513d 100%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .header .h_slide::before {
    height: 20vh;
    bottom: -3vh;
  }
}
.header .h_slide .h_slider {
  width: 50%;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .header .h_slide .h_slider {
    height: 50vh;
  }
}
.header .h_inner {
  width: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header .h_inner {
    width: 100%;
    height: 50vh;
  }
}
.header .h_inner h1 {
  padding-top: 18px;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .header .h_inner h1 {
    padding-top: 0;
  }
}

/*  footer
-------------------------------------------------- */
.footer {
  position: relative;
  z-index: -1;
}
.footer #f_mark {
  position: relative;
  content: "";
  width: 19.0625vw;
  height: 19.0625vw;
  bottom: -50vw;
  left: 22.65625vw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .footer #f_mark {
    bottom: -85vw;
  }
}
.footer .f_inner {
  position: relative;
  margin: 1.7708vw auto 0;
  padding: 3.125vw 0 50px;
  width: calc(100% - 10.4166666667vw);
  border-top: 1px solid #F8EEEB;
}
.footer .f_inner .f_logo {
  margin-bottom: 4.12%;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .footer .f_inner .f_logo {
    max-width: 160px;
  }
}
.footer .f_inner p {
  margin-bottom: 0.9375vw;
  font-size: 0.8333333333vw;
  letter-spacing: 0.14em;
  line-height: 1.86;
}
@media screen and (max-width: 768px) {
  .footer .f_inner p {
    font-size: 3.2vw;
  }
}
.footer .f_inner p.num {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.5729166667vw;
}
@media screen and (max-width: 768px) {
  .footer .f_inner p.num {
    font-size: 2.6vw;
  }
}
.footer .f_inner p.copy {
  margin-bottom: 0;
  font-size: 0.7291666667vw;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer .f_inner p.copy {
    font-size: 2.8vw;
  }
}
.footer .f_inner #pagetop {
  position: absolute;
  content: "";
  width: 4.16vw;
  right: 0;
  top: 3.125vw;
  z-index: 11;
}
@media screen and (max-width: 768px) {
  .footer .f_inner #pagetop {
    width: 10.66vw;
  }
}

/*  animation
-------------------------------------------------- */
@-webkit-keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  100% {
    transform-origin: left;
    transform: scaleX(1);
  }
}
@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  100% {
    transform-origin: left;
    transform: scaleX(1);
  }
}
@-webkit-keyframes border_anim01 {
  0% {
    width: 0%;
  }
  100% {
    width: 72.6%;
  }
}
@keyframes border_anim01 {
  0% {
    width: 0%;
  }
  100% {
    width: 72.6%;
  }
}
@-webkit-keyframes border_anim01_sp {
  0% {
    width: 0%;
  }
  100% {
    width: 77%;
  }
}
@keyframes border_anim01_sp {
  0% {
    width: 0%;
  }
  100% {
    width: 77%;
  }
}
@-webkit-keyframes border_anim02 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes border_anim02 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes border_anim03 {
  0% {
    height: 0%;
  }
  100% {
    height: 64%;
  }
}
@keyframes border_anim03 {
  0% {
    height: 0%;
  }
  100% {
    height: 64%;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.see_f {
  opacity: 0;
  transition: 4s ease-out;
}

.see_f_in {
  opacity: 1;
}

.see_fu {
  opacity: 0;
  transition: 0.7s ease-out;
  transform: translate(0, 50px);
}

.see_fu_in {
  opacity: 1;
  transform: translate(0, 0);
}

.see_fu_leaf {
  opacity: 0;
  transition: 0.7s ease-out;
  transform: translate(0, 50px);
}

.see_fu_leaf_in {
  opacity: 1;
  transform: translate(0, 0);
}

.see_fuz {
  opacity: 0;
  transition: 1.5s ease-out;
  transform: translate(0, 200px) scale(1.2);
}

.see_fuz_in {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.see_fr {
  opacity: 0;
  transition: 1.5s;
  transform: translate(-200px, 0);
}

.see_fr_in {
  opacity: 1;
  transform: translate(0, 0);
}

.see_fl {
  opacity: 0;
  transition: 1.5s;
  transform: translate(200px, 0);
}

.see_fl_in {
  opacity: 1;
  transform: translate(0, 0);
}

.cap {
  position: absolute;
  content: "";
  padding: 3px 5px 5px;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  z-index: 2;
  bottom: 1.45vw;
}
@media screen and (max-width: 768px) {
  .cap {
    padding: 5px;
  }
}
.cap span {
  color: #3D513D;
  font-size: 1.041vw;
  letter-spacing: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .cap span {
    font-size: 2.6vw;
  }
}
.cap.left {
  left: 1.45vw;
}
.cap.right {
  right: 1.45vw;
}

/*  sec01
-------------------------------------------------- */
.sec01 {
  position: relative;
  padding-top: 10%;
  padding-bottom: 15%;
}
.sec01 #mark01_01 {
  position: absolute;
  content: "";
  width: 28.4375vw;
  height: 28.4375vw;
  background: url(../img/mark02.svg) no-repeat 0 0/contain;
  top: 14vw;
  left: -4.1666666667vw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec01 #mark01_01 {
    top: 3.2%;
  }
}
.sec01 .ttlbox {
  position: relative;
  margin-bottom: 20vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec01 .ttlbox {
    margin-bottom: 14vw;
  }
}
.sec01 .ttlbox.anime::after {
  position: absolute;
  content: "";
  left: 100%;
  bottom: 0;
  width: 0;
  transform: translateX(-100%);
  border-bottom: solid 1px #F8EEEB;
  -webkit-animation: border_anim01 1s linear 0.3s forwards;
          animation: border_anim01 1s linear 0.3s forwards;
}
@media screen and (max-width: 768px) {
  .sec01 .ttlbox.anime::after {
    -webkit-animation: border_anim01_sp 1s linear 0.3s forwards;
            animation: border_anim01_sp 1s linear 0.3s forwards;
  }
}
.sec01 .ttlbox h2 {
  font-family: "Cinzel Decorative", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.2083333333vw;
  letter-spacing: 0.14em;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sec01 .ttlbox h2 {
    font-size: 6.4vw;
  }
}
.sec01 .ttlbox h2 span {
  margin-bottom: 10px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3541666667vw;
  letter-spacing: 0.14em;
  display: block;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sec01 .ttlbox h2 span {
    font-size: 3.2vw;
  }
}
.sec01 .fig01 {
  position: relative;
  margin-left: 5.2083333333vw;
  margin-bottom: 10%;
  width: calc(50% - 5.2083333333vw);
  max-width: 860px;
}
@media screen and (max-width: 768px) {
  .sec01 .fig01 {
    margin-left: 0;
    width: calc(100% - 33.33vw);
  }
}
.sec01 .txt01 {
  margin-bottom: 12.6vw;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .sec01 .txt01 {
    margin-bottom: 22vw;
    width: 100%;
  }
}
.sec01 .txt01.anime .catch::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  border-bottom: solid 1px #F8EEEB;
  -webkit-animation: border_anim02 1s linear 0.1s forwards;
          animation: border_anim02 1s linear 0.1s forwards;
}
.sec01 .txt01 .catch {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 12px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3541666667vw;
  letter-spacing: 0.14em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sec01 .txt01 .catch {
    padding-right: 8vw;
    font-size: 3.2vw;
  }
}
.sec01 .txt01 h3 {
  margin-bottom: 8%;
  font-family: "Cinzel Decorative", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.291vw;
  letter-spacing: 0.14em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sec01 .txt01 h3 {
    font-size: 5.33vw;
    line-height: 1.2;
    text-align: center;
  }
}
.sec01 .txt01 p {
  margin-left: 16.1458333333vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3541666667vw;
  letter-spacing: 0.14em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec01 .txt01 p {
    margin-left: 8vw;
    margin-right: 8vw;
    font-size: 4.26vw;
  }
}
.sec01 .fig02 {
  position: absolute;
  margin-top: -50%;
  padding: 4.16667vw 0;
  width: 36.875vw;
  max-width: 706px;
  right: 0;
  flex: 1;
}
.sec01 .fig02_box {
  aspect-ratio: 10/16;
}
.sec01 .fig02_bg_img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec01 .fig02_bg_img .preload {
  position: absolute;
  top: 5%;
  width: 100%;
  height: 140%;
  background-image: url(../img/photo02@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top 2vw;
  filter: blur(0);
  transition: filter 0s linear 1s, visibility 0s linear 1s !important;
  transform: scale(1.2);
}
.sec01 .fig02_sp {
  position: relative;
  margin: 0 auto 18%;
  width: 46.933vw;
  max-width: 706px;
}
.sec01 #mark01_02 {
  position: absolute;
  content: "";
  width: 19.0625vw;
  height: 19.0625vw;
  background: url(../img/mark02.svg) no-repeat 0 0/contain;
  bottom: -14vw;
  right: calc(49% - 19.0625vw);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec01 #mark01_02 {
    right: calc(49% - 38.0625vw);
  }
}

/*  sec02
-------------------------------------------------- */
.sec02 {
  position: relative;
  padding-bottom: 26%;
  background: url(../img/bg_green.png) repeat 0 0;
}
.sec02 .fig03 {
  position: relative;
  width: 36.875vw;
  max-width: 706px;
  left: 0;
  flex: 1;
  padding: 4.16667vw 0;
  z-index: 2;
}
.sec02 .fig03_box {
  aspect-ratio: 10/16;
}
.sec02 .fig03_bg_img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec02 .fig03_bg_img .preload {
  position: absolute;
  top: 36%;
  width: 100%;
  height: 140%;
  background-image: url(../img/photo03@2x.jpg);
  background-size: cover;
  background-position: 50%;
  filter: blur(0);
  transition: filter 0s linear 1s, visibility 0s linear 1s !important;
  transform: scale(1.2);
}
.sec02 .fig03_sp {
  position: relative;
  margin-left: 8vw;
  width: 46.4vw;
  max-width: 696px;
}
.sec02 #mark02_01 {
  position: absolute;
  content: "";
  width: 15.625vw;
  height: 15.625vw;
  top: 72.2%;
  left: 0;
  z-index: 1;
}
.sec02 .fig04 {
  position: absolute;
  margin-top: -40%;
  margin-right: 5.2083333333vw;
  width: calc(50% - 5.2083333333vw);
  max-width: 860px;
  right: 0;
}
.sec02 .fig04_sp_wrap {
  margin-top: -20%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 769px) {
  .sec02 .fig04_sp_wrap {
    display: none;
  }
}
.sec02 .fig04_sp_wrap .fig04_sp {
  position: relative;
  margin-right: 8vw;
  width: 66.666vw;
}

/*  sec03
-------------------------------------------------- */
.sec03 {
  position: relative;
  height: 40vw;
}
@media screen and (max-width: 768px) {
  .sec03 {
    height: 60vw;
  }
}
.sec03 .fig05 {
  position: relative;
  width: 52.0833333333vw;
  max-width: 1000px;
  left: 0;
  flex: 1;
  padding: 4.16667vw 0;
  z-index: 2;
}
.sec03 .fig05_box {
  aspect-ratio: 10/11;
}
.sec03 .fig05_bg_img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec03 .fig05_bg_img .preload {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 130%;
  background-image: url(../img/photo05@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top 15vw;
  filter: blur(0);
  transition: filter 0s linear 1s, visibility 0s linear 1s !important;
  transform: scale(1.2);
}
.sec03 .fig05_sp {
  position: relative;
  width: 66.666vw;
  max-width: 1000px;
}
.sec03 #mark03_01 {
  position: absolute;
  content: "";
  width: 20.8333333333vw;
  height: 20.8333333333vw;
  bottom: 0;
  right: 0;
  z-index: 1;
}

/*  thought
-------------------------------------------------- */
.thought {
  position: relative;
  width: 100%;
  height: 58vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .thought {
    height: 556px;
    height: 108.2666666667vw;
  }
}
.thought .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.thought .bg .bgbox2 {
  margin-top: 40vw;
  height: 160%;
  background: url(../img/thought_bg@2x.jpg) no-repeat center top/cover;
}
.thought .fig {
  position: relative;
  width: 100%;
  left: 0;
  flex: 1;
  padding: 4.16667vw 0;
  z-index: 2;
}
.thought .fig_box {
  aspect-ratio: 10/11;
}
.thought .fig_bg_img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thought .fig_bg_img .preload {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  background-image: url(../img/thought_bg@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top 15vw;
  filter: blur(0);
  transition: filter 0s linear 1s, visibility 0s linear 1s !important;
  transform: scale(1.2);
}
.thought .mark {
  position: absolute;
  width: 31.3541666667vw;
  max-width: 602px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
@media screen and (max-width: 768px) {
  .thought .mark {
    width: 60vw;
  }
}
.thought .txt {
  position: absolute;
  padding: 3% 0;
  content: "";
  width: 100%;
  bottom: 0;
  background: rgba(50, 67, 50, 0.7);
}
@media screen and (max-width: 768px) {
  .thought .txt {
    padding: 2.6666666667vw 0;
  }
}
.thought .txt .txt01 {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5625vw;
  letter-spacing: 0.14em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thought .txt .txt01 {
    font-size: 4.2666666667vw;
  }
}
.thought .txt .txt01.anime::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 0;
  border-bottom: 1px solid #F8EEEB;
  transform: translateX(-50%);
  -webkit-animation: border_anim02 1s linear 0.3s forwards;
          animation: border_anim02 1s linear 0.3s forwards;
}
.thought .txt .txt02 {
  font-family: "Cinzel Decorative", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.291vw;
  letter-spacing: 0.14em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thought .txt .txt02 {
    font-size: 5.3333333333vw;
  }
}

/*  lead
-------------------------------------------------- */
.lead {
  padding: 5.3% 4%;
  background: #FAF5EB;
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 10.7% 4%;
  }
}
.lead p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #3D513D;
  font-size: 1.3541666667vw;
  letter-spacing: 0.14em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lead p {
    font-size: 4vw;
  }
}

/*  four_leaf
-------------------------------------------------- */
.four_leaf {
  position: relative;
}
.four_leaf .box_wrap {
  margin: 0 auto;
  padding-bottom: 11.9791666667vw;
  width: 30vw;
  max-width: 576px;
  background: url(../img/bg_four_leaf.png) repeat 0 0;
}
@media screen and (max-width: 768px) {
  .four_leaf .box_wrap {
    padding-bottom: 30.6666666667vw;
    width: calc(100% - 16vw);
  }
}
.four_leaf .box_wrap .box {
  position: relative;
  padding-top: 11.9791666667vw;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .four_leaf .box_wrap .box {
    padding-top: 30.6666666667vw;
  }
}
.four_leaf .box_wrap .box:last-of-type p {
  margin-bottom: 0;
}
.four_leaf .box_wrap .box.anime::before {
  position: absolute;
  content: "";
  height: 0;
  border-left: 1px solid rgba(234, 245, 234, 0.5);
  top: 0;
  left: 50%;
  -webkit-animation: border_anim03 0.3s linear forwards;
          animation: border_anim03 0.3s linear forwards;
}
.four_leaf .box_wrap .box figure {
  margin: 0 auto 20px;
  width: 3.125vw;
  max-width: 60px;
}
@media screen and (max-width: 768px) {
  .four_leaf .box_wrap .box figure {
    width: 8vw;
  }
}
.four_leaf .box_wrap .box p {
  margin-bottom: 30px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6666666667vw;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .four_leaf .box_wrap .box p {
    font-size: 3.7333333333vw;
  }
}
.four_leaf .box_wrap .box p.sub {
  margin-bottom: 20px;
  font-size: 1.3541666667vw;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .four_leaf .box_wrap .box p.sub {
    margin-bottom: 10px;
    font-size: 2.6666666667vw;
  }
}
.four_leaf #mark04_01 {
  position: absolute;
  content: "";
  width: 19.0625vw;
  height: 19.0625vw;
  top: 48vw;
  left: calc(50% - 24.479vw);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .four_leaf #mark04_01 {
    width: 26.66vw;
    height: 26.66vw;
    top: 80vw;
    left: calc(50% - 38.3vw);
  }
}
.four_leaf #mark04_02 {
  position: absolute;
  content: "";
  width: 19.0625vw;
  height: 19.0625vw;
  bottom: -20vw;
  left: calc(50% + 7.7083vw);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .four_leaf #mark04_02 {
    width: 26.66vw;
    height: 26.66vw;
    bottom: -10vw;
    left: calc(50% + 10.279vw);
  }
}
/*# sourceMappingURL=style.css.map */