body {
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
}

@media screen and (max-width: 768px) {
  body {
    font-size: 26px;
    font-size: calc(26 * 100 / 768 * 1vw);
  }
}

@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: calc(26 / 1.7 * 1px);
  }
}

body {
  letter-spacing: 0.12em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1260px;
  color: #444;
  scroll-behavior: smooth;
}

.col-wht {
  color: #fff !important;
}

.col-blk {
  color: #444 !important;
}

.col-main {
  color: #6790b9 !important;
}

.col-sub {
  color: #828fc7 !important;
}

.col-sub2 {
  color: #c2cae4 !important;
}

.col-accent {
  color: #9cbcdb !important;
}

.col-bg {
  color: #f8f8f8 !important;
}

.col-bg2 {
  color: #f4f7fb !important;
}

.col-bdr {
  color: #919191 !important;
}

.col-pnk {
  color: #d4a1c4 !important;
}

.col-gry {
  color: #dddddd !important;
}

.col-grn {
  color: #40c378 !important;
}

.col-gra-main {
  background: linear-gradient(120deg, #c790b5 0%, #ac90c7 50%, #87a1cd 100%);
  background: -webkit-linear-gradient(120deg, #c790b5 0%, #ac90c7 50%, #87a1cd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-wht {
  background-color: #fff !important;
}

.bg-blk {
  background-color: #444 !important;
}

.bg-main {
  background-color: #6790b9 !important;
}

.bg-sub {
  background-color: #828fc7 !important;
}

.bg-sub2 {
  background-color: #c2cae4 !important;
}

.bg-accent {
  background-color: #9cbcdb !important;
}

.bg-bg {
  background-color: #f8f8f8 !important;
}

.bg-bg2 {
  background-color: #f4f7fb !important;
}

.bg-bdr {
  background-color: #919191 !important;
}

.bg-pnk {
  background-color: #d4a1c4 !important;
}

.bg-gry {
  background-color: #dddddd !important;
}

.bg-grn {
  background-color: #40c378 !important;
}

.bg-gra-main {
  background: #d7b5ce;
  background: linear-gradient(120deg, #d7b5ce 0%, #c7bbe3 50%, #bdc9e4 100%);
}

.btn-01__link {
  font-size: 17px;
  font-size: calc(17 / 10 * 1rem);
}

@media screen and (max-width: 768px) {
  .btn-01__link {
    font-size: 27px;
    font-size: calc(27 * 100 / 768 * 1vw);
  }
}

@media screen and (max-width: 768px) and (min-width: 539px) {
  .btn-01__link {
    font-size: calc(27 / 1.7 * 1px);
  }
}

.btn-01__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #828fc7;
  border: solid 1px rgba(244, 247, 251, 0);
  background: #fff;
  border-radius: 50rem;
  box-shadow: 0px 7px 15px 0px rgba(12, 12, 12, 0.08);
}

.btn-01__link:hover {
  box-shadow: 0 0 0 0 rgba(12, 12, 12, 0);
  transform: translate(1px, 1px);
  border: solid 1px #f4f7fb;
}

.hov-up a:hover img {
  transform: translateY(-3px);
}

.hov-opa a:hover {
  opacity: 0.8;
}

.hov-img a:hover img {
  opacity: 0.8;
}

.hov-scale a:hover img {
  transform: scale(0.98);
}

.hov-scale img,
.hov-up img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

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

.cts-1080 {
  width: 100%;
  max-width: 1080px;
}

.cts-1280 {
  width: 100%;
  max-width: 1280px;
}

.com-sdw-bx {
  box-shadow: 0px 0px 25px 0px rgba(12, 12, 12, 0.16);
}

#header {
  position: relative;
  z-index: 1;
}

#header .com-logo-link:hover {
  box-shadow: 0px 0px 0px 0px rgba(12, 12, 12, 0.16);
  transform: translate(-2, -2);
}

.hdbar {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.header-nav {
  width: 920px;
  max-width: 100%;
  height: 100px;
  background: #fff;
}

.header-nav__list {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.header-nav__link:hover {
  color: #6790b9;
  opacity: 0.8;
}

.header-nav .current {
  font-weight: bold;
  color: #c2cae4;
  position: relative;
  z-index: 1;
}

.header-nav .current::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #c2cae4;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(5px);
  z-index: -1;
}

.sv {
  background: url("https: //basefile.akamaized.net/tomnet-base-shop/69df2ad43dd19/mv-bg.png") left top no-repeat;
  background-size: 53.07%;
  position: relative;
  z-index: 1;
}

.sv img {
  display: block;
  width: 100%;
}

.sv-img {
  width: 1381px;
  max-width: calc(1381 / 1920 * 100%);
  margin-left: auto;
}

.sv-ttl {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 1;
  width: 1080px;
  max-width: calc(1080 / 1920 * 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 48px;
  font-size: calc(48 * 100 / 1920 * 1vw);
}

@media screen and (max-width: 1120px) {
  .sv-ttl {
    font-size: calc(48 / 1.7 * 1px);
  }
}

@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 48px;
  }
}

.footer-logo {
  margin-bottom: 70px;
}

.footer-sec1 {
  padding: 90px 0;
}

.footer-sec2 {
  padding: 10px 0;
}

.footer-copy small {
  font-size: 12px;
}

.footer-nav {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}

.footer-nav__list {
  font-size: 14px;
  font-size: calc(14 / 10 * 1rem);
}

@media screen and (max-width: 768px) {
  .footer-nav__list {
    font-size: 24px;
    font-size: calc(24 * 100 / 768 * 1vw);
  }
}

@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav__list {
    font-size: calc(24 / 1.7 * 1px);
  }
}

.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
}

.footer-nav__item {
  line-height: 1;
}

.footer-nav__item:not(:last-child) {
  display: flex;
  align-items: center;
}

.footer-nav__item:not(:last-child)::after {
  content: "/";
  display: block;
  color: #fff;
  margin: 0 12px;
}

.footer-nav__link {
  color: #fff;
}

.footer-nav__link:hover {
  opacity: 0.8;
}

/*# sourceMappingURL=base_style.css.map */