@charset "UTF-8";

@font-face {
  font-family: "GenJyuuGothic";
  src: url("../font/genjyuugothic/GenJyuuGothic-Medium.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
  font-family: 'Noto Serif JP';
  src: url("../font/noto-serif-jp/NotoSerifJP-Regular.otf") format("opentype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/noto-sans-jp/NotoSansJP-Regular.otf") format("opentype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    overflow-x: hidden;
  margin: 0;
}

/**
 * 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;
}

button {
  outline: none;
  border: none;
  background-color: unset;
  padding: 0;
  margin: 0;
  transition: 0.2s;
}

a:hover,
button:hover {
  opacity: 0.8;
  cursor: pointer;
}

a {
  text-decoration: none;
  transition: 0.2s;
}

h1,
h2,
h3,
h4,
h6,
ul,
li {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

p {
  margin: 0;
}

.pc-only {
  display: block;
}

.tablet-only {
  display: none;
}

.tablet-and-sp {
  display: none;
}

.sp-only {
  display: none;
}

.pc-and-tablet {
  display: block;
}

@media screen and (max-width: 1080px) {
  .pc-only {
    display: none;
  }

  .tablet-only {
    display: block;
  }

  .tablet-and-sp {
    display: block;
  }
}

@media screen and (max-width: 1080px) {
  .pc-and-tablet {
    display: none;
  }

  .tablet-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

.fadein {
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
  transition-timing-function: ease-in-out;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 768px) {
  .fadein {
    animation-duration: 0.4s;
  }
}

.from-above{
	transform: translateY(-30px);
}
.fadein--from-above  {
  animation-name: fadein-from-above;
}

@keyframes fadein-from-above {
  0% {
    transform: translateY(-30px);
    opacity: 0.5;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

.fadein--from-below {
  animation-name: fadein-from-below;
}

@keyframes fadein-from-below {
  0% {
    transform: translateY(30px);
    opacity: 0.5;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.fadein--from-left {
  animation-name: fadein-from-left;
}

.fadein--from-left {
  animation-name: fadein-from-left;
}

@keyframes fadein-from-left {
  0% {
    transform: translateX(-30px);
    opacity: 0.5;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

.fadein--from-right {
  animation-name: fadein-from-right;
}

@keyframes fadein-from-right {
  0% {
    transform: translateX(30px);
    opacity: 0.5;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}


@media screen and (max-width: 1080px) {
  .mainvisual-content {
    display: flex;
    flex-direction: column;
  }
}



@media screen and (max-width: 1080px) {
  .site-title {
    padding-top: 30px;
	  padding-bottom:30px;
    padding-left: 20px;
    position: relative;
  }
}

@media screen and (max-height: 980px) {
  .site-title{
    padding-top:30px;
  }
}
.site-title > img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-height: 980px) {
.site-title > img {
  display: block;
  
}
}

@media screen and (max-width: 1080px) {
  .site-title>img {
    width: 200px;
  }
}


@media screen and (max-width: 1080px) {
  .global-navi {
    background-color: #281a14;
    padding-left: 50px;
    width: calc(100vw - 50px);
    height: 100vh;
    position: fixed;
	  top:0;
    left: unset;
    right: -100vw;
    transition: 0.4s;
    display: flex;
    align-items: center;
    z-index: 2147483645;
  }

  .global-navi.navigation-hamburger--opened {
    right: 0;
  }
}

.global-link-list {
  margin-top: 90px;
}

@media screen and (max-width: 1080px) {
  .global-link-list {
    margin-top: 0;
  }
}
@media screen and (max-height: 980px) {
  .global-link-list {
    margin-top: 30px;
  }
}
.global-link-list>li {
  margin-top: 30px;
}

.global-link-list>li:nth-child(1) {
  margin-top: 0;
}

.global-link-item-en {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 21px;
  text-align: left;
  color: #fff;
}

.global-link-item-jp {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 0.04em;
  padding-top: 8px;
  text-align: left;
  color: #fff;
  opacity: 0.61;
}

.navigation-hamburger {
  display: none;
}

@media screen and (max-width: 1080px) {
  .navigation-hamburger {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 14px;
    padding-bottom: 16px;
    width: 45px;
    z-index: 2147483646;
    background-color: #281a154d;
    transition: 0.3s;
  }
  .navigation-hamburger--top {
    padding-top:41px;
    padding-bottom:41px;
  }
  .navigation-hamburger>span {
    background-color: white;
    display: block;
    width: 25px;
    height: 2px;
    margin: auto;
    margin-top: 6px;
    transition: 0.2s;
  }

  .navigation-hamburger>span:nth-child(1) {
    margin-top: 0;
  }

  .navigation-hamburger--opened>span:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
  }

  .navigation-hamburger--opened>span:nth-child(2) {
    transform: translateX(100px);
  }

  .navigation-hamburger--opened>span:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
  }
}

.mv-slide-image {
  width: 100%;
}

.fixed-buttons {
    position: relative;
    z-index: 2147483650;
}

.to-privilege {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 99999;
}

.to-privilege-content {
  background: #fff;
  border: 3px solid #28b9b9;
  border-radius: 10px;
  display: block;
  padding: 15px 20px 15px;
  position: relative;
  width: 157px;
}

.to-privilege-content:before {
  background-color: #28b9b9;
  content: "特典";
  font-family: "Gen Jyuu Gothic";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  width: 50px;
  padding: 14px 0;
  border-radius: 50%;
  position: absolute;
  top: -22px;
  left: -10px;
  transform: rotate(-19deg);
}

.to-privilege-header>h2 {
  font-family: "Gen Jyuu Gothic";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #28b9b9;
}

.to-privilege-header>p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 100;
  font-size: 10px;
  letter-spacing: 0.3em;
  line-height: 21px;
  margin-top: 4px;
  text-align: center;
  color: #28b9b9;
}

.to-privilege-content>img {
  display: block;
  margin: auto;
  margin-top: 8px;
  width: 116px;
  height: auto;
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.16);
}

.to-privilege-content>p {
  font-family: "Source Han Code JP";
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  margin-top: 8px;
  text-align: center;
  color: #28b9b9;
}

@media screen and (max-width: 1080px) {
  .to-privileg-or-exhibition {
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 2147483640;
  }

  .to-privileg-or-exhibition>button {
    display: block;
    width: 50%;
    text-align: center;
  }

  .to-privileg-or-exhibition>button:nth-child(1) {
    border-right: solid 1px white;
  }

  .to-privileg-or-exhibition>button>a {
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.08em;
    background-color: #28B9B9;
    color: white;
    display: block;
    text-align: center;
    padding: 15px 0;
    position: relative;
  }

  .to-privileg-or-exhibition>button>a:after {
    content: '';
    border-top: solid 2px white;
    border-right: solid 2px white;
    position: absolute;
    top: calc(50% - 3.5px);
    right: 13%;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
  }
}

.petal {
  width: 24px;
  height: 24px;
  position: absolute;
  background: url("../img/petal.webp");
  background-size: 100% 100%;
  z-index: 2147483646;
}

.intro {
  background-color: #281a14;
  background-image: url(../img/intro-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 200px;
}

@media screen and (max-width: 1080px) {
  .intro {
    padding: 80px 20px;
  }
}

.intro-title {
  font-family: "Big Caslon", "Noto Serif JP";
  font-weight: 500;
  font-size: 68px;
  letter-spacing: 0.09em;
  line-height: 1em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1080px) {
  .intro-title {
    font-size: 39px;
    line-height: 46px;
  }
}

.intro-content>p {
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.18em;
  line-height: 50.4px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1080px) {
  .intro-content>p {
    font-size: 14px;
    line-height: 34px;
  }
}

.intro-content>p:nth-of-type(1) {
  margin-top: 50px;
}

@media screen and (max-width: 1080px) {
  .intro-content>p:nth-of-type(1) {
    margin-top: 40px;
  }
}

.three-drawings {
  position: relative;
  width: 100%;
  /*max-width: 1920px;*/
  padding-top: 200px;
	z-index: 2147483640;
}

@media screen and (max-width: 1080px) {
  .three-drawings {
    padding-top: 60px;
  }
}

.three-drawings:before {
  content: "";
  background-image: url(../img/three-drawings-bg-before.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1080px) {
  .three-drawings:before {
    height: 400px;
  }
}

@media screen and (max-width: 1080px) {
  .drawing-item {
    padding: 0 20px;
    width: calc(100% - 40px);
  }
}

.drawing-item:nth-of-type(3) {
  position: relative;
}

.drawing-item:nth-of-type(3):before {
  content: "";
  background-image: url(../img/three-drawings-bg-after.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 100%;
  height: 700px;
  position: absolute;
  top: -400px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 1080px) {
  .drawing-item:nth-of-type(2) {
    position: relative;
  }

  .drawing-item:nth-of-type(2):before {
    content: "";
    background-image: url(../img/three-drawings-bg-after.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: -1;
    transform: scale(-1, 1);
  }

  .drawing-item:nth-of-type(3):before {
    height: 400px;
    top: 100px;
  }
}

.drawing-item-image-and-text {
  display: flex;
  position: relative;
  padding-bottom: 200px;
}

@media screen and (max-width: 1080px) {
  .drawing-item-image-and-text {
    flex-direction: column;
    padding-bottom: 50px;
  }
}

.drawing-item-image-and-text.reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1080px) {
  .drawing-item-image-and-text.reverse {
    flex-direction: column;
  }
}

.drawing-item-image {
  width: 50%;
}

@media screen and (max-width: 1080px) {
  .drawing-item-image {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
}

.drawing-item-image-title {
  border-top: 9px solid #32BCBC;
  color: #000;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 50px;
  letter-spacing: 0.2em;
  padding-top: 50px;
  position: absolute;
  right: 40px;
  top: 0;
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  white-space: nowrap;
	z-index:2;
}

@media screen and (max-width: 1080px) {
  .drawing-item-image-title {
    border-top: unset;
    border-left: 5px solid #32BCBC;
    font-size: 24px;
    letter-spacing: 0.2em;
    line-height: 1em;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 16px;
    margin-top: 30px;
    position: relative;
    right: unset;
    top: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    text-orientation: unset;
    white-space: break-spaces;
  }
}

.drawing-item-image-and-text.reverse .drawing-item-image-title {
  right: unset;
  left: 40px;
}

@media screen and (max-width: 1080px) {
  .drawing-item-image-and-text.reverse .drawing-item-image-title {
    left: unset;
  }
}

.drawing-item-image>img {
  width: 100%;
}

.drawing-item-text {
  width: 50%;
  display: flex;
}

@media screen and (max-width: 1080px) {
  .drawing-item-text {
    width: 100%;
  }

}

.drawing-item-image-and-text.reverse .drawing-item-text {
  justify-content: right;
}

@media screen and (max-width: 1080px) {
  .drawing-item-image-and-text.reverse .drawing-item-text {
    justify-content: unset;
  }
}

.drawing-item-text-content {
  background-color: white;
  margin-left: -40px;
  margin-top: 40px;
  padding: 80px;
  max-width: 480px;
  width: 100%;
	z-index: 1;
	height:50%;
}

@media screen and (min-width: 1400px) {
  .drawing-item-text-content {
    padding: 40px;
  }
}

@media screen and (max-width: 1080px) {
  .drawing-item-text-content {
    background-color: unset;
    margin-left: 0;
    margin-top: 25px;
    padding: 0;
    max-width: unset;
  }
}

.drawing-item-image-and-text.reverse .drawing-item-text-content {
  margin-left: 0;
  margin-right: -40px;
}

.drawing-item-text-content>h4,
.drawing-item-text-content>p {
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 38px;
  text-align: left;
  color: #000;
}

@media screen and (max-width: 1080px) {

  .drawing-item-text-content>h4,
  .drawing-item-text-content>p {
    font-size: 14px;
    line-height: 34px;
  }
}

.drawing-item-text-content>h4 {
  font-size: 17px;
  margin-top: 32px;
  font-weight: bold;
}

.profile-content {
  padding-bottom: 180px;
}

@media screen and (max-width: 1080px) {
  .profile-content {
    padding-top:100px;
    padding-bottom: 140px;
  }
}

.profile-title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 60px;
  letter-spacing: 0.18em;
  line-height: 1em;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 1080px) {
  .profile-title {
    font-size: 22px;
  }
}

.profile-desc {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #000;
  margin-top: 25px;
}

@media screen and (max-width: 1080px) {
  .profile-desc {
    font-size: 12px;
    margin-top: 12px;
  }
}

.profile-table {
  display: flex;
  flex-direction: row;
  margin: auto;
  margin-top: 80px;
  width: 100%;
  max-width: 1200px;
}

@media screen and (max-width: 1080px) {
  .profile-table {
    padding: 0 20px;
    margin-top: 10px;
    flex-direction: column;
    width: calc(100% - 40px);
  }
}

.profile-table-portrait {
  padding: 0 33px;
  width: calc(28.33% - 66px);
}
.profile-table-portrait img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1080px) {
  .profile-table-portrait img{
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1080px) {
  .profile-table-portrait {
    display: flex;
    padding: 0;
    width: 100%;
    align-items: center;
  }
}

.profile-table-portrait>img {
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .profile-table-portrait>img {
    width: 120px;
    height: 120px;
  }
}

.profile-table-portrait>p {
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 38px;
  text-align: center;
  color: #404040;
}

@media screen and (max-width: 1080px) {
  .profile-table-portrait>p {
    font-size: 12px;
    line-height: 24px;
    padding-left: 20px;
    text-align: left;
  }
}

.profile-table-works-and-comments {
  width: 71.67%;
}

@media screen and (max-width: 1080px) {
  .profile-table-works-and-comments {
    margin-top: 20px;
    width: 100%;
  }
}

.profile-table-title {
  background-color: black;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1em;
  text-align: left;
  color: #fff;
  padding: 12px 20px;
}

@media screen and (max-width: 1080px) {
  .profile-table-title {
    font-size: 15px;
    text-align: center;
    padding: 8px 0;
  }
}

.profile-table-works>p {
  color: #000;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 28.8px;
  margin-top: 14px;
  text-align: left;
}

@media screen and (max-width: 1080px) {
  .profile-table-works>p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }
}

.profile-table-works>p:before {
  content: "";
  background-color: #000;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 17px;
  border-radius: 50%;
}

@media screen and (max-width: 1080px) {
  .profile-table-works>p:before {
    margin-right: 4px;
  }
}

.profile-table-works>p:nth-of-type(1) {
  margin-top: 30px;
}

.profile-table-works>p.profile-note:before {
  content: unset;
}

.profile-table-works>p.profile-note {
  text-align: right;
  font-size: 12px;
}

.profile-table-comments {
  margin-top: 60px;
}

.profile-table-comments>p {
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 38px;
  margin-top: 13px;
  text-align: left;
  color: #000;
}

.pickup-work {
  background-color: #F3F7E5;
	position:relative;
	overflow:hidden;
}

.pickup-work-content {
  padding: 180px 0;
}

@media screen and (max-width: 1080px) {
  .pickup-work-content {
    padding: 60px 20px;
  }
}

.pickup-work-title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 60px;
  letter-spacing: 0.18em;
  line-height: 1em;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 1080px) {
  .pickup-work-title {
    font-size: 22px;
  }
}

.pickup-work-desc {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #000;
  margin-top: 25px;
}

@media screen and (max-width: 1080px) {
  .pickup-work-desc {
    font-size: 12px;
    margin-top: 12px;
  }
}

.pickup-work-text-and-image {
  margin: auto;
  margin-top: 100px;
  width: 100%;
  max-width: 800px;
}

@media screen and (max-width: 1080px) {
  .pickup-work-text-and-image {
    margin-top: 20px;
  }
}

.pickup-work-text-and-image>img {
  width: 100%;
}

.pickup-work-text-and-image>p {
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 38px;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 1080px) {
  .pickup-work-text-and-image>p {
    font-size: 14px;
    line-height: 34px;
  }
}

.pickup-work-text-and-image>p:nth-of-type(1) {
  margin-top: 50px;
}

@media screen and (max-width: 1080px) {
  .pickup-work-text-and-image>p:nth-of-type(1) {
    margin-top: 10px;
  }
}

.gallery {
  background-color: #281A14;
  width: 100%;
  height: auto;
  padding: 180px 0;
}

@media screen and (max-width: 1080px) {
  .gallery {
    padding: 60px 0;
  }
}

.gallery-title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 60px;
  letter-spacing: 0.17em;
  line-height: 1em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1080px) {
  .gallery-title {
    font-size: 22px;
    letter-spacing: 0.18em;
  }
}

