:root {
  --purple: #ae71a6;
  --red:#ca141c;
  --baseW:4.32dvw;
  /*--baseW:calc(100dvw / 23);*/
  /*--containerWidth: calc(var(--baseW) * 20);*/
  --containerWidth: calc(86.48dvw + 30px);
  --vk-width-container:var(--containerWidth);
  --vk-color-text-body: #1a1a1a;
  --vk-size-text: vwp(16);
  --mincho-old: fot-tsukuaoldmin-pr6n, serif;
  --mincho: fot-tsukumin-pr6n, serif;
  --gothic: "Helvetica Neue",
  --
  Arial,
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  Meiryo,
  sans-serif;
}
@media screen and (max-width: 991px) {
  :root {
    --containerWidth: 91.66vw;
  }
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: var(--containerWidth);
}

html {
  font-size: 1.08dvw;
  scroll-behavior: smooth;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 4.44dvw;
  }
}

body {
  font-size: 1rem;
  font-family: var(--mincho);
  font-weight: 300;
  font-style: normal;
  background-image: linear-gradient(to bottom, #f7f6f5 41.89vw, #fff 41.89vw);
  position: relative;
}
@media screen and (max-width: 991px) {
  body {
    background-image: linear-gradient(to bottom, #f7f6f5 83.33vw, #fff 83.33vw);
  }
}
body.test {
  /*background: url("../images/test.png") center top/100% no-repeat;*/
}
body.test:before {
  content: "";
  position: absolute;
  left: 50%;
  width: calc(var(--containerWidth) - 30px);
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  background-image: linear-gradient(to right, blue 1px, transparent 1px);
  background-size: 5%;
  background-position: 0 0;
  pointer-events: none;
  border-right: solid 1px blue;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  body.test:before {
    background: none;
    width: 83.33dvw;
    left: 8.33dvw;
    border: solid 1px blue;
    transform: none;
    z-index: 99999;
  }
}
body.test:after {
  content: none;
  position: absolute;
  top: 0;
  height: 100%;
  pointer-events: none;
  background: url("../images/test.png") top/100%;
  width: auto;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: 0.5;
}
@media screen and (max-width: 991px) {
  body.test:after {
    background: none;
    width: 83.33dvw;
    left: 8.33dvw;
    border: solid 1px blue;
    transform: none;
    z-index: 99999;
  }
}

h1, h2, h3, h4, h5, h6, strong, th, dt {
  font-family: var(--mincho-old);
  font-weight: 300;
  font-style: normal;
}

a, span, a:hover, a:visited {
  color: currentColor;
}

@media screen and (min-width: 992px) {
  .d-pc-none {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .d-sp-none {
    display: none !important;
  }
}

.veu_adminEdit.alert {
  display: none;
}

.snslist {
  list-style: none;
  padding: 0;
  margin: 0;
  order: 1;
  margin-left: 5.4dvw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2.02dvw;
  flex: 1.35dvw 0 0;
  padding-top: 4.6dvw;
}
.snslist li {
  margin-top: 0;
  margin-bottom: 0;
}

.snslist-icon {
  filter: invert(19%) sepia(0%) saturate(0%) hue-rotate(34deg) brightness(104%) contrast(91%);
  width: 1.35dvw;
  height: 1.35dvw;
  display: block;
}

.snslist-icon:hover {
  filter: invert(55%) sepia(38%) saturate(474%) hue-rotate(257deg) brightness(86%) contrast(85%);
}

.site-header {
  box-shadow: none;
  background: transparent;
}

.site-header-container {
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .site-header-container {
    overflow: visible;
  }
}

.site-header-logo {
  padding-top: 3.24dvw;
  margin-bottom: -6.09dvw;
  width: auto !important;
  margin-right: auto !important;
  margin-left: var(--baseW) !important;
  display: block !important;
}
@media screen and (max-width: 991px) {
  .site-header-logo {
    margin-left: 0 !important;
    display: inline-block !important;
    padding-top: 9.72dvw;
  }
}
.site-header-logo img {
  width: 5.67dvw;
  max-height: 21.89dvw;
}
@media screen and (max-width: 991px) {
  .site-header-logo img {
    width: 11.38dvw;
    max-height: 44.72dvw;
    margin-left: 0;
  }
}

.header_scrolled .site-header {
  position: relative;
  top: 0 !important;
  width: 100%;
  background: none;
  box-shadow: none;
  animation: none !important;
}

.global-nav-list > li .global-nav-name {
  font-size: 1.35dvw;
  font-family: var(--mincho-old);
}

.global-nav-list {
  /*gap: 4.3dvw;*/
  gap: 3.37dvw;
  padding-top: 4.4dvw;
  padding-right: 1dvw;
}
.global-nav-list > .current_page_item:after, .global-nav-list .menu-item:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.4dvw;
  background: var(--purple);
  position: absolute;
  left: 0;
  top: -4.6dvw;
}

@media screen and (min-width: 992px) {
  .device-pc .global-nav-list > li > a {
    padding: 0;
    line-height: 1.1;
  }
}
@media screen and (max-width: 991px) {
  .site-header .snslist {
    display: none;
  }
}
.vk-mobile-nav.vk-mobile-nav-drop-in {
  top: 0 !important;
  background: #ede8f3;
  padding: 22.22dvw 8.33dvw;
  font-family: var(--mincho-old);
  border-bottom: solid 2.77dvw #ce0c18;
  pointer-events: none;
  opacity: 0;
}
@media screen and (min-width: 500px) {
  .vk-mobile-nav.vk-mobile-nav-drop-in {
    padding-top: 10vw;
    padding-bottom: 3vw;
  }
}
.vk-mobile-nav.vk-mobile-nav-drop-in.vk-mobile-nav-open {
  pointer-events: auto;
  opacity: 1;
}

.vk-mobile-nav nav ul {
  border-top: none;
}

.vk-mobile-nav nav ul li {
  margin-bottom: 11.11dvw;
}
@media screen and (min-width: 500px) {
  .vk-mobile-nav nav ul li {
    margin-bottom: 5vw;
  }
}

.vk-mobile-nav nav ul li a {
  font-size: 1rem;
  border: none;
  padding: 0;
}
.vk-mobile-nav nav ul li a:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  background: url("../images/linkIcon-bgWh.svg") center/contain no-repeat;
}

.vk-mobile-nav-menu-btn {
  border: none;
  width: 11.38dvw;
  height: 11.38dvw;
  left: auto;
  right: 2.77dvw;
  top: 2.77dvw;
  background: url("../images/navButton.svg") center/contain no-repeat;
}
.vk-mobile-nav-menu-btn.menu-open {
  border: none;
  background: url("../images/navButton-close.svg") center/contain no-repeat;
}

.mobileNavAdd1 {
  display: flex;
  justify-content: flex-end;
  margin-top: -23dvw;
}
.mobileNavAdd1 .snslist {
  margin: 0;
  padding: 0;
  flex-direction: column;
  align-items: flex-end;
  flex: 13.88dvw 0 0;
  gap: 8.33dvw;
  justify-content: flex-start;
}
.mobileNavAdd1 .snslist li {
  width: 5.55dvw;
}
.mobileNavAdd1 .snslist-icon {
  width: 100%;
  height: auto;
}

.mobileNavAdd1-nav {
  display: flex;
  flex-direction: row-reverse;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobileNavAdd1-nav li {
  margin-top: 0;
}

.mobileNavAdd1-nav-a {
  writing-mode: vertical-lr;
  text-decoration: none;
  font-size: 3.88dvw;
  margin-left: 5dvw;
  line-height: 1.1;
}

.mobileNavAdd2 {
  position: absolute;
  bottom: 6.94dvw;
  left: 8.33dvw;
}

.mobileNavAdd2-name {
  font-size: 6.11dvw;
  line-height: 1.1;
  margin-bottom: 0.6em;
}

.mobileNavAdd2-name-s {
  font-size: 0.54em;
  display: block;
  margin-bottom: 1.5em;
  line-height: 1.1;
}

.mobileNavAdd2-address {
  font-size: 3.33dvw;
  line-height: 1.66;
}

.mobileNavAdd2-copyright {
  margin-top: 2em;
  font-family: var(--mincho);
  color: #808080;
  font-size: 0.62rem;
}

.site-body {
  margin-top: 0 !important;
  padding-bottom: 0;
  padding-top: 0;
}

.page-header {
  min-height: inherit;
  height: 0;
  margin-top: 0 !important;
  margin-top: 7.51dvw;
}
@media screen and (max-width: 991px) {
  .page-header {
    height: 83.88dvw;
    margin-top: -44.72dvw !important;
    margin-bottom: -28dvw;
  }
}

.page-header-inner {
  /*margin-top: vws(50);*/
}

h1.page-header-title,
div.page-header-title {
  position: absolute;
  top: 13.13dvw;
  left: 0;
  writing-mode: vertical-lr;
  font-size: 2.16dvw;
  white-space: nowrap;
  letter-spacing: 0.1em;
  margin-left: calc(var(--baseW) * 1.05);
  width: var(--baseW);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  h1.page-header-title,
  div.page-header-title {
    position: static;
    margin-top: -6vw;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    font-size: 5dvw;
    min-height: 59.72dvw;
    letter-spacing: 0;
  }
}

.page-header-title-dialogue {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 2rem;
  padding-left: 15px;
  line-height: 1.1;
  margin-left: 15px;
}
@media screen and (max-width: 991px) {
  .page-header-title-dialogue {
    font-size: 1.12rem;
  }
}

.page-header-title-dialogue-s {
  font-size: 0.62em;
  line-height: 1.1;
  margin-left: 0.5em;
}
@media screen and (max-width: 991px) {
  .page-header-title-dialogue-s {
    font-size: 0.66em;
  }
}

.site-footer {
  background: #333;
  color: #fff;
}

/*.site-footer-content{
  padding-left: 0;
  padding-right: 0;
  .col-lg-6:nth-of-type(1){
  }
  .col-lg-6:nth-of-type(2){
  }
  @include mq-down(){
    >.row {
    }
  }
}*/
.site-footer-content {
  padding-top: 6.75dvw;
  line-height: 1.1;
}
@media screen and (max-width: 991px) {
  .site-footer-content {
    padding-top: 11.11dvw;
  }
}
.site-footer-content .col-lg-12 {
  display: grid;
  grid-template-columns: calc(var(--baseW) * 6) 1fr calc(var(--baseW) * 3);
}
@media screen and (max-width: 991px) {
  .site-footer-content .col-lg-12 {
    grid-template-columns: 1fr 1fr;
  }
}
.site-footer-content .widget:first-child {
  margin-left: 15px;
}
@media screen and (max-width: 991px) {
  .site-footer-content .widget:first-child {
    flex-basis: calc(var(--baseW) * 8);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .site-footer-content .widget:nth-child(2) {
    display: none;
  }
}
.site-footer-content .widget:nth-child(3) {
  margin-right: 15px;
}
@media screen and (max-width: 991px) {
  .site-footer-content .widget:nth-child(3) {
    flex-grow: 1;
    max-width: inherit;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .site-footer-content .widget:last-child {
    grid-column: 1/-1;
  }
}

.siteFooter-siteInfo {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.siteFooter-logo {
  color: #fff;
  font-family: var(--mincho-old);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .siteFooter-logo {
    display: block;
    margin-top: 5.55dvw;
  }
}

.siteFooter-logo-l {
  font-size: 1.87em;
  display: block;
  margin-top: 0.5em;
}
@media screen and (max-width: 991px) {
  .siteFooter-logo-l {
    font-size: 6.11dvw;
    margin-top: 0.73em;
  }
}

@media screen and (max-width: 991px) {
  .siteFooter-logo-s {
    font-size: 3.33dvw;
    margin-bottom: 1em;
  }
}

.siteFooter-address {
  margin-top: 2.3dvw;
  color: #fff;
  font-family: var(--mincho-old);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .siteFooter-address {
    font-size: 3.33dvw;
    line-height: 1.8;
    margin-top: 1.1em;
  }
}

.copyright {
  margin-top: 2.02dvw;
  color: #808080;
  font-size: 0.87rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .copyright {
    font-size: 2.77dvw;
    color: #808080;
    margin-top: 1.8em;
  }
}

.sitefooter-note {
  font-size: 0.75rem;
  line-height: 2;
  margin-top: auto;
  margin-bottom: 0;
  width: 16em;
}
@media screen and (max-width: 991px) {
  .sitefooter-note {
    margin-top: 1.8rem;
    font-size: 0.62rem;
  }
}

#menu-additionalnav {
  display: flex;
  justify-content: flex-start;
  padding-right: var(--baseW);
  font-family: var(--mincho-old);
  flex-direction: row-reverse;
  gap: 0 2.75rem;
}
@media screen and (max-width: 991px) {
  #menu-additionalnav {
    width: 23.61dvw;
    padding-right: 0;
    margin-left: auto;
    gap: 0 1.25rem;
  }
}
#menu-additionalnav a {
  border: none !important;
  padding: 0 !important;
  color: #b2b2b2 !important;
  font-size: 1rem !important;
  writing-mode: vertical-lr;
}
#menu-additionalnav a:hover {
  color: #fff !important;
}
@media screen and (max-width: 991px) {
  #menu-additionalnav a {
    font-size: 3.33dvw !important;
    color: #fff !important;
  }
}

