<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* base color
--------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:400,500,700&amp;display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: auto;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
section {
  display: block;
}

p,
ul,
ol,
li,
dl,
dt,
dd,
p,
caption,
th,
td,
form,
input,
textarea,
blockquote,
address,
embed,
object,
figure,
em {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4em;
  line-height: 1;
  color: #000000;
  text-align: left;
  text-rendering: optimizeLegibility;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

figure {
  line-height: 0;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

img {
  vertical-align: top;
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  outline: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

/*--Prefix--*/
/*-- flexbox --*/
/*-- text --*/
/*-- hover --*/
/*-- position --*/
/*-- aspect --*/
/*-- text --*/
/*-- point --*/
/*-- form --*/
.linkstop {
  pointer-events: none;
  opacity: 0.4;
}

/* reset
-------------------------------------------------------*/
ol,
ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}

dt,
p {
  line-height: 1.4;
}

/* base
-------------------------------------------------------*/
body {
  height: 100%;
  overflow: hidden;
}

div.pageWrap {
  position: relative;
  width: 100%;
  text-align: left;
}

/* layout
-------------------------------------------------------*/
div.container {
  position: relative;
  width: 100%;
}

.content {
  max-width: 1300px;
  width: 95%;
  margin: 0 auto;
}

header.common-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  margin: 0 auto;
}
header.common-header .header-wrapper {
  width: 100%;
  padding: 0 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header.common-header .header-wrapper h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
header.common-header .header-wrapper h1 a img {
  height: 48px;
}
header.common-header .header-wrapper .globalmenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100px;
}
header.common-header .header-wrapper .globalmenu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
header.common-header .header-wrapper .globalmenu ul li {
  padding: 0 60px;
}
header.common-header .header-wrapper .globalmenu ul li:first-of-type {
  position: relative;
  padding-left: 0;
}
header.common-header .header-wrapper .globalmenu ul li:first-of-type::after {
  content: "";
  display: block;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 0;
  width: 1px;
  height: 80%;
  background: #fff;
}
header.common-header .header-wrapper .globalmenu ul li:last-of-type {
  position: relative;
}
header.common-header .header-wrapper .globalmenu ul li:last-of-type::after {
  content: "";
  display: block;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
  width: 1px;
  height: 80%;
  background: #fff;
}
header.common-header .header-wrapper .globalmenu ul li:not(.nav-black) a {
  display: block;
  position: relative;
  padding: 0 10px 10px;
  font-size: 2rem;
  font-weight: 700;
  box-sizing: border-box;
  color: #fff;
}
header.common-header .header-wrapper .globalmenu ul li:not(.nav-black) a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}
header.common-header .header-wrapper .globalmenu ul li:not(.nav-black) a:hover::before {
  width: 100%;
}
header.common-header .header-wrapper .globalmenu ul li.nav-black {
  padding: 0;
  width: 300px;
}
header.common-header .header-wrapper .globalmenu ul li.nav-black a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding-left: 20px;
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  height: 70px;
  background-color: #000000;
  border: 1px solid transparent;
  color: #fff;
  transition: 0.5s ease;
}
header.common-header .header-wrapper .globalmenu ul li.nav-black a::before, header.common-header .header-wrapper .globalmenu ul li.nav-black a::after {
  content: "";
  display: block;
  width: 40px;
  height: 16px;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 20px;
  background-size: contain;
  transition: 0.5s ease;
}
header.common-header .header-wrapper .globalmenu ul li.nav-black a::before {
  background: url(../asset/images/contact_w.svg) no-repeat;
}
header.common-header .header-wrapper .globalmenu ul li.nav-black a::after {
  background: url(../asset/images/contact_b.svg) no-repeat;
  opacity: 0;
}
header.common-header .header-wrapper .globalmenu ul li.nav-black a:hover {
  background-color: #fff;
  color: #000000;
  border: 1px solid #000000;
}
header.common-header .header-wrapper .globalmenu ul li.nav-black a:hover::before {
  opacity: 0;
}
header.common-header .header-wrapper .globalmenu ul li.nav-black a:hover::after {
  opacity: 1;
}
header.artist-top-header .header-wrapper .globalmenu ul li.logo-nav {
  position: relative;
  top: -4px;
}
header.artist-top-header .header-wrapper .globalmenu ul li.logo-nav a img {
  height: 54px;
}
header.artist-top-header .header-wrapper.black h1 .hum-close {
  display: none !important;
}
header.artist-top-header .header-wrapper.black h1 .hum-open {
  display: block !important;
  filter: none;
}
header.artist-top-header .header-wrapper.black .globalmenu ul li a {
  color: #222;
  text-shadow: none;
}
header.artist-top-header .header-wrapper.black .globalmenu ul li a:hover::before {
  background: #000;
}
header.artist-top-header .header-wrapper.black .globalmenu ul li img {
  filter: none;
}
header.artist-top-header .header-wrapper.black .globalmenu ul li img.hum-close {
  display: none !important;
}
header.artist-top-header .header-wrapper.black .globalmenu ul li img.hum-open {
  display: block !important;
}
header.artist-top-header .header-wrapper.black .trigger .menu-trigger span {
  background: #000;
}
header.under-header .header-wrapper {
  background-color: #fff;
}
header.under-header .header-wrapper .globalmenu ul li::after {
  background: #000 !important;
}
header.under-header .header-wrapper .globalmenu ul li:not(.nav-black) a {
  color: #000000;
}
header.under-header .header-wrapper .globalmenu ul li:not(.nav-black) a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000000;
  transition: 0.3s;
}