.gallery-desc {
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1em;
  margin-top: 25px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1080px) {
  .gallery-desc {
    font-size: 12px;
    margin-top: 12px;
  }
}

.gallery .swiper {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 50px;
}

@media screen and (max-width: 1080px) {
  .gallery .swiper {
    padding-bottom: 0;
  }
}

.gallery .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  max-width: 490px;
  max-height: 490px;
  height: 490px;
}

@media screen and (max-width: 1080px) {
  .gallery .swiper-slide {
    max-width: 350px;
    max-height: 350px;
    height: 350px;
  }
}

.gallery .slide-item-container {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallery .slide-item-container>img,
.gallery .swiper-slide>img {
  display: block;
  max-width: 490px;
  height: auto;
  max-height: 490px;
  margin: auto;
  /*filter: grayscale(50%);*/
}

.gallery .swiper-slide>img {
  border: solid 4px white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1080px) {

  .gallery .slide-item-container>img,
  .gallery .swiper-slide>img {
    max-width: 350px;
    max-height: 350px;
  }
}
@media screen and (max-width: 767px) {

  .gallery .slide-item-container>img,
  .gallery .swiper-slide>img {
    max-width: 300px;
    max-height: 300px;
  }
}
@media screen and (max-width: 376px) {

  .gallery .slide-item-container>img,
  .gallery .swiper-slide>img {
    max-width: 250px;
    max-height: 250px;
  }
}
.gallery .slide-item-image-title {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.04em;
  margin-top: 24px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.16);
}