#menu-footernav {
  --vk-size-text-sm: 1.125rem;
  display: grid;
  grid-template-columns: repeat(2, 21.62dvw);
  gap: 2.5rem 0;
}
#menu-footernav a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #b2b2b2;
}
#menu-footernav a:hover {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .btn-pagetop-wrapper {
    margin-top: 16.66dvw;
    text-align: right;
  }
}

.btn-pagetop {
  position: fixed;
  display: inline-block;
  right: 2.29dvw;
  bottom: 2.29dvw;
  width: 0.67dvw;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .btn-pagetop {
    position: static;
    width: 23.61dvw;
    height: 2.3dvw;
    background: url("../images/button-pagetop-sp.svg") right bottom/contain no-repeat;
  }
}
.btn-pagetop img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .btn-pagetop img {
    display: none;
  }
}
body.scrolled .btn-pagetop {
  opacity: 1;
  transition: opacity 0.3s;
  pointer-events: auto;
}

.boxLink {
  font-size: 1.25rem;
  width: 19.2em;
  height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 3px, #333 3px, #333 4px, transparent 4px), linear-gradient(to left, #333, #333 1px, transparent 1px, transparent 3px, #333 3px, #333 4px, transparent 4px), linear-gradient(to bottom, #333, #333 1px, transparent 1px, transparent 3px, #333 3px, #333 4px, transparent 4px), linear-gradient(to top, #333, #333 1px, transparent 1px, transparent 3px, #333 3px, #333 4px, transparent 4px);
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .boxLink {
    font-size: 1rem;
    width: auto;
  }
}

