body {
  width: 100%;
  min-width: 1260px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-all;
  word-wrap: break-word;
  scroll-behavior: smooth;
  background: #262626;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 15.2941176471px;
  }
}
body a {
  color: #fff;
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #262626 !important;
}
.col-main {
  color: #c08e34 !important;
}
.col-bdr {
  color: #b5bab8 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #262626 !important;
}
.bg-main {
  background-color: #c08e34 !important;
}
.bg-bdr {
  background-color: #b5bab8 !important;
}

.btn-01__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: solid 1px #fff;
}
.btn-01__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-02 {
  display: flex;
}
.btn-02__link {
  font-family: "EB Garamond", serif;
}

.ic-line, .ic-calendar, .ic-ig, .ic-line-flx, .ic-calendar-flx, .ic-ig-flx {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ic-line::before, .ic-calendar::before, .ic-ig::before, .ic-line-flx::before, .ic-calendar-flx::before, .ic-ig-flx::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
}
.ic-calendar::before, .ic-calendar-flx::before {
  width: 31px;
  background-image: url("/img/common/ic-calendar.png");
  background-size: 100%;
}
.ic-ig::before, .ic-ig-flx::before {
  width: 30px;
  background-image: url("/img/common/ic-ig.png");
  background-size: 100%;
}