.gallery .swiper-slide-active img {
  filter: unset;
}

.gallery .swiper-navigation {
  display: flex;
  max-width: 900px;
  margin: auto;
  margin-top: 93px;
  justify-content: space-between;
}

@media screen and (max-width: 1116px) {
  .gallery .swiper-navigation {
    max-width: calc(100% - 36px);
  }
}

@media screen and (max-width: 1080px) {
  .gallery .swiper-navigation {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.gallery .swiper-navigation>button {
  background: unset;
  border: unset;
}

.gallery .swiper-button-prev-custom,
.gallery .swiper-button-next-custom {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.17em;
  line-height: 1em;
  color: #fff;
  position: relative;
}

.gallery .swiper-button-prev-custom {
  padding-left: 38px;
}

.gallery .swiper-button-next-custom {
  padding-right: 38px;
}

.gallery .swiper-button-prev-custom:before,
.gallery .swiper-button-next-custom:after {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  transform: rotate(-45deg);
}

.gallery .swiper-button-prev-custom:before {
  border-top: 1px solid white;
  border-left: 1px solid white;
  left: 0;
}

.gallery .swiper-button-next-custom:after {
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  right: 0;
}

.privilege {
  background-color: #FFF9ED;
}

.privilege-content {
  padding: 180px 0;
}

@media screen and (max-width: 1200px) {
  .privilege-content {
    padding: 180px 20px;
  }
}

@media screen and (max-width: 1080px) {
  .privilege-content {
    padding: 58px 20px 70px;
  }
}

.privilege-title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 60px;
  letter-spacing: 0.18em;
  line-height: 1em;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 1080px) {
  .privilege-title {
    font-size: 22px;
  }
}

.privilege-desc {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #000;
  margin-top: 25px;
}

@media screen and (max-width: 1080px) {
  .privilege-desc {
    font-size: 12px;
    margin-top: 15px;
  }
}

.privilege-text-and-image {
  background: #fff;
  margin: auto;
  margin-top: 80px;
  padding: 80px 0;
  max-width: 1200px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .privilege-text-and-image {
    max-width: unset;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 1080px) {
  .privilege-text-and-image {
    margin-top: 30px;
    padding: 30px;
    width: calc(100% - 60px);
  }
}

.privilege-text-and-image>p {
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 28.8px;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 1080px) {
  .privilege-text-and-image>p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
  }
}

.privilege-text-and-image>p:nty-of-type(1) {
  margin-top: 80px;
}

@media screen and (max-width: 1080px) {
  .privilege-text-and-image>p:nty-of-type(1) {
    margin-top: 30px;
  }
}

.privilege-text-and-image>img {
  display: block;
  margin: auto;
  margin-top: 60px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .privilege-text-and-image>img {
    margin-top: 30px;
    max-width: 275px;
  }
}

.exhibition-content {
  padding-bottom: 176px;
}

@media screen and (max-width: 1080px) {
  .exhibition-content {
    padding-bottom: 60px;
  }
}

.exhibition-title {
  margin-top: 180px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 60px;
  letter-spacing: 0.18em;
  line-height: 1em;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 1080px) {
  .exhibition-title {
    font-size: 22px;
    line-height: 21px;
    margin-top: 60px;
  }
}

.exhibition-desc {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.12em;
  margin-top: 25px;
  text-align: center;
  color: #000;
  opacity: 0.61;
}

@media screen and (max-width: 1080px) {
  .exhibition-desc {
    font-weight: normal;
    font-size: 12px;
    margin-top: 10px;
  }
}

.exhibition-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  margin-top: 95px;
  max-width: 970px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .exhibition-list {
    margin-top: 30px;
    padding: 0 20px;
    justify-content: space-around;
    width: calc(100% - 40px);
  }
}

