<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&amp;family=BIZ+UDPGothic:wght@400;700&amp;family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&amp;family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&amp;family=Roboto:wght@100;300;400;500;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;family=Lato:wght@400;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@300;400;500;600;700&amp;display=swap");
:root {
  --green: #63b161;
}

@media screen and (min-width: 941px) {
  .nav03 &gt; a {
    font-weight: 700;
    color: var(--green) !important;
  }
  .nav03::before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100% !important;
    height: 1px;
    background: var(--green);
  }
  .nav03 .child {
    color: #000 !important;
  }
}

.lower_mv {
  width: 100%;
  height: 450px;
  background: url(../img/mv_pc.jpg) center center/cover no-repeat;
  display: grid;
  place-items: center;
}
.lower_mv .title {
  width: 350px;
  height: 91px;
  box-sizing: border-box;
  border: 4px solid #fff;
  display: grid;
  place-items: center;
  place-content: center;
  color: #fff;
  filter: drop-shadow(0 0 2px #000);
}
.lower_mv .title .eng {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 43px;
}
.lower_mv .title .jp {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .lower_mv {
    background-image: url(../img/mv_mobile.jpg);
    display: block;
    position: relative;
  }
  .lower_mv .title {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    width: 438px;
    height: 114px;
    color: #000;
    border-color: #000;
    background: #fff;
    border-width: 5px;
  }
  .lower_mv .title .eng {
    font-size: 54px;
  }
  .lower_mv .title .jp {
    font-size: 18px;
  }
}

.area01 {
  padding: 70px 0;
}
@media screen and (max-width: 640px) {
  .area01 {
    padding: 120px 0 70px;
  }
}
.area01 .price_list {
  width: 90.625%;
  max-width: 860px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
@media screen and (max-width: 640px) {
  .area01 .price_list {
    row-gap: 30px;
  }
}
.area01 .price_list .set .title {
  font-size: 24px;
  line-height: 1.75;
  position: relative;
  padding-left: 1.8em;
  color: var(--green);
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .area01 .price_list .set .title {
    font-size: 32px;
  }
}
.area01 .price_list .set .title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 1.375em;
  height: 1.75em;
  background: url(../img/zoom_33_42.svg) center center/contain no-repeat;
}
.area01 .price_list .set .graph {
  margin-top: 0.25em;
  display: grid;
  box-sizing: border-box;
  border: solid #000;
  border-width: 2px 1px 1px 2px;
}
.area01 .price_list .set .graph.graph01 {
  grid-template-columns: 1fr 15% 39%;
}
@media screen and (max-width: 768px) {
  .area01 .price_list .set .graph.graph01 {
    grid-template-columns: 1fr 18% 30%;
  }
}
.area01 .price_list .set .graph.graph02 {
  grid-template-columns: 1fr 39%;
}
@media screen and (max-width: 768px) {
  .area01 .price_list .set .graph.graph02 {
    grid-template-columns: 1fr 30%;
  }
}
.area01 .price_list .set .graph div {
  box-sizing: border-box;
  border: solid #000;
  border-width: 0 1px 1px 0;
  line-height: 1.375;
  padding: 0.4375em 1em;
  text-align: center;
  font-weight: 700;
}
.area01 .price_list .set .graph div.first {
  text-align: left;
}
@media screen and (max-width: 640px) {
  .area01 .price_list .set .graph div.first {
    padding-left: 1em;
  }
}
.area01 .price_list .set .graph div.item01 {
  background: #e8f3e7;
}
.area01 .price_list .set .graph div.item02 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.area01 .price_list .set .graph div.item02.first {
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .area01 .price_list .set .graph div {
    font-size: 22px;
    padding: 0.4375em 0;
  }
}
.area01 .fictional {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90.625%;
  margin: 26px auto 0;
  line-height: 1.625;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .area01 .fictional {
    font-size: 22px;
    margin-top: 36px;
  }
}

.area02 {
  padding: 70px 0;
  background: url(../img/bg01.png);
}
.area02 .round_title {
  background: url(../img/bg_img_720_r50.jpg) center center/cover no-repeat;
}
.area02_inner {
  width: 90.625%;
  max-width: 900px;
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media screen and (max-width: 640px) {
  .area02_inner {
    row-gap: 50px;
  }
}
.area02_inner .set .title {
  color: var(--green);
  width: 100%;
  box-sizing: border-box;
  border: 3px solid currentColor;
  font-size: 20px;
  line-height: 1.4;
  padding: 0.3em 23px;
  font-weight: 700;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .area02_inner .set .title {
    font-size: 26px;
  }
}
.area02_inner .set .read {
  margin-top: 30px;
  box-sizing: border-box;
  padding: 0 26px;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .area02_inner .set .read {
    font-size: 22px;
  }
}
.area02_inner .set .read .asterisk {
  font-size: 14px;
  margin-top: 0.5em;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .area02_inner .set .read .asterisk {
    font-size: 19px;
  }
}
.area02_inner .set .read .asterisk li {
  position: relative;
  padding-left: 1em;
}
.area02_inner .set .read .asterisk li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "※";
}
.area02_inner .set .column {
  margin: 30px 0 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px 44px;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .area02_inner .set .column {
    font-size: 22px;
    padding: 10px 26px;
  }
}
.area02_inner .set .column ul {
  line-height: 2;
}
.area02_inner .set .column ul li {
  position: relative;
  padding-left: 1.25em;
}
.area02_inner .set .column ul li:nth-child(1)::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "①";
}
.area02_inner .set .column ul li:nth-child(2)::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "②";
}
.area02_inner .set .column ul li:nth-child(3)::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "③";
}
.area02_inner .set .asterisk2 {
  font-size: 0.875em;
  margin-top: 0.75em;
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: start;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  padding: 0 44px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .area02_inner .set .asterisk2 {
    font-size: 19px;
    padding: 0 26px;
  }
}

.contact_banner {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .contact_banner {
    margin-top: 70px;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>