@charset "UTF-8";
/* ---------------------------
Theme Name: Morooka Natsue Potfolio
Theme URI:
Description:Morooka Natsueのポートフォリオサイトです。
Version: 1.0
Author: Enaga Kotomi
Author URI:
------------------------------*/
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  overflow: visible; /* 2 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  color: inherit;
  border-top-width: 1px;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none;
  color: inherit;
  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] {
  -webkit-text-decoration: underline dotted;
  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: inherit; /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
  text-transform: inherit; /* 2 */
  color: inherit;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/*
Webフォントを利用していく際に、@font-faceでの設定などをまとめて記述しておく
*/
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Cormorant Garamond", "Shippori Mincho", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  color: #242424;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/*----------------------------
 PC,SP時非表示
----------------------------*/
.pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

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

/*----------------------------
 リンクアンダーライン
----------------------------*/
.underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, currentColor)) var(--p, 0) 100%/var(--d, 0) 1px no-repeat;
  background: linear-gradient(currentColor 0 0) var(--p, 0) 100%/var(--d, 0) 1px no-repeat;
  -webkit-transition: 0.3s, background-position 0s 0.3s;
  transition: 0.3s, background-position 0s 0.3s;
}

.underline:hover {
  --d: 100%;
  --p: 100%;
}

/*----------------------------
　コンテンツ幅
----------------------------*/
.container {
  max-width: 1284px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 24px;
  }
}

/*----------------------------
　セクション
----------------------------*/
section.section {
  padding: 240px 0 128px;
}
@media screen and (max-width: 768px) {
  section.section {
    padding: 160px 0 80px;
  }
}
section.section--top {
  padding: 128px 0;
}
@media screen and (max-width: 768px) {
  section.section--top {
    padding: 80px 0;
  }
}

/*----------------------------
　見出し
----------------------------*/
.heading__title {
  line-height: 1;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .heading__title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 40px;
  }
}
.heading__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 8px;
  padding-left: 16px;
}
.heading__subtitle:before {
  border-top: 1px solid #242424;
  content: "";
  width: 10px;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .heading__subtitle {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*----------------------------
 グローバルナビゲーション
----------------------------*/
header.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  header.header {
    padding: 16px 0;
  }
  header.header.active {
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.3);
    color: #242424;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
}

header.header.headerColor-default {
  color: #242424; /* （メイン画像よりも下までスクロールした時に変えたい文字色） */
  background-color: rgba(255,255,255,0.2);
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 30px;
}

.header__body.headerColor-default {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

@media screen and (max-width: 768px) {
  .header__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 24px;
  }
  .header__body.headerColor-default {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background-color: none;
  }
  header.header.headerColor-default {
    background-color: initial;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
}

.gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .gnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
            column-gap: 0;
    row-gap: 24px;
    margin-top: 64px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.logo {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .logo {
    font-size: 32px;
    font-size: 2rem;
  }
}

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

.btn-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .btn-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 88px;
    height: 88px;
    text-align: center;
    padding: 24px;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .btn-menu__line {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #ffffff; /*MV上表示時のカラー*/
  }
  .btn-menu__line.headerColor-default {
    background-color: #242424; /*デフォルトのカラー*/
  }
  .btn-menu__line::before, .btn-menu__line::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: inherit;
    transition: inherit; /*擬似要素のアニメーション有効化*/
    background-color: #ffffff; /*MV上表示時のカラー*/
  }
  .btn-menu__line.headerColor-default::before, .btn-menu__line.headerColor-default::after {
    background-color: #242424; /*デフォルトのカラー*/
  }
  .btn-menu__line::before {
    top: -12px;
  }
  .btn-menu__line::after {
    top: 12px;
  }
}

.btn-menu.active .btn-menu__line {
  background-color: transparent;
}
.btn-menu.active .btn-menu__line::before, .btn-menu.active .btn-menu__line::after {
  top: 0;
  background-color: #242424;
}
.btn-menu.active .btn-menu__line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-menu.active .btn-menu__line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}