.exhibition-item {
  display: flex;
  flex-direction: column;
  max-width: 460px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .exhibition-item {
    max-width: 335px;
    justify-content: space-around;
  }
}

.exhibition-item:nth-of-type(n+3) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .exhibition-item:nth-of-type(n+2) {
    margin-top: 30px;
  }
}

.exhibition-item__area-name {
  background: linear-gradient(#d0eacd 0%, #e4eddc 42.64%, #ebeabe 100%);
  color: #000;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 16px 0;
}

@media screen and (max-width: 1080px) {
  .exhibition-item__area-name {
    font-size: 18px;
    padding: 13px 0;
  }
}

.exhibition-item__detail {
  background: #fff;
  border: 5px solid #f2f2f2;
  border-top: unset;
  padding-bottom: 33px;
}

@media screen and (max-width: 1080px) {
  .exhibition-item__detail {
    padding-bottom: 22px;
  }
}

.exhibition-item__venue-name {
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1em;
  margin-top: 30px;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 1080px) {
  .exhibition-item__venue-name {
    margin-top: 25px;
  }
}

.exhibition-item__term {
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 21px;
  letter-spacing: 0.08em;
  line-height: 1em;
  margin-top: 18px;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 1080px) {
  .exhibition-item__term {
    font-size: 19px;
    margin-top: 22px;
  }
}

.exhibition-item__note {
  padding: 0 12px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.6em;
  text-align: center;
  margin-top: 10px;
  color: #000;
}

@media screen and (max-width: 1080px) {
  .exhibition-item__note {
    margin-top: 14px;
  }
}

.exhibition-item__reservation-button {
  background-color: black;
  border-radius: 240px;
  display: block;
  margin: auto;
  margin-top: 20px;
  width: 240px;
  position: relative;
}

.exhibition-item__reservation-button:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px white;
  border-right: solid 2px white;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
}