body.artist .hamburger-overlay .globalmenu {
  height: 100vh;
  background-color: #fff;
  color: #000000;
  text-align: left;
}
body.artist .hamburger-overlay .globalmenu ul {
  padding: 135px 50px;
}
body.artist .hamburger-overlay .globalmenu ul li a {
  padding: 10px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8;
  letter-spacing: 0.15em;
}
body.artist .hamburger-overlay .globalmenu ul li a img {
  height: 30px;
  margin-top: 15px;
}
body.artist .hamburger-overlay .globalmenu ul li a img.hum-open {
  display: block;
}
body.artist .hamburger-overlay .globalmenu ul li a img.hum-close {
  display: none;
}
body.artist footer {
  padding-top: 0;
}

.hamburger-overlay {
  display: none;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.hamburger-overlay .globalmenu {
  position: absolute;
  top: 0;
  z-index: 800;
  width: 100%;
  margin: 0;
  background-color: #000000;
  color: #fff;
  text-align: center;
}
.hamburger-overlay .globalmenu ul {
  flex-direction: column;
  margin: 0 auto;
  padding: 25vh 0;
}
.hamburger-overlay .globalmenu ul li a {
  display: block;
  padding: 1.5em;
  font-size: 3rem;
  font-weight: bold;
  cursor: pointer;
}

.trigger {
  display: none;
}

footer {
  width: 100%;
  padding: 75px 0 0;
  text-align: center;
}
footer &gt; a {
  display: block;
  width: 182px;
  margin: 0 auto;
}
footer &gt; a:hover img {
  opacity: 0.8;
}
footer &gt; a img {
  width: 100%;
  transition: 0.5s ease;
}
footer nav {
  padding: 80px 0 85px;
}
footer nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer nav ul li {
  padding: 0 40px;
}
footer nav ul li a {
  display: block;
  font-size: 2rem;
  transition: 0.5s ease;
}
footer nav ul li a:hover {
  opacity: 0.6;
}
footer ul.sns_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 60%;
  margin: 0 auto 85px;
}
footer ul.sns_area li {
  padding: 0 80px;
}
footer ul.sns_area li a {
  display: block;
  transition: 0.5s ease;
}
footer ul.sns_area li a:hover {
  opacity: 0.6;
}
footer p.copyright {
  padding: 45px 0;
  background-color: #f3f3f3;
  font-family: Noto Sans JP;
  font-size: 1.2rem;
  letter-spacing: 0.3em;
}
footer p.artist-copy {
  padding: 40px 0 35px;
  font-size: 1.2rem;
  letter-spacing: 0.3em;
}