/* ※ナビベーションワードプレス用コード　startーーーーーーー */
li.menu-item-has-children {
  position: relative;
}
li.menu-item-has-children ul.sub-menu {
  position: absolute;
  display: none;
}

li.menu-item-has-children:hover ul.sub-menu,
li.menu-item-has-children:active ul.sub-menu {
  display: block;
}

@media screen and (max-width: 768px) {
  li.menu-item-has-children ul.sub-menu {
    position: initial;
  }
  li.menu-item-has-children:hover ul.sub-menu,
  li.menu-item-has-children:active ul.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    margin-top: 16px;
  }

  li.menu-item-has-children:hover li.menu-item:nth-child(n+4),
  li.menu-item-has-children:active li.menu-item:nth-child(n+4){
      position: relative;
      top: 51.12px;
    }
  }

/* ドロップダウンメニュー名前のラインを表示 */
  li.menu-item-has-children ul.sub-menu li.menu-item {
    position: relative;
    margin-left: 22px;
  }

  li.menu-item-has-children ul.sub-menu li.menu-item::before {
      border-top: 1px solid #ffffff;
      content: "";
      width: 10px;
      position:absolute;
      top: 50%;
      left: -14px;
  }

li.menu-item-has-children ul.sub-menu li.menu-item.headerColor-default::before {
    border-top: 1px solid #242424;
  }

  @media screen and (max-width: 768px) {
    li.menu-item-has-children ul.sub-menu li.menu-item::before {
      border-top: 1px solid #242424;
    }
  }
/* ※ナビベーションワードプレス用コード　endーーーーーーー */

/*----------------------------
　メインビジュアル
----------------------------*/
.mv {
  /* background-image: url(../img/main-pc_01.jpg); */
  background-image: url(img/main-pc.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 820px;
  position: relative;
  z-index: 0;
}
.mv__text {
  color: #ffffff;
}
.mv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-filter: brightness(62%);
          filter: brightness(62%);
  z-index: -1;
}

.container--mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .container--mv {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.mv__text {
  margin-bottom: 54px;
  max-width: 588px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .mv__text {
    margin-bottom: 45px;
  }
}

.scroll-line {
  position: absolute;
  bottom: 0;
  left: 37px;
  width: 1px;
  height: 120px;
  overflow: hidden;
}
.scroll-line::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 120px;
  background-color: #ffffff;
  -webkit-animation: scrolldown 1.4s ease-in-out infinite;
  animation: scrolldown 1.4s ease-in-out infinite;
}
@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

/*----------------------------
　フッター
----------------------------*/
footer.footer {
  padding: 0 30px;
  position: absolute;
  bottom: 0;
  width: 100%
}
.footer-fixed {
  min-height: 100vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer.footer {
    padding: 0 24px;
  }
}

.footer__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__body .instagram {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
@media screen and (max-width: 768px) {
  .footer__body .instagram {
    bottom: 14px;
    left: 14px;
  }
}
.footer__body .footer-copyright {
  padding-top: 24px;
  padding-bottom: 16px;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (max-width: 768px) {
  .footer__body .footer-copyright {
    padding-top: 20px;
    padding-bottom: 8px;
  }
}

/*----------------------------
　トップ：ニュース
----------------------------*/
.news__wrapper {
  max-width: 808px;
  width: 100%;
  margin: 0 auto;
}
.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .news__list {
    row-gap: 16x;
    margin-bottom: 32px;
  }
}
.news__list-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-column-gap: 32px;
  -webkit-column-gap: 32px;
          column-gap: 32px;
}
@media screen and (max-width: 768px) {
  .news__list-item-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
            column-gap: 0;
    row-gap: 8px;
  }
}
.news__list-item-text:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 1px solid #C0C0C0;
}
@media screen and (max-width: 768px) {
  .news__list-item-text:not(:last-child) {
    padding-bottom: 16px;
  }
}
.news__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-column-gap: 16px;
  -webkit-column-gap: 16px;
          column-gap: 16px;
}

