@charset "UTF-8";
.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .show_sm {
    display: block;
  }

  .show_pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .show_sm {
    display: none;
  }

  .show_pc {
    display: block;
  }
}
.calson {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: italic;
}

.noto {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mincho {
  font-family: shippori-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.maparea iframe {
  display: block;
  min-height: 500px;
  　-webkit-filter: grayscale(1) !important;
  　filter: grayscale(1) !important;
  background-color: #060627;
}

.textLink {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
  display: inline-block;
  opacity: 0.7;
  transition: all 0.4s ease;
}
.textLink:hover {
  opacity: 1;
}
.textLink:hover .rightArrow {
  transform: scale(1.2);
}

.rightArrow {
  transform: scale(1);
  opacity: 0.8;
  transition: all 0.5s ease;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 20px;
  border: #000 solid 1px;
  text-align: center;
  margin-left: 10px;
  position: relative;
  top: 10px;
  overflow: hidden;
}
.rightArrow img {
  transition: all 0.4s ease;
  width: 20px;
  position: relative;
  display: inline-block;
  top: 6px;
  left: 0px;
}

.engTitle {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.dblWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.DefaultNakaHeaderArea {
  width: 100%;
  height: 60vh;
  min-height: 500px;
  padding: 0 5%;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.DefaultNakaHeaderArea .nakaHeaderBg {
  color: #f4f2f0;
  font-size: 18.5vw;
  letter-spacing: 0.2em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 15vw;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .DefaultNakaHeaderArea .nakaHeaderBg {
    top: 32vw;
  }
}
@media screen and (min-width: 1500px) {
  .DefaultNakaHeaderArea .nakaHeaderBg {
    top: 6vw;
  }
}
@media screen and (max-width: 480px) {
  .DefaultNakaHeaderArea .nakaHeaderBg {
    left: 15vw;
    top: 26vh;
    transform: rotate(90deg);
    font-size: 15vh;
    letter-spacing: 0.1em;
  }
}
.DefaultNakaHeaderArea .nakaHeaderTitle {
  font-family: baskerville-poster-pt, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  position: absolute;
  top: 28vw;
}
@media screen and (max-width: 768px) {
  .DefaultNakaHeaderArea .nakaHeaderTitle {
    top: 40vw;
  }
}
@media screen and (min-width: 1500px) {
  .DefaultNakaHeaderArea .nakaHeaderTitle {
    top: 18vw;
  }
}
.DefaultNakaHeaderArea .nakaHeaderTitle span {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 2px;
}
.DefaultNakaHeaderArea .nakaHeaderTitle span.longText {
  display: block;
}

.trinityLinkArea {
  overflow: hidden;
  position: relative;
  background-color: #000;
  width: 100%;
  padding: 12% 5% 12% 5%;
}
@media screen and (max-width: 768px) {
  .trinityLinkArea {
    padding: 25% 5% 35% 5%;
  }
}
.trinityLinkArea .engTitle {
  color: #fff;
  position: relative;
  opacity: 0.6;
  margin-bottom: 40px;
  font-size: 1.4rem;
}
.trinityLinkArea .trinityLinks {
  position: relative;
  display: block;
  list-style: none;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .trinityLinkArea .trinityLinks {
    left: 0%;
  }
}
.trinityLinkArea .trinityLinks__item {
  padding: 10px 0;
}
.trinityLinkArea .trinityLinks__item .serviceName {
  opacity: 0.6;
  text-decoration: none;
  color: #fff;
  font-size: 3rem;
  line-height: 1.1;
  transition: all 0.4s ease;
}
.trinityLinkArea .trinityLinks__item .serviceName span {
  display: block;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}
.trinityLinkArea .trinityLinks__item .serviceName:hover {
  opacity: 1;
}
.trinityLinkArea .trinityBgArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.trinityLinkArea .trinityBgArea img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.trinityLinkArea .trinityBgArea .trinityBgImage {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.2);
}
.trinityLinkArea .trinityBgArea .trinityBgImage.active {
  opacity: 0.75;
  transform: scale(1);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  background-color: #060627;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0px;
  padding: 0px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  color: #c6a9a0;
  line-height: 1.7;
}

.eng {
  font-family: "Baskervville", serif;
}

h1 {
  margin: 0;
}

html {
  font-size: 13px;
  min-height: 100vh;
}

div {
  box-sizing: border-box;
}

main {
  background: url("../img/common/blur.jpg") top center no-repeat;
  background-size: cover;
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  padding: 0 3%;
}

html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .show_sm {
    display: block;
  }

  .show_pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .show_sm {
    display: none;
  }

  .show_pc {
    display: block;
  }
}
.calson {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: italic;
}

.noto {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mincho {
  font-family: shippori-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.maparea iframe {
  display: block;
  min-height: 500px;
  　-webkit-filter: grayscale(1) !important;
  　filter: grayscale(1) !important;
  background-color: #060627;
}

.textLink {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
  display: inline-block;
  opacity: 0.7;
  transition: all 0.4s ease;
}
.textLink:hover {
  opacity: 1;
}
.textLink:hover .rightArrow {
  transform: scale(1.2);
}

.rightArrow {
  transform: scale(1);
  opacity: 0.8;
  transition: all 0.5s ease;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 20px;
  border: #000 solid 1px;
  text-align: center;
  margin-left: 10px;
  position: relative;
  top: 10px;
  overflow: hidden;
}
.rightArrow img {
  transition: all 0.4s ease;
  width: 20px;
  position: relative;
  display: inline-block;
  top: 6px;
  left: 0px;
}

.engTitle {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.dblWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.DefaultNakaHeaderArea {
  width: 100%;
  height: 60vh;
  min-height: 500px;
  padding: 0 5%;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.DefaultNakaHeaderArea .nakaHeaderBg {
  color: #f4f2f0;
  font-size: 18.5vw;
  letter-spacing: 0.2em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 15vw;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .DefaultNakaHeaderArea .nakaHeaderBg {
    top: 32vw;
  }
}
@media screen and (min-width: 1500px) {
  .DefaultNakaHeaderArea .nakaHeaderBg {
    top: 6vw;
  }
}
@media screen and (max-width: 480px) {
  .DefaultNakaHeaderArea .nakaHeaderBg {
    left: 15vw;
    top: 26vh;
    transform: rotate(90deg);
    font-size: 15vh;
    letter-spacing: 0.1em;
  }
}
.DefaultNakaHeaderArea .nakaHeaderTitle {
  font-family: baskerville-poster-pt, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  position: absolute;
  top: 28vw;
}
@media screen and (max-width: 768px) {
  .DefaultNakaHeaderArea .nakaHeaderTitle {
    top: 40vw;
  }
}
@media screen and (min-width: 1500px) {
  .DefaultNakaHeaderArea .nakaHeaderTitle {
    top: 18vw;
  }
}
.DefaultNakaHeaderArea .nakaHeaderTitle span {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 2px;
}
.DefaultNakaHeaderArea .nakaHeaderTitle span.longText {
  display: block;
}

.trinityLinkArea {
  overflow: hidden;
  position: relative;
  background-color: #000;
  width: 100%;
  padding: 12% 5% 12% 5%;
}
@media screen and (max-width: 768px) {
  .trinityLinkArea {
    padding: 25% 5% 35% 5%;
  }
}
.trinityLinkArea .engTitle {
  color: #fff;
  position: relative;
  opacity: 0.6;
  margin-bottom: 40px;
  font-size: 1.4rem;
}
.trinityLinkArea .trinityLinks {
  position: relative;
  display: block;
  list-style: none;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .trinityLinkArea .trinityLinks {
    left: 0%;
  }
}
.trinityLinkArea .trinityLinks__item {
  padding: 10px 0;
}
.trinityLinkArea .trinityLinks__item .serviceName {
  opacity: 0.6;
  text-decoration: none;
  color: #fff;
  font-size: 3rem;
  line-height: 1.1;
  transition: all 0.4s ease;
}
.trinityLinkArea .trinityLinks__item .serviceName span {
  display: block;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}
.trinityLinkArea .trinityLinks__item .serviceName:hover {
  opacity: 1;
}
.trinityLinkArea .trinityBgArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.trinityLinkArea .trinityBgArea img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.trinityLinkArea .trinityBgArea .trinityBgImage {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.2);
}
.trinityLinkArea .trinityBgArea .trinityBgImage.active {
  opacity: 0.75;
  transform: scale(1);
}

.sp_menu {
  z-index: 6000;
  display: none;
  color: #c6a9a0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  background-color: #060627;
  overflow-y: none;
  /*padding-top:90px;*/
  text-align: center;
}

.menuLink {
  list-style: none;
  text-align: center;
  width: 96%;
  margin-left: 2%;
  margin-top: 100px;
}
.menuLink__item {
  display: block;
}
.menuLink__item a {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: italic;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  color: #c6a9a0;
  line-height: 1.6;
  font-size: 1.6rem;
  padding: 20px 3% 0 3%;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.6s;
}
.menuLink__item a::after {
  position: absolute;
  bottom: 0px;
  left: 15%;
  content: "";
  width: 70%;
  height: 1px;
  background: #c6a9a0;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.6s;
}
.menuLink__item a:hover::after {
  transform: scale(1, 1);
}
.menuLink__insta {
  margin-top: 40px;
  width: 30px;
  transition: all 0.6s;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
.menuLink__insta img {
  width: 100%;
}
.menuLink__insta:hover {
  opacity: 0.7;
}
.menuLink__item--disabled {
  opacity: 0.6;
}

.sp_header_button {
  position: absolute;
  right: 15px;
  top: 5px;
  z-index: 8000;
  display: none;
  width: 60px;
  height: 60px;
  text-align: center;
  padding-top: 54px;
  box-sizing: border-box;
}
.sp_header_button.active {
  position: fixed;
}

/*humberger menu Button*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 28px;
  height: 22px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c6a9a0;
  border-radius: 1px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*action*/
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  background-color: #c6a9a0;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
  background-color: #c6a9a0;
}

@media screen and (max-width: 479px) {
  .sp_header_button {
    display: block;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .sp_header_button {
    display: block;
  }
}
.headerArea {
  width: 100%;
  height: 120px;
  text-align: center;
  position: absolute;
  z-index: 2000;
  top: -10px;
  left: 0;
}
.headerArea .container {
  padding: 0 0;
  max-width: unset;
}
.headerArea .spHeaderLogo {
  width: 160px;
  padding-top: 30px;
  display: inline-block;
  display: none;
}
.headerArea .spHeaderLogo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .headerArea .spHeaderLogo {
    display: inline-block;
  }
}

.header__logo {
  width: 220px;
  display: inline-block;
  position: relative;
  top: 40px;
  width: 24vw;
}
.header__logo a::after {
  display: none;
}
.header__logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 180px;
    width: 24vw;
    top: 20px;
  }
}
.header__menu {
  position: relative;
  list-style: none;
  padding: 0;
  padding-left: 0px;
}
.header__menu li {
  display: inline-block;
  font-size: 1.3rem;
  position: relative;
}
.header__menu li.header__menu__insta {
  position: absolute;
  right: 15px;
  top: 74px;
  top: 8.8vw;
  display: block;
}
.header__menu li.header__menu__insta a {
  transition: all 0.6s;
}
.header__menu li.header__menu__insta img {
  width: 30px;
}
.header__menu li.header__menu__insta a:hover {
  opacity: 0.7;
}
.header__menu li.header__menu__insta a:hover::after {
  display: none;
}
.header__menu li a {
  display: inline-block;
  color: #c6a9a0;
  text-decoration: none;
  padding: 5px 2.2vw;
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: italic;
}
.header__menu li a::after {
  position: absolute;
  bottom: 0px;
  left: 15%;
  content: "";
  width: 70%;
  height: 1px;
  background: #c6a9a0;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.6s;
}
.header__menu li a:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  .header__menu {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .headerArea {
    height: 80px;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .headerArea {
    height: 80px;
  }
}
.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .show_sm {
    display: block;
  }

  .show_pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .show_sm {
    display: none;
  }

  .show_pc {
    display: block;
  }
}
.calson {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: italic;
}

.noto {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mincho {
  font-family: shippori-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.maparea iframe {
  display: block;
  min-height: 500px;
  　-webkit-filter: grayscale(1) !important;
  　filter: grayscale(1) !important;
  background-color: #060627;
}

.textLink {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
  display: inline-block;
  opacity: 0.7;
  transition: all 0.4s ease;
}
.textLink:hover {
  opacity: 1;
}
.textLink:hover .rightArrow {
  transform: scale(1.2);
}

.rightArrow {
  transform: scale(1);
  opacity: 0.8;
  transition: all 0.5s ease;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 20px;
  border: #000 solid 1px;
  text-align: center;
  margin-left: 10px;
  position: relative;
  top: 10px;
  overflow: hidden;
}
.rightArrow img {
  transition: all 0.4s ease;
  width: 20px;
  position: relative;
  display: inline-block;
  top: 6px;
  left: 0px;
}

.engTitle {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.dblWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.DefaultNakaHeaderArea {
  width: 100%;
  height: 60vh;
  min-height: 500px;
  padding: 0 5%;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.DefaultNakaHeaderArea .nakaHeaderBg {
  color: #f4f2f0;
  font-size: 18.5vw;
  letter-spacing: 0.2em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 15vw;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .DefaultNakaHeaderArea .nakaHeaderBg {
    top: 32vw;
  }
}
@media screen and (min-width: 1500px) {
  .DefaultNakaHeaderArea .nakaHeaderBg {
    top: 6vw;
  }
}
@media screen and (max-width: 480px) {
  .DefaultNakaHeaderArea .nakaHeaderBg {
    left: 15vw;
    top: 26vh;
    transform: rotate(90deg);
    font-size: 15vh;
    letter-spacing: 0.1em;
  }
}
.DefaultNakaHeaderArea .nakaHeaderTitle {
  font-family: baskerville-poster-pt, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  position: absolute;
  top: 28vw;
}
@media screen and (max-width: 768px) {
  .DefaultNakaHeaderArea .nakaHeaderTitle {
    top: 40vw;
  }
}
@media screen and (min-width: 1500px) {
  .DefaultNakaHeaderArea .nakaHeaderTitle {
    top: 18vw;
  }
}
.DefaultNakaHeaderArea .nakaHeaderTitle span {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 2px;
}
.DefaultNakaHeaderArea .nakaHeaderTitle span.longText {
  display: block;
}

.trinityLinkArea {
  overflow: hidden;
  position: relative;
  background-color: #000;
  width: 100%;
  padding: 12% 5% 12% 5%;
}
@media screen and (max-width: 768px) {
  .trinityLinkArea {
    padding: 25% 5% 35% 5%;
  }
}
.trinityLinkArea .engTitle {
  color: #fff;
  position: relative;
  opacity: 0.6;
  margin-bottom: 40px;
  font-size: 1.4rem;
}
.trinityLinkArea .trinityLinks {
  position: relative;
  display: block;
  list-style: none;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .trinityLinkArea .trinityLinks {
    left: 0%;
  }
}
.trinityLinkArea .trinityLinks__item {
  padding: 10px 0;
}
.trinityLinkArea .trinityLinks__item .serviceName {
  opacity: 0.6;
  text-decoration: none;
  color: #fff;
  font-size: 3rem;
  line-height: 1.1;
  transition: all 0.4s ease;
}
.trinityLinkArea .trinityLinks__item .serviceName span {
  display: block;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}
.trinityLinkArea .trinityLinks__item .serviceName:hover {
  opacity: 1;
}
.trinityLinkArea .trinityBgArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.trinityLinkArea .trinityBgArea img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.trinityLinkArea .trinityBgArea .trinityBgImage {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.2);
}
.trinityLinkArea .trinityBgArea .trinityBgImage.active {
  opacity: 0.75;
  transform: scale(1);
}

footer {
  width: 100%;
  background-color: #060627;
  position: relative;
  text-align: center;
}

.footerArea {
  width: 100%;
  text-align: center;
  min-height: 250px;
  padding-top: 0px;
}
@media screen and (max-width: 768px) {
  .footerArea {
    padding-top: 80px;
  }
}
.footerArea__logo {
  display: none;
  width: 200px;
  display: inline-block;
}
.footerArea__logo img {
  width: 180px;
}

.footerLink {
  display: block;
  width: 100%;
  margin-top: 55px;
  margin-bottom: 30px;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footerLink {
    margin-top: 50px;
  }
}
.footerLink__insta {
  margin-top: 60px;
  display: block !important;
}
.footerLink__insta img {
  width: 35px;
}
.footerLink__insta a:hover::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .footerLink__insta {
    display: inline-block;
    margin-top: 0px;
  }
}
.footerLink li {
  display: inline-block;
  position: relative;
}
.footerLink li a {
  display: inline-block;
  padding: 0 25px;
  color: #c6a9a0;
  text-decoration: none;
  font-size: 1.4rem;
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: italic;
}
.footerLink li a::after {
  position: absolute;
  bottom: -1px;
  left: 10%;
  content: "";
  width: 80%;
  height: 1px;
  background: #c6a9a0;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.6s;
}
.footerLink li a:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  .footerLink li {
    display: block;
  }
  .footerLink li a {
    position: relative;
    box-sizing: border-box;
    font-size: 1.4rem;
    padding: 30px 0 0 0;
    text-decoration: none;
    transition: all 0.5s;
  }
}

.footerBottomArea {
  padding: 30px 15px 10px 15px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.footer__address {
  color: #c6a9a0;
  font-size: 0.9rem;
  line-height: 1.7;
  opacity: 0.7;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 15px;
}

.footer__copyright {
  color: #c6a9a0;
  font-size: 0.9rem;
  line-height: 1.7;
  opacity: 0.7;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    text-align: center;
    padding: 0 20px;
  }
}

.pagetopLink {
  z-index: 100;
  position: relative;
  top: -40px;
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 36px;
  background-color: #060627;
  transition: all 0.4s;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}
.pagetopLink img {
  width: 30%;
  margin-top: 38px;
}
.pagetopLink:hover {
  background-color: #222;
}
@media screen and (max-width: 768px) {
  .pagetopLink {
    display: inline-block;
    position: relative;
    top: -40px;
    right: unset;
  }
}

.contactLinkWrapper {
  min-height: 350px;
  width: 100%;
  background: url(../img/common/blur.jpg) top center no-repeat;
  background-size: cover;
  padding: 5%;
  box-sizing: border-box;
}

.contactLink {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contactLink {
    text-align: center;
  }
}
.contactLink__eng {
  display: inline-block;
  padding: 70px 0 0px 0;
  width: 114px;
}
.contactLink__eng img {
  width: 100%;
}
.contactLink .contactLinkBox {
  width: 100%;
  display: inline-block;
  padding: 20px 0 0 0;
  margin-bottom: 80px;
  text-decoration: none;
  position: relative;
}
.contactLink .contactLinkBox .contactLinkText {
  color: #c6a9a0;
  font-size: 2rem;
  display: block;
  letter-spacing: 3px;
  margin-top: 10px;
  padding-bottom: 30px;
}
.contactLink .contactLinkBox .contactLinkCircle {
  position: absolute;
  top: 45%;
  right: 5%;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: #c6a9a0 solid 1px;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .contactLink .contactLinkBox .contactLinkCircle {
    position: relative;
    top: 0;
    right: 0;
  }
}
.contactLink .contactLinkBox .contactLinkCircle img {
  position: relative;
  width: 35px;
  top: 3px;
  transition: all 0.4s;
}
.contactLink .contactLinkBox:hover .contactLinkCircle {
  display: inline-block;
  text-align: center;
  transform: scale(1.5);
  background-color: #000;
  opacity: 0.8;
  border-radius: 40px;
  border: #c6a9a0 solid 1px;
}
.contactLink .contactLinkBox:hover .contactLinkCircle img {
  transform: scale(0.8);
}

/*
lozad animations
*/
.lozad, .lozad2 {
  opacity: 0;
}

.fade {
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*fade*/
.fadeUp {
  animation-name: fadeUp;
  animation-duration: 1s;
}

@keyframes fadeUp {
  from {
    position: relative;
    top: 20px;
    opacity: 0;
  }
  to {
    position: relative;
    top: 0px;
    opacity: 1;
  }
}
/*fadeUp*/
.fadeUpAbs {
  animation-name: fadeUpAbs;
  animation-duration: 1s;
}

@keyframes fadeUpAbs {
  from {
    position: absolute;
    top: 30px;
    opacity: 0;
  }
  to {
    position: absolute;
    top: 0px;
    opacity: 1;
  }
}
/*fadeUpAbs*/
.fadeUpAbsToCenter {
  animation-name: fadeUpAbsToCenter;
  animation-duration: 1.5s;
}

@keyframes fadeUpAbsToCenter {
  from {
    position: absolute;
    top: 55%;
    opacity: 0;
  }
  to {
    position: absolute;
    top: 50% px;
    opacity: 1;
  }
}
/*fadeUpAbs*/
.fadeDown {
  animation-name: fadeDown;
  animation-duration: 1s;
}

@keyframes fadeDown {
  from {
    position: relative;
    top: -20px;
    opacity: 0;
  }
  to {
    position: relative;
    top: 0px;
    opacity: 1;
  }
}
/*fadeDown*/
.fadeDownAbs {
  animation-name: fadeDownAbs;
  animation-duration: 1s;
}

@keyframes fadeDownAbs {
  from {
    position: absolute;
    top: -30px;
    opacity: 0;
  }
  to {
    position: absolute;
    top: 0px;
    opacity: 1;
  }
}
/*fadeDownAbs*/
.fadeLeftAbs {
  animation-name: fadeLeftAbs;
  animation-duration: 1s;
}

@keyframes fadeLeftAbs {
  from {
    position: absolute;
    right: -30px;
    opacity: 0;
  }
  to {
    position: absolute;
    right: 0px;
    opacity: 1;
  }
}
/*fadeLeftAbs*/
.fadeLeft {
  animation-name: fadeLeft;
  animation-duration: 1s;
}

@keyframes fadeLeft {
  from {
    position: relative;
    right: -30px;
    opacity: 0;
  }
  to {
    position: relative;
    right: 0px;
    opacity: 1;
  }
}
/*fadeLeft*/
.fadeRight {
  animation-name: fadeRight;
  animation-duration: 1s;
}

@keyframes fadeRight {
  from {
    position: relative;
    left: -30px;
    opacity: 0;
  }
  to {
    position: relative;
    left: 0px;
    opacity: 1;
  }
}
/*fadeRight*/
.fadeRightAbs {
  animation-name: fadeRightAbs;
  animation-duration: 1s;
}

@keyframes fadeRightAbs {
  from {
    position: absolute;
    left: -30px;
    opacity: 0;
  }
  to {
    position: absolute;
    left: 0px;
    opacity: 1;
  }
}
/*fadeRightAbs*/
.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .show_sm {
    display: block;
  }

  .show_pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .show_sm {
    display: none;
  }

  .show_pc {
    display: block;
  }
}
.calson {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: italic;
}

.noto {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mincho {
  font-family: shippori-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.maparea iframe {
  display: block;
  min-height: 500px;
  　-webkit-filter: grayscale(1) !important;
  　filter: grayscale(1) !important;
  background-color: #060627;
}

.textLink {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
  display: inline-block;
  opacity: 0.7;
  transition: all 0.4s ease;
}
.textLink:hover {
  opacity: 1;
}
.textLink:hover .rightArrow {
  transform: scale(1.2);
}

.rightArrow {
  transform: scale(1);
  opacity: 0.8;
  transition: all 0.5s ease;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 20px;
  border: #000 solid 1px;
  text-align: center;
  margin-left: 10px;
  position: relative;
  top: 10px;
  overflow: hidden;
}
.rightArrow img {
  transition: all 0.4s ease;
  width: 20px;
  position: relative;
  display: inline-block;
  top: 6px;
  left: 0px;
}

.engTitle {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.dblWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.DefaultNakaHeaderArea {
  width: 100%;
  height: 60vh;
  min-height: 500px;
  padding: 0 5%;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.DefaultNakaHeaderArea .nakaHeaderBg {
  color: #f4f2f0;
  font-size: 18.5vw;
  letter-spacing: 0.2em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 15vw;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .DefaultNakaHeaderArea .nakaHeaderBg {
    top: 32vw;
  }
}
@media screen and (min-width: 1500px) {
  .DefaultNakaHeaderArea .nakaHeaderBg {
    top: 6vw;
  }
}
@media screen and (max-width: 480px) {
  .DefaultNakaHeaderArea .nakaHeaderBg {
    left: 15vw;
    top: 26vh;
    transform: rotate(90deg);
    font-size: 15vh;
    letter-spacing: 0.1em;
  }
}
.DefaultNakaHeaderArea .nakaHeaderTitle {
  font-family: baskerville-poster-pt, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  position: absolute;
  top: 28vw;
}
@media screen and (max-width: 768px) {
  .DefaultNakaHeaderArea .nakaHeaderTitle {
    top: 40vw;
  }
}
@media screen and (min-width: 1500px) {
  .DefaultNakaHeaderArea .nakaHeaderTitle {
    top: 18vw;
  }
}
.DefaultNakaHeaderArea .nakaHeaderTitle span {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 2px;
}
.DefaultNakaHeaderArea .nakaHeaderTitle span.longText {
  display: block;
}

.trinityLinkArea {
  overflow: hidden;
  position: relative;
  background-color: #000;
  width: 100%;
  padding: 12% 5% 12% 5%;
}
@media screen and (max-width: 768px) {
  .trinityLinkArea {
    padding: 25% 5% 35% 5%;
  }
}
.trinityLinkArea .engTitle {
  color: #fff;
  position: relative;
  opacity: 0.6;
  margin-bottom: 40px;
  font-size: 1.4rem;
}
.trinityLinkArea .trinityLinks {
  position: relative;
  display: block;
  list-style: none;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .trinityLinkArea .trinityLinks {
    left: 0%;
  }
}
.trinityLinkArea .trinityLinks__item {
  padding: 10px 0;
}
.trinityLinkArea .trinityLinks__item .serviceName {
  opacity: 0.6;
  text-decoration: none;
  color: #fff;
  font-size: 3rem;
  line-height: 1.1;
  transition: all 0.4s ease;
}
.trinityLinkArea .trinityLinks__item .serviceName span {
  display: block;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}
.trinityLinkArea .trinityLinks__item .serviceName:hover {
  opacity: 1;
}
.trinityLinkArea .trinityBgArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.trinityLinkArea .trinityBgArea img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.trinityLinkArea .trinityBgArea .trinityBgImage {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.2);
}
.trinityLinkArea .trinityBgArea .trinityBgImage.active {
  opacity: 0.75;
  transform: scale(1);
}

#toppage .toppageLead {
  width: 100%;
  background: url("../img/common/blur.jpg") top center no-repeat;
  background-size: cover;
}
#toppage .toppageLead .container {
  padding: 10% 5%;
  max-width: 1024px;
}
#toppage .toppageLead .left {
  width: 50%;
  text-align: center;
  padding: 5%;
}
#toppage .toppageLead .right {
  width: 50%;
  text-align: center;
  padding: 5%;
}
@media screen and (max-width: 768px) {
  #toppage .toppageLead .left {
    width: 100%;
    padding-bottom: 15%;
  }
  #toppage .toppageLead .right {
    width: 100%;
  }
}
#toppage .toppageLead__title {
  display: inline-block;
  text-align: center;
  margin-bottom: 50px;
}
#toppage .toppageLead__title.flower {
  width: 140px;
  height: 34px;
}
#toppage .toppageLead__title.flower img {
  width: 100%;
}
#toppage .toppageLead__title.calligraphy {
  width: 220px;
  max-height: 34px;
}
#toppage .toppageLead__title.calligraphy img {
  width: 100%;
}
#toppage .toppageLead__subtitle {
  margin-bottom: 20px;
  font-size: 1.1rem;
  color: #c6a9a0;
}
#toppage .toppageLead__des {
  font-size: 1rem;
  text-align: left;
  color: #c6a9a0;
}
#toppage .photosArea {
  width: 100%;
  background-color: #000;
}
#toppage .photosArea .photo {
  display: block;
  width: 33.3333%;
}
@media screen and (max-width: 768px) {
  #toppage .photosArea .photo {
    width: 50%;
  }
}