/*artist-top-header*/
header.artist-top-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  margin: 0 auto;
}
header.artist-top-header .header-wrapper {
  width: 100%;
  height: 100%;
  padding: 40px 6.1585835258vw 0 5.7736720554vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header.artist-top-header .header-wrapper h1 {
  margin-right: 20px;
}
header.artist-top-header .header-wrapper h1 img {
  height: 60px;
  filter: drop-shadow(1px 2px 15px gray);
}
header.artist-top-header .header-wrapper h1 img.hum-open {
  display: none;
  filter: none;
}
header.artist-top-header .header-wrapper .globalmenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 70px;
  max-width: 750px;
  flex: 1;
}
header.artist-top-header .header-wrapper .globalmenu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header.artist-top-header .header-wrapper .globalmenu ul li:first-of-type {
  padding-left: 0;
}
header.artist-top-header .header-wrapper .globalmenu ul li a {
  position: relative;
  display: block;
  padding: 0 0 10px;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  box-sizing: border-box;
  color: #fff;
  text-shadow: 1px 2px 15px rgba(0, 0, 0, 0.8);
}
header.artist-top-header .header-wrapper .globalmenu ul li a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}
header.artist-top-header .header-wrapper .globalmenu ul li a:hover::before {
  width: 100%;
}
header.artist-top-header .header-wrapper .globalmenu ul li img {
  filter: drop-shadow(1px 2px 15px gray);
}
header.artist-top-header .header-wrapper .globalmenu ul li img.hum-open {
  display: none;
}

/*title*/
.under-top-wrapper {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}
.under-top-wrapper h2 {
  position: absolute;
  transform: translate(-50%, 0);
  top: 150px;
  left: 50%;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

/*news-list*/
ul.news-list li {
  border-top: dashed 1px #606060;
}
ul.news-list li:last-child {
  border-bottom: dashed 1px #606060;
}
ul.news-list li a {
  display: block;
  padding: 30px 0;
  transition: 0.5s ease;
}
ul.news-list li a:hover {
  opacity: 0.6;
}
ul.news-list li a dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
ul.news-list li a dl dt {
  font-size: 1.6rem;
  font-weight: 500;
}
ul.news-list li a dl dd {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 10px;
  background-color: #F2F2F2;
  text-align: center;
}
ul.news-list li a p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  transition: 0.3s;
}

.sp-block {
  display: none;
}

.sp-smallblock {
  display: none;
}