.btn-text {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (max-width: 768px) {
  .btn-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.btn-arrow {
  display: block;
  /* background-image: url(../img/arrow-black.svg); */
  background-image: url(img/arrow-black.svg);
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  border: 1px solid #242424;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.news__btn:hover {
  position: relative;
}
.news__btn:hover .btn-arrow {
  /* background-image: url(../img/arrow-white.svg); */
  background-image: url(img/arrow-white.svg);
  background-color: #242424;
}
.news__btn:hover .btn-text {
  position: relative;
  left: 5px;
}

/*----------------------------
　About
----------------------------*/
.about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-column-gap: 24px;
  -webkit-column-gap: 24px;
          column-gap: 24px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
            column-gap: 0;
    row-gap: 24px;
  }
}

.about__image {
  width: 100%;
}

.about__img {
  width: 100%;
  height: auto;
}

.about__text {
  width: 100%;
}

.about__profile-name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 24px;
}
.about__profile-name-en {
  padding-left: 8px;
}
.about__profile-01-jp {
  margin-bottom: 8px;
}
.about__profile-01-en {
  margin-bottom: 24px;
}
.about__profile-02-jp, .about__profile-02-en, .about__profile-03-jp {
  margin-bottom: 8px;
}

/*----------------------------
　News&Exhibition共通
----------------------------*/
.article__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-column-gap: 24px;
  -webkit-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .article__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
            column-gap: 0;
    row-gap: 32px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 40px;
  }
}
.article__item {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 768px) {
  .article__item {
    width: 100%;
  }
}
.article__image {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 49/32;
}
.article__img {
  width: 100%;
  height: auto;
  -webkit-transition: 1s all;
  transition: 1s all;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__img:hover {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 1s all;
  transition: 1s all;
}
.article__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
.article__title {
  font-weight: 500;
}

/*----------------------------
　ページネーション
----------------------------*/
.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  color: #242424;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  border-radius: 50%;
  border: 1px solid #242424;
  background-color: #ffffff;
}
.page-numbers.current {
  background-color: #242424;
  color: #ffffff;
}

.page-left {
  display: block;
  /* background-image: url(../img/page-left.svg); */
  background-image: url(img/page-left.svg);
  height: 20px;
  width: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-right {
  display: block;
  /* background-image: url(../img/page-right.svg); */
  background-image: url(img/page-right.svg);
  height: 20px;
  width: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.pagenation-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation-pc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-column-gap: clamp(16px, 2.08vw, 24px);
  -webkit-column-gap: clamp(16px, 2.08vw, 24px);
          column-gap: clamp(16px, 2.08vw, 24px);
}
@media screen and (max-width: 768px) {
  .pagenation-pc {
    display: none;
  }
}

.pagenation-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pagenation-sp {
    display: block;
  }
}
.pagenation-sp__list {
  display: table;
  width: 100%;
}

.page-first {
  display: inline-block;
  /* background-image: url(../img/page-first.svg); */
  background-image: url(img/page-first.svg);
  height: 20px;
  width: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: translate(10%, 10%);
          transform: translate(10%, 10%);
}

.page-last {
  display: inline-block;
  /* background-image: url(../img/page-last.svg); */
  background-image: url(img/page-last.svg);
  height: 20px;
  width: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: translate(10%, 10%);
          transform: translate(10%, 10%);
}

.pagenation-sp__item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: solid 1px #242424;
  background-color: #ffffff;
  height: 64px;
}
.pagenation-sp__item:nth-child(2) {
  border-right: 0;
}
.pagenation-sp__item-noItem {
  background-color: #C0C0C0;
}

.pagenation-sp__item-first {
  width: 64px;
  border-right: 0;
}

.pagenation-sp__item-last {
  width: 64px;
  border-left: 0;
}

.page-left-sp {
  display: inline-block;
  /* background-image: url(../img/page-left.svg); */
  background-image: url(img/page-left.svg);
  height: 20px;
  width: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: translate(10%, 10%);
          transform: translate(10%, 10%);
}

.page-right-sp {
  display: inline-block;
  /* background-image: url(../img/page-right.svg); */
  background-image: url(img/page-right.svg);
  height: 20px;
  width: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: translate(10%, 10%);
          transform: translate(10%, 10%);
}