.boxLink-line-tate, .boxLink-line-yoko {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.boxLink-line-tate:before, .boxLink-line-tate:after, .boxLink-line-yoko:before, .boxLink-line-yoko:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #333;
  transition: height 0.4s;
}

.boxLink-line-tate {
  background: url("../images/linkIcon-bgGray.svg") right 1em center/1em no-repeat;
}
.boxLink-line-tate:before {
  top: 0;
  right: 0;
}
.boxLink-line-tate:after {
  bottom: 0;
  left: 0;
}

.boxLink-line-yoko:before {
  top: 0;
  left: 0;
}
.boxLink-line-yoko:after {
  right: 0;
  bottom: 0;
}

.boxLink:hover .boxLink-line-tate:before, .boxLink:hover .boxLink-line-tate:after, .boxLink:hover .boxLink-line-yoko:before, .boxLink:hover .boxLink-line-yoko:after {
  transition: all 0.4s;
}
.boxLink:hover .boxLink-line-tate {
  background-image: url("../images/linkIcon-red.svg");
}
.boxLink:hover .boxLink-line-tate:before, .boxLink:hover .boxLink-line-tate:after {
  height: 100%;
}
.boxLink:hover .boxLink-line-yoko:before, .boxLink:hover .boxLink-line-yoko:after {
  width: 100%;
}