@media screen and (min-width: 1000px) {
  /* ------------------------------------------------------*/
  /*news-list*/
  ul.news-list li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  ul.news-list li a dl dt {
    width: 120px;
  }
  ul.news-list li a dl dd {
    width: 150px;
    margin-right: 20px;
  }
  ul.news-list li a p {
    flex: 1;
  }
}
@media screen and (min-width: 769px) {
  /* ------------------------------------------------------*/
  div.pageWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    margin: 0 auto;
  }
  div.container {
    position: relative;
    flex: 1 0 auto;
  }
}
@media screen and (max-width: 999px) {
  /* ------------------------------------------------------*/
  body {
    width: 100%;
    min-width: 100%;
  }
  .content {
    max-width: 650px;
    width: 100%;
  }
  .sp-block {
    display: block;
  }
  .pc-block {
    display: none;
  }
  header.common-header {
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }
  header.common-header .header-wrapper {
    width: 100%;
    height: 100%;
    padding: 15px;
  }
  header.common-header .header-wrapper h1 {
    height: 30px;
  }
  header.common-header .header-wrapper h1 a {
    display: block;
    width: 100%;
  }
  header.common-header .header-wrapper h1 a img {
    height: 100%;
  }
  header.common-header .header-wrapper .globalmenu {
    display: none;
  }
  header.artist-top-header.active .header-wrapper {
    background-color: #fff;
  }
  header.artist-top-header .header-wrapper {
    padding: 20px;
  }
  header.artist-top-header .header-wrapper h1 {
    font-size: 1;
  }
  header.artist-top-header .header-wrapper h1.active img.hum-close {
    display: none;
  }
  header.artist-top-header .header-wrapper h1.active img.hum-open {
    display: block;
  }
  header.artist-top-header .header-wrapper h1 a {
    display: block;
  }
  header.artist-top-header .header-wrapper h1 a img {
    height: 40px;
  }
  header.artist-top-header .header-wrapper .trigger .menu-trigger.active span {
    background: #000;
  }
  header .sp-block {
    display: block;
  }
  header .pc-block {
    display: none;
  }
  header .trigger {
    display: block;
  }
  header .trigger .menu-trigger,
  header .trigger .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
  }
  header .trigger .menu-trigger {
    position: relative;
    width: 52px;
    height: 30px;
    z-index: 1000;
  }
  header .trigger .menu-trigger span {
    position: absolute;
    right: 0;
    height: 3px;
    background: #fff;
    z-index: 1001;
  }
  header .trigger .menu-trigger span:nth-of-type(1) {
    top: 0;
    width: 100%;
  }
  header .trigger .menu-trigger span:nth-of-type(2) {
    top: 14px;
    width: 100%;
  }
  header .trigger .menu-trigger span:nth-of-type(3) {
    top: 28px;
    width: 100%;
  }
  header .trigger .menu-trigger.active span:nth-of-type(1) {
    opacity: 0;
  }
  header .trigger .menu-trigger.active span:nth-of-type(2) {
    transform: translateY(0) rotate(45deg);
  }
  header .trigger .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(14px) rotate(-45deg);
    top: 0px;
  }
  header.under-header .header-wrapper .trigger .menu-trigger span {
    background: #000;
  }
  header.under-header .header-wrapper .trigger .menu-trigger.active span {
    background: #fff;
  }
  /*title*/
  .under-top-wrapper {
    height: 200px;
  }
  .under-top-wrapper h2 {
    top: 120px;
    font-size: 2rem;
  }
  /*news-list*/
  ul.news-list {
    margin-bottom: 30px;
  }
  ul.news-list li a {
    padding: 20px 0 25px;
  }
  ul.news-list li a dl {
    margin-bottom: 15px;
  }
  ul.news-list li a dl dt {
    margin-right: 15px;
    font-size: 1.3rem;
  }
  ul.news-list li a dl dd {
    font-size: 1.3rem;
  }
  ul.news-list li a p {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  footer {
    padding: 100px 0 0;
  }
  footer &gt; img {
    width: 160px;
  }
  footer nav {
    padding: 45px 0;
  }
  footer nav ul li {
    width: 100%;
  }
  footer nav ul li a {
    padding: 20px 0;
    font-size: 2.1rem;
  }
  footer ul.sns_area {
    margin-bottom: 70px;
  }
  footer ul.sns_area li {
    width: 50%;
    padding: 0;
  }
  footer ul.sns_area li a {
    width: 60px;
    margin: 0 auto;
  }
  footer p {
    padding: 20px 0;
    font-size: 1.6rem;
  }
  footer p.copyright {
    font-size: 1rem;
  }
  footer p.artist-copy {
    font-size: 1rem;
  }
}
@media screen and (max-width: 666px) {
  /* ------------------------------------------------------*/
  .hamburger-overlay .globalmenu ul li a {
    font-size: 1.8rem;
  }
  footer {
    padding-top: 50px;
  }
  footer &gt; img {
    width: 150px;
  }
  footer nav ul li a {
    font-size: 2.1rem;
  }
  footer ul.sns_area {
    width: 85%;
    margin-bottom: 35px;
  }
  footer ul.sns_area li img {
    width: 42px;
  }
  footer {
    padding-top: 50px;
  }
  footer &gt; img {
    width: 150px;
  }
  footer nav ul li a {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  /* ------------------------------------------------------*/
  .tab-block {
    display: block;
  }
}
@media screen and (max-width: 374px) {
  /* ------------------------------------------------------*/
  .sp-smallblock {
    display: block;
  }
}
.top-img-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 130px;
}
.top-img-wrapper .top-img img {
  width: 100%;
}
.top-img-wrapper .catchcopy {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 55%;
  left: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
}
.top-img-wrapper .catchcopy h2 {
  position: relative;
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.15em;
}
.top-img-wrapper .catchcopy h2::after {
  background: url(../images/title_bg.png) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 920px;
  height: 50px;
  transition: 0.5s ease;
}
.top-img-wrapper .catchcopy p {
  position: relative;
  margin-bottom: 80px;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.top-img-wrapper .catchcopy p::after {
  background: url(../images/title_bg.png) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 700px;
  height: 40px;
  transition: 0.5s ease;
}
.top-img-wrapper .catchcopy ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top-img-wrapper .catchcopy ul li {
  padding: 0 40px;
}
.top-img-wrapper .catchcopy ul li a {
  display: block;
  position: relative;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  padding: 20px 15px;
}
.top-img-wrapper .catchcopy ul li a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
.top-img-wrapper .catchcopy ul li a:hover::before {
  width: 100%;
}

.top-concept-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.top-concept-wrapper .top-concept-inner-left {
  width: 50%;
  text-align: center;
}
.top-concept-wrapper .top-concept-inner-left figure {
  margin-bottom: 40px;
}
.top-concept-wrapper .top-concept-inner-left p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
}
.top-concept-wrapper .top-concept-inner-right {
  position: relative;
  width: 50%;
}
.top-concept-wrapper .top-concept-inner-right figure {
  position: absolute;
}
.top-concept-wrapper .top-concept-inner-right figure img {
  width: 100%;
}
.top-concept-wrapper .top-concept-inner-right figure.work1 {
  top: -100px;
  left: -90px;
  width: 505px;
  height: auto;
  z-index: -1;
}
.top-concept-wrapper .top-concept-inner-right figure.work2 {
  top: 120px;
  left: 130px;
  width: 390px;
  height: auto;
}
.top-concept-wrapper .top-concept-inner-right figure.work3 {
  top: 280px;
  left: 0px;
  width: 305px;
  height: auto;
  z-index: -2;
}
.top-concept-wrapper .top-concept-inner-right figure.work4 {
  top: 340px;
  left: 330px;
  width: 290px;
  height: auto;
  z-index: -3;
}
.top-concept-wrapper .top-concept-inner-right figure.work5 {
  top: 480px;
  left: 100px;
  width: 410px;
  height: auto;
  z-index: 0;
}
.top-concept-wrapper .top-concept-inner-right figure.work5 img {
  transform: scale(1) !important;
}