/*----------------------------
　ページネーション(記事詳細ページ内)
----------------------------*/
.detailPage-pagenation {
  width: 100%;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .detailPage-pagenation__body {
    width: 100%;
  }
}
.detailPage-pagenation__list {
  display: table;
  border-collapse: separate;
  border-spacing: 42px 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .detailPage-pagenation__list {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
}
.detailPage-pagenation__item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: solid 1px #242424;
  background-color: #ffffff;
  height: 64px;
}
.detailPage-pagenation__item-right, .detailPage-pagenation__item-left {
  width: 64px;
}
.detailPage-pagenation__view {
  width: 295px;
}
@media screen and (max-width: 768px) {
  .detailPage-pagenation__view {
    width: initial;
  }
}
.detailPage-pagenation__noItem {
  background-color: #C0C0C0;
}

/*----------------------------
　News(記事詳細ページ)
----------------------------*/
/*----------------------------
　News&Exhibition共通(記事詳細ページ内)
----------------------------*/
.article-detail {
  max-width: 1016px;
  width: 100%;
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .article-detail {
    margin: 0 auto 40px;
  }
}
.article-detail__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
.article-detail__titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
.article-detail__title, .article-detail__date {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.article-detail__image {
  width: 100%;
}
.article-detail__img {
  width: 100%;
}

/*----------------------------
　Works
----------------------------*/
.works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-column-gap: 24px;
  -webkit-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .works__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
            column-gap: 0;
    row-gap: 32px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 40px;
  }
}
.works__item {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 768px) {
  .works__item {
    width: 100%;
  }
}
.works__image {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 49/32;
}
.works__img {
  width: 100%;
  height: auto;
  -webkit-transition: 1s all;
  transition: 1s all;
  -o-object-fit: cover;
     object-fit: cover;
}
.works__img:hover {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 1s all;
  transition: 1s all;
}
.works__desc {
  padding-top: 8px;
  font-weight: 500;
}

/*----------------------------
　Works(詳細ページ)
----------------------------*/
.works-detail__container {
  max-width: 1016px;
  width: 100%;
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .works-detail__container {
    margin: 0 auto 40px;
  }
}
.works-detail__body {
  width: 100%;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .works-detail__body {
    margin-bottom: 40px;
  }
}
.works-detail__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .works-detail__title {
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 16px;
  }
}
.works-detail__imagArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .works-detail__imagArea {
    row-gap: 8px;
  }
}
.works-detail__image-sc {
  width: 100%;
}
.works-detail__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-detail__img-sc {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
     aspect-ratio: 1;
}
.works-detail__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.works-detail__desc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
.works-detail__desc-title {
  font-weight: 500;
}

/*----------------------------
　Contact(詳細ページ)
----------------------------*/
.contact__body {
  max-width: 808px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact__body {
    margin-bottom: 40px;
  }
}
.contact__title-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .contact__title-body {
    row-gap: 8px;
    margin-bottom: 40px;
  }
}
.contact__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 36px;
}
@media screen and (max-width: 768px) {
  .form {
    row-gap: 24px;
  }
}
.form__required {
  font-size: 12px;
  font-size: 0.75rem;
}
.form__title {
  font-weight: 500;
}
.form__title span.required {
  padding-left: 8px;
}
.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
.form__input, .form__textarea {
  line-height: 1;
  padding: 16px;
  background-color: #FAFAFA;
  color: #242424;
  border: 1px solid #C1C1C1;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form__input, .form__textarea {
    font-size: 16px;
    font-size: 1rem;
    padding: 16px;
  }
}
.form__textarea {
  min-height: 286px;
}

.form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

input.submit-btn {
  padding: 16px;
  min-width: 288px;
  margin: 0 auto;
  text-align: center;
  border: solid 1px #242424;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 4px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  input.submit-btn {
    min-width: initial;
    width: 100%;
    margin-top: 16px;
  }
}

input.submit-btn:hover {
  color: #ffffff;
  background-color: #242424;
}

span.required {
  color: #BF1212;
}