.arw-wht, .arw-wht-flx {
  position: relative;
}
.arw-wht::after, .arw-wht-flx::after {
  content: "";
  display: block;
  width: 9px;
  aspect-ratio: 9/8;
  background-image: url("/img/common/arrow-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.arw-wht:hover::after, .arw-wht-flx:hover::after {
  transform: translate(-2px, -50%);
}
.arw-wht-flx {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.arw-wht-flx::after {
  position: static;
  transform: none;
  transition: 0.3s;
}
.arw-wht-flx:hover::after {
  transform: translate(-2px, 0);
}

.line-over-rt, .line-over-lft {
  position: relative;
  padding-bottom: 25px;
}
.line-over-rt::after, .line-over-lft::after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: #c08e34;
  position: absolute;
  left: 0;
  bottom: 0;
}
.line-over-lft::after {
  left: inherit;
  right: 0;
}

.corner-top-60, .corner-top-80, .corner-btm-60, .corner-btm-80 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.corner-top-60::before, .corner-top-60::after, .corner-top-80::before, .corner-top-80::after, .corner-btm-60::before, .corner-btm-60::after, .corner-btm-80::before, .corner-btm-80::after {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/obj-corner.png");
  background-size: 100%;
}
.corner-top-60::after, .corner-top-80::after, .corner-btm-60::after, .corner-btm-80::after {
  position: absolute;
  top: 0;
  right: 0;
  transform: scaleX(-1);
}
.corner-btm-60, .corner-btm-80 {
  top: inherit;
  bottom: 0;
}
.corner-btm-60::before, .corner-btm-80::before {
  transform: scaleY(-1);
}
.corner-btm-60::after, .corner-btm-80::after {
  transform: scale(-1, -1);
}
.corner-top-80::before, .corner-top-80::after, .corner-btm-80::before, .corner-btm-80::after {
  width: 80px;
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale a img, .hov-up a img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img, .hov-up a:hover img {
  transform: scale(0.98);
}
.hov-up a:hover img {
  transform: translateY(-3px);
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 th, .tbl-01 td {
  padding: 24px 0;
}
.tbl-01 th {
  width: 20%;
}
.tbl-01 td {
  padding-left: 3%;
}
.tbl-01 tr:not(:last-child) th, .tbl-01 tr:not(:last-child) td {
  border-bottom: solid 1px #b5bab8;
}
.tbl-01 tr:first-child th, .tbl-01 tr:first-child td {
  padding-top: 0 !important;
}
.tbl-01 tr:last-child th, .tbl-01 tr:last-child td {
  padding-bottom: 0 !important;
}

[class^=cts-] {
  width: 100%;
  margin: 0 auto;
}

.cts-1080 {
  max-width: 1080px;
}
.cts-1280 {
  max-width: 1280px;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 80px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 80px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 120px) / 4);
}

.list-blog .list-item, .list-news .list-item, .list-privacy .list-item, .list-menu .list-item {
  width: 100%;
}
.list-news time {
  display: block;
  color: #b5bab8;
}
.list-news__item {
  border-bottom: solid 1px #fff;
  padding: 30px 0;
}
.list-news__item:first-child {
  padding-top: 0 !important;
}
.list-news__link {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: relative;
}
.list-news__link::after {
  content: "MORE";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .list-news__link::after {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news__link::after {
    font-size: 15.2941176471px;
  }
}
.list-news__bx {
  max-width: 80%;
}
.list-news__ttl {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-news__ttl {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news__ttl {
    font-size: 16.4705882353px;
  }
}
.list-footer-img__item {
  width: 33.3333333333%;
}
.list-footer-img img {
  display: block;
  width: 100%;
}
.list-commit__item {
  display: flex;
  justify-content: space-between;
}
.list-commit dl {
  width: 450px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.list-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.list-gallery .list-item,
.list-gallery .layout-item {
  width: calc((100% - 30px) / 3);
}
.list-gallery__link {
  display: block;
  aspect-ratio: 350/260;
  border: solid 1px rgba(181, 186, 184, 0.2);
}
.list-menu__item {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.list-menu__img {
  width: 100%;
  aspect-ratio: 1080/450;
  border: solid 1px rgba(181, 186, 184, 0.2);
}
.list-menu__bx {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.list-menu dl {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  border-bottom: solid 1px #b5bab8;
}
.list-menu dl:first-child {
  padding-top: 0 !important;
}
.list-menu dt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-menu dt {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu dt {
    font-size: 16.4705882353px;
  }
}
.list-menu dt span {
  max-width: 50%;
}
.list-menu dd {
  white-space: pre-wrap;
}
.list-menu__price {
  text-align: right;
}
.list-faq dl {
  border-bottom: solid 1px #b5bab8;
  padding: 30px 0 30px 40px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  position: relative;
}
.list-faq dl::before {
  position: absolute;
  top: 30px;
  left: 0;
  font-family: "EB Garamond", serif;
  content: "Q";
  line-height: 1;
  color: #c08e34;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .list-faq dl::before {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dl::before {
    font-size: 22.3529411765px;
  }
}
.list-faq dt {
  line-height: 1.7;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt {
    font-size: 16.4705882353px;
  }
}
.list-faq dd {
  white-space: pre-wrap;
}
.list-staff .com-layout {
  justify-content: space-between;
  align-items: flex-start;
}
.list-staff .img {
  width: 300px;
  max-width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
}
.list-staff .img img {
  border: solid 1px rgba(181, 186, 184, 0.2);
}
.list-staff .txtbx {
  width: 750px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.list-staff h4 {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .list-staff h4 {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-staff h4 {
    font-size: 22.3529411765px;
  }
}

.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-layout-01 .img {
  margin: 0 auto 0 -420px;
}
.com-tel .tel {
  line-height: 1;
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tag-main__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-main__list {
    font-size: 16.4705882353px;
  }
}
.tag-main__link {
  display: block;
  border: solid 1px #fff;
  color: #fff;
  padding: 10px 20px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 22px;
    font-size: 2.8645833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 12.9411764706px;
  }
}
.tag-sub__item {
  line-height: 1;
  color: #b5bab8;
  padding: 0 5px;
}
.tag-sub__item:not(:first-child) {
  border-left: solid 2px #b5bab8;
}
.tag-sub__item:first-child {
  padding-left: 0 !important;
}
.tag-sub__item:last-child {
  padding-right: 0 !important;
}

.ttl-main {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.ttl-main__en, .ttl-main__ruby {
  letter-spacing: 0.05em;
}
.ttl-main__en {
  line-height: 1;
  color: #b5bab8;
  font-family: "EB Garamond", serif;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .ttl-main__en {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main__en {
    font-size: 18.8235294118px;
  }
}
.ttl-main__en:first-letter {
  color: #c08e34;
  font-size: 38px;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .ttl-main__en:first-letter {
    font-size: 48px;
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main__en:first-letter {
    font-size: 28.2352941176px;
  }
}
.ttl-main__ruby {
  font-size: 38px;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .ttl-main__ruby {
    font-size: 48px;
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main__ruby {
    font-size: 28.2352941176px;
  }
}
.ttl-sub {
  border-left: solid #c08e34 1px;
  padding-left: 20px;
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 20px;
  }
}
.ttl-01 {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 15px 4%;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .ttl-01 {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01 {
    font-size: 18.8235294118px;
  }
}
.ttl-02 {
  border-bottom: solid 1px #b5bab8;
  padding-bottom: 25px;
  line-height: 1.4285714286;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .ttl-02 {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-02 {
    font-size: 22.3529411765px;
  }
}
.ttl-03 {
  border-bottom: solid 1px #c08e34;
  padding-bottom: 15px;
  font-size: 38px;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .ttl-03 {
    font-size: 48px;
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-03 {
    font-size: 28.2352941176px;
  }
}

.txt-plain {
  line-height: 1.875;
}
.txt-01 {
  line-height: 1.6666666667;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .txt-01 {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-01 {
    font-size: 16.4705882353px;
  }
}
.txt-02 {
  line-height: 1.5625;
}
.txt-03 {
  line-height: 1.875;
}

.header-nav__list,
.drawer-nav__list,
.footer-nav__list,
.footer-sub__list {
  display: flex;
}
.header-nav__item,
.drawer-nav__item,
.footer-nav__item,
.footer-sub__item {
  line-height: 1;
}
.header-nav__link:hover,
.drawer-nav__link:hover,
.footer-nav__link:hover,
.footer-sub__link:hover {
  opacity: 0.8;
}

.header-nav {
  margin-bottom: 5px;
}
.header-nav__list {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.drawer-nav__list {
  flex-direction: column;
}

.footer-nav__list {
  justify-content: flex-end;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.footer-sub__list {
  justify-content: flex-end;
  -moz-column-gap: 35px;
       column-gap: 35px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer-sub__list {
    font-size: 22px;
    font-size: 2.8645833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-sub__list {
    font-size: 12.9411764706px;
  }
}

#header {
  position: relative;
}

.header-bar {
  width: 100%;
  padding: 15px 1.56%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.mv, .sv {
  width: 100%;
  position: relative;
  z-index: 0;
}
.mv-cc, .sv-cc {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.mv-cc__en, .mv-cc__ruby, .sv-cc__en, .sv-cc__ruby {
  letter-spacing: 0.05em;
}
.mv-cc__en, .sv-cc__en {
  font-family: "EB Garamond", serif;
  color: #b5bab8;
}
.mv-cc__ruby, .sv-cc__ruby {
  font-weight: 600;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv-cc {
  position: absolute;
  left: 3.13vw;
  bottom: 3.13vw;
  z-index: 1;
}
.mv-cc__en {
  line-height: 1.25;
}
.mv-cc__ruby {
  line-height: 1.25;
}

.sv {
  aspect-ratio: 1920/450;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3.13vw;
}
.sv-cc__en, .sv-cc__ruby {
  line-height: 1;
}
.sv-cc__en {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .sv-cc__en {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .sv-cc__en {
    font-size: 22.3529411765px;
  }
}
.sv-cc__ruby {
  font-size: 48px;
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .sv-cc__ruby {
    font-size: 58px;
    font-size: 7.5520833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .sv-cc__ruby {
    font-size: 34.1176470588px;
  }
}
.sv-bg-about {
  background: url("/img/about/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-menu {
  background: url("/img/menu/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-faq {
  background: url("/img/faq/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-info {
  background: url("/img/info/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-news {
  background: url("/img/news/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-contact {
  background: url("/img/contact/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-complete {
  background: url("/img/complete/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-privacy {
  background: url("/img/privacy/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-site {
  background: url("/img/site/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-notfound {
  background: url("/img/notfound/sv.png") center center no-repeat;
  background-size: cover;
}

#ctn-top {
  position: relative;
  z-index: 1;
}
#ctn-top::after {
  content: "";
  display: block;
  width: 50vw;
  min-width: 50%;
  height: 100%;
  background-image: url("/img/top/para-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.top-about .wrp, .top-menu .wrp {
  width: 50%;
  background: #262626;
  margin-left: auto;
}
.top-about .bx, .top-menu .bx {
  display: flex;
  flex-direction: column;
  row-gap: 45px;
  width: 570px;
  max-width: 100%;
}
.top-bnr, .top-info, .top-news {
  background: #262626;
}

.top-about .bx {
  padding: 180px 0 180px 50px;
}

.top-menu .bx {
  padding: 120px 0 180px 50px;
}

.top-bnr {
  padding: 150px 0 0;
}
.top-bnr .cts-full {
  -moz-column-gap: 3.65%;
       column-gap: 3.65%;
}
.top-bnr .bnr-item {
  width: 830px;
  max-width: 43.2291666667%;
  height: 300px;
  text-align: center;
}
.top-bnr .bnr-item.faq {
  background: url("/img/top/bnr-faq.png") center center no-repeat;
  background-size: cover;
}
.top-bnr .bnr-item.info {
  background: url("/img/top/bnr-info.png") center center no-repeat;
  background-size: cover;
}
.top-bnr .bnr-link {
  width: 100%;
  height: 100%;
  outline: solid 1px #c08e34;
  outline-offset: -10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.top-bnr .bnr-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(38, 38, 38, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.top-bnr .bnr-link::after {
  width: 100%;
  content: "VIEW MORE";
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 25px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .top-bnr .bnr-link::after {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-bnr .bnr-link::after {
    font-size: 16.4705882353px;
  }
}
.top-bnr .bnr-link:hover::before {
  background: rgba(38, 38, 38, 0.9);
}
.top-bnr .ttl-main__en {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .top-bnr .ttl-main__en {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-bnr .ttl-main__en {
    font-size: 20px;
  }
}
.top-bnr .ttl-main__en:first-letter {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .top-bnr .ttl-main__en:first-letter {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-bnr .ttl-main__en:first-letter {
    font-size: 29.4117647059px;
  }
}
.top-bnr .ttl-main__ruby {
  font-size: 42px;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .top-bnr .ttl-main__ruby {
    font-size: 52px;
    font-size: 6.7708333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-bnr .ttl-main__ruby {
    font-size: 30.5882352941px;
  }
}
.top-bnr .ttl-main__ruby::before {
  content: "";
  display: block;
  width: 60.72%;
  aspect-ratio: 504/44;
  background-image: url("/img/common/obj-line.png");
  background-size: 100%;
  margin: 0 auto;
}

.top-info {
  padding: 150px 0 0;
}
.top-info .btn-item {
  border-bottom: solid 1px #fff;
}
.top-info .btn-item:first-child .btn-link {
  padding-top: 0 !important;
}
.top-info .btn-link {
  display: block;
  padding: 40px 0;
}
.top-info .btn-ttl {
  max-width: 80%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.top-info .btn-ttl__main {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .top-info .btn-ttl__main {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-info .btn-ttl__main {
    font-size: 22.3529411765px;
  }
}
.top-info .btn-ttl__sub {
  color: #b5bab8;
  line-height: 1.6666666667;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .top-info .btn-ttl__sub {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-info .btn-ttl__sub {
    font-size: 15.2941176471px;
  }
}
.top-info .img {
  margin: 0 -420px 0 auto;
}

.top-news {
  padding: 100px 0;
}
.top-news .cts-1080 {
  min-height: 160px;
}
.top-news .btn {
  position: absolute;
  top: 140px;
  left: 0;
  z-index: 1;
}

#ctn-lower section {
  padding: 120px 0;
}
#ctn-lower .ttl-main {
  margin-bottom: 45px;
}
#ctn-lower .lower-about {
  padding-top: 30px;
}

#footer .com-layout__item {
  display: flex;
  flex-direction: column;
}

.footer-copy {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 50%;
}/*# sourceMappingURL=style.css.map */