.breadAreaWrapper {
  width: 100%;
  height: 34px;
}
.breadAreaWrapper .container {
  text-align: left;
  padding: 3%;
  box-sizing: border-box;
}
.breadAreaWrapper .bread {
  padding: 15px 0;
  font-size: 0.9rem;
  color: #c6a9a0;
}
.breadAreaWrapper .bread a {
  text-decoration: none;
  color: inherit;
}
.breadAreaWrapper .bread a:hover {
  text-decoration: underline;
}

.breadArea {
  font-size: 0.9rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 60px;
  padding-left: 15px;
  color: #c6a9a0;
}
.breadArea a {
  text-decoration: none;
  color: inherit;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.breadArea a:hover {
  text-decoration: underline;
}

.privacyWrapper {
  width: 100%;
  padding-bottom: 80px;
}
.privacyWrapper .container {
  padding: 0 3%;
  color: #c6a9a0;
  line-height: 1.7;
  margin: 0 auto;
}
.privacyWrapper h3 {
  font-size: 1.8rem;
  margin-top: 30px;
  padding-bottom: 10px;
  letter-spacing: 2px;
}
.privacyWrapper p {
  padding: 15px 0;
  line-height: 1.7;
}
.privacyWrapper p, .privacyWrapper li {
  font-size: 1.3rem;
  letter-spacing: 2px;
}
.privacyWrapper ol {
  width: 100%;
  padding: 0 6%;
  padding-top: 20px;
}
.privacyWrapper li {
  padding-bottom: 6px;
}
.privacyWrapper .address {
  font-weight: bold;
  padding: 40px 0;
}
.privacyWrapper .right {
  text-align: right;
}

.contactPage {
  padding-bottom: 60px;
  padding-top: 200px;
  background: url("../img/common/blur.jpg") top center no-repeat;
  background-size: cover;
}
.contactPage__title {
  text-align: center;
  padding: 5%;
}
.contactPage__title img {
  width: 160px;
}
.contactPage .contactWrapper {
  padding: 0 3% 40px 3%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contactPage .contactWrapper {
    text-align: center;
  }
}
.contactPage .contactWrapper .contactLead {
  width: 100%;
  padding: 3%;
}
@media screen and (max-width: 768px) {
  .contactPage .contactWrapper .contactLead {
    width: 100%;
  }
}
.contactPage .contactWrapper .contactLead .des {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 1px;
  color: #c6a9a0;
}
@media screen and (max-width: 480px) {
  .contactPage .contactWrapper .contactLead .des {
    text-align: left;
  }
}
.contactPage .contactWrapper .call {
  margin: 10px 0 30px 3%;
}
.contactPage .contactWrapper .contactTelDes {
  font-size: 1.3rem;
  display: inline-block;
  line-height: 1.2;
  padding-left: 3%;
}
@media screen and (max-width: 768px) {
  .contactPage .contactWrapper .contactTelDes {
    display: block;
    text-align: center;
  }
}
.contactPage .selectArea {
  width: 100%;
  padding: 20px 0;
}

.confirmPage {
  width: 100%;
  min-height: 800px;
  padding-bottom: 100px;
  /* for message */
  /* for back-button */
  /* ƒXƒ}ƒz—p */
}
.confirmPage h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.5;
  font-size: 2.5rem;
  padding-bottom: 40px;
}
.confirmPage ul {
  list-style: none;
  margin-bottom: 40px;
}
.confirmPage ul li {
  font-size: 1.5rem;
}
.confirmPage table#form {
  width: 70%;
  font-size: 1.5rem;
  border-collapse: collapse;
  margin: 2em 0;
}
@media screen and (max-width: 768px) {
  .confirmPage table#form {
    width: 100%;
  }
}
.confirmPage table#form tr {
  padding: 14px 20px;
  width: 100%;
  border-bottom: #fff solid 2px;
}
.confirmPage table#form th {
  padding: 14px 20px;
  background-color: #EEEEEE;
  width: 35%;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .confirmPage table#form th {
    width: 50%;
    text-align: left;
  }
}
.confirmPage table#form td {
  padding: 14px 20px;
  width: 65%;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .confirmPage table#form td {
    width: 50%;
    text-align: left;
  }
}
.confirmPage #body {
  padding: 0 3%;
}
.confirmPage p.btn input {
  display: inline-block;
  padding: 14px 30px;
  background-color: #2ba6e0;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 5px;
}
.confirmPage p.btn input:hover {
  background-color: #000;
}
.confirmPage p.btn input.back {
  background-color: #999;
}
.confirmPage p.btn input.back:hover {
  background-color: #48b134;
}
.confirmPage p.btn {
  margin-top: 60px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .confirmPage p.btn {
    width: 100%;
    text-align: center;
  }
}
.confirmPage p.msg {
  color: #000;
  line-height: 1.8;
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-weight: bold;
  padding-left: 2%;
  padding-bottom: 50px;
}
.confirmPage span.msg {
  color: #dd0000;
}
.confirmPage form.back {
  margin-top: 2em;
}
@media only screen and (max-width: 480px) {
  .confirmPage {
    /* “ŠeƒtƒH[ƒ€ */
    /* ¬Œ©o‚µ */
    /* ƒTƒ“ƒNƒX */
  }
  .confirmPage #body {
    margin-left: 0;
  }
  .confirmPage #form-tbl {
    margin: 0 auto;
    text-align: center;
  }
  .confirmPage #form {
    width: 96%;
    margin: 10px auto;
  }
  .confirmPage #form th, .confirmPage #form td {
    text-align: left;
    width: 100%;
    display: block;
    padding: 6px 3px;
    border-top: none;
  }
  .confirmPage #form tr:first-child th {
    border-top: 1px solid #666;
  }
  .confirmPage p.btn input {
    width: 10em;
  }
  .confirmPage h2 {
    margin: 1em 3px;
    width: 90%;
  }
  .confirmPage p.msg {
    margin: 1em auto;
  }
}