@media screen and (max-width: 1080px) {
  .exhibition-item__reservation-button:after {
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
  }
}

.exhibition-item__reservation-button>a {
  color: #fff;
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 16px;
  padding: 16px 0;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .exhibition-item__reservation-button>a {
    padding: 19px 0;
  }

}

.footer {
  background-color: #281A14;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 1080px) {
  .footer {
    margin-bottom: 46px;
  }
}

.contact-content {
  padding-top: 100px;
}

@media screen and (max-width: 1080px) {
  .contact-content {
    padding-top: 50px;
  }
}

.contact-content>p {
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1em;
  margin-top: 28px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1080px) {
  .contact-content>p {
    font-size: 14px;
    line-height: 24px;

  }
}

.contact-title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0.18em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1080px) {
  .contact-title {
    font-size: 22px;
  }
}

.contact-link {
  background-color: white;
  border-radius: 350px;
  display: block;
  margin: auto;
  margin-top: 31px;
  position: relative;
  width: 350px;
}

@media screen and (max-width: 1080px) {
  .contact-link {
    border-radius: 260px;
    width: 260px;
  }
}

.contact-link:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 4px #000;
  border-right: solid 4px #000;
  transform: rotate(45deg);
  position: absolute;
  right: 32px;
  top: calc(50% - 5px);
}

@media screen and (max-width: 1080px) {
  .contact-link:after {
    width: 5px;
    height: 5px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    right: 32px;
    top: calc(50% - 2.5px);
  }
}

.contact-link>a {
  color: #000;
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.08em;
  padding: 28px 0;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .contact-link>a {
    font-size: 15px;
    line-height: 16px;
    padding: 15px 0;
  }
}

.copyright-content {
  padding-bottom: 40px;
}

@media screen and (max-width: 1080px) {
  .copyright-content {
    padding-bottom: 20px;
  }
}

.copyright-content>p {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 22.5px;
  padding-top: 84px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1080px) {
  .copyright-content>p {
    font-size: 12px;
    padding-top: 30px;
  }
}