.iconLink {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  text-decoration: none;
  font-family: var(--gothic);
}
@media screen and (max-width: 991px) {
  .iconLink {
    font-size: 0.75rem;
  }
}
.iconLink:before {
  content: "";
  display: inline-block;
  width: 1.66em;
  aspect-ratio: 1;
  background: #fff url("../images/linkIcon-bgWh.svg") center/100% no-repeat;
  padding-right: 0.5em;
  border-radius: 50%;
  margin-left: 0;
  margin-right: 0.6em;
  margin-bottom: 0.1em;
}
.iconLink:hover {
  color: currentColor;
}

.site-footer-copyright {
  padding: 0;
  height: 5.4dvw;
}

.iconLinkLeft:before {
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: 0.6em;
}

.hasLeftTitle {
  padding-left: var(--baseW);
  flex-wrap: wrap;
  gap: 0 !important;
}
@media screen and (max-width: 991px) {
  .hasLeftTitle {
    display: block !important;
    padding-left: 0;
  }
}

.hasLeftTitle-left {
  flex: calc(var(--baseW) * 3);
  /*@include mq-down(){
    margin-bottom: vws(33);
  }*/
}

.hasLeftTitle-right {
  flex: calc(var(--baseW) * 16);
}
@media screen and (max-width: 991px) {
  .hasLeftTitle-right {
    /*flex-basis: auto;*/
  }
}

.kutoten-last {
  display: inline-block;
  width: 0.5em;
}

.button-round {
  color: #1a1a1a;
  letter-spacing: 0.05em;
  border: solid 1px #b2b2b2;
  border-radius: 1.56em;
  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 3.12em;
  padding: 0 3em;
  box-shadow: none;
  cursor: pointer;
}
.button-round:hover {
  border-color: #1a1a1a;
}
@media screen and (max-width: 991px) {
  .button-round {
    font-size: 0.71rem;
  }
}

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