.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .show_sm {
    display: block;
  }

  .show_pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .show_sm {
    display: none;
  }

  .show_pc {
    display: block;
  }
}
.calson {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: italic;
}

.noto {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mincho {
  font-family: shippori-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.maparea iframe {
  display: block;
  min-height: 500px;
  　-webkit-filter: grayscale(1) !important;
  　filter: grayscale(1) !important;
  background-color: #060627;
}

.textLink {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
  display: inline-block;
  opacity: 0.7;
  transition: all 0.4s ease;
}
.textLink:hover {
  opacity: 1;
}
.textLink:hover .rightArrow {
  transform: scale(1.2);
}

.rightArrow {
  transform: scale(1);
  opacity: 0.8;
  transition: all 0.5s ease;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 20px;
  border: #000 solid 1px;
  text-align: center;
  margin-left: 10px;
  position: relative;
  top: 10px;
  overflow: hidden;
}
.rightArrow img {
  transition: all 0.4s ease;
  width: 20px;
  position: relative;
  display: inline-block;
  top: 6px;
  left: 0px;
}

.engTitle {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.dblWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.DefaultNakaHeaderArea {
  width: 100%;
  height: 60vh;
  min-height: 500px;
  padding: 0 5%;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.DefaultNakaHeaderArea .nakaHeaderBg {
  color: #f4f2f0;
  font-size: 18.5vw;
  letter-spacing: 0.2em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 15vw;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .DefaultNakaHeaderArea .nakaHeaderBg {
    top: 32vw;
  }
}
@media screen and (min-width: 1500px) {
  .DefaultNakaHeaderArea .nakaHeaderBg {
    top: 6vw;
  }
}
@media screen and (max-width: 480px) {
  .DefaultNakaHeaderArea .nakaHeaderBg {
    left: 15vw;
    top: 26vh;
    transform: rotate(90deg);
    font-size: 15vh;
    letter-spacing: 0.1em;
  }
}
.DefaultNakaHeaderArea .nakaHeaderTitle {
  font-family: baskerville-poster-pt, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  position: absolute;
  top: 28vw;
}
@media screen and (max-width: 768px) {
  .DefaultNakaHeaderArea .nakaHeaderTitle {
    top: 40vw;
  }
}
@media screen and (min-width: 1500px) {
  .DefaultNakaHeaderArea .nakaHeaderTitle {
    top: 18vw;
  }
}
.DefaultNakaHeaderArea .nakaHeaderTitle span {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 2px;
}
.DefaultNakaHeaderArea .nakaHeaderTitle span.longText {
  display: block;
}

.trinityLinkArea {
  overflow: hidden;
  position: relative;
  background-color: #000;
  width: 100%;
  padding: 12% 5% 12% 5%;
}
@media screen and (max-width: 768px) {
  .trinityLinkArea {
    padding: 25% 5% 35% 5%;
  }
}
.trinityLinkArea .engTitle {
  color: #fff;
  position: relative;
  opacity: 0.6;
  margin-bottom: 40px;
  font-size: 1.4rem;
}
.trinityLinkArea .trinityLinks {
  position: relative;
  display: block;
  list-style: none;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .trinityLinkArea .trinityLinks {
    left: 0%;
  }
}
.trinityLinkArea .trinityLinks__item {
  padding: 10px 0;
}
.trinityLinkArea .trinityLinks__item .serviceName {
  opacity: 0.6;
  text-decoration: none;
  color: #fff;
  font-size: 3rem;
  line-height: 1.1;
  transition: all 0.4s ease;
}
.trinityLinkArea .trinityLinks__item .serviceName span {
  display: block;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}
.trinityLinkArea .trinityLinks__item .serviceName:hover {
  opacity: 1;
}
.trinityLinkArea .trinityBgArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.trinityLinkArea .trinityBgArea img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.trinityLinkArea .trinityBgArea .trinityBgImage {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.2);
}
.trinityLinkArea .trinityBgArea .trinityBgImage.active {
  opacity: 0.75;
  transform: scale(1);
}

.contactForm {
  padding: 0px 0;
  font-size: 85%;
  max-width: 700px;
  margin: 0 auto;
  width: 60%;
}
.contactForm .require {
  display: inline-block;
  padding: 4px 8px;
  margin-left: 10px;
  font-size: 80%;
  font-weight: bold;
  color: #000;
  background-color: #c6a9a0;
  border-radius: 4px;
}

div.contactFormArea label {
  display: inline-block;
  font-size: 1rem;
  padding: 3px 0;
  margin-top: 20px;
  letter-spacing: 2px;
  color: #c6a9a0;
}

div.contactFormArea input, div.contactFormArea textarea {
  margin-top: 5px;
  border: 0;
  letter-spacing: 1px;
  padding: 10px 10px;
  color: #c6a9a0;
  border: solid 1px #c6a9a0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 80%;
  font-size: 1rem;
  box-sizing: border-box;
}

div.contactFormArea input[type=text], div.contactFormArea input[type=tel],
div.contactFormArea input[type=email], div.contactFormArea textarea {
  background-color: unset;
  width: 100%;
}

input::placeholder, textarea::placeholder {
  color: #ccc;
}

select {
  /* styling */
  background-color: #FAFAFA;
  border: thin solid #ccc;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  font-size: 1rem;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image: linear-gradient(45deg, black 50%, transparent 50%), linear-gradient(135deg, transparent 50%, black 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

.submitArea {
  text-align: center;
  padding-top: 7%;
  padding-bottom: 12%;
  box-sizing: border-box;
  font-size: 1rem;
  letter-spacing: 4px;
  width: 100%;
}
.submitArea p span {
  display: none;
}
.submitArea .submit_button {
  position: relative;
  border-radius: 50px;
  cursor: pointer;
  width: 200px !important;
  height: 50px;
  display: inline-block;
  border: #c6a9a0 solid 1px;
  color: #c6a9a0;
}
.submitArea .submit_button:hover {
  background-color: #c6a9a0;
  color: #000;
}

.wpcf7-not-valid-tip {
  font-size: 1rem !important;
  padding: 5px 0;
}

.wpcf7-response-output {
  border: none !important;
  font-size: 1rem !important;
  text-align: center;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 700px) {
  .contactForm {
    display: block;
    width: 90%;
  }
}
.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .show_sm {
    display: block;
  }

  .show_pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .show_sm {
    display: none;
  }

  .show_pc {
    display: block;
  }
}
.calson {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: italic;
}

.noto {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mincho {
  font-family: shippori-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.maparea iframe {
  display: block;
  min-height: 500px;
  　-webkit-filter: grayscale(1) !important;
  　filter: grayscale(1) !important;
  background-color: #060627;
}

.textLink {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
  display: inline-block;
  opacity: 0.7;
  transition: all 0.4s ease;
}
.textLink:hover {
  opacity: 1;
}
.textLink:hover .rightArrow {
  transform: scale(1.2);
}

.rightArrow {
  transform: scale(1);
  opacity: 0.8;
  transition: all 0.5s ease;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 20px;
  border: #000 solid 1px;
  text-align: center;
  margin-left: 10px;
  position: relative;
  top: 10px;
  overflow: hidden;
}
.rightArrow img {
  transition: all 0.4s ease;
  width: 20px;
  position: relative;
  display: inline-block;
  top: 6px;
  left: 0px;
}

.engTitle {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.dblWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.DefaultNakaHeaderArea {
  width: 100%;
  height: 60vh;
  min-height: 500px;
  padding: 0 5%;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.DefaultNakaHeaderArea .nakaHeaderBg {
  color: #f4f2f0;
  font-size: 18.5vw;
  letter-spacing: 0.2em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 15vw;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .DefaultNakaHeaderArea .nakaHeaderBg {
    top: 32vw;
  }
}
@media screen and (min-width: 1500px) {
  .DefaultNakaHeaderArea .nakaHeaderBg {
    top: 6vw;
  }
}
@media screen and (max-width: 480px) {
  .DefaultNakaHeaderArea .nakaHeaderBg {
    left: 15vw;
    top: 26vh;
    transform: rotate(90deg);
    font-size: 15vh;
    letter-spacing: 0.1em;
  }
}
.DefaultNakaHeaderArea .nakaHeaderTitle {
  font-family: baskerville-poster-pt, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  position: absolute;
  top: 28vw;
}
@media screen and (max-width: 768px) {
  .DefaultNakaHeaderArea .nakaHeaderTitle {
    top: 40vw;
  }
}
@media screen and (min-width: 1500px) {
  .DefaultNakaHeaderArea .nakaHeaderTitle {
    top: 18vw;
  }
}
.DefaultNakaHeaderArea .nakaHeaderTitle span {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 2px;
}
.DefaultNakaHeaderArea .nakaHeaderTitle span.longText {
  display: block;
}

.trinityLinkArea {
  overflow: hidden;
  position: relative;
  background-color: #000;
  width: 100%;
  padding: 12% 5% 12% 5%;
}
@media screen and (max-width: 768px) {
  .trinityLinkArea {
    padding: 25% 5% 35% 5%;
  }
}
.trinityLinkArea .engTitle {
  color: #fff;
  position: relative;
  opacity: 0.6;
  margin-bottom: 40px;
  font-size: 1.4rem;
}
.trinityLinkArea .trinityLinks {
  position: relative;
  display: block;
  list-style: none;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .trinityLinkArea .trinityLinks {
    left: 0%;
  }
}
.trinityLinkArea .trinityLinks__item {
  padding: 10px 0;
}
.trinityLinkArea .trinityLinks__item .serviceName {
  opacity: 0.6;
  text-decoration: none;
  color: #fff;
  font-size: 3rem;
  line-height: 1.1;
  transition: all 0.4s ease;
}
.trinityLinkArea .trinityLinks__item .serviceName span {
  display: block;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}
.trinityLinkArea .trinityLinks__item .serviceName:hover {
  opacity: 1;
}
.trinityLinkArea .trinityBgArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.trinityLinkArea .trinityBgArea img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.trinityLinkArea .trinityBgArea .trinityBgImage {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.2);
}
.trinityLinkArea .trinityBgArea .trinityBgImage.active {
  opacity: 0.75;
  transform: scale(1);
}

#news {
  background: url("../img/common/blur.jpg") top center no-repeat;
  background-size: cover;
}

.newsIndexWrapper {
  width: 100%;
  padding-top: 200px;
  padding-bottom: 100px;
}
.newsIndexWrapper .container {
  max-width: 1200px;
}
.newsIndexWrapper__title {
  padding: 5%;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.newsIndexWrapper__title img {
  width: 100px;
}
.newsIndexWrapper .newsIndex {
  list-style: none;
  width: 100%;
  margin: o auto;
  box-sizing: border-box;
  padding: 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newsIndexWrapper .newsIndex:after {
  content: "";
  display: block;
  width: 32%;
}
.newsIndexWrapper .newsIndex__item {
  width: 32%;
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  margin-bottom: 8%;
}
.newsIndexWrapper .newsIndex__item:last-child {
  border-bottom: none;
}
.newsIndexWrapper .newsIndex__catch {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.newsIndexWrapper .newsIndex__catch img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 0.6s;
  opacity: 1;
}
.newsIndexWrapper .newsIndex__catch:hover {
  opacity: 0.8;
}
.newsIndexWrapper .newsIndex__catch:hover img {
  transform: scale(1.2);
}
.newsIndexWrapper .newsIndex__date {
  width: 100%;
  padding: 3% 3% 0 3%;
  color: #c6a9a0;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.newsIndexWrapper .newsIndex__title {
  width: 100%;
  padding: 1% 3%;
  text-decoration: none;
  color: #c6a9a0;
  display: block;
  opacity: 0.8;
  transition: all 0.6s;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.newsIndexWrapper .newsIndex__title:hover {
  text-decoration: underline;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .newsIndexWrapper .newsIndex {
    width: 100%;
    margin-left: 0;
  }
  .newsIndexWrapper .newsIndex__item {
    width: 100%;
  }
}

.newsArticleWrapper {
  overflow: hidden;
  padding-top: 200px;
}
.newsArticleWrapper .container {
  padding: 20px 5%;
  padding-bottom: 120px;
}
.newsArticleWrapper .article__date {
  font-size: 0.9rem;
  position: relative;
  top: 6px;
}
.newsArticleWrapper .article__title {
  font-size: 2.2rem;
  font-weight: 300;
  font-style: normal;
  padding-bottom: 40px;
}
.newsArticleWrapper .article p {
  line-height: 1.8;
  padding-bottom: 5%;
}
.newsArticleWrapper .article img {
  width: 100%;
  margin-bottom: 5%;
}
.newsArticleWrapper .article a {
  color: #a38963;
  font-size: inherit;
}
.newsArticleWrapper .article ul, .newsArticleWrapper .article ol {
  padding: 30px 0;
}
.newsArticleWrapper .article li {
  padding: 5px 0;
  font-size: 1.5rem;
  line-height: 1.7;
}

/* //// PAGENATION  paginate_links ///// */
div.pagenationArea {
  text-align: center;
  margin: 120px 0;
  width: 100%;
}

div.pagenationArea a {
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 12px 15px;
  color: #c6a9a0;
  border: #c6a9a0 solid 1px;
}

div.pagenationArea a:hover {
  background-color: #c6a9a0;
  color: #060627;
}

ul.page-numbers {
  list-style: none;
}

ul.page-numbers li {
  display: inline-block;
}

span.page-numbers.current {
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 12px 15px;
  background-color: #c6a9a0;
  color: #060627;
}

@media screen and (max-width: 479px) {
  div.newsbox {
    margin: 0;
    border-bottom: #ccc solid 1px;
  }

  div.newsTextArea p.news_short_des {
    display: none;
  }

  div.newsTextArea {
    width: 62%;
  }

  div.newsTextArea a {
    font-size: 85%;
    line-height: 1.5;
  }

  img.newsThumb {
    width: 35%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  div.newsbox {
    margin: 0;
    border-bottom: #ccc solid 1px;
  }

  div.newsTextArea p.news_short_des {
    display: none;
  }

  div.newsTextArea {
    width: 67%;
  }

  div.newsTextArea a {
    font-size: 90%;
    line-height: 1.5;
  }
}
.prevNextArea {
  width: 100%;
  padding: 5%;
}
.prevNextArea .pagenavi {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}
.prevNextArea .pagenavi:after {
  display: block;
  content: "";
  width: 30%;
}
.prevNextArea .pagenavi__item {
  width: 30%;
  display: block;
}
.prevNextArea .pagenavi__item a {
  text-decoration: none;
  font-size: 1rem;
  display: inline-block;
  padding: 10px;
  color: #c6a9a0;
}
.prevNextArea .pagenavi__item a:hover {
  text-decoration: underline;
}
.prevNextArea .pagenavi__item.prev {
  text-align: center;
}
.prevNextArea .pagenavi__item.index {
  text-align: center;
}
.prevNextArea .pagenavi__item.next {
  text-align: center;
}

.kv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.kv .slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.kv .slider__item {
  display: inline-block;
  width: 100%;
  height: 100vh;
}
.kv .slider__item img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}
.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .show_sm {
    display: block;
  }

  .show_pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .show_sm {
    display: none;
  }

  .show_pc {
    display: block;
  }
}
.calson {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: italic;
}

.noto {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mincho {
  font-family: shippori-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.maparea iframe {
  display: block;
  min-height: 500px;
  　-webkit-filter: grayscale(1) !important;
  　filter: grayscale(1) !important;
  background-color: #060627;
}

.textLink {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
  display: inline-block;
  opacity: 0.7;
  transition: all 0.4s ease;
}
.textLink:hover {
  opacity: 1;
}
.textLink:hover .rightArrow {
  transform: scale(1.2);
}

.rightArrow {
  transform: scale(1);
  opacity: 0.8;
  transition: all 0.5s ease;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 20px;
  border: #000 solid 1px;
  text-align: center;
  margin-left: 10px;
  position: relative;
  top: 10px;
  overflow: hidden;
}
.rightArrow img {
  transition: all 0.4s ease;
  width: 20px;
  position: relative;
  display: inline-block;
  top: 6px;
  left: 0px;
}

.engTitle {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.dblWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.DefaultNakaHeaderArea {
  width: 100%;
  height: 60vh;
  min-height: 500px;
  padding: 0 5%;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.DefaultNakaHeaderArea .nakaHeaderBg {
  color: #f4f2f0;
  font-size: 18.5vw;
  letter-spacing: 0.2em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 15vw;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .DefaultNakaHeaderArea .nakaHeaderBg {
    top: 32vw;
  }
}
@media screen and (min-width: 1500px) {
  .DefaultNakaHeaderArea .nakaHeaderBg {
    top: 6vw;
  }
}
@media screen and (max-width: 480px) {
  .DefaultNakaHeaderArea .nakaHeaderBg {
    left: 15vw;
    top: 26vh;
    transform: rotate(90deg);
    font-size: 15vh;
    letter-spacing: 0.1em;
  }
}
.DefaultNakaHeaderArea .nakaHeaderTitle {
  font-family: baskerville-poster-pt, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  position: absolute;
  top: 28vw;
}
@media screen and (max-width: 768px) {
  .DefaultNakaHeaderArea .nakaHeaderTitle {
    top: 40vw;
  }
}
@media screen and (min-width: 1500px) {
  .DefaultNakaHeaderArea .nakaHeaderTitle {
    top: 18vw;
  }
}
.DefaultNakaHeaderArea .nakaHeaderTitle span {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 2px;
}
.DefaultNakaHeaderArea .nakaHeaderTitle span.longText {
  display: block;
}

.trinityLinkArea {
  overflow: hidden;
  position: relative;
  background-color: #000;
  width: 100%;
  padding: 12% 5% 12% 5%;
}
@media screen and (max-width: 768px) {
  .trinityLinkArea {
    padding: 25% 5% 35% 5%;
  }
}
.trinityLinkArea .engTitle {
  color: #fff;
  position: relative;
  opacity: 0.6;
  margin-bottom: 40px;
  font-size: 1.4rem;
}
.trinityLinkArea .trinityLinks {
  position: relative;
  display: block;
  list-style: none;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .trinityLinkArea .trinityLinks {
    left: 0%;
  }
}
.trinityLinkArea .trinityLinks__item {
  padding: 10px 0;
}
.trinityLinkArea .trinityLinks__item .serviceName {
  opacity: 0.6;
  text-decoration: none;
  color: #fff;
  font-size: 3rem;
  line-height: 1.1;
  transition: all 0.4s ease;
}
.trinityLinkArea .trinityLinks__item .serviceName span {
  display: block;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}
.trinityLinkArea .trinityLinks__item .serviceName:hover {
  opacity: 1;
}
.trinityLinkArea .trinityBgArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.trinityLinkArea .trinityBgArea img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.trinityLinkArea .trinityBgArea .trinityBgImage {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.2);
}
.trinityLinkArea .trinityBgArea .trinityBgImage.active {
  opacity: 0.75;
  transform: scale(1);
}

#aboutPage {
  width: 100%;
  background: url("../img/common/blur.jpg") top center no-repeat;
  min-height: 600px;
  padding-top: 300px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #aboutPage {
    padding-top: 200px;
  }
}

.profileArea .container {
  max-width: 1300px;
  align-items: center;
}
.profileArea .left {
  width: 55%;
  padding: 0 3%;
  text-align: center;
}
.profileArea .left .profile {
  width: 100%;
}
.profileArea .right {
  width: 45%;
  padding: 0 3%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .profileArea .left {
    width: 100%;
    padding-bottom: 40px;
  }
  .profileArea .right {
    width: 100%;
    padding-bottom: 100px;
    text-align: center;
  }
}
.profileArea__title {
  width: 130px;
  margin-bottom: 40px;
}
.profileArea__subtitle {
  font-size: 1rem;
}
.profileArea__name {
  font-size: 2.2rem;
  letter-spacing: 10px;
  margin-right: 30px;
  font-weight: normal;
}
.profileArea__name img {
  width: 140px;
}
.profileArea__list {
  list-style: none;
  padding: 20px 0;
  text-align: left;
}
.profileArea__list li {
  font-size: 1rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
}
.profileArea__list li .date {
  font-family: inherit;
  display: block;
}
.profileArea__des {
  text-align: left;
  font-size: 1rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.activityArea {
  width: 100%;
  padding: 12% 0;
  box-sizing: border-box;
  text-align: center;
}
.activityArea__title {
  width: 300px;
  display: inline-block;
  margin-bottom: 10px;
}
.activityArea__title img {
  width: 100%;
}
.activityArea__subtitle {
  font-size: 1.3rem;
  letter-spacing: 10px;
  margin-bottom: 30px;
}
.activityArea__list {
  padding: 5%;
  list-style: none;
  text-align: left;
}
.activityArea__list__item {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: #8b8475 solid 1px;
  padding: 22px 0;
}

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