.profile-inner {
  position: relative;
  flex: 1;
}
.profile-inner p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 500;
}
.profile-inner p span {
  display: block;
  margin-left: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.profile-inner dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.profile-inner dl:not(:last-of-type) {
  margin-bottom: 5px;
}
.profile-inner dl dt {
  width: 115px;
}
.profile-inner dl dt.l-text {
  font-size: 1.2rem;
}
.profile-inner dl dd {
  position: relative;
  flex: 1;
}
.profile-inner .detail-btn {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
.profile-inner .detail-btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 70px;
  background-color: #000000;
  border: 1px solid transparent;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  transition: 0.5s ease;
}
.profile-inner .detail-btn a:hover {
  background-color: #fff;
  color: #000000;
  border: 1px solid #000000;
  transition: 0.5s ease;
}
.profile-inner .detail-btn a:hover::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center center;
  transition: 0.5s ease;
}
.profile-inner .detail-btn a::after {
  content: "";
  display: block;
  position: absolute;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center center;
  transition: 0.5s ease;
  top: 50%;
  right: 8px;
}

.top-profile-wrapper1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.top-profile-wrapper1 figure {
  width: 25%;
}
.top-profile-wrapper1 figure:last-of-type {
  margin: 250px 0 0 20px;
}
.top-profile-wrapper1 figure:last-of-type .simpleParallax {
  padding-top: 80px;
}
.top-profile-wrapper1 figure .simpleParallax {
  height: 1280px;
  padding-top: 50px;
}
.top-profile-wrapper1 figure .simpleParallax img {
  width: 100%;
  height: auto;
}
.top-profile-wrapper1 .profile-inner dl dt {
  width: 10%;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.top-profile-wrapper1 .profile-inner dl dd {
  width: 90%;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.top-profile-wrapper2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.top-profile-wrapper2 figure {
  width: 640px;
  order: -1;
  margin-right: 90px;
  z-index: -1;
}
.top-profile-wrapper2 figure .simpleParallax {
  height: 1100px;
  padding-top: 50px;
}
.top-profile-wrapper2 figure .simpleParallax img {
  width: 100%;
  height: auto;
}

.top-info-wrapper {
  background-color: #efefef;
}
.top-info-wrapper .top-info-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0;
}
.top-info-wrapper .top-info-inner h2 {
  margin-bottom: 30px;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.top-info-wrapper .top-info-inner ul li {
  border-top: 1px dotted #003365;
}
.top-info-wrapper .top-info-inner ul li:last-of-type {
  border-bottom: 1px dotted #003365;
}
.top-info-wrapper .top-info-inner ul li a {
  display: block;
  padding: 25px 0;
  transition: 0.5s ease;
}
.top-info-wrapper .top-info-inner ul li a dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.8rem;
}
.top-info-wrapper .top-info-inner ul li a dl dt {
  margin-right: 85px;
  padding: 5px 20px;
  background-color: #fff;
  color: #303030;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
.top-info-wrapper .top-info-inner ul li a dl dd {
  position: relative;
  flex: 1;
  color: #303030;
  line-height: 1.7;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
}
.top-info-wrapper .top-info-inner ul li a:hover {
  opacity: 0.6;
}

.top-contact-wrapper {
  padding: 80px 0 115px;
  background: url("../asset/images/contact_bg.jpg") no-repeat center/cover;
  color: #fff;
}
.top-contact-wrapper .top-contact-inner h2 {
  margin-bottom: 25px;
  font-size: 3rem;
  text-align: center;
}
.top-contact-wrapper .top-contact-inner p {
  margin-bottom: 30px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
}
.top-contact-wrapper .top-contact-inner .contact-btn {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.top-contact-wrapper .top-contact-inner .contact-btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 70px;
  padding-left: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
  transition: 0.5s ease;
}
.top-contact-wrapper .top-contact-inner .contact-btn a::before, .top-contact-wrapper .top-contact-inner .contact-btn a::after {
  content: "";
  display: block;
  width: 40px;
  height: 16px;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 30px;
  background-size: contain;
  transition: 0.5s ease;
}
.top-contact-wrapper .top-contact-inner .contact-btn a::before {
  background: url(../asset/images/contact_b.svg) no-repeat;
}
.top-contact-wrapper .top-contact-inner .contact-btn a::after {
  background: url(../asset/images/contact_w.svg) no-repeat;
  opacity: 0;
}
.top-contact-wrapper .top-contact-inner .contact-btn a:hover {
  background-color: #000000;
  color: #fff;
  border: 1px solid #000000;
}
.top-contact-wrapper .top-contact-inner .contact-btn a:hover::before {
  opacity: 0;
}
.top-contact-wrapper .top-contact-inner .contact-btn a:hover::after {
  opacity: 1;
}

@media screen and (max-width: 1299px) {
  /* ------------------------------------------------------*/
  .top-concept-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .top-concept-wrapper .top-concept-inner-left figure img {
    width: 7.6982294072vw;
  }
  .top-concept-wrapper .top-concept-inner-left p {
    font-size: calc(1.6rem + (1vw - 1rem) * 1.3333);
    font-weight: 600;
    line-height: 2;
  }
  .top-concept-wrapper .top-concept-inner-right figure img {
    width: 100%;
  }
  .top-concept-wrapper .top-concept-inner-right figure.work1 {
    top: -7.6982294072vw;
    left: -6.9284064665vw;
    width: 38.8760585065vw;
  }
  .top-concept-wrapper .top-concept-inner-right figure.work2 {
    top: 9.2378752887vw;
    left: 10.0076982294vw;
    width: 30.0230946882vw;
  }
  .top-concept-wrapper .top-concept-inner-right figure.work3 {
    top: 21.5550423403vw;
    left: 0px;
    width: 23.4795996921vw;
  }
  .top-concept-wrapper .top-concept-inner-right figure.work4 {
    top: 26.1739799846vw;
    left: 25.4041570439vw;
    width: 22.324865281vw;
  }
  .top-concept-wrapper .top-concept-inner-right figure.work5 {
    top: 36.9515011547vw;
    left: 7.6982294072vw;
    width: 31.5627405697vw;
  }
  .top-profile-wrapper1 figure img {
    width: 22.6327944573vw;
  }
  .top-profile-wrapper2 figure {
    width: 49.2686682063vw;
    margin-right: 8%;
  }
}
@media screen and (max-width: 999px) {
  /* ------------------------------------------------------*/
  .top-img-wrapper {
    margin-bottom: 20px;
  }
  .top-img-wrapper .catchcopy {
    top: 50%;
  }
  .top-img-wrapper .catchcopy h2 {
    margin-bottom: 60px;
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .top-img-wrapper .catchcopy h2::after {
    background: url(../../images/title_2line.png) no-repeat top center/contain;
    width: 375px;
    height: 74px;
  }
  .top-img-wrapper .catchcopy p {
    margin-bottom: 80px;
    font-size: 1.5rem;
  }
  .top-img-wrapper .catchcopy p::after {
    display: none;
  }
  .top-img-wrapper .catchcopy ul li a {
    font-size: 2.1rem;
  }
  .top-concept-wrapper {
    width: 650px;
  }
  .top-concept-wrapper .top-concept-inner-left {
    padding: 350px 0 0;
    width: 100%;
    z-index: 1000;
  }
  .top-concept-wrapper .top-concept-inner-left figure {
    margin-bottom: 30px;
  }
  .top-concept-wrapper .top-concept-inner-left figure img {
    width: 100px;
  }
  .top-concept-wrapper .top-concept-inner-left p {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.3;
  }
  .top-concept-wrapper .top-concept-inner-right {
    position: absolute;
    width: 650px;
    margin: 0 auto;
  }
  .top-concept-wrapper .top-concept-inner-right figure.work1 {
    top: 0;
    left: 0;
    width: 450px;
  }
  .top-concept-wrapper .top-concept-inner-right figure.work2 {
    top: 200px;
    left: 270px;
    width: 290px;
  }
  .top-concept-wrapper .top-concept-inner-right figure.work3 {
    top: 320px;
    left: 80px;
    width: 260px;
  }
  .top-concept-wrapper .top-concept-inner-right figure.work4 {
    top: 410px;
    left: auto;
    right: 30px;
    width: 260px;
  }
  .top-concept-wrapper .top-concept-inner-right figure.work5 {
    top: 550px;
    left: auto;
    right: 10px;
    width: 360px;
  }
  .profile-inner {
    flex: auto;
    width: 100%;
  }
  .profile-inner p {
    font-size: 2.3rem;
  }
  .profile-inner p span {
    font-size: 1.3rem;
  }
  .profile-inner dl {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .profile-inner .detail-btn {
    width: 280px;
    margin: 0 auto;
  }
  .profile-inner .detail-btn a {
    height: 50px;
    font-size: 1.5rem;
  }
  .profile-inner .detail-btn a::after {
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    transform-origin: center center;
  }
  .top-profile-wrapper1 {
    justify-content: center;
    width: 650px;
    margin-bottom: 100px;
  }
  .top-profile-wrapper1 figure {
    margin: 0;
    order: -1;
    text-align: center;
  }
  .top-profile-wrapper1 figure:last-of-type {
    margin-top: 100px;
    margin-right: 0;
  }
  .top-profile-wrapper1 figure .simpleParallax {
    height: 700px;
  }
  .top-profile-wrapper1 .profile-inner {
    flex: auto;
    width: 100%;
    margin-bottom: 0;
  }
  .top-profile-wrapper1 .profile-inner dl dt {
    width: 20%;
  }
  .top-profile-wrapper1 .profile-inner dl dd {
    width: 80%;
  }
  .top-profile-wrapper2 {
    width: 650px;
    margin-bottom: 150px;
  }
  .top-profile-wrapper2 figure {
    max-width: 450px;
    width: 100%;
    margin: 0 auto 60px;
    text-align: center;
  }
  .top-profile-wrapper2 figure .simpleParallax {
    height: 750px;
  }
  .top-info-wrapper .top-info-inner {
    padding: 80px 30px;
  }
  .top-info-wrapper .top-info-inner h2 {
    font-size: 2.3rem;
  }
  .top-info-wrapper .top-info-inner ul li a {
    padding: 20px 0;
  }
  .top-info-wrapper .top-info-inner ul li a dl dt {
    margin-right: 15px;
    padding: 5px 10px;
    font-size: 1rem;
  }
  .top-info-wrapper .top-info-inner ul li a dl dd {
    font-size: 1rem;
    line-height: 1.5;
  }
  .top-contact-wrapper {
    padding: 85px 30px;
  }
  .top-contact-wrapper .top-contact-inner h2 {
    font-size: 2.3rem;
  }
  .top-contact-wrapper .top-contact-inner p {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .top-contact-wrapper .top-contact-inner .contact-btn {
    width: 280px;
  }
  .top-contact-wrapper .top-contact-inner .contact-btn a {
    margin: 0 auto;
    height: 50px;
    padding-left: 5px;
    font-size: 1.5rem;
  }
  .top-contact-wrapper .top-contact-inner .contact-btn a::before, .top-contact-wrapper .top-contact-inner .contact-btn a::after {
    width: 35px;
    height: 15px;
    left: 20px;
  }
}
@media screen and (max-width: 666px) {
  /* ------------------------------------------------------*/
  .top-img-wrapper {
    margin-bottom: 20px;
  }
  .top-img-wrapper .catchcopy {
    top: 51%;
  }
  .top-img-wrapper .catchcopy h2 {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  .top-img-wrapper .catchcopy p {
    margin-bottom: 40px;
    font-size: 1.5rem;
    letter-spacing: 0.075em;
  }
  .top-img-wrapper .catchcopy ul li {
    padding: 0;
  }
  .top-img-wrapper .catchcopy ul li a {
    font-size: 2.1rem;
    padding: 20px;
  }
  .top-concept-wrapper {
    width: 95%;
  }
  .top-concept-wrapper .top-concept-inner-left {
    padding-top: 52.5525525526vw;
  }
  .top-concept-wrapper .top-concept-inner-left figure {
    margin-bottom: 10.5105105105vw;
  }
  .top-concept-wrapper .top-concept-inner-left figure img {
    width: 15.015015015vw;
  }
  .top-concept-wrapper .top-concept-inner-left p {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.77;
    letter-spacing: 0.05em;
  }
  .top-concept-wrapper .top-concept-inner-right {
    position: absolute;
    width: 100%;
    margin: 0 auto;
  }
  .top-concept-wrapper .top-concept-inner-right figure.work1 {
    width: 67.5675675676vw;
  }
  .top-concept-wrapper .top-concept-inner-right figure.work2 {
    top: 30.03003003vw;
    left: 40.5405405405vw;
    width: 43.5435435435vw;
  }
  .top-concept-wrapper .top-concept-inner-right figure.work3 {
    top: 48.048048048vw;
    left: 12.012012012vw;
    width: 39.039039039vw;
  }
  .top-concept-wrapper .top-concept-inner-right figure.work4 {
    top: 58.5585585586vw;
    right: 4.5045045045vw;
    width: 39.039039039vw;
  }
  .top-concept-wrapper .top-concept-inner-right figure.work5 {
    top: 97.5975975976vw;
    right: 1.5015015015vw;
    width: 54.0540540541vw;
  }
  .profile-inner {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
  }
  .profile-inner p {
    font-size: 2.3rem;
  }
  .profile-inner p span {
    font-size: 1.3rem;
  }
  .profile-inner dl:not(:last-child) {
    margin-bottom: 10px;
  }
  .profile-inner dl dt {
    width: 85px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .profile-inner dl dt.l-text {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .profile-inner dl dd {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .top-profile-wrapper1 {
    width: 90%;
    margin-bottom: 20px;
  }
  .top-profile-wrapper1 figure {
    max-width: 150px;
    width: 45%;
    order: -1;
  }
  .top-profile-wrapper1 figure:last-of-type {
    margin-top: 80px;
  }
  .top-profile-wrapper1 figure .simpleParallax {
    height: 640px;
    padding-top: 20px;
  }
  .top-profile-wrapper1 .profile-inner dl dt {
    width: 55px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .top-profile-wrapper1 .profile-inner dl dd {
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .top-profile-wrapper2 {
    width: 90%;
    margin-bottom: 75px;
  }
  .top-profile-wrapper2 figure {
    width: 320px;
    margin: 0 auto;
    vertical-align: top;
    text-align: center;
  }
  .top-profile-wrapper2 figure .simpleParallax {
    height: 580px;
  }
  .top-info-wrapper {
    padding: 45px 0;
  }
  .top-info-wrapper .top-info-inner {
    width: 95%;
    padding: 0;
  }
  .top-info-wrapper .top-info-inner h2 {
    margin-bottom: 20px;
    font-size: 2.3rem;
  }
  .top-info-wrapper .top-info-inner ul {
    padding: 0;
  }
  .top-info-wrapper .top-info-inner ul li dl dt {
    margin-right: 15px;
    padding: 10px;
    font-size: 1rem;
  }
  .top-info-wrapper .top-info-inner ul li dl dd {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .top-contact-wrapper {
    padding: 60px 0;
  }
  .top-contact-wrapper .top-contact-inner {
    width: 95%;
  }
  .top-contact-wrapper .top-contact-inner h2 {
    margin-bottom: 20px;
    font-size: 2.3rem;
  }
  .top-contact-wrapper .top-contact-inner p {
    margin-bottom: 50px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 374px) {
  /* ------------------------------------------------------*/
  .top-profile-wrapper1,
  .top-profile-wrapper2 {
    width: 95% !important;
  }
  .top-img-wrapper .catchcopy {
    top: 51%;
  }
  .top-img-wrapper .catchcopy h2 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .top-img-wrapper .catchcopy h2::after {
    width: 300px;
    height: 70px;
  }
  .top-img-wrapper .catchcopy p {
    margin-bottom: 40px;
    font-size: 1.1rem;
  }
  .top-img-wrapper .catchcopy p::after {
    width: 290px;
    height: 40px;
  }
  .top-img-wrapper .catchcopy ul li a {
    font-size: 1.6rem;
    padding: 20px;
  }
}/*# sourceMappingURL=top.css.map */</pre></body></html>