@charset "UTF-8";
@font-face {
  font-family: "Penna";
  src: url("fonts/penna.woff2") format("woff2"), url("fonts/penna.woff") format("woff");
  font-display: swap;
}
/*
theme Name: ARK Corporation Original Theme
Author: Naeko
Description: ark corporation original theme
version： 1.0.0
*/
/*各ブラウザによるcssのリセット*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
  background: rgb(244, 244, 244) 0% 0% no-repeat padding-box;
  -webkit-text-size-adjust: 100%;
}

body::-webkit-scrollbar {
  display: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/*サイト全体の基準となるCSSを記述*/
html {
  font-size: 16px;
}

body {
  /*フォントの指定*/
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Sawarabi Mincho", "Penna", serif;
  /*行間の指定*/
  line-height: 1.4;
  margin: 0;
  padding: 0;
  /*サイトのデフォルトとなる文字の色を指定*/
  color: #333;
}

/*見出しを全て太字で表示 + 文字色を黒に*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

/*コンテンツのサイズ指定*/
.header-inner {
  box-sizing: border-box;
  max-width: 1920px;
  height: 880px;
}

.header-inner-fp, .header-inner-artist, .header-inner-gallery,
.header-inner-cafeculture, .header-inner-rentalspace, .header-inner-otherworks,
.header-inner-company, .header-inner-contact, .header-inner-news {
  box-sizing: border-box;
  max-width: 1920px;
  height: 500px;
}

.container,
.container-top,
.footer-inner {
  box-sizing: border-box;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 1.25rem;
}

.container-rightnarrow { /* ギャラリー詳細ページ用コンテナ */
  box-sizing: border-box;
  vertical-align: top;
  max-width: 1560px;
  margin-right: 0;
  margin-left: auto;
  padding: 1.25rem;
}

@media screen and (max-width: 1199px) {
  .header, .header-inner, .header-inner-fp, .header-inner-artist, .header-inner-gallery,
  .header-inner-cafeculture, .header-inner-rentalspace, .header-inner-otherworks,
  .header-inner-company, .header-inner-contact, .header-inner-news {
    width: 100%;
  }
  .container,
  .container-top,
  .footer-inner {
    width: 100%;
    padding: 1.25rem;
  }
  .container-rightnarrow { /* ギャラリー詳細ページ用コンテナ */
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 1.25rem;
  }
}
@media screen and (max-width: 560px) {
  .header-inner {
    height: 115vh;
  }
}
.container-rightnarrow:after {
  display: block;
  clear: both;
  content: "";
}

.contents-rightnarrow-title {
  position: relative;
  display: block;
  height: 217px;
  width: 100%;
  border-bottom: 1px dashed rgb(37, 23, 19);
}

.contents-rightnarrow-title p {
  position: absolute;
  top: 26px;
  left: 0;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 2.4px;
  color: rgb(219, 186, 111);
  opacity: 1;
}

.contents-rightnarrow-title h2 {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
  text-indent: 8px;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 4px;
  color: rgb(51, 51, 51);
  opacity: 1;
}

@media screen and (max-width: 560px) {
  .contents-rightnarrow-title {
    position: static;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    border-bottom: 1px dashed rgb(37, 23, 19);
  }
  .contents-rightnarrow-title p {
    position: static;
    top: 0;
    margin-top: 26px;
  }
  .contents-rightnarrow-title h2 {
    position: static;
    margin-top: 24px;
    margin-bottom: auto;
    text-indent: 8px;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 4px;
    color: rgb(51, 51, 51);
    opacity: 1;
  }
}
.contents-rightnarrow-term {
  border-bottom: 0.5px solid rgb(37, 23, 19);
}

.contents-rightnarrow-term p {
  margin: 26px 0;
  text-indent: 8px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2.4px;
  color: rgb(51, 51, 51);
}

.contents-rightnarrow-mainimg img {
  width: 700px;
  height: 600px;
  margin-top: 33px;
  -o-object-fit: cover;
     object-fit: cover;
}

.contents-rightnarrow ul {
  width: 700px;
  height: 141px;
  margin-top: 50px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.contents-rightnarrow li {
  width: 156px;
  height: 141px;
  overflow: hidden;
}

@media screen and (max-width: 560px) {
  .is-animated::before {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    font-size: 3em;
    color: #ffffff;
    font-weight: 600;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 80%);
    animation-name: animation-slidehints;
    animation-duration: 1.8s;
    animation-iteration-count: 3;
    animation-fill-mode: forwards;
  }
  @keyframes animation-slidehints {
    0% {
      opacity: 0.7;
      transform: translate(-50%, 50%);
    }
    100% {
      opacity: 0;
      transform: translate(100%, 50%);
    }
  }
  .contents-rightnarrow-mainimg img {
    width: 100%;
    height: auto;
    position: relative;
  }
  .contents-rightnarrow ul {
    width: 100%;
    height: auto;
    overflow: scroll;
  }
}
.contents-rightnarrow-subimg {
  width: 100%;
  /* overflow-x:scroll; */
}

.contents-rightnarrow-subimg ul {
  /* width: 700px; */
  display: flex;
  /* -webkit-overflow-scrolling: auto; */
  justify-content: center;
  flex-wrap: wrap;
  white-space: nowrap;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.contents-rightnarrow-subimg li {
  /* overflow: inherit; */
  padding: 9px;
}

.contents-rightnarrow-subimg img {
  width: 156px;
  height: 141px;
  -o-object-fit: cover;
     object-fit: cover;
  /* max-width: fit-content; */
}

.contents-rightnarrow-event-wrap {
  width: 100%;
  margin: 39px 0 250px 0;
}

.contents-rightnarrow-event-wrap ul {
  height: -moz-fit-content;
  height: fit-content;
}

.contents-rightnarrow-event-wrap ul li {
  width: 323px;
  height: 292px;
}

.contents-rightnarrow-event-wrap ul li img {
  width: 323px;
  height: 292px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .contents-rightnarrow-subimg {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .contents-rightnarrow-subimg ul {
    /* width: 700px; */
    display: flex;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    /* white-space: nowrap; */
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .contents-rightnarrow-subimg li {
    padding: 0 9px;
    overflow: visible;
    height: -moz-fit-content;
    height: fit-content;
  }
  .contents-rightnarrow-subimg img {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .contents-rightnarrow-event-wrap {
    width: 90vw;
    margin: 39px auto 250px auto;
  }
  .contents-rightnarrow-event-wrap ul {
    width: 90vw;
  }
  .contents-rightnarrow-event-wrap ul li {
    width: 46%;
    height: auto;
  }
  .contents-rightnarrow-event-wrap ul li img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 560px) {
  .contents-rightnarrow-subimg ul li {
    display: flex;
  }
  .contents-rightnarrow-subimg::after {
    content: ">";
    position: absolute;
    right: 50px;
    font-size: 80px;
    margin-top: -40px;
    top: 50%;
    opacity: 0;
  }
  .contents-rightnarrow-subimg.show::after {
    opacity: 0.2;
    transition: 0.8s;
    right: 5px;
  }
  .contents-rightnarrow-subimg.del::after {
    display: none;
  }
  .contents-rightnarrow-event-wrap {
    margin-bottom: 200px;
  }
  .contents-rightnarrow-event-wrap ul {
    display: inline-block;
  }
  /* .contents-rightnarrow-event-wrap ul li:last-child {
    display:none;
  } */
  .contents-rightnarrow-event-wrap ul li {
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .contents-rightnarrow-event-wrap ul li img {
    width: 100%;
  }
}
.contents-rightnarrow-event-term {
  height: 56px;
  border-bottom: 0.5px solid rgb(37, 23, 19);
}

.contents-rightnarrow-event-term p::before {
  font-weight: normal;
  display: inline-block;
  content: "日時：";
  width: 185px;
}

.contents-rightnarrow-event-term p {
  font-weight: bold;
  font-size: 28px;
  line-height: 56px;
  letter-spacing: 2.8px;
  color: rgb(51, 51, 51);
  width: -moz-max-content;
  width: max-content;
}

.contents-rightnarrow-event-name {
  margin: 26px 0;
}

.contents-rightnarrow-event-name p::before {
  font-weight: normal;
  display: inline-block;
  content: "イベント名：";
  width: 185px;
}

.contents-rightnarrow-event-name p {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 2.8px;
  color: rgb(51, 51, 51);
}

.contents-rightnarrow-event-contents {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  vertical-align: top;
  width: 100%;
  margin: 26px 0 0 0;
  font-size: 24px;
  letter-spacing: 2.4px;
  color: rgb(51, 51, 51);
}

.contents-rightnarrow-event-contents-detail {
  display: inline-block;
  width: 501px;
  font-size: 24px;
  letter-spacing: 2.4px;
  color: rgb(51, 51, 51);
}

@media screen and (max-width: 1200px) {
  .contents-rightnarrow-event-contents-detail {
    width: 80%;
  }
  .contents-rightnarrow-event-term {
    height: auto;
  }
  .contents-rightnarrow-event-term p::before {
    width: 120px;
  }
  .contents-rightnarrow-event-term p {
    font-size: 22px;
    line-height: 48px;
  }
  .contents-rightnarrow-event-name p::before {
    width: 180px;
  }
  .contents-rightnarrow-event-name p {
    font-size: 22px;
  }
  .contents-rightnarrow-event-contents {
    font-size: 22px;
  }
  .contents-rightnarrow-event-contents-detail {
    font-size: 22px;
    width: 80%;
  }
}
@media screen and (max-width: 560px) {
  .contents-rightnarrow-event-term p::before {
    display: block;
  }
  .contents-rightnarrow-event-term p {
    font-size: 18px;
    line-height: 36px;
  }
  .contents-rightnarrow-event-name p::before {
    display: block;
  }
  .contents-rightnarrow-event-name p {
    font-size: 18px;
    line-height: 36px;
  }
  .contents-rightnarrow-event-contents {
    display: block;
    font-size: 18px;
  }
  .contents-rightnarrow-event-contents-detail {
    display: block;
    font-size: 18px;
    width: 100%;
  }
}
.contents-rightnarrow-event-img-wrapper {
  margin: 56px 0;
}

.contents-rightnarrow-event-img-wrapper ul {
  width: 100%;
  height: 292px !important;
}

.contents-rightnarrow-event-img-wrapper ul li {
  width: 323px;
  height: 100%;
  border: 1px solid #333;
}

.contents-rightnarrow-evnet-img-wrapper img {
  height: 292px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

/*                 */
/* 過去の展示会情報 */
/*                 */
#past-switch {
  display: block;
  padding: 0;
  margin: 0 auto;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}

ul {
  list-style: none;
}

.btn {
  float: left;
  width: 156px;
  height: 100px;
  margin: 0 0 10px 10px;
  padding: 5px;
  font-family: "Penna";
  font-size: 60px;
  letter-spacing: 1.8px;
  color: rgb(234, 153, 0);
  text-align: center;
  background: none;
  border: 1px solid rgb(234, 153, 0);
}

.btn:hover {
  opacity: 0.8;
  cursor: pointer;
  color: rgb(255, 255, 255);
  background: rgb(234, 153, 0) 0% 0% no-repeat padding-box;
}

.btn:after {
  clear: both;
  content: "";
  display: block;
  height: 250px;
}

@media screen and (max-width: 560px) {
  .btn {
    width: 100%;
    padding: 0;
    height: auto;
    margin: 0 auto 20px auto;
    box-sizing: border-box;
  }
  .btn:after {
    clear: both;
    content: "";
    display: block;
    height: 30px;
  }
}
.inactive {
  color: rgb(255, 255, 255);
  background: rgb(234, 153, 0) 0% 0% no-repeat padding-box;
}

.inactive:hover {
  opacity: 0.5;
  cursor: default;
}

.boxDisplay {
  display: block;
}

.boxNone {
  display: none;
}

.border-none {
  border: none !important;
  height: 96px !important;
}

.past-exhibition-list {
  display: block;
  margin: 240px 0 250px 0;
  padding: 20px;
}

.past-exhibition-title {
  text-indent: -8px;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 3.2px;
  color: rgb(51, 51, 51);
}

.past-exhibition-list ul li:first-child {
  border-top: 1px solid rgb(51, 51, 51);
}

.past-exhibition-list ul {
  margin-top: 33px;
}

.past-exhibition-list ul li {
  height: 110px;
  font-size: 20px;
  letter-spacing: 2px;
  color: rgb(51, 51, 51);
  border-bottom: 1px solid rgb(51, 51, 51);
}

.past-term-text {
  display: inline-block;
  width: 224px;
  height: -moz-fit-content;
  height: fit-content;
  margin: 33px 51px auto 0;
}

.past-term-title {
  display: inline-block;
  width: 461px;
  height: -moz-fit-content;
  height: fit-content;
  vertical-align: top;
  margin: 33px auto auto 0;
}

@media screen and (max-width: 1199px) {
  .past-exhibition-list {
    margin: 240px 0 0 0;
    padding: 0;
  }
  .past-term-text {
    margin: 33px 20px auto 0;
  }
  .past-term-title {
    width: auto;
  }
}
@media screen and (max-width: 560px) {
  .past-exhibition-list {
    margin: 240px 0 0 0;
    width: 100%;
  }
  .past-exhibition-list ul li {
    height: auto;
  }
  .past-term-text {
    margin: 10px 0 auto 0;
  }
  .past-term-title {
    width: auto;
    margin: 10px 0 10px 0;
  }
}
/* topページ用container */
.container-top {
  padding: 2rem 0;
}

.container-top:after {
  display: block;
  clear: both;
  content: "";
}

.contents-top {
  float: left;
  width: 100%;
  margin-bottom: 250px;
}

.section-top:before {
  border-top: solid 1px rgb(51, 51, 51);
  width: 100%;
  height: 1px;
  top: 50%;
}

.section-top-title { /* トップページセクションタイトル（オレンジ） */
  position: relative;
  display: block;
  margin-top: 127px;
  width: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(to right, rgb(219, 186, 111), rgb(219, 186, 111));
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, 11px 11px;
  background-size: 39px 39px, 56px 56px;
}

.section-top-titlestr {
  margin-left: 83px;
  height: 67px;
  top: 0;
  bottom: 0;
}

.section-top-titlestr h2 {
  display: flex;
  font-size: 40px;
  line-height: 67px;
  font-family: "Penna";
  vertical-align: middle;
  letter-spacing: 4px;
}

.section-top-titlestr h2:after {
  content: "";
  flex-grow: 1;
  height: 52px;
  border-bottom: 1px solid rgb(51, 51, 51);
}

.section-top-jptitlestr {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 18px;
  letter-spacing: 1.8px;
  width: 100%;
  text-align: right;
}

@media screen and (max-width: 560px) {
  .section-top-titlestr h2 {
    letter-spacing: 1px;
  }
  .section-top-jptitlestr {
    top: -10px;
    font-size: 14px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}
.section-top-title-b { /* トップページセクションタイトル（茶） */
  position: relative;
  display: block;
  margin-top: 127px;
  width: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(to right, rgb(56, 25, 5), rgb(56, 25, 5));
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, 11px 11px;
  background-size: 39px 39px, 56px 56px;
}

.section-top-title-b-str {
  margin-left: 83px;
  height: 67px;
  top: 0;
  bottom: 0;
}

.section-top-title-b-str h2 {
  display: flex;
  font-size: 40px;
  line-height: 67px;
  font-family: "Penna";
  vertical-align: middle;
  letter-spacing: 4px;
}

.section-top-title-b-str h2:after {
  content: "";
  flex-grow: 1;
  height: 52px;
  border-bottom: 1px solid rgb(51, 51, 51);
}

.section-top-jptitle-b-str {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 18px;
  letter-spacing: 1.8px;
  width: 100%;
  text-align: right;
}

@media screen and (max-width: 560px) {
  .section-top-title-b-str h2 {
    letter-spacing: 1px;
  }
  .section-top-jptitle-b-str {
    top: -10px;
    font-size: 14px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}
.section-top-title-bl { /* 会社案内ページセクションタイトル（青） */
  position: relative;
  display: block;
  margin-top: 127px;
  width: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(to right, rgb(23, 77, 116), rgb(23, 77, 116));
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, 11px 11px;
  background-size: 39px 39px, 56px 56px;
}

.section-top-title-bl-str {
  margin-left: 83px;
  height: 67px;
  top: 0;
  bottom: 0;
}

.section-top-title-bl-str h2 {
  display: flex;
  font-size: 40px;
  line-height: 67px;
  font-family: "Penna";
  vertical-align: middle;
  letter-spacing: 4px;
  font-weight: normal;
}

.section-top-title-bl-str h2:after {
  content: "";
  flex-grow: 1;
  height: 52px;
  border-bottom: 1px solid rgb(51, 51, 51);
}

.section-top-jptitle-bl-str {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 18px;
  letter-spacing: 1.8px;
  width: 100%;
  text-align: right;
}

@media screen and (max-width: 560px) {
  .section-top-title-bl-str h2 {
    letter-spacing: 1px;
  }
  .section-top-jptitle-bl-str {
    top: -10px;
    font-size: 14px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}
.section-top-title-r { /* トップページセクションタイトル（赤）線なし */
  position: relative;
  display: block;
  margin-top: 56px;
  width: 100%;
  height: 67px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(to right, rgb(170, 33, 33), rgb(170, 33, 33));
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, 11px 11px;
  background-size: 39px 39px, 56px 56px;
}

.section-top-title-r-str {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 83px;
  height: 67px;
  width: 400px;
}

.section-top-title-r-str h2 {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 2.4px;
  color: rgb(51, 51, 51);
  opacity: 1;
}

.section-top-title-search { /* 右サイドメニュータイトル */
  position: relative;
  display: block;
  margin-top: 56px;
  width: 100%;
  height: 67px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(to right, rgb(219, 186, 111), rgb(219, 186, 111));
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, 11px 11px;
  background-size: 39px 39px, 214px 56px;
}

.section-top-title-search-str {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 48px;
  height: 67px;
  width: 100%;
}

.section-top-title-search-str h2 {
  position: absolute;
  top: 24%;
  bottom: 15px;
  left: 8px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 25px;
  font-family: "Penna";
  line-height: 56px;
  letter-spacing: 2.5px;
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 1199px) {
  .sidebar-rightnarrow {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .sidebar-rightnarrow {
    display: none;
  }
  .section-top-title-r-str {
    width: 70%;
  }
  .section-top-title-r-str h2 {
    letter-spacing: 1px;
  }
  .section-top-jptitle-r-str {
    top: -10px;
    font-size: 14px;
  }
}
.section-top-contents_exb { /* 展示会セクション */
  display: block;
  width: 100%;
  height: 695px;
  margin: 64px 0;
}

.section-top-ongoing {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 808px;
  height: 100%;
}

.section-top-ongoing h3 {
  width: 100%;
  height: 38px;
  font-size: 24px;
  line-height: 38px;
  color: rgb(255, 255, 255);
  text-indent: 0.5em;
  letter-spacing: 2.4px;
  margin-bottom: 17px;
  background: rgb(170, 33, 33) 0% 0% no-repeat;
}

.section-top-ongoing img { /*アイキャッチ画像（left）*/
  position: absolute;
  top: 55px;
  left: 0;
  width: 411px;
  height: 419px;
  -o-object-fit: cover;
     object-fit: cover;
}

.exibition_venue { /*展示会会場(left)*/
  position: absolute;
  top: 472px;
  left: 0;
  width: 411px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
  color: rgb(51, 51, 51);
  margin: 33px 0 25px 0;
}

.exibition_title { /*展示会タイトル(left)*/
  position: absolute;
  top: 558px;
  left: 0;
  width: 411px;
  height: 76px;
  box-sizing: border-box;
  border-top: 1px dashed rgb(37, 23, 19);
  display: flex;
  justify-content: start;
  align-items: center;
}

.exibition_title h4 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 2.4px;
  color: rgb(51, 51, 51);
  text-align: left;
}

.exibition_term { /*展示会期間(left)*/
  position: absolute;
  top: 607px;
  left: 0;
  width: 411px;
  padding: 25px 0 30px 0;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid rgb(37, 23, 19);
  color: rgb(51, 51, 51);
}

.exibition_text { /*本文(right)*/
  position: absolute;
  top: 81px;
  left: 442px;
  width: 343px;
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 2px;
  color: rgb(51, 51, 51);
}

.exibition_text::after {
  position: absolute;
  top: 290px;
  left: -20px;
  content: " ";
  border-top: 1px solid rgb(37, 23, 19);
  height: 27px;
  width: 383px;
}

.event_section { /*イベント情報*/
  position: absolute;
  top: 398px;
  left: 425px;
  width: 383px;
  height: 300px;
  background: linear-gradient(45deg, transparent, transparent 92%, black 92%, black 92.25%, transparent 92.25%, transparent), linear-gradient(45deg, transparent, transparent 8%, black 8%, black 8.25%, transparent 8.25%, transparent), linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
  background-position: 0 0, 0 0, 7px 5px;
  background-size: 100% 100%, 100% 100%, 367px 290px;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.event_section_title {
  margin: 19px auto 0 22px;
  width: 330.5px;
  height: 60px;
  color: rgb(170, 33, 33);
  border-bottom: 0.5px solid rgb(37, 23, 19);
}

.event_section_overview {
  margin: 10px auto 17px 26px;
  width: 339px;
  color: rgb(51, 51, 51);
}

.event_section_overview h4 {
  line-height: 2em;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 3px;
  -webkit-text-size-adjust: 100%;
}

.event_section_overview p {
  float: right;
  width: 320px;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.9px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .section-top-contents_exb { /* 展示会セクション */
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 0;
  }
  .section-top-ongoing {
    position: static;
    width: 100%;
    height: auto;
  }
  .section-top-ongoing img {
    position: static;
    width: 411px;
    height: 419px;
  }
  .exibition_venue { /*展示会会場(left)*/
    position: static;
    width: 100%;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .exibition_title { /*展示会タイトル(left)*/
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 30px;
  }
  .exibition_term { /*展示会期間(left)*/
    position: static;
    text-align: left;
    width: 100%;
    padding: 0 30px 30px 30px;
    box-sizing: border-box;
  }
  .exibition_text { /*本文(right)*/
    position: static;
    text-align: left;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
  }
  .exibition_text::after {
    position: static;
    top: 0;
    left: 0;
    content: " ";
    border-top: 1px solid rgb(37, 23, 19);
    height: 27px;
    width: 383px;
  }
  .event_section { /*イベント情報*/
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    background-size: 100% 100%, 100% 100%, 100% 100%;
  }
  .event_section_overview {
    width: 100%;
    overflow: hidden;
  }
  .event_section_overview h4 {
    text-align: left;
  }
  .event_section_overview p {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .section-top-contents_exb { /* 展示会セクション */
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 0;
  }
  .section-top-ongoing {
    position: static;
    width: 100%;
    height: auto;
  }
  .section-top-ongoing img {
    position: static;
    width: 411px;
    height: 419px;
  }
  .exibition_venue { /*展示会会場(left)*/
    position: static;
    width: 100%;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .exibition_title { /*展示会タイトル(left)*/
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 30px;
  }
  .exibition_term { /*展示会期間(left)*/
    position: static;
    text-align: left;
    width: 100%;
    padding: 0 30px 30px 30px;
    box-sizing: border-box;
  }
  .exibition_text { /*本文(right)*/
    position: static;
    text-align: left;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
  }
  .exibition_text::after {
    position: static;
    top: 0;
    left: 0;
    content: " ";
    border-top: 1px solid rgb(37, 23, 19);
    height: 27px;
    width: 383px;
  }
  .event_section { /*イベント情報*/
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .event_section_title {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
  }
  .event_section_overview {
    width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  .event_section_overview h4 {
    text-align: left;
  }
  .event_section_overview p {
    width: 100%;
  }
}
.section-top-next {
  position: relative;
  top: -695px;
  left: 808px;
  display: inline-block;
  width: 355px;
  height: 100%;
  margin-left: 37px;
}

.section-top-next h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 24px;
  line-height: 38px;
  text-indent: 0.5em;
  color: rgb(255, 255, 255);
  letter-spacing: 2.4px;
  margin-bottom: 17px;
  background: rgb(219, 186, 111) 0% 0% no-repeat;
}

.section-top-next img { /*アイキャッチ画像（left）*/
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  height: 419px;
  -o-object-fit: cover;
     object-fit: cover;
}

.exibition-venue-next { /*展示会会場(left)*/
  position: absolute;
  top: 472px;
  left: 0;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
  color: rgb(51, 51, 51);
  margin: 33px 0 25px 0;
}

.exibition-title-next { /*展示会タイトル(left)*/
  position: absolute;
  top: 558px;
  left: 0;
  width: 100%;
  height: 76px;
  border-top: 1px dashed rgb(37, 23, 19);
  display: flex;
  justify-content: start;
  align-items: center;
}

.exibition-title-next h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 25px;
  text-align: left;
  letter-spacing: 2.4px;
  color: rgb(51, 51, 51);
}

.exibition-term-next { /*展示会期間(left)*/
  position: absolute;
  top: 607px;
  left: 0;
  width: 100%;
  padding: 25px 0 30px 0;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid rgb(37, 23, 19);
  color: rgb(51, 51, 51);
}

@media screen and (max-width: 1199px) {
  .section-top-next {
    position: static;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 100px auto;
  }
  .section-top-next a {
    width: 100%;
  }
  .section-top-next h3 {
    position: static;
    width: 100%;
  }
  .section-top-next img { /*アイキャッチ画像（left）*/
    position: static;
    display: inline-block;
    width: 411px;
    height: 419px;
  }
  .exibition-venue-next {
    position: static;
    display: inline-block;
    text-align: left;
    box-sizing: border-box;
    padding: 0 30px;
  }
  .exibition-title-next { /*展示会タイトル(left)*/
    position: static;
    box-sizing: border-box;
    padding: 0 30px;
  }
  .exibition-term-next { /*展示会期間(left)*/
    position: static;
    box-sizing: border-box;
    padding: 0 30px 30px 30px;
    text-align: left;
  }
}
@media screen and (max-width: 560px) {
  .section-top-next {
    position: static;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 100px auto;
  }
  .section-top-next a {
    width: 100%;
  }
  .section-top-next h3 {
    position: static;
    width: 100%;
  }
  .section-top-next img { /*アイキャッチ画像（left）*/
    position: static;
    display: inline-block;
    width: 411px;
    height: 419px;
  }
  .exibition-venue-next {
    position: static;
    display: inline-block;
    text-align: left;
    box-sizing: border-box;
    padding: 0 30px;
  }
  .exibition-title-next { /*展示会タイトル(left)*/
    position: static;
    box-sizing: border-box;
    padding: 0 30px;
  }
  .exibition-term-next { /*展示会期間(left)*/
    position: static;
    box-sizing: border-box;
    padding: 0 30px 30px 30px;
    text-align: left;
  }
}
.section-top-contents-2col { /*2列 other worksセクション*/
  margin: 64px auto;
  max-width: 1200px;
}

.section-top-contents-2col ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.section-top-contents-2col ul li {
  position: relative;
  vertical-align: top;
  width: 600px;
  height: 358px;
  background: rgb(112, 112, 112) 0% 0% no-repeat;
}

.section-top-contents-2col ul li a:hover {
  background: rgba(255, 255, 255, 0.6) no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

@media screen and (max-width: 1199px) {
  .section-top-contents-2col {
    max-width: 1024px;
  }
  .section-top-contents-2col ul li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 560px) {
  .section-top-contents-2col {
    max-width: 1024px;
  }
  .section-top-contents-2col ul li {
    margin-bottom: 30px;
  }
}
.section-top-contents-2col ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 358px;
  opacity: 0.3;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-top-contents-2col ul li img:hover {
  opacity: 0.6;
}

.section-top-contents-2col-title-wrap {
  position: absolute;
  top: 30%;
  left: 33%;
  width: 200px;
  height: 155px;
  background: rgb(56, 25, 5) 0% 0% no-repeat padding-box;
}

.section-top-contents-2col-text-j {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 4.8px;
  color: rgb(255, 255, 255);
}

.section-top-contents-2col-text-e {
  position: absolute;
  top: 75%;
  left: auto;
  right: 1rem;
  font-size: 66px;
  line-height: 89px;
  font-family: "Penna";
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 560px) {
  .section-top-contents-2col-title-wrap {
    left: 25%;
  }
}
.section-top-contents-2col2 { /*2列 均等割*/
  margin: 64px auto;
  max-width: 1200px;
}

.section-top-contents-2col2 ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  width: 90%;
  margin: 0 auto;
  /*padding: 0;*/
  justify-content: space-between;
}

.section-top-contents-2col2 ul li {
  position: relative;
  vertical-align: top;
  width: 497px;
  height: 140px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), linear-gradient(to right, rgb(234, 153, 0), rgb(234, 153, 0));
  background-size: 70px 70px, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, 20px 20px;
}

.section-top-contents-2col2 ul li a:hover {
  background: rgba(255, 255, 255, 0.6) no-repeat padding-box;
  background-position: 0 0;
  background-size: 100% 100%;
}

.section-top-contents-2col2-text-s {
  position: absolute;
  top: 33px;
  left: 82px;
  text-align: left;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1.8px;
  color: rgb(255, 255, 255);
}

.section-top-contents-2col2-text-tel:before {
  content: "　";
  width: 26.45px;
  height: 34.5px;
  background-image: url(images/tel.svg);
  background-size: 26.45px 34.5px;
  background-position: center;
  background-repeat: no-repeat;
}

.section-top-contents-2col2-text-tel {
  position: absolute;
  top: 61.5px;
  left: 82px;
  font-size: 48px;
  font-family: "Cormorant Garamond";
  letter-spacing: 4.8px;
  color: rgb(255, 255, 255);
  line-height: 67px;
  text-align: center;
}

.section-top-contents-2col2-text-mail:before {
  content: "　";
  width: 33px;
  height: 24.2px;
  background-image: url(images/mail.svg);
  background-size: 33px 24.2;
  background-position: center;
  background-repeat: no-repeat;
}

.section-top-contents-2col2-text-mail {
  position: absolute;
  top: 61.5px;
  left: 82px;
  font-size: 37px;
  font-family: "Cormorant Garamond";
  letter-spacing: 3.7px;
  color: rgb(255, 255, 255);
  line-height: 67px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .section-top-contents-2col2 { /*2列 均等割*/
    margin: 64px auto;
    max-width: 1024px;
  }
  .section-top-contents-2col2 ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
  }
  .section-top-contents-2col2 ul li {
    position: relative;
    vertical-align: top;
    width: 497px;
    height: 140px;
    margin: 0 auto;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), linear-gradient(to right, rgb(234, 153, 0), rgb(234, 153, 0));
    background-size: 70px 70px, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, 20px 20px;
  }
}
@media screen and (max-width: 560px) {
  .section-top-contents-2col2 {
    max-width: 560px;
  }
  .section-top-contents-2col2 ul li {
    width: 100%;
    height: 120px;
    margin: 10px 0;
  }
  .section-top-contents-2col2-text-tel:before {
    width: 10px;
    height: auto;
    background-size: 10px auto;
  }
  .section-top-contents-2col2-text-tel {
    font-size: 18px;
    top: 51px;
    left: auto;
    right: 30px;
  }
  .section-top-contents-2col2-text-mail:before {
    width: 12px;
    height: auto;
    background-size: 12px auto;
  }
  .section-top-contents-2col2-text-mail {
    font-size: 18px;
    top: 51px;
    left: auto;
    right: 30px;
  }
  .section-top-contents-2col2-text-s {
    left: 30px;
  }
}
.section-top-contents-3col { /*3列 均等割*/
  margin: 64px auto;
  max-width: 1200px;
}

.section-top-contents-3col ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: space-evenly;
}

.section-top-contents-3col ul li {
  display: inline-block;
  vertical-align: top;
  width: 380px;
  height: 339px;
}

.section-top-contents-3col ul li img {
  width: 100%;
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0.5rem;
}

.section-top-contents-3col-p-wrap {
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}

.section-top-contents-3col ul li p {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1.8px;
  color: rgb(51, 51, 51);
}

@media screen and (max-width: 1199px) {
  .section-top-contents-3col {
    width: 100%;
    max-width: 1024px;
  }
  .section-top-contents-3col ul {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .section-top-contents-3col ul li {
    width: 78%;
    height: auto;
  }
  .section-top-contents-3col ul li img {
    display: inline-block;
    width: 35%;
    height: 260px;
    margin-right: 30px;
    vertical-align: top;
  }
  .section-top-contents-3col-p-wrap {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0;
  }
  .section-top-contents-3col ul li p {
    margin-bottom: 1.4em;
  }
}
@media screen and (max-width: 560px) {
  .section-top-contents-3col {
    width: 100%;
    max-width: 1024px;
  }
  .section-top-contents-3col ul {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .section-top-contents-3col ul li {
    width: 90%;
    height: auto;
  }
  .section-top-contents-3col ul li img {
    display: inline-block;
    width: 35%;
    height: 260px;
    margin-right: 30px;
    vertical-align: top;
  }
  .section-top-contents-3col-p-wrap {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0;
  }
  .section-top-contents-3col ul li p {
    margin-bottom: 1.4em;
  }
}
.section-top-contents-3col2 { /*3列 top garellyセクション*/
  margin: 64px auto;
  max-width: 1200px;
}

.section-top-contents-3col2 ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.section-top-contents-3col2 ul li {
  position: relative;
  vertical-align: top;
  width: 400px;
  height: 370px;
}

.section-top-contents-3col2 ul li a:hover {
  background: rgba(255, 255, 255, 0.6) no-repeat padding-box;
  background-position: 0 0;
  background-size: 100% 100%;
}

@media screen and (max-width: 1199px) {
  .section-top-contents-3col2 {
    max-width: 1024px;
  }
  .section-top-contents-3col2 ul {
    justify-content: space-evenly;
  }
  .section-top-contents-3col2 ul li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 560px) {
  .section-top-contents-3col2 {
    max-width: 1024px;
  }
  .section-top-contents-3col2 ul {
    justify-content: space-evenly;
  }
  .section-top-contents-3col2 ul li {
    margin-bottom: 30px;
  }
}
.section-top-contents-3col2 ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-top-contents-3col2 ul li img:hover {
  opacity: 0.6;
}

.section-top-contents-3col2-title-wrap {
  position: absolute;
  top: 30%;
  left: 25%;
  width: 200px;
  height: 155px;
  background: rgb(234, 153, 0) no-repeat padding-box;
}

.section-top-contents-3col2-text-j {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 4.8px;
  color: rgb(255, 255, 255);
}

.section-top-contents-3col2-text-e {
  position: absolute;
  top: 75%;
  left: auto;
  right: 1rem;
  font-size: 66px;
  line-height: 89px;
  font-family: "Penna";
  letter-spacing: 0px;
  color: rgb(56, 25, 5);
  opacity: 0.5;
}

.section-top-contents-3col-a { /*アーティストページ　3列 均等割*/
  margin: 50px auto 50px auto;
  width: 1140px;
}

@media screen and (max-width: 1199px) {
  .section-top-contents-3col-a {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .section-top-contents-3col-a {
    width: 100%;
  }
}
.section-top-contents-3col-a ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: space-evenly;
}

.section-top-contents-3col-a ul li {
  display: inline-block;
  vertical-align: top;
  width: 349px;
  height: 443px;
  border-bottom: rgb(11, 11, 11) solid 1px;
  padding-bottom: 15px;
  margin-bottom: 100px;
}

.section-top-contents-3col-a ul li img {
  width: 100%;
  height: 346.94px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-top-contents-3col-a ul li p {
  font-size: 34px;
  font-family: "Penna";
  letter-spacing: 1.2px;
  color: rgb(37, 23, 19);
  opacity: 1;
  margin: 41.06px auto auto auto;
  width: -moz-fit-content;
  width: fit-content;
}

.section-top-contents-3col-profile { /*アーティスト個人ページ　作品3列 均等割*/
  margin: 50px auto 50px auto;
  max-width: 947px;
  margin-bottom: 250px;
}

.section-top-contents-3col-profile ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}

@media screen and (max-width: 1199px) {
  .section-top-contents-3col-profile {
    max-width: 1024px;
    margin-bottom: 200px;
  }
  .section-top-contents-3col-profile ul {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 560px) {
  .section-top-contents-3col-profile {
    max-width: 560px;
    margin-bottom: 200px;
  }
  .section-top-contents-3col-profile ul {
    justify-content: space-evenly;
  }
}
.section-top-contents-3col-profile ul li {
  display: inline-block;
  vertical-align: top;
  width: 297px;
  height: auto;
  border-bottom: rgb(11, 11, 11) solid 1px;
  border-style: dashed;
  margin-bottom: 50px;
}

.section-top-contents-3col-profile ul li img {
  width: 100%;
  height: 297px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-top-contents-3col-profile ul li h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 2px;
  color: rgb(51, 51, 51);
  opacity: 1;
  margin-top: 17px;
  width: -moz-fit-content;
  width: fit-content;
}

.section-top-contents-3col-profile ul li p {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1.8px;
  color: rgb(51, 51, 51);
  opacity: 1;
  margin-bottom: 16px;
  width: -moz-fit-content;
  width: fit-content;
}

.section-recommend-contents-3col-artstyle { /*アートのある暮らし　3列 均等割*/
  margin: 106px auto 50px auto;
  max-width: 1200px;
  margin-bottom: 200px;
  max-height: 2100px;
  overflow-y: scroll;
}

.section-recommend-contents-3col-artstyle ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: space-evenly;
}

.section-recommend-contents-3col-artstyle ul li {
  display: inline-block;
  vertical-align: top;
  width: 367px;
  height: 427px;
  overflow: hidden;
  margin-bottom: 82px;
}

.section-recommend-contents-3col-artstyle ul li img {
  width: 367px;
  height: 333px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-recommend-contents-3col-artstyle ul li h3 {
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 2.4px;
  color: rgb(51, 51, 51);
  opacity: 1;
  margin: 29px auto 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.section-recommend-contents-3col-artstyle ul li p {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 2px;
  color: rgb(51, 51, 51);
  opacity: 1;
  margin: 0 auto 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 1199px) {
  .section-recommend-contents-3col-artstyle { /*アートのある暮らし　3列 均等割*/
    max-width: 1024px;
    max-height: 800px;
  }
  .section-recommend-contents-3col-artstyle ul {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 560px) {
  .section-recommend-contents-3col-artstyle { /*アートのある暮らし　3列 均等割*/
    max-width: 560px;
    height: 427px;
    overflow-y: none;
    overflow-x: scroll;
  }
  .section-recommend-contents-3col-artstyle ul {
    flex-wrap: nowrap;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
  }
  .section-recommend-contents-3col-artstyle ul li {
    width: 300px;
    height: auto;
    margin-right: 10px;
  }
  .section-recommend-contents-3col-artstyle ul li img {
    width: 300px;
    height: 300px;
  }
  .section-recommend-contents-3col-artstyle ul li h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .section-recommend-contents-3col-artstyle ul li p {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-otherworks-contents-3col { /*otherworksページ　3列 均等割*/
  margin: 64px auto 64px 60px;
  max-width: 1140px;
}

.section-otherworks-contents-3col ul {
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: space-evenly;
}

.section-otherworks-contents-3col ul li {
  display: inline-block;
  vertical-align: top;
  width: 293px;
  height: -moz-fit-content;
  height: fit-content;
}

.section-otherworks-contents-3col ul li img {
  width: 293px;
  height: 305px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-otherworks-contents-3col ul li p {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 2.4px;
  color: rgb(51, 51, 51);
  text-align: center;
}

.section-otherworks-contents-3col ul li p.type {
  font-size: 60px;
  font-family: "Penna";
  font-weight: normal;
  letter-spacing: 1.8px;
  color: rgb(37, 23, 19);
  text-align: center;
  margin-top: -10%;
}

@media screen and (max-width: 1199px) {
  .section-otherworks-contents-3col { /*otherworksページ　3列 均等割*/
    margin: 64px auto;
    width: 100%;
    max-width: 1024px;
  }
  .section-otherworks-contents-3col ul {
    flex-wrap: wrap;
  }
  .section-otherworks-contents-3col ul li {
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 560px) {
  .section-otherworks-contents-3col { /*otherworksページ　3列 均等割*/
    margin: 64px auto;
    width: 100%;
    max-width: 1024px;
  }
  .section-otherworks-contents-3col ul {
    flex-wrap: wrap;
  }
  .section-otherworks-contents-3col ul li {
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 60px;
  }
}
.section-top-contents-4col { /*4列*/
  margin: 64px auto;
  max-width: 1200px;
}

.section-top-contents-4col ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: space-evenly;
}

.section-top-contents-4col ul li {
  position: relative;
  vertical-align: top;
  width: 284px;
  height: 260px;
  margin: 0 0 16px 0;
}

.section-top-contents-4col ul li a:hover {
  background: rgba(255, 255, 255, 0.6) no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

.section-top-contents-4col ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}

.section-top-contents-4col ul li img:hover {
  opacity: 0.6;
}

.section-top-contents-4col-title-wrap {
  position: absolute;
  top: 33%;
  width: 100%;
  height: 100px;
  background: rgb(255, 255, 255) no-repeat;
  opacity: 0.8;
}

.section-top-contents-4col-artistname-j {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2.4px;
  color: rgb(56, 25, 5);
}

.section-top-contents-4col-artistname-e {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 41px;
  font-family: "Penna";
  letter-spacing: 1.2px;
  color: rgba(37, 23, 19, 0.8);
}

@media screen and (max-width: 1199px) {
  .section-top-contents-4col {
    max-width: 1024px;
  }
  .section-top-contents-4col ul {
    justify-content: space-evenly;
  }
  .section-top-contents-4col ul li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 560px) {
  .section-top-contents-4col {
    max-width: 1024px;
  }
  .section-top-contents-4col ul {
    justify-content: space-evenly;
  }
  .section-top-contents-4col ul li {
    margin-bottom: 30px;
  }
}
/* サイドメニューありページ company */
.section-introduction {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
  color: rgb(51, 51, 51);
  opacity: 1;
}

.section-introduction ul.company-address {
  list-style-type: disc;
  list-style-position: inside;
}

.section-introduction ul.company-address li {
  text-indent: -1.4em;
  padding-left: 1.4em;
}

@media screen and (max-width: 1199px) {
  .section-introduction {
    width: 78%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 560px) {
  .section-introduction {
    width: 90%;
    margin: 0 auto;
  }
}
/* 矢印 */
.read-more-button-wrap { /* more矢印 */
  display: block;
}

.read-more-button-wrap p {
  text-align: right;
  padding-right: 139.5;
  font-size: 40px;
  font-family: "Penna";
  letter-spacing: 1.2px;
  color: rgb(51, 51, 51);
}

.read-more-button-wrap a {
  font-size: 40px;
  font-family: "Penna";
  letter-spacing: 1.2px;
  color: rgb(51, 51, 51);
}

.read-more-button-wrap a:hover {
  color: rgb(11, 11, 11);
}

.read-more-button {
  margin: 0 0 0 auto;
  width: 202px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
}

.read-back-button-wrap { /* back矢印 */
  display: block;
  margin-bottom: 251px;
}

.read-back-button-wrap p {
  width: 202px;
  text-align: right;
  padding-right: 148.5;
  font-size: 40px;
  font-family: "Penna";
  letter-spacing: 1.2px;
  color: rgb(51, 51, 51);
}

.read-back-button-wrap a {
  font-size: 40px;
  font-family: "Penna";
  letter-spacing: 1.2px;
  color: rgb(51, 51, 51);
}

.read-back-button-wrap a:hover {
  color: rgb(11, 11, 11);
}

.read-back-button {
  margin: 0 auto 0 0;
  width: 202px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: skew(135deg);
}

.read-exh-button-wrap { /* 過去の展示会はこちら矢印 */
  margin-top: 120px;
  display: block;
}

.read-exh-button-wrap p {
  text-align: right;
  padding-right: 90px;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1.8px;
  color: rgb(51, 51, 51);
}

.read-exh-button-wrap a {
  color: rgb(51, 51, 51);
}

.read-exh-button-wrap a:hover {
  color: rgb(11, 11, 11);
}

.read-exh-button {
  margin: 0 0 0 auto;
  width: 326px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
}

@media screen and (max-width: 560px) {
  .read-more-button {
    display: none;
  }
  .read-more-button-wrap p {
    padding-right: 10px;
  }
  .read-back-button {
    display: none;
  }
  .read-back-button-wrap p {
    width: auto;
    text-align: left;
    padding-right: 10px;
  }
  .read-exh-button {
    display: none;
  }
  .read-exh-button-wrap p {
    padding-right: 10px;
  }
}
/* topページ用container　おわり */
.container {
  padding: 2rem 1.25rem;
}

.container:after {
  display: block;
  clear: both;
  content: "";
}

.container-rightnarrow {
  padding: 2rem 1.25rem;
}

.container-rightnarrow:after {
  display: block;
  clear: both;
  content: "";
}

.contents {
  float: left;
  width: 70%;
  margin-right: 3%;
  margin-bottom: 250px;
}

.sidebar {
  float: left;
  width: 27%;
}

.sidebar-wrapper {
  margin-bottom: 2rem;
}

.sidebar-title {
  font-size: 1.1rem;
  box-sizing: border-box;
  margin: 0 0 1.2rem;
  padding: 0.5rem;
  color: #000;
  border-bottom: 4px solid #03162f;
}

.contents-haveleftsidebar { /* 左サイドバー付きコンテンツ */
  margin-top: 150px;
  float: left;
  width: 78%;
}

@media screen and (max-width: 1199px) {
  .contents-haveleftsidebar {
    width: 100%;
  }
}
.contents-haveleftsidebar::after {
  clear: both;
  content: "";
  display: block;
}

.contents-rightnarrow { /* ギャラリー詳細ページコンテンツ */
  margin-top: 150px;
  float: left;
  width: 49%;
  max-width: 700px;
}

@media screen and (max-width: 1200px) {
  .contents-rightnarrow {
    width: 100%;
    max-width: 1200px;
  }
}
@media screen and (max-width: 560px) {
  .contents-rightnarrow {
    width: 100%;
  }
}
.sidebar-left {
  float: left;
  width: 208px;
  margin-right: 4%;
}

.sidebar-left-inner {
  margin-top: 150px;
}

.sidebar-left-inner-label { /* red */
  display: block;
  position: relative;
  width: 208px;
  height: 208px;
  background: rgb(170, 33, 33) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.sidebar-left-inner-label h2 {
  position: absolute;
  top: 0;
  left: 9px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 4.8px;
  color: rgb(255, 255, 255);
}

.sidebar-left-inner-label p {
  position: absolute;
  bottom: 0;
  right: 5px;
  font-size: 66px;
  font-family: "Penna";
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}

.sidebar-left-inner-label-y { /* yellow */
  display: block;
  position: relative;
  width: 208px;
  height: 208px;
  background: rgb(234, 153, 0) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.sidebar-left-inner-label-y h2 {
  position: absolute;
  top: 9px;
  left: 9px;
  font-weight: bold;
  font-size: 24px;
  line-height: 23px;
  letter-spacing: 4.8px;
  color: rgb(255, 255, 255);
}

.sidebar-left-inner-label-y p {
  position: absolute;
  bottom: 18px;
  right: 5px;
  font-size: 66px;
  font-family: "Penna";
  line-height: 30px;
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
  opacity: 0.5;
  text-align: right;
}

.sidebar-left-inner-label-b { /* brown */
  display: block;
  position: relative;
  width: 208px;
  height: 208px;
  background: rgb(56, 25, 5) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.sidebar-left-inner-label-b h2 {
  position: absolute;
  top: 9px;
  left: 9px;
  font-weight: bold;
  font-size: 24px;
  line-height: 23px;
  letter-spacing: 4.8px;
  color: rgb(255, 255, 255);
}

.sidebar-left-inner-label-b p {
  position: absolute;
  bottom: 18px;
  right: 5px;
  font-size: 66px;
  font-family: "Penna";
  line-height: 30px;
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}

.sidebar-left-inner-label-bl { /* blue */
  display: block;
  position: relative;
  width: 208px;
  height: 208px;
  background: rgb(23, 77, 116) 0% 0% no-repeat;
  opacity: 1;
}

.sidebar-left-inner-label-bl h2 {
  position: absolute;
  top: 9px;
  left: 9px;
  font-weight: bold;
  font-size: 24px;
  line-height: 23px;
  letter-spacing: 4.8px;
  color: rgb(255, 255, 255);
}

.sidebar-left-inner-label-bl p {
  position: absolute;
  bottom: 18px;
  right: 5px;
  font-size: 60px;
  font-family: "Penna";
  line-height: 30px;
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
  opacity: 0.5;
  text-align: right;
}

@media screen and (max-width: 1199px) {
  .sidebar-left-inner-label-bl {
    display: block;
    position: relative;
    width: 78%;
    height: 100px;
    margin: 0 auto 3em auto;
    background: rgb(23, 77, 116) 0% 0% no-repeat;
    opacity: 1;
  }
  .sidebar-left-inner-label-bl h2 {
    position: absolute;
    top: 9px;
    left: 9px;
    font-weight: bold;
    font-size: 24px;
    line-height: 23px;
    letter-spacing: 4.8px;
    color: rgb(255, 255, 255);
  }
  .sidebar-left-inner-label-bl p {
    position: absolute;
    bottom: 18px;
    right: 5px;
    font-size: 60px;
    font-family: "Penna";
    line-height: 30px;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    opacity: 0.5;
    text-align: right;
  }
  .sidebar-left-inner-label-b {
    width: 78%;
    height: 100px;
    margin: 0 auto 3em auto;
  }
}
@media screen and (max-width: 560px) {
  .sidebar-left-inner-label-bl {
    width: 100%;
  }
  .sidebar-left-inner-label-b {
    width: 100%;
  }
}
.sidebar-left-wrapper {
  margin-bottom: 200px;
}

.sidebar-left-wrapper li {
  width: 100%;
  font-size: 25px;
  font-family: "Penna";
  letter-spacing: 0.75px;
  color: rgb(37, 23, 19);
  opacity: 1;
  padding-top: 39px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(37, 23, 19);
  text-transform: uppercase;
}

.sidebar-left-wrapper li:first-child {
  padding-top: 59px;
}

.sidebar-rightnarrow-inner { /* 右サイドバー */
  margin-top: 413px;
  margin-left: 6.5%;
  float: left;
  width: 18%;
}

.sidebar-rightnarrow-inner-label {
  display: block;
  position: relative;
  width: 208px;
  height: 208px;
  background: rgb(170, 33, 33) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.sidebar-rightnarrow-inner-label h2 {
  position: absolute;
  top: 0;
  left: 9px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 4.8px;
  color: rgb(255, 255, 255);
}

.sidebar-rightnarrow-inner-label p {
  position: absolute;
  bottom: 0;
  right: 5px;
  font-size: 66px;
  font-family: "Penna";
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}

.sidebar-rightnarrow-inner-label {
  display: block;
  position: relative;
  width: 208px;
  height: 208px;
  background: rgb(234, 153, 0) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.sidebar-rightnarrow-inner-label h2 {
  position: absolute;
  top: 0;
  left: 9px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 4.8px;
  color: rgb(255, 255, 255);
}

.sidebar-rightnarrow-inner-label p {
  position: absolute;
  bottom: 0;
  right: 5px;
  font-size: 66px;
  font-family: "Penna";
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}

.sidebar-rightnarrow-wrapper {
  width: 280px;
}

@media screen and (max-width: 1199px) {
  .sidebar-rightnarrow-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .sidebar-rightnarrow-wrapper {
    width: 100%;
  }
}
.sidebar-rightnarrow-wrapper h2 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  color: rgb(51, 51, 51);
  margin-top: 77px;
  margin-bottom: 27px;
  border-bottom: 1px solid rgb(112, 112, 112);
}

.sidebar-rightnarrow-wrapper li {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: 2px;
  color: rgb(51, 51, 51);
  text-transform: uppercase;
}

.sidebar-rightnarrow-wrapper li:first-child {
  padding-top: 10px;
}

@media screen and (max-width: 1199px) {
  .sidebar-rightnarrow {
    width: 100%;
  }
  .sidebar-rightnarrow-inner {
    margin: 100px 0 200px 0;
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .sidebar-rightnarrow {
    width: 100%;
  }
  .sidebar-rightnarrow-inner {
    margin: 100px 0 200px 0;
    float: left;
    width: 100%;
  }
}
/* 検索ボックス */
input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

.searchform {
  position: relative;
  margin-top: 42px;
}

.searchfield {
  width: 100%;
  font-size: 20px;
  padding: 10px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 2px rgb(112, 112, 112);
  background-color: transparent;
  font-family: "Yu Mincho", "YuMincho";
}

.searchfield::-moz-placeholder {
  font-family: "Yu Mincho", "YuMincho";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  color: rgb(51, 51, 51);
  opacity: 0.4;
}

.searchfield::placeholder {
  font-family: "Yu Mincho", "YuMincho";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  color: rgb(51, 51, 51);
  opacity: 0.4;
}

.searchfield:active {
  border-top: none;
}

.searchfield:focus {
  background-color: transparent;
}

.searchsubmit {
  font-family: "Font Awesome 5 Free";
  font-size: 1.4em;
  position: absolute;
  top: 0;
  right: 8%;
  margin-top: 10px;
  padding: 0;
  cursor: pointer;
  color: #6297f5;
  border: none;
  background: transparent;
}

.searchsubmit:hover {
  opacity: 0.6;
}

.widget_nav_menu li a { /*メニューウィジェット*/
  font-size: inherit !important;
  font-weight: inherit !important;
  position: inherit !important;
  padding-left: inherit !important;
  color: inherit !important;
}

.widget_nav_menu li a::before {
  font-family: inherit !important;
  font-weight: inherit !important;
  position: inherit !important;
  top: 0 !important;
  left: 0 !important;
  content: "" !important;
  transform: inherit !important;
  color: inherit !important;
}

.sidebar-left-title {
  box-sizing: border-box;
  margin: 0 0 1.2rem;
  padding: 0.5rem;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 2.4px;
  color: rgb(51, 51, 51);
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .contents, .contents-top, .contents-haveleftsidebar {
    float: none;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 5rem;
  }
  .sidebar,
  .sidebar-left {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .contents, .contents-top, .contents-haveleftsidebar {
    float: none;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .contents, .contents-top, .contents-haveleftsidebar {
    margin-bottom: 5rem;
  }
  .sidebar,
  .sidebar-left {
    display: none;
  }
}
/* サイトタイトル */
.site-title-wrap {
  text-align: left;
}

.site-logo-wrap img {
  position: absolute;
  top: 40%;
  left: 0;
  right: 60px;
  margin: auto;
  width: 858px;
  height: 174px;
  z-index: 20;
}

/* サイトサブタイトル（front-page） */
.site-subtitle-wrap {
  position: absolute;
  box-sizing: border-box;
  background-color: rgba(244, 244, 244, 0.7);
  text-align: center;
  top: 52%;
  left: 0;
  right: 60px;
  margin: auto;
  width: 822px;
  height: 173px;
  padding: 65px 137px 43px 137px;
}

.site-subtitle-wrap h2 {
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 2.4px;
  color: #333333;
  text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.2352941176);
}

@media screen and (max-width: 1199px) {
  .site-subtitle-wrap {
    width: 100%;
    background: none;
  }
  .site-subtitle-wrap h2 {
    text-shadow: 1px 2px 8px rgb(244, 244, 244);
  }
}
@media screen and (max-width: 560px) {
  .site-logo-wrap img {
    top: 0;
    bottom: 0;
    right: 0;
    width: 90%;
    height: auto;
  }
  .site-subtitle-wrap {
    width: 100%;
    padding: 10%;
  }
  .site-subtitle-wrap h2 {
    text-shadow: 1px 2px 8px rgb(244, 244, 244);
    font-size: 18px;
    line-height: inherit;
    margin-top: 1.2em;
  }
}
/*タイトルを画像にする場合*/
.site-title a {
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}

.site-title a img {
  display: inline-block;
  width: auto;
  height: 44px;
}

/*タイトルを文字列にする場合*/
.site-title a {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  color: #000;
}

/* サイトタイトル （lower page）*/
.site-logo-wrap-lower img {
  position: absolute;
  top: 40%;
  left: 0;
  right: 60px;
  margin: auto;
  width: auto;
  height: auto;
  z-index: 19;
}

/* サイトサブタイトル（lower-page） */
.site-subtitle-wrap-lower {
  position: absolute;
  box-sizing: border-box;
  background-color: rgba(244, 244, 244, 0.7);
  text-align: center;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 60px;
  margin: auto;
  width: 820px;
  height: 150px;
  padding: 65px 137px 43px 137px;
  text-align: left;
}

.site-subtitle-wrap-lower h2 {
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 2.4px;
  color: #333333;
  text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.2352941176);
}

@media screen and (max-width: 1024px) {
  .site-subtitle-wrap-lower {
    position: absolute;
    box-sizing: border-box;
    background-color: rgba(244, 244, 244, 0.7);
    text-align: center;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 60px;
    margin: auto;
    width: 78%;
    height: 150px;
    padding: 65px 137px 43px 137px;
  }
  .site-subtitle-wrap-lower h2 {
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 2.4px;
    color: #333333;
    text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.2352941176);
  }
}
@media screen and (max-width: 560px) {
  .site-logo-wrap-lower img {
    width: 78%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .site-subtitle-wrap-lower {
    bottom: 0;
    left: 0;
    background-color: transparent;
    top: 0;
    right: 0;
  }
  .site-subtitle-wrap-lower h2 {
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 2.4px;
    color: #333333;
    text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.2352941176);
  }
}
/*タイトルを画像にする場合*/
.site-title-lower a {
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}

.site-title-lower a img {
  display: inline-block;
  width: auto;
  height: 44px;
}

/*タイトルを文字列にする場合*/
.site-title-lower a {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  color: #000;
}

/* アーティスト個人ページ */
.artist-profile {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 304px;
  border-bottom: 1px solid rgb(37, 23, 19);
  opacity: 1;
  padding-bottom: 10px;
  align-items: flex-end;
}

.artist-profile img {
  display: inline-block;
  top: 0;
  left: 0;
  width: 291px;
  height: 286px;
  -o-object-fit: cover;
     object-fit: cover;
}

.artist-profile-name {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 540px;
}

.artist-profile-name h2 {
  font-size: 45px;
  line-height: 25px;
  letter-spacing: 4.5px;
  color: rgb(51, 51, 51);
  margin: 20px 0;
}

.artist-profile-name p {
  font-size: 40px;
  font-family: "Penna";
  letter-spacing: 1.2px;
  color: rgb(37, 23, 19);
}

.artist-profile-catchcopy p {
  font-weight: normal;
  font-size: 18px;
  font-family: "YuMIncho", "Yu Mincho";
  line-height: 30px;
  letter-spacing: 1.8px;
  color: rgb(51, 51, 51);
}

.artist-introduce {
  width: 100%;
  overflow-x: scroll;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
}

.artist-introduce-ul {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  height: 300px;
  width: 300%;
}

.artist-introduce-ul li {
  margin: 0 10px;
}

.artist-introduce-ul img {
  height: 300px;
  width: auto;
}

@media screen and (max-width: 1199px) {
  .artist-profile {
    flex-wrap: wrap;
    justify-content: space-evenly;
    height: -moz-fit-content;
    height: fit-content;
  }
  .artist-profile img {
    top: auto;
    left: auto;
    margin: 0 auto;
    width: 78%;
    height: auto;
    margin-bottom: 30px;
  }
  .artist-profile-name {
    display: inline-block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 560px) {
  .artist-profile {
    flex-wrap: wrap;
    justify-content: space-evenly;
    height: -moz-fit-content;
    height: fit-content;
  }
  .artist-profile img {
    top: auto;
    left: auto;
    margin: 0 auto;
    width: 78%;
    height: auto;
    margin-bottom: 30px;
  }
  .artist-profile-name {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    min-width: 200px;
  }
  .artist-profile-name h2 {
    font-size: 27px;
    line-height: 10px;
  }
  .artist-profile-name p {
    font-size: 27px;
    text-align: right;
  }
  .artist-profile-catchcopy p {
    font-weight: normal;
    font-size: 16px;
    font-family: "YuMIncho", "Yu Mincho";
    line-height: 20px;
    text-align: left;
  }
}
.artist-profile-section { /* セクションタイトル　赤 */
  position: relative;
  margin-top: 40px;
  width: 600px;
  height: 48px;
  background: rgb(170, 33, 33) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.artist-profile-section h2.j {
  position: absolute;
  top: 12px;
  left: 12px;
  font-weight: bold;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 4.8px;
  color: rgb(255, 255, 255);
}

.artist-profile-section h2.e {
  position: absolute;
  top: -50%;
  right: 11px;
  font-size: 66px;
  line-height: 89px;
  font-family: "Penna";
  font-weight: normal;
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}

.artist-profile-description p {
  margin-top: 50px;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 1.8px;
  color: rgb(51, 51, 51);
}

@media screen and (max-width: 560px) {
  .artist-profile-section {
    width: 100%;
    height: 96px;
  }
  .artist-profile-section h2.e {
    top: 30%;
    font-size: 36px;
  }
}
/* 作品ページ */
.artwork-main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  width: 946px;
  justify-content: space-between;
  vertical-align: top;
}

.artwork-main img {
  width: 518px;
  height: 516px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.artwork-main-desc {
  width: 396px;
  max-height: 516px;
}

.artwork-main-title p {
  text-indent: 8px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 2.4px;
  color: rgb(51, 51, 51);
  opacity: 1;
}

.artwork-main-type {
  width: 100%;
  padding: 13px 0 8px 0;
  border-bottom: 1px dashed rgb(37, 23, 19);
  margin-bottom: 23px;
}

.artwork-main-type p {
  font-size: 18px;
  letter-spacing: 1.8px;
  color: rgb(51, 51, 51);
  opacity: 1;
  text-indent: 8px;
}

.artwork-main-spec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgb(37, 23, 19);
  margin-top: 8px;
  padding-bottom: 8px;
}

.artwork-main-spec p {
  vertical-align: top;
  display: flex;
  text-indent: 8px;
  font-size: 18px;
  letter-spacing: 1.8px;
  color: rgb(51, 51, 51);
}

.artwork-main-technique {
  width: 100%;
  height: 62.5px;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 1.8px;
  color: rgb(51, 51, 51);
  border-bottom: 1px solid rgb(37, 23, 19);
}

.artwork-main-technique p::before {
  text-align: left;
  content: "技術";
}

.artwork-main-technique p {
  text-align: right;
}

.artwork-main-size {
  width: 100%;
  height: 62.5px;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 1.8px;
  color: rgb(51, 51, 51);
  border-bottom: 1px solid rgb(37, 23, 19);
}

.artwork-main-size p:before {
  text-align: left;
  content: "サイズ";
}

.artwork-main-size p {
  text-align: right;
}

.artwork-sub-wrap {
  margin: 62px 0 226px 0;
}

@media screen and (max-width: 1199px) {
  .artwork-main {
    width: 100%;
    justify-content: space-evenly;
  }
  .artwork-main-desc {
    margin-top: 30px;
  }
}
@media screen and (max-width: 560px) {
  .artwork-main {
    width: 100%;
    justify-content: space-evenly;
  }
  .artwork-main-desc {
    margin-top: 30px;
  }
  .artwork-main img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.artwork-sub-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}

.artwork-sub-wrap ul li {
  width: 183px;
  height: 183px;
  overflow: hidden;
}

.artwork-sub-wrap img {
  width: 183px;
  height: 183px;
}

@media screen and (max-width: 1199px) {
  .artwork-sub-wrap {
    margin-bottom: 200px;
  }
  .artwork-sub-wrap ul {
    justify-content: space-evenly;
  }
  .artwork-sub-wrap ul li {
    width: 40%;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 30px;
  }
  .artwork-sub-wrap img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 560px) {
  .artwork-sub-wrap {
    margin-bottom: 200px;
  }
  .artwork-sub-wrap ul {
    justify-content: space-evenly;
  }
  .artwork-sub-wrap ul li {
    width: 40%;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 30px;
  }
  .artwork-sub-wrap img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* ショップボタン */
/*.shop-button {  
  display: block;
  height: 140px;
  width: 600px;
  background: url(images/shop.jpg);
  background-size: cover;
  margin: 0 auto 200px auto;

}*/
.shop-button { /* ショップボタン */
  display: block;
  height: 150px;
  width: 640px;
  background: url(images/banner_pc_1.jpg);
  background-size: cover;
  margin: 0 auto 200px auto;
}

@media screen and (max-width: 1200px) {
  .shop-button {
    height: 131px;
    width: 560px;
  }
}
@media screen and (max-width: 560px) {
  /*.shop-button {
    height: 20%;
    width: 90%;
    background:url(images/shop_s.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 100px;
  }*/
  .shop-button {
    /*height: 20%;*/
    width: 90%;
    background: url(images/banner_sp_1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 100px;
  }
}
/* ギャラリー画像セクション */
.gallery-main {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0 0;
  width: 878px;
  justify-content: space-between;
  vertical-align: top;
}

.gallery-main img {
  width: 878px;
  height: 500px;
  overflow: hidden;
}

.gallery-sub-wrap {
  width: 878px;
  margin: 35px 0 101px 0;
}

.gallery-sub-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}

.gallery-sub-wrap ul li {
  width: 156px;
  height: 141px;
  overflow: hidden;
}

.gallery-sub-wrap img {
  width: 156px;
  height: 141px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .gallery-main {
    width: 100%;
  }
  .gallery-main img {
    width: 100%;
    height: 60vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery-sub-wrap {
    width: 100%;
  }
  .gallery-sub-wrap ul {
    overflow: hidden;
  }
  .gallery-sub-wrap ul li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .gallery-sub-wrap {
    display: none;
  }
  .gallery-exh-sub-wrap {
    display: none;
  }
}
.gallery-section { /* セクションタイトル　黄 */
  position: relative;
  width: 600px;
  height: 48px;
  background: rgb(234, 153, 0) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.gallery-section h2.j {
  position: absolute;
  top: 12px;
  left: 12px;
  font-weight: bold;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 4.8px;
  color: rgb(255, 255, 255);
}

.gallery-section h2.e {
  position: absolute;
  top: -50%;
  right: 11px;
  font-size: 66px;
  line-height: 89px;
  font-weight: normal;
  font-family: "Penna";
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}

@media screen and (max-width: 1119px) {
  .gallery-section {
    width: 60%;
  }
  .gallery-section h2.e {
    top: 10%;
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 560px) {
  .gallery-section {
    width: 100%;
    height: 96px;
  }
  .gallery-section h2.e {
    top: 50%;
    font-size: 36px;
    line-height: 46px;
  }
}
.gallery-exh-main { /* ギャラリーページ展示会情報 */
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  width: 878px;
  /*width: 100%;*/
  justify-content: space-between;
  vertical-align: top;
}

.gallery-exh-main img {
  width: 439px;
  height: 419px;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-exh-main-desc {
  width: 396px;
  max-height: 419px;
}

.gallery-exh-main-title p {
  text-indent: 8px;
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 2px;
  color: rgb(170, 33, 33);
  opacity: 1;
}

.gallery-exh-main-name {
  width: 100%;
  padding: 13px 0 8px 0;
  border-bottom: 1px dashed rgb(37, 23, 19);
  margin-bottom: 0px;
}

.gallery-exh-main-name p {
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 2px;
  color: rgb(51, 51, 51);
  opacity: 1;
  text-indent: 8px;
}

.gallery-exh-main-term {
  width: 100%;
  padding: 13px 0 8px 0;
  border-bottom: 1px solid rgb(37, 23, 19);
  margin-bottom: 23px;
}

.gallery-exh-main-term p {
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 1.8px;
  color: rgb(51, 51, 51);
  opacity: 1;
  text-indent: 8px;
}

.gallery-exh-main-list {
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-bottom: 1px solid rgb(37, 23, 19);
}

.gallery-exh-main-list p {
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 1.8px;
  color: rgb(51, 51, 51);
}

.gallery-exh-sub-wrap {
  margin: 35px 0 58px 0;
}

.gallery-exh-sub-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}

.gallery-exh-sub-wrap ul li {
  width: 156px;
  height: 141px;
  overflow: hidden;
}

.gallery-exh-sub-wrap img {
  width: 156px;
  height: 141px;
}

@media screen and (max-width: 1199px) {
  .gallery-exh-main {
    width: 100%;
    position: relative;
  }
  .gallery-exh-main img {
    width: 50vw;
    height: 50vw;
  }
  .gallery-exh-main-name {
    border-bottom: 23px;
  }
  .gallery-exh-main-desc {
    width: 100%;
  }
  .gallery-exh-main-list {
    height: auto;
    padding-bottom: 10px;
  }
  .gallery-exh-sub-wrap ul li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .gallery-exh-main img {
    width: 100%;
    height: 80vw;
  }
  .gallery-exh-main-list {
    height: auto;
  }
  .gallery-exh-main-desc {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
/* カフェページ */
.cafe-main {
  margin: 50px 0 0 0;
  box-sizing: border-box;
}

.cafe-main img {
  display: block;
  width: 940px;
  height: 442px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-note {
  margin: 9px 0 25px 18px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1.8px;
  color: rgb(234, 153, 0);
}

.menu-list {
  display: table;
  max-width: 878px;
  width: 100%;
  font-size: 40px;
  font-family: "Penna";
  letter-spacing: 1.2px;
  color: rgb(37, 23, 19);
}

.table-list-row {
  display: table-row;
}

.menu-list-cell-left {
  display: table-cell;
  width: 182px;
  padding: 36px 5px;
  border-bottom: 1px dashed rgb(51, 51, 51);
}

.menu-list-cell-center {
  display: table-cell;
  width: 160px;
  padding: 36px 0;
  border-bottom: 1px dashed rgb(51, 51, 51);
}

.menu-list-cell-right {
  display: table-cell;
  width: 536px;
  padding: 36px 0;
  text-align: right;
  border-bottom: 1px dashed rgb(51, 51, 51);
}

.lesson-img-wrap {
  display: block;
  margin: 31px auto 10px auto;
}

.lesson-img-wrap img {
  width: 300px;
  height: 300px;
  margin-right: 31px;
  -o-object-fit: cover;
     object-fit: cover;
}

.lesson-instructor {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 2px;
  color: rgb(51, 51, 51);
}

@media screen and (max-width: 1119px) {
  .cafe-main img {
    width: 78%;
    height: auto;
    margin: 0 auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .lesson-img-wrap {
    margin-left: 20px;
  }
  .menu-list {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    font-size: 32px;
  }
  .menu-list-cell-left {
    width: 30%;
    padding: 20px 5px;
    box-sizing: border-box;
  }
  .menu-list-cell-center {
    width: 30%;
    padding: 20px 0;
    box-sizing: border-box;
  }
  .menu-list-cell-right {
    width: 40%;
    padding: 20px 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 560px) {
  .menu-note {
    margin: 9px 0 25px 0;
    letter-spacing: 1px;
  }
  .cafe-main img {
    width: 100%;
    height: auto;
  }
  .lesson-img-wrap {
    margin-left: 0;
  }
  .lesson-img-wrap img {
    margin: 0;
  }
}
.menu-list-j { /* 日本語のテーブル　教室 */
  display: table;
  max-width: 878px;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  font-size: 18px;
  letter-spacing: 1.8px;
  color: rgb(37, 23, 19);
  margin-bottom: 250px;
}

.table-list-j-row {
  display: table-row;
}

.menu-list-j-cell-left {
  display: table-cell;
  width: 182px;
  padding: 36px 5px;
  border-bottom: 1px dashed rgb(51, 51, 51);
}

.menu-list-j-cell-right {
  display: table-cell;
  width: 696px;
  padding: 36px 0;
  text-align: right;
  border-bottom: 1px dashed rgb(51, 51, 51);
}

.lesson-blur { /* 休止中 */
  filter: grayscale(80%);
}

.kyushitsu-text {
  position: absolute;
  font-weight: 600;
  font-size: 52px;
  letter-spacing: 5.2px;
  color: rgb(170, 33, 33);
  top: 25%;
  right: 15%;
  z-index: 10;
}

@media screen and (max-width: 1119px) {
  .menu-list-j {
    margin: 0 auto 160px auto;
    max-width: none;
  }
  .menu-list-j-cell-left {
    width: 20%;
    padding: 20px 5px;
    box-sizing: border-box;
  }
  .menu-list-j-cell-right {
    width: 80%;
    padding: 20px 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 560px) {
  .menu-list-j {
    font-size: 16px;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
  }
  .menu-list-j-cell-left {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 10px 0;
    margin: 0;
    box-sizing: border-box;
  }
  .menu-list-j-cell-right {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .menu-list-j-cell-right p {
    text-align: left;
    letter-spacing: 0;
  }
}
/* 貸しスペースページ */
.rentalspace-hedding-wrap {
  margin: 100px 0 17px 0;
  width: 100%;
  max-width: 865px;
  height: 48px;
  vertical-align: middle;
  border-bottom: 1px dashed rgb(234, 153, 0);
}

.rentalspace-hedding-wrap h2 {
  text-indent: 20px;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 4.8px;
  color: rgb(234, 153, 0);
}

.rentalspace-content-wrap {
  box-sizing: border-box;
  padding: 0 0 0 20px;
  width: 100%;
  max-width: 865px;
}

.rentalspace-content-wrap p {
  text-align: left;
  font-size: 18px;
  line-height: 2.2em;
  letter-spacing: 1.8px;
  margin-bottom: 1.8em;
  color: rgb(51, 51, 51);
}

.rentalspace-content-wrap ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.rentalspace-content-wrap ul li.left {
  width: 40%;
}

.rentalspace-content-wrap ul li.left img {
  margin: 14px auto;
  width: 339px;
  height: 358px;
  -o-object-fit: contain;
     object-fit: contain;
}

.rentalspace-content-wrap ul li.right {
  text-align: right;
  width: 60%;
}

.rentalspace-content-wrap ul li.right img {
  margin: 0 0 79px auto;
  width: 472px;
  height: 358px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1119px) {
  .rentalspace-hedding-wrap {
    margin: 100px auto 17px auto;
  }
  .rentalspace-content-wrap {
    margin: 0 auto;
  }
}
/* OtherWorksページ */
.section-float-wrap {
  margin-top: 150px;
  display: block;
  max-width: 1200px;
  height: 208px;
  overflow: hidden;
}

.section-float-wrap-inner-left {
  display: inline-block;
  width: 208px;
  height: 208px;
  margin-right: 54px;
}

.section-float-wrap-inner-right {
  display: inline-block;
  width: 900px;
  height: 208px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .section-float-wrap {
    margin-top: 50px;
    display: block;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .section-float-wrap-inner-left {
    display: inline-block;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 0;
  }
  .section-float-wrap-inner-right {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 560px) {
  .section-float-wrap {
    margin-top: 50px;
    display: block;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .section-float-wrap-inner-left {
    display: inline-block;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 0;
  }
  .section-float-wrap-inner-right {
    display: block;
    width: 90%;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
  }
}
.otherworks-main {
  width: 100%;
  margin-top: 211px;
}

.otherworks-main img {
  max-width: 1200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}

@media screen and (max-width: 1199px) {
  .otherworks-main {
    margin-top: 80px;
  }
}
@media screen and (max-width: 560px) {
  .otherworks-main {
    margin-top: 80px;
  }
}
.otherworks-menu-container {
  box-sizing: border-box;
  width: 100%;
  margin: 60px 0 100px 60px;
  font-size: 0;
  color: rgb(56, 25, 5);
}

.otherworks-menu-container p.note {
  margin-top: 14px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  color: rgb(51, 51, 51);
}

.otherworks-menu-container-wrap {
  display: block;
  height: 100px;
  font-size: 0;
  transition: 1s ease-out;
}

.otherworks-menu-container-wrap:hover {
  transform: translate(-1%, -1%);
  transition: all 0.5s ease-out;
  opacity: 0.6;
}

.otherworks-menu-container-innerblock1 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 881px;
  height: 100px;
  margin: 0;
  background: rgb(255, 255, 255) 0% 0% no-repeat padding-box;
  border: 1px solid rgba(56, 25, 5, 0.6);
}

.otherworks-menu-container-innerblock1 p {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4.8px;
  position: absolute;
  top: 36%;
  text-indent: 28px;
}

.otherworks-menu-container-innerblock2 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 259px;
  height: 100px;
  margin: 0;
  background: rgb(255, 255, 255) 0% 0% no-repeat padding-box;
  border: 1px solid rgba(56, 25, 5, 0.6);
}

.otherworks-menu-container-innerblock2 p {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4.8px;
  position: absolute;
  top: 36%;
  text-indent: 45px;
}

.otherworks-menu-container-innerblock2 p.unit {
  position: absolute;
  font-weight: 600;
  letter-spacing: 4.8px;
  top: 12%;
  text-indent: 45px;
  font-size: 20px;
}

@media screen and (max-width: 1200px) {
  .otherworks-menu-container {
    width: 78%;
    margin: 60px auto 200px auto;
  }
  .otherworks-menu-container-innerblock1 {
    width: 66%;
    height: 100%;
  }
  .otherworks-menu-container-innerblock1 p {
    font-size: 20px;
  }
  .otherworks-menu-container-innerblock2 {
    width: 30%;
  }
  .otherworks-menu-container-innerblock2 p {
    font-size: 20px;
  }
}
@media screen and (max-width: 560px) {
  .otherworks-menu-container-wrap {
    height: 70px;
  }
  .otherworks-menu-container {
    width: 90%;
  }
  .otherworks-menu-container-innerblock1 {
    width: 66%;
    height: 70px;
  }
  .otherworks-menu-container-innerblock1 p {
    font-size: 12px;
    text-indent: 5px;
  }
  .otherworks-menu-container-innerblock2 {
    width: 30%;
    height: 70px;
  }
  .otherworks-menu-container-innerblock2 p {
    font-size: 12px;
    text-indent: 5px;
  }
  .otherworks-menu-container-innerblock2 p.unit {
    text-indent: 5px;
    font-size: 12px;
  }
}
.otherworks-menu-container-subtitle {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 243px;
  height: 243px;
  background: rgb(106, 81, 65) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.otherworks-menu-container-subtitle h3 {
  position: absolute;
  top: 79px;
  left: 23px;
  letter-spacing: NaNpx;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 20px;
}

.otherworks-menu-container-subtitle p {
  position: absolute;
  top: 99px;
  left: 23px;
  font-size: 60px;
  font-family: "Penna";
  font-weight: normal;
  letter-spacing: 1.8px;
  color: rgb(255, 255, 255);
}

.otherworks-menu-container-list {
  box-sizing: border-box;
  margin-left: 69px;
  margin-top: -174px;
  width: 1071px;
  padding: 35px 35px 0 35px;
  background: rgba(255, 255, 255, 0.6) 0% 0% no-repeat padding-box;
}

.otherworks-menu-container-list ul {
  box-sizing: border-box;
  margin-left: 165px;
}

.otherworks-menu-container-list ul li {
  position: relative;
  display: block;
  height: 83px;
  border-bottom: 1px dashed rgb(56, 25, 5);
}

.otherworks-menu-container-list ul li:last-child {
  border-bottom: none;
}

.otherworks-menu-container-list ul li p {
  position: absolute;
  top: 30%;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
  color: rgb(51, 51, 51);
  text-indent: 20px;
}

.price {
  margin-left: 69px;
  width: 1071px;
  height: 61.6px;
  background: rgba(56, 25, 5, 0.3) 0% 0% no-repeat padding-box;
}

.price p {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 4.8px;
  text-align: right;
  margin-right: 98px;
  color: rgb(56, 25, 5);
}

.price p span.taxstr {
  font-weight: normal;
  font-size: 40px;
  font-family: "Penna";
  letter-spacing: 1.2px;
  color: rgb(37, 23, 19);
}

@media screen and (max-width: 1199px) {
  .otherworks-menu-container-list {
    width: 100%;
    margin-left: 0;
    margin-top: -100px;
    padding-top: 140px;
  }
  .otherworks-menu-container-list ul {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .price {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 560px) {
  .otherworks-menu-container-list {
    width: 100%;
    margin-left: 0;
    margin: -100px 0 0 0;
    padding: 140px 5px 0 5px;
  }
  .otherworks-menu-container-list ul {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .otherworks-menu-container-list ul li {
    height: 63px;
  }
  .price {
    width: 100%;
    margin-left: 0;
  }
  .otherworks-menu-container-list ul li p {
    font-size: 14px;
  }
  .price p {
    font-size: 16px;
    margin-right: 5px;
  }
  .price p span.taxstr {
    font-size: 32px;
  }
}
/* 会社案内ページ */
.company-list-container {
  box-sizing: border-box;
  width: 100%;
  font-size: 0;
  color: rgb(51, 51, 51);
  padding: 80px;
}

@media screen and (max-width: 1199px) {
  .company-list-container {
    box-sizing: border-box;
    width: 100%;
    font-size: 0;
    color: rgb(51, 51, 51);
    padding: 0 80px 80px 80px;
  }
}
@media screen and (max-width: 560px) {
  .company-list-container {
    width: 90%;
    padding: 0 5px 5px 5px;
    margin: 0 auto;
  }
}
.company-list-container-wrap {
  display: block;
  border-bottom: 1px dashed rgba(56, 25, 5, 0.6);
}

.company-list-container-innerblock1 {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}

.company-list-container-innerblock1 p {
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 20px;
  text-indent: 28px;
  margin: 31px 0;
}

.company-list-container-innerblock2 {
  display: inline-block;
  vertical-align: top;
  width: 80%;
}

.company-list-container-innerblock2 p {
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 20px;
  margin: 31px 0;
}

.section-company-message-wrap {
  width: 100%;
  max-width: 1200px;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

.section-company-message-wrap img {
  width: 600px;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-company-message-wrap-inner {
  width: 550px;
}

.section-company-message-wrap-inner h2 {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 4px;
  color: rgb(51, 51, 51);
  margin-bottom: 37px;
}

.section-company-message-wrap-inner p {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
  color: rgb(51, 51, 51);
  line-height: 35px;
}

@media screen and (max-width: 1199px) {
  .section-company-message-wrap {
    width: 100%;
    margin-top: 100px;
    position: relative;
    height: 1040px;
  }
  .section-company-message-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 400px;
    height: 466px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-company-message-wrap-inner {
    position: absolute;
    top: 200px;
    right: 0;
    display: block;
    width: 78%;
    margin: 40px auto;
    box-sizing: border-box;
    padding: 10px;
    background: rgba(244, 244, 244, 0.6);
  }
  .section-company-message-wrap-inner h2 {
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 4px;
    color: rgb(51, 51, 51);
    margin-bottom: 37px;
  }
  .section-company-message-wrap-inner p {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 2px;
    color: rgb(51, 51, 51);
    line-height: 35px;
  }
}
@media screen and (max-width: 560px) {
  .company-list-container-innerblock1 {
    width: 100%;
  }
  .company-list-container-innerblock1 p {
    font-size: 18px;
    letter-spacing: 0.8em;
    line-height: 1.6em;
    text-indent: 0;
    margin: 11px 0;
  }
  .company-list-container-innerblock2 {
    width: 100%;
  }
  .company-list-container-innerblock2 p {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.6em;
    margin: 11px 0;
  }
  .section-company-message-wrap {
    width: 100%;
    position: static;
    height: auto;
    display: block;
  }
  .section-company-message-wrap img {
    position: static;
    width: 100%;
    height: auto;
  }
  .section-company-message-wrap-inner {
    position: static;
    width: 90%;
    padding: 5px;
  }
  .section-company-message-wrap-inner h2 {
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 22px;
  }
  .section-company-message-wrap-inner p {
    font-size: 18px;
    letter-spacing: 1.4px;
    line-height: 1.2em;
  }
}
.section-company-info {
  width: 100%;
  max-width: 1200px;
  margin-top: 100px;
}

@media screen and (max-width: 1199px) {
  .section-company-info {
    width: 100%;
    margin: 100px 0 250px 0;
  }
}
@media screen and (max-width: 560px) {
  .section-company-info {
    width: 90%;
    margin: 80px auto 180px auto;
  }
}
.section-company-info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section-company-info ul li {
  position: relative;
  width: 600px;
  height: 276px;
}

.section-company-info ul li h3.j {
  position: absolute;
  top: 16px;
  left: 17px;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 2.4px;
  color: rgb(255, 255, 255);
}

.section-company-info ul li h3.e {
  position: absolute;
  bottom: 6px;
  right: 10px;
  font-size: 88px;
  line-height: 119px;
  font-family: "Penna";
  letter-spacing: 0px;
  font-weight: normal;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}

.section-company-info ul li.background-img1 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/office.png);
  background-repeat: no-repeat, no-repeat;
}

.section-company-info ul li.background-img2 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/artscene.png);
  background-repeat: no-repeat, no-repeat;
}

.section-company-info ul li.background-img3 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/lecercle.png);
  background-repeat: no-repeat, no-repeat;
}

.section-company-info ul li.background-img4 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/fromkyoto.png);
  background-repeat: no-repeat, no-repeat;
}

.section-float-wrap-company {
  margin-top: 150px;
  display: block;
  max-width: 1200px;
  overflow: hidden;
}

.section-float-wrap-inner-right-company { /* 交通アクセスセクション */
  display: inline-block;
  width: 900px;
  overflow: hidden;
  vertical-align: top;
}

.section-float-wrap-inner-right-company p {
  margin: 0 0 1em 0;
}

p.telssbk:before {
  content: "　";
  width: 18.4px;
  height: 24px;
  background-image: url(images/tel_ss.svg);
  background-size: 18.4px 24px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}

p.mailssbk:before {
  content: "　";
  width: 23.25px;
  height: 17px;
  background-image: url(images/mail_ss.svg);
  background-size: 23.25px 17;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}

@media screen and (max-width: 1199px) {
  .section-float-wrap-inner-right-company {
    display: inline-block;
    width: 100%;
    overflow: visible;
    vertical-align: top;
  }
}
.executive-container { /* 役員紹介セクション */
  margin-top: 56px;
  margin-left: 83px;
}

.executive-container ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.executive-container ul li.li-container {
  position: relative;
  width: 345px;
  height: 421px;
}

.executive-container ul li ul.ul-title {
  list-style-type: disc;
  list-style-position: inside;
}

.executive-container ul.ul-title li.li-title {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 1.8px;
  color: rgb(51, 51, 51);
  padding-left: 1em;
  text-indent: -1em;
}

.executive-container img {
  display: inline-block;
  width: 200px;
  height: 200px;
  margin-right: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.executive-title-box {
  display: inline-block;
}

.executive-container p.executive-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  text-align: justify;
  text-justify: inter-ideograph;
  color: rgb(51, 51, 51);
}

.executive-container p.executive-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  text-align: justify;
  text-justify: inter-ideograph;
  color: rgb(51, 51, 51);
}

.border-dashed {
  height: 50px;
  display: block;
  width: 345px;
  border-bottom: 1px dashed rgb(37, 23, 19);
}

.executive-container p.e-name {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 40px;
  line-height: 35px;
  font-family: "Penna";
  letter-spacing: 1.2px;
  color: rgb(37, 23, 19);
}

@media screen and (max-width: 1199px) {
  .executive-container {
    margin: 56px auto 170px auto;
    width: 78%;
  }
  .executive-container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .executive-container ul li.li-container {
    position: relative;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 0 80px 0;
  }
  .executive-container ul li ul.ul-title {
    position: absolute;
    top: 100px;
    right: 0;
    width: 60%;
    list-style-type: disc;
    list-style-position: inside;
  }
  .executive-container ul.ul-title li.li-title {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 1.8px;
    color: rgb(51, 51, 51);
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    width: 100%;
  }
  .executive-container img {
    display: inline-block;
    width: 200px;
    height: 200px;
    margin-right: 10px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .executive-title-box {
    position: absolute;
    top: 0;
    left: 220px;
    display: inline-block;
  }
  .executive-container p.executive-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    text-align: justify;
    text-justify: inter-ideograph;
    color: rgb(51, 51, 51);
    width: 100%;
  }
  .executive-container p.executive-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    text-align: justify;
    text-justify: inter-ideograph;
    color: rgb(51, 51, 51);
    width: 100%;
  }
  .border-dashed {
    height: 0;
    display: block;
    border-bottom: none;
  }
  .executive-container p.e-name {
    position: static;
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .executive-container {
    width: 100%;
  }
  .executive-container ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .executive-container ul li.li-container {
    position: static;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 0 80px 0;
  }
  .executive-container ul li ul.ul-title {
    margin-top: 16px;
    position: static;
    width: 100%;
    list-style: none;
  }
  .executive-container ul.ul-title li.li-title {
    font-size: 18px;
    line-height: 1.8em;
    letter-spacing: 0;
    padding-left: 0;
    text-indent: 0;
    text-align: center;
  }
  .executive-container img {
    margin-right: auto;
    margin-left: auto;
  }
  .executive-title-box {
    position: static;
  }
  .executive-container p.executive-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2em;
  }
  .executive-container p.executive-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2em;
  }
  .border-dashed {
    height: 0;
    display: block;
    border-bottom: none;
  }
  .executive-container p.e-name {
    position: static;
    display: none;
  }
}
/* お問い合わせページ */
.contact-text-wrap {
  width: 938px;
  margin: 158px auto 60px auto;
}

.contact-text-wrap p {
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 2px;
  color: rgb(51, 51, 51);
}

@media screen and (max-width: 1199px) {
  .contact-text-wrap {
    width: 78%;
    margin: 100px auto 60px auto;
  }
}
@media screen and (max-width: 560px) {
  .contact-text-wrap {
    width: 78%;
    margin: 100px auto 60px auto;
  }
}
/* オフィスページ */
.section-office-contents-3col2 { /*3列 top garellyセクション*/
  margin: 211px auto;
  max-width: 1200px;
}

.section-office-contents-3col2 ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}

.section-office-contents-3col2 ul li {
  vertical-align: top;
  width: 380px;
  height: 350px;
}

.section-office-contents-3col2 ul li a:hover {
  background: rgba(255, 255, 255, 0.6) no-repeat padding-box;
  background-position: 0 0;
  background-size: 100% 100%;
}

.section-office-contents-3col2 ul li img {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-office-contents-3col2 ul li img:hover {
  opacity: 0.6;
}

.section-office-contents-3col2-text-j {
  color: rgb(51, 51, 51);
}

.section-office-contents-3col2-text-j h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 2px;
}

.section-office-contents-3col2-text-j p {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1.8px;
}

.section-office-contents-3col2-text-e {
  font-size: 63px;
  line-height: 85px;
  font-family: "Penna";
  letter-spacing: 1.89px;
  color: rgb(37, 23, 19);
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .section-office-contents-3col2 {
    margin: 80px auto;
    max-width: 1024px;
    width: 78%;
  }
  .section-office-contents-3col2 ul {
    width: 100%;
    justify-content: center;
  }
  .section-office-contents-3col2 ul li {
    display: flex;
    width: 100%;
    margin-bottom: 60px;
  }
  .section-office-contents-3col2 ul li img {
    vertical-align: top;
    margin-right: 20px;
    width: 380px;
    height: 350px;
    opacity: 0.5;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-office-contents-3col2-text-j {
    color: rgb(51, 51, 51);
    width: auto;
  }
  .section-office-contents-3col2-text-e {
    text-align: left;
  }
}
@media screen and (max-width: 560px) {
  .section-office-contents-3col2 {
    margin: 80px auto;
    max-width: 560px;
    width: 78%;
  }
  .section-office-contents-3col2 ul {
    width: 100%;
    justify-content: center;
  }
  .section-office-contents-3col2 ul li {
    display: flex;
    position: relative;
    width: 100%;
    margin-bottom: 60px;
  }
  .section-office-contents-3col2 ul li img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-office-contents-3col2-title-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
    background: rgba(244, 244, 244, 0.6);
    margin-left: auto;
    margin-right: auto;
  }
}
.section-office-cercle-section-wrap { /* セルクルセクション */
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 120px 0 180px 0;
}

.section-office-cercle-section-wrap-inner-l {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  margin-right: 57px;
}

.section-office-cercle-section-wrap-inner-l img {
  -o-object-fit: cover;
     object-fit: cover;
}

.section-office-cercle-section-wrap-inner-r {
  display: inline-block;
  flex: 1;
}

.section-office-cercle-section-wrap-inner-r-text-arign-right {
  display: block;
  text-align: right;
}

.title-lecercle h2:before {
  content: "Le cercle";
  font-size: 80px;
  font-family: "Penna";
  letter-spacing: 2.4px;
  font-weight: normal;
  margin-right: 22px;
  color: rgb(23, 77, 116);
  text-align: right;
}

.title-lecercle h2 {
  font-size: 24px;
  letter-spacing: 2.4px;
  color: rgb(23, 77, 116);
}

.title-media h2:before {
  content: "media";
  font-size: 80px;
  font-family: "Penna";
  letter-spacing: 2.4px;
  font-weight: normal;
  margin-right: 22px;
  color: rgb(23, 77, 116);
  text-align: right;
}

.title-media h2 {
  font-size: 24px;
  letter-spacing: 2.4px;
  color: rgb(23, 77, 116);
}

.section-office-cercle-section-wrap-inner-r h3 {
  text-align: left;
  font-size: 40px;
  font-family: "Penna";
  letter-spacing: 1.2px;
  color: rgb(23, 77, 116);
  font-weight: normal;
}

.section-office-cercle-section-wrap-inner-r ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: start;
}

.section-office-cercle-section-wrap-inner-r ul li {
  position: relative;
  box-sizing: border-box;
  width: 140px;
  height: 100px;
  margin: 26px 20px 0 0;
  background: rgb(23, 77, 116) 0% 0% no-repeat;
  border: 2px solid rgb(23, 77, 116);
  color: rgb(255, 255, 255);
}

.section-office-cercle-section-wrap-inner-r ul li:hover {
  background: rgb(255, 255, 255) 0% 0% no-repeat;
  color: rgb(23, 77, 116);
}

.section-office-cercle-section-wrap-inner-r ul li:hover a {
  color: rgb(23, 77, 116);
}

.section-office-cercle-section-wrap-inner-r ul li a:hover {
  color: rgb(23, 77, 116);
}

.section-office-cercle-section-wrap-inner-r ul li a {
  color: rgb(255, 255, 255);
}

.section-office-cercle-section-wrap-inner-r ul li p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 40px;
  line-height: 81px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Penna";
  letter-spacing: NaNpx;
}

@media screen and (max-width: 1199px) {
  .section-office-cercle-section-wrap {
    margin: 80px 0 180px 0;
    width: 78%;
    margin: 120px auto 180px auto;
    max-width: 1024px;
  }
  .section-office-cercle-section-wrap-inner-l {
    display: none;
  }
  .section-office-cercle-section-wrap-inner-r-text-arign-right {
    text-align: center;
  }
  .section-office-cercle-section-wrap-inner-r h3 {
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .section-office-cercle-section-wrap {
    width: 90%;
    max-width: 560px;
    margin: 40px auto 80px auto;
  }
  .section-office-cercle-section-wrap-inner-r ul {
    justify-content: space-evenly;
  }
  .title-lecercle h2:before {
    font-size: 60px;
    letter-spacing: 1.2px;
  }
  .section-office-cercle-section-wrap-inner-r h3 {
    font-size: 32px;
  }
  .title-media h2:before {
    font-size: 60px;
    letter-spacing: 1.2px;
  }
}
.section-office-media-wrap-inner-l { /* メディアセクション */
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  width: 360px;
  height: 645px;
  margin-right: 89px;
}

.section-office-media-wrap-inner-l ul:hover {
  border-right: 1px solid rgba(51, 51, 51, 0.4);
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}

.section-office-media-wrap-inner-l ul {
  overflow-y: scroll;
  width: 360px;
  height: 645px;
  border-right: 1px solid rgba(51, 51, 51, 0);
  border-bottom: 1px solid rgba(51, 51, 51, 0);
  transition: all 0.8s ease;
  box-sizing: border-box;
}

.section-office-media-wrap-inner-l ul li {
  line-height: 40px;
  margin-bottom: 23px;
  display: inline-block;
}

.section-office-media-wrap-inner-l ul li.bullet {
  width: 40px;
  height: 40px;
  border: 1px solid rgb(23, 77, 116);
  box-sizing: border-box;
  padding: 0 9px;
  font-size: 24px;
  font-family: "Penna";
}

.section-office-media-wrap-inner-l ul li.media-title {
  margin-left: 30px;
  width: 70%;
}

.section-office-media-wrap-inner-l ul li.bullet:nth-child(3n) {
  background-color: rgb(23, 77, 116);
  color: rgb(255, 255, 255);
}

.section-office-media-wrap-inner-l ul li.bullet:nth-child(3n+1) {
  background-color: none;
  color: rgb(23, 77, 116);
}

.section-office-media-wrap-inner-l ul li.bullet:nth-child(3n+2) {
  background-color: none;
  color: rgb(23, 77, 116);
}

.section-office-media-wrap-inner-l a {
  color: rgb(23, 77, 116);
}

.section-office-media-wrap-inner-l p {
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 2px;
  color: rgb(23, 77, 116);
}

.section-office-media-wrap-inner-r {
  display: inline-block;
  vertical-align: top;
  width: 751px;
  height: 645px;
}

.section-office-media-wrap-inner-r img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 751px;
  height: 645px;
}

@media screen and (max-width: 1199px) {
  .section-office-media-wrap-inner-l { /* メディアセクション */
    width: 360px;
    height: 460px;
    margin-right: 20px; /*89px*/
  }
  .section-office-media-wrap-inner-l ul {
    height: 460px;
  }
  .section-office-media-wrap-inner-r {
    width: auto;
    height: 460px;
  }
  .section-office-media-wrap-inner-r img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 560px) {
  .section-office-media-wrap-inner-l { /* メディアセクション */
    width: 100%;
    margin-right: 0;
  }
  .section-office-media-wrap-inner-l ul {
    width: 100%;
    margin-right: 0;
  }
  .section-office-media-wrap-inner-r {
    display: none;
  }
}
.section-office-recommend-section-wrap { /* おすすめセクション */
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 120px;
}

.section-office-recommend-section-wrap-inner-l {
  display: inline-block;
  vertical-align: top;
  width: 500px;
  height: 500px;
  margin-right: 48px;
}

.section-office-recommend-section-wrap-inner-l img {
  -o-object-fit: cover;
     object-fit: cover;
}

.section-office-recommend-section-wrap-inner-r {
  display: inline-block;
  flex: 1;
}

.section-office-recommend-section-wrap-inner-r ul {
  display: block;
  height: 240px;
  overflow-y: scroll;
  margin-top: 97px;
}

.section-office-recommend-section-wrap-inner-r ul li {
  display: inline-block;
  box-sizing: border-box;
  padding: 8px 26px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: rgb(255, 255, 255) 0% 0% no-repeat;
  border: 2px solid rgb(23, 77, 116);
  border-radius: 10px;
}

.section-office-recommend-section-wrap-inner-r ul li p:before {
  content: url(images/recommend_tag_ico.svg);
  margin-right: 8.5px;
}

.section-office-recommend-section-wrap-inner-r ul li p {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
  color: rgb(23, 77, 116);
}

.title-recommend-places h2:before {
  content: "Recommended places";
  display: block;
  font-size: 80px;
  font-family: "Penna";
  letter-spacing: 2.4px;
  color: rgb(23, 77, 116);
  text-align: right;
  font-weight: normal;
}

.title-recommend-books h2:before {
  content: "Recommended books";
  display: block;
  font-size: 80px;
  font-family: "Penna";
  letter-spacing: 2.4px;
  color: rgb(23, 77, 116);
  text-align: right;
  font-weight: normal;
}

.title-recommend-places h2 {
  display: block;
  font-size: 24px;
  letter-spacing: 2.4px;
  color: rgb(23, 77, 116);
}

.title-recommend-books h2 {
  display: block;
  font-size: 24px;
  letter-spacing: 2.4px;
  color: rgb(23, 77, 116);
}

@media screen and (max-width: 1199px) {
  .section-office-recommend-section-wrap { /* おすすめセクション */
    position: relative;
    height: 500px;
    max-width: 1024px;
    margin: 120px 0 180px 0;
  }
  .section-office-recommend-section-wrap-inner-l {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-office-recommend-section-wrap-inner-r {
    position: absolute;
    top: 30%;
    left: 20%;
    display: inline-block;
    width: 70%;
    height: 420px;
    background: rgba(244, 244, 244, 0.7);
    flex: 1;
  }
  .section-office-recommend-section-wrap-inner-r ul {
    position: absolute;
    top: 30%;
    left: 0;
    width: 70%;
    padding: 5px;
  }
}
@media screen and (max-width: 560px) {
  .section-office-recommend-section-wrap { /* おすすめセクション */
    position: static;
    width: 100%;
    height: auto;
    max-width: 560px;
    margin-right: 0;
  }
  .section-office-recommend-section-wrap-inner-l {
    position: static;
    display: none;
  }
  .section-office-recommend-section-wrap-inner-r {
    position: static;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    width: 100vw;
    height: 420px;
    background: rgba(244, 244, 244, 0.7);
    flex: 1;
  }
  .section-office-recommend-section-wrap-inner-r ul {
    position: static;
    width: 100vw;
    padding: 5px;
    box-sizing: border-box;
  }
  .title-recommend-places h2:before {
    font-size: 56px;
    letter-spacing: 1.2px;
    text-align: center;
  }
  .title-recommend-books h2:before {
    font-size: 56px;
    letter-spacing: 1.2px;
    text-align: center;
  }
}
/* お問い合わせフォーム */
.inquiry-form-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 126px auto;
}

.inquiry-form-wrap p {
  margin: 60px auto 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 2px;
  text-align: left;
}

.inquiry-form-wrap table {
  width: 100%;
  margin: 20px auto;
}

.inquiry-form-wrap th {
  color: rgb(51, 51, 51);
  padding: 17px 0;
  width: 25%;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 2px;
  text-align: left;
  height: 100px;
}

.inquiry-form-wrap td {
  padding: 10px;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 2px;
  text-align: left;
  vertical-align: top;
  height: 100px;
}

.inquiry-form-wrap input {
  -webkit-appearance: none;
  width: 85%;
  padding: 20px 22px;
  font-size: 20px;
  font-family: "Yu Mincho", "YuMincho";
  border: solid 1px #cecece;
  box-sizing: border-box;
}

.inquiry-form-wrap input[type=file] {
  border: none;
  width: auto;
}

.inquiry-form-wrap select {
  border: solid 1px #cecece;
}

.wpcf7 input[type=submit] {
  -webkit-appearance: none;
  width: 85%;
  margin-top: 26px;
  height: 74px;
  background: rgb(219, 186, 111) 0% 0% no-repeat;
  opacity: 0.6;
  color: rgb(255, 255, 255);
  border: none;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 4px;
  font-family: "Yu Mincho", "YuMincho";
}

.wpcf7 input[type=submit]:hover {
  -webkit-appearance: none;
  background: rgb(204, 158, 51) 0% 0% no-repeat;
}

.wpcf7 select {
  -webkit-appearance: none;
  height: 60px;
  width: 85%;
  padding: 0 22px;
  font-size: 20px;
  font-family: "Yu Mincho", "YuMincho";
  border: solid 1px #cecece;
}

.inquiry-form-wrap textarea {
  -webkit-appearance: none;
  height: 446px;
  width: 85%;
  padding: 20px 22px;
  overflow-y: scroll;
  font-size: 20px;
  font-family: "Yu Mincho", "YuMincho";
  border: solid 1px #cecece;
}

@media screen and (max-width: 1199px) {
  .inquiry-form-wrap {
    width: 78%;
    max-width: 1024px;
  }
  .inquiry-form-wrap th {
    width: 30vw;
  }
  .wpcf7 input {
    width: 100%;
  }
  .wpcf7 select {
    width: 100%;
  }
  .inquiry-form-wrap textarea {
    width: 100%;
  }
  .wpcf7 input[type=submit] {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .inquiry-form-wrap {
    max-width: 560px;
    width: 95vw;
    padding: 5px;
  }
  table, tbody, tr, th, td {
    display: block;
    width: 95vw;
  }
  .inquiry-form-wrap th {
    height: -moz-fit-content;
    height: fit-content;
    display: block;
  }
  .inquiry-form-wrap td {
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    margin-bottom: 20px;
  }
  .inquiry-form-wrap th,
  .inquiry-form-wrap td {
    width: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    box-sizing: border-box;
  }
  .wpcf7 input,
  .wpcf7 select,
  .wpcf7 textarea,
  .wpcf7 input[type=submit] {
    width: 90vw;
    font-size: 16px;
    box-sizing: border-box;
  }
}
/*
 ヘッダーメニュー 
*/
.header-inner {
  position: relative;
  background-image: url(images/header-fp-2x.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 1920px 900px;
}

.header-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.navbutton {
  display: none;
}

.header-nav-wrap {
  /* position: absolute; */
  position: fixed;
  width: 100%;
  top: 4%;
  transform: translateY(-50%);
  background: #F4F4F4 0% 0% no-repeat padding-box;
  z-index: 22;
}

.header-nav {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  float: center;
}

.header-nav:after {
  clear: both;
  display: block;
  content: " ";
}

.header-nav-home { /* メニュー内のhomeボタン */
  display: none;
  background-image: url(images/home.svg);
  background-size: 29px;
  background-position: center;
  background-repeat: no-repeat;
  /* テキストを非表示 */
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.header-nav li {
  position: relative;
  display: inline-block;
  margin-right: 5rem;
  font-size: 40px;
  line-height: 58px;
  font-family: "Penna";
  letter-spacing: 1.2px;
  color: rgb(37, 23, 19);
  vertical-align: top;
  height: 58px;
}

.header-nav li a {
  font-weight: normal;
  display: block;
  text-decoration: none;
  color: #251713;
}

.header-nav li a:hover {
  opacity: 0.6;
}

.header-nav li .sub-menu {
  position: absolute;
  z-index: 1;
  border-top: none;
  visibility: hidden;
  transition: 0.5s;
  opacity: 0;
  top: 100%;
}

.header-nav li:hover ul.sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  top: 90%;
}

.header-nav ul.sub-menu li {
  display: block;
  float: none;
  padding: 0;
  width: 120%;
  line-height: 1em;
}

.header-nav .sub-menu li a {
  font-size: 1em;
  font-weight: normal;
  padding: 10px 30px 10px 10px;
  text-align: left;
  background-color: #fff;
  transition: 1s;
  opacity: 1;
}

.header-nav .sub-menu li a:hover {
  opacity: 0.6;
}

/* topページ上 snsアイコン */
.header-nav-sns-wrap {
  position: absolute;
  position: fixed;
  width: -moz-fit-content;
  width: fit-content;
  top: 5%;
  left: auto;
  right: 0;
  transform: translateY(-50%);
  z-index: 1000;
}

.header-nav-sns {
  font-size: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100px;
  margin-right: 54px;
}

.header-nav-sns img {
  margin-right: 14px;
}

/* サイト上部 固定ショップバナー */
.shopbanner-up-pc {
  display: block;
  position: fixed;
  top: calc(5% + 3.4vw); /* artaward時 */
  /* top: calc(0% + 3.6vh);  非artaward時 */
  transform: translateY(64%);
  left: auto;
  right: 0;
  z-index: 19;
}

.shopbanner-up-pc img {
  box-shadow: 5px 5px 10px #333;
}

.artaward-banner-pc {
  display: block;
  position: fixed;
  /*bottom: 0;*/
  top: calc(5% + 38px);
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: fill;
     object-fit: fill;
  z-index: 21;
}

.artaward-banner-pc img {
  box-shadow: 5px 5px 10px #333;
}

.shopbanner-up-sp {
  display: none;
}

.artaward-banner-sp,
.artaward-banner-tab {
  display: none;
}

.header-nav-sns-wrap-sp {
  display: none;
}

.header-nav-sns-sp img {
  display: inherit;
}

@media screen and (max-width: 1700px) {
  .header-nav-sns-wrap {
    top: 96vh;
  }
  .header-nav li {
    margin-right: 1em;
  }
}
@media screen and (max-width: 1199px) {
  .navbutton {
    display: fixed;
  }
  .header-nav-home { /* メニュー内のhomeボタン */
    display: inline-block;
    background-image: none;
    text-indent: 0;
    white-space: nowrap;
    overflow: hidden;
  }
  /* topページ上 snsアイコン */
  .header-nav-sns-wrap {
    /*position: fixed;
    width: fit-content;
    top: 10%;
    left: 5%;
    right: auto;
    z-index: 1000;*/
    display: none;
  }
  /*.header-nav-sns {
    font-size: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100px;
    margin-right: 54px;
  }

  .header-nav-sns img {
    margin-right: 14px;
  }*/
  .header-nav-sns-wrap-sp {
    display: block;
    position: fixed;
    width: 100%;
    top: 94vh;
    overflow: hidden;
  }
  .header-nav-sns-sp {
    padding-inline-start: 30px;
  }
  .header-nav-sns-sp a {
    display: inline-block;
    padding-right: 7px;
  }
  .header-nav-sns-sp a img {
    width: 34px;
  }
  .header-nav li {
    height: -moz-fit-content;
    height: fit-content;
    font-size: 32px;
  }
  .header-nav li .sub-menu {
    position: static;
    display: block;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }
  .header-nav ul.sub-menu {
    margin-bottom: 5px;
  }
  .header-nav .sub-menu li {
    background-color: none;
  }
  .header-nav .sub-menu li a {
    font-size: 0.8em;
    font-weight: normal;
    padding: 5px 0 5px 20px;
    text-align: left;
    background-color: transparent;
  }
  .shopbanner-up-pc {
    display: none;
  }
  .shopbanner-up-sp {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    height: -moz-fit-content;
    height: fit-content;
    z-index: 998;
  }
  .artaward-banner-pc,
  .artaward-banner-sp {
    display: none;
  }
  .artaward-banner-tab {
    display: block;
    position: fixed;
    top: 50px;
    bottom: auto;
    width: 100vw;
    -o-object-fit: fill;
       object-fit: fill;
    z-index: 998;
  }
}
@media screen and (max-width: 560px) {
  .header-nav-home { /* メニュー内のhomeボタン */
    display: inline-block;
    background-image: none;
    text-indent: 0;
    white-space: nowrap;
    overflow: hidden;
  }
  /* topページ上 snsアイコン */
  .header-nav-sns-wrap {
    position: fixed;
    width: -moz-fit-content;
    width: fit-content;
    top: 10%;
    left: 5%;
    right: auto;
    z-index: 1000;
  }
  .header-nav-sns {
    font-size: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100px;
    margin-right: 54px;
  }
  .header-nav-sns img {
    margin-right: 14px;
  }
  .artaward-banner-pc,
  .artaward-banner-tab {
    display: none;
  }
  .artaward-banner-sp {
    display: block;
    position: fixed;
    top: 50px;
    bottom: auto;
    width: 100vw;
    -o-object-fit: fill;
       object-fit: fill;
    z-index: 998;
  }
}
.header-inner-fp { /* 下層ヘッダー */
  position: relative;
  background-image: url(images/header-fp-2x.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-inner-fp::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.header-inner-artist { /* 下層ヘッダー */
  position: relative;
  background-image: url(images/header-artist.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-inner-artist::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.header-inner-gallery { /* 下層ヘッダー */
  position: relative;
  background-image: url(images/header-gallery.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-inner-gallery::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.header-inner-cafeculture { /* 下層ヘッダー　カフェ・カルチャー */
  position: relative;
  background-image: url(images/header-cafeculture.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-inner-cafeculture::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.header-inner-rentalspace { /* 下層ヘッダー　貸しスペース */
  position: relative;
  background-image: url(images/header-rentalspace.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-inner-rentalspace::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.header-inner-otherworks { /* 下層ヘッダー */
  position: relative;
  background-image: url(images/header-otherworks.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-inner-otherworks::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.header-inner-company { /* 下層ヘッダー */
  position: relative;
  background-image: url(images/header-company.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-inner-company::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.header-inner-news { /* 下層ヘッダー */
  position: relative;
  background-image: url(images/header-news.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-inner-news::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.header-inner-contact { /* 下層ヘッダー */
  position: relative;
  background-image: url(images/header-contact.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-inner-contact::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1199px) {
  .site-title a img {
    height: 40px;
  }
  .navbutton {
    font-size: 2rem;
    position: fixed;
    z-index: 9999;
    top: 3%;
    right: 1.25rem;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
  }
  .navbutton:focus {
    outline: 0;
  }
  .header-nav-wrap {
    z-index: 999;
    top: 0;
    /*ヘッダーの高さと合わせる*/
    right: 0;
    left: auto;
    width: 230px;
    height: 115vh;
    transform: translateY(0%);
    background-color: rgb(23, 77, 116);
    margin-right: -230px;
  }
  .header-nav {
    width: 100%;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
  }
  .header-nav ul {
    top: 0;
    margin-top: 600px;
  }
  .header-nav li {
    display: block;
    margin-right: 0;
    line-height: 42px;
    color: rgb(244, 244, 244);
  }
  .header-nav li a {
    position: relative;
    padding: 0.8rem 0.8rem 0 0.8rem;
    color: rgb(244, 244, 244);
  }
}
@media screen and (max-width: 560px) {
  .site-title a img {
    height: 40px;
  }
  .navbutton {
    font-size: 2rem;
    position: fixed;
    z-index: 9999;
    top: 3%;
    right: 1.25rem;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
  }
  .navbutton:focus {
    outline: 0;
  }
  .header-nav li {
    font-size: 28px;
    line-height: 38px;
  }
  .header-nav li a {
    position: relative;
    padding: 0.4rem 0.4rem 0 0.4rem;
  }
}
/* フッターーメニュー */
.footer {
  overflow: hidden;
}

.footer-inner {
  position: relative;
}

.footer-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*                      */
/* フッターナビゲーション */
/*                      */
.footer-nav-wrap {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(219, 186, 111) 0% 0% no-repeat padding-box;
}

.footer-nav {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  float: center;
}

.footer-nav-home { /* メニュー内のhomeボタン */
  display: none;
  background-image: url(images/home-w.svg);
  background-size: 29px;
  background-position: center;
  background-repeat: no-repeat;
  /* テキストを非表示 */
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.footer-nav li {
  display: inline-block;
  margin-right: 3rem;
  font-size: 40px;
  line-height: 54px;
  font-family: "Penna";
  letter-spacing: 1.2px;
  color: rgb(255, 255, 255);
  vertical-align: top;
}

.footer-nav li a {
  font-weight: normal;
  display: block;
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.footer-nav li a:hover {
  opacity: 0.6;
}

.footer-nav .sub-menu:before {
  position: absolute;
  top: -32px;
  left: 10px;
}

.footer-nav .sub-menu {
  position: relative;
  z-index: 1;
  display: none;
  width: 95%;
  border-top: none;
}

.footer-nav .sub-menu li {
  display: block;
  float: none;
  padding: 0;
}

.footer-nav li:hover .sub-menu {
  display: block;
}

.footer-nav .sub-menu li a {
  font-size: 1em;
  font-weight: normal;
  padding: 10px 30px 10px 10px;
  text-align: left;
  background-color: #fff;
}

.footer-nav .sub-menu li a:hover {
  background-color: #fff;
}

.copyright {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 75px auto 51px auto;
  text-align: center;
}

.copyright img {
  width: 416px;
  height: 67px;
}

.copyright p {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1.6px;
  color: rgb(51, 51, 51);
  opacity: 1;
}

.address-wrap {
  width: 87%;
  margin: 100px auto 73px auto;
}

.address-title p {
  text-align: left;
  font-size: 40px;
  font-family: "Penna";
  letter-spacing: 1.2px;
  color: rgb(37, 23, 19);
  line-height: 35px;
}

.address-title p::after {
  content: " (ランデヴーギャラリー)";
  font-weight: 600;
  font-size: 20px;
  font-family: "YuMincho", "Yu Mincho";
  letter-spacing: 2px;
  color: rgb(51, 51, 51);
}

.address-str {
  margin: 10px 0;
}

.address-str p {
  font-size: 20px;
  letter-spacing: 2px;
  color: rgb(51, 51, 51);
  line-height: 35px;
}

@media screen and (max-width: 560px) {
  .address-title p {
    font-size: 36px;
  }
  .address-title p::after {
    font-size: 18px;
  }
  .address-str p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .footer-nav-wrap {
    display: none;
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(219, 186, 111) 0% 0% no-repeat padding-box;
  }
  .footer-nav-home { /* メニュー内のhomeボタン */
    display: inline-block;
    background-image: none;
    text-indent: 0;
    white-space: nowrap;
    overflow: hidden;
  }
  .footer-nav {
    margin-bottom: 1.5rem;
    height: -moz-fit-content;
    height: fit-content;
  }
  .footer-nav ul {
    text-align: left;
  }
  .footer-nav li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 1rem;
    font-size: 40px;
    line-height: 54px;
  }
  .footer-nav li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 560px) {
  .footer-nav-wrap {
    display: none;
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(219, 186, 111) 0% 0% no-repeat padding-box;
  }
  .footer-nav-home { /* メニュー内のhomeボタン */
    display: inline-block;
    background-image: none;
    text-indent: 0;
    white-space: nowrap;
    overflow: hidden;
  }
  .footer-nav {
    margin-bottom: 1.5rem;
    height: -moz-fit-content;
    height: fit-content;
  }
  .footer-nav ul {
    text-align: left;
  }
  .footer-nav li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 1rem;
    font-size: 40px;
    line-height: 54px;
  }
  .footer-nav li:nth-of-type(2n) {
    margin-right: 0;
  }
}
/*デフォルトウィジェット*/
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_meta ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.calendar_wrap,
.tagcloud {
  list-style: none;
}

.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_pages li,
.widget_meta li,
.widget_archive li,
.widget_nav_menu li {
  position: relative;
  margin-bottom: 0.5rem;
}

.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments a,
.widget_pages a,
.widget_meta a,
.widget_categories a,
.widget_archive a,
.widget_nav_menu a {
  text-decoration: none;
  color: #333;
}

.sidebar-wrapper a:hover {
  opacity: 0.6;
}

/*カテゴリウィジェット*/
.widget_categories li {
  display: block;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
  color: rgb(51, 51, 51);
}

.widget_categories li a {
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.widget_categories .children {
  margin-bottom: 0.5rem;
  padding: 0;
  padding-left: 1rem;
  background-color: #415671;
}

.widget_categories .children li {
  margin-bottom: 0;
}

.widget_categories .children li a {
  font-size: 0.9rem;
  background-color: transparent;
}

.widget_categories .children li a::before {
  position: absolute;
  top: 50%;
  left: 0.6rem;
  content: "∟";
  transform: translateY(-50%);
  color: #fff;
}

/*カテゴリウィジェットとアーカイブウィジェットのドロップダウン表示*/
.widget_categories .screen-reader-text {
  display: none;
}

.widget_archive .screen-reader-text {
  position: relative;
  display: block;
  height: 0;
  text-indent: -9999999px;
}

.widget_categories form {
  position: relative;
}

.widget_categories form::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  content: "▼";
  transform: translateY(-50%);
  pointer-events: none;
}

.widget_categories .postform,
.widget_archive select {
  font-size: 0.95rem;
  width: 100%;
  padding: 4px 10px;
  cursor: pointer;
  border: 1px solid #e0e3ef;
  border-radius: 0;
  background-color: #f4f5f9;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.widget_archive label::after {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  content: "▼";
  text-indent: 0;
  pointer-events: none;
}

/*タグウィジェット*/
.tagcloud a {
  font-size: 0.9rem !important;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.2rem 0.5rem;
  text-decoration: none;
  color: #03162f;
  border: 1px solid #000;
  background-color: #fff;
}

/*メニューウィジェット*/
.widget_nav_menu li a {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  padding-left: 1.3rem;
  color: #333;
}

.widget_nav_menu li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  content: "\f105";
  transform: translateY(-50%);
  color: #03162f;
}

/*最近の投稿*/
.widget_recent_entries li {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
  color: rgb(51, 51, 51);
}

.widget_recent_entries li a {
  display: block;
  margin-bottom: 23px;
  /*padding-left: 1.6rem;*/
}

.widget_recent_entries .post-date {
  font-size: 0.8rem;
  display: block;
}

/*カレンダーウィジェット*/
.calendar_wrap {
  padding: 1rem;
  border: 1px solid #ddd;
}

.calendar_wrap table {
  width: 100%;
}

.calendar_wrap tbody {
  text-align: center;
}

.calendar_wrap caption {
  font-weight: bold;
  margin-bottom: 1rem;
}

.calendar_wrap td {
  padding: 0.3rem 0;
}

.calendar_wrap tfoot td {
  padding-top: 0.7rem;
}

.calendar_wrap tfoot td:last-child {
  text-align: right;
}

/* ループ記事のCSS */
.article-list {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #ddd;
  height: -moz-fit-content;
  height: fit-content;
}

.article-list:hover {
  background-color: #eee;
}

.article-list a {
  display: block;
  text-decoration: none;
  color: #333;
}

.article-list a:after {
  display: block;
  clear: both;
  content: "";
}

.article-list .img-wrap {
  position: relative;
  float: left;
  line-height: 1;
}

.article-list .img-wrap img {
  width: 320px;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}

.article-list .img-wrap .cat-data {
  font-size: 0.75rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.3rem 0.5rem;
  color: #fff;
  background-color: #03162f;
}

.article-list .text {
  margin-left: 340px;
}

.article-list .text h2 {
  font-size: 24px;
  margin-bottom: 0.8rem;
}

.article-list .text .article-date,
.article-list .text .article-author {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.5rem;
  text-align: right;
}

.article-list .text .article-date {
  margin-right: 0.5rem;
}

.article-list .text .article-author i {
  margin-right: 0.3rem;
}

.article-list .text p {
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 2px;
  color: rgb(51, 51, 51);
}

@media (max-width: 600px) {
  .article-list {
    padding: 0.5rem;
  }
  .article-list .img-wrap img {
    width: 132px;
    height: 88px;
  }
  .article-list .img-wrap .cat-data {
    font-size: 0.6rem;
  }
  .article-list .text {
    margin-left: 140px;
    padding: 0;
  }
  .article-list .text h2 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .article-list .text p {
    display: none;
  }
  .article-list .text .article-date,
  .article-list .text .article-author {
    font-size: 0.625rem;
    margin-bottom: 0;
  }
  .article-list .text .article-date {
    margin-right: 0.2rem;
  }
}
/* ループ記事CSS終わり */
/* 単一記事のCSS */
.article-unit {
  display: block;
  margin-bottom: 200px;
  padding: 1rem;
}

.article-unit h2 {
  display: block;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 4px;
  color: rgb(51, 51, 51);
  margin-bottom: 146px;
}

.article-unit .img-wrap {
  float: left;
  line-height: 1;
  margin: 0 40px 40px 0;
}

.article-unit .img-wrap img {
  width: 450px;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-unit .img-wrap .cat-data {
  font-size: 0.75rem;
  padding: 0.3rem 0.5rem;
  color: #fff;
  background-color: #03162f;
}

.article-unit .text {
  min-height: 600px;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 2px;
  color: rgb(51, 51, 51);
}

.article-unit .text h2 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.article-unit .text .article-date,
.article-unit .text .article-author {
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #888;
}

.article-unit .text .article-date {
  margin-right: 0.5rem;
}

.article-unit .text .article-author i {
  margin-right: 0.3rem;
}

.article-unit .text p {
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 2px;
  color: rgb(51, 51, 51);
}

@media (max-width: 600px) {
  .article-unit {
    padding: 0.5rem;
  }
  .article-unit .img-wrap img {
    width: 132px;
    height: 88px;
  }
  .article-unit .img-wrap .cat-data {
    font-size: 0.6rem;
  }
  .article-unit .text {
    margin-left: 140px;
    padding: 0;
  }
  .article-unit .text h2 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .article-unit .text p {
    display: none;
  }
  .article-unit .text .article-date,
  .article-unit .text .article-author {
    font-size: 0.625rem;
    margin-bottom: 0;
  }
  .article-unit .text .article-date {
    margin-right: 0.2rem;
  }
}
/* 単一記事CSS終わり */
/* ページネーション */
.pagination {
  margin: 2rem 0;
  text-align: center;
}

.pagination ul {
  font-size: 0;
}

.pagination ul li {
  font-size: 1rem;
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination ul li:last-child {
  border: 0;
}

.pagination ul li a,
.pagination .current {
  display: block;
  padding: 0.5rem 0.8rem;
  border: 1px solid #ccc;
}

.pagination ul li .prev,
.pagination ul li .next {
  border: 0;
}

.pagination ul li a {
  text-decoration: none;
  color: #333;
}

.pagination ul li a:hover {
  opacity: 0.6;
}

.pagination .current {
  color: #fff;
  background-color: #03162f;
}

/* ページネーション終わり */
/* news ページネーション */
.pagination-news {
  margin: 2rem 0;
  text-align: center;
}

.pagination-news ul {
  font-size: 0;
  display: flex;
  justify-content: space-between;
}

.pagination-news ul li {
  display: inline-block;
  /*margin-right: .5rem;*/
  width: 50%;
  height: 160px;
  text-align: left;
  vertical-align: top;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 2px;
  color: rgb(51, 51, 51);
}

.pagination-news ul li .arrow-wrap {
  display: inline-block;
  height: 160px;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(51, 51, 51);
  font-size: 40px;
  font-family: "Penna";
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 5px;
}

.pagination-news ul li .text-wrap {
  display: inline-block;
  width: 75%;
  margin: 0 10px;
}

.pagination-news ul li:last-child {
  display: inline-block;
  border: 0;
  width: 50%;
  text-align: right;
  vertical-align: top;
}

.pagination-news ul li a,
.pagination-news .current {
  display: inline-block;
}

.pagination-news ul li .prev,
.pagination-news ul li .next {
  border: 0;
  vertical-align: top;
}

.pagination-news ul li a {
  text-decoration: none;
  color: #333;
}

.pagination-news ul li a:hover {
  opacity: 0.6;
}

.pagination-news .current {
  color: #fff;
  background-color: #03162f;
}

@media screen and (max-width: 560px) {
  .pagination-news ul {
    display: block;
    justify-content: none;
  }
  .pagination-news ul li {
    display: flex;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    justify-content: space-between;
    margin-bottom: 2em;
  }
  .pagination-news ul li:last-child {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    margin-bottom: 0;
  }
  .pagination-news ul li .arrow-wrap {
    height: -moz-fit-content;
    height: fit-content;
    vertical-align: middle;
  }
  .pagination-news ul li .text-wrap {
    height: -moz-fit-content;
    height: fit-content;
    max-width: 76%;
    width: auto;
    vertical-align: top;
  }
  .pagination-news ul li:last-child .text-wrap {
    text-align: left;
  }
}
/* newsページネーション終わり */
/* 投稿ページ */
.article-content {
  margin-bottom: 2rem;
  margin-top: 5rem;
}

.article-content .article-info {
  margin-bottom: 0.5rem;
}

.article-content .cat-data a {
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 2.4px;
  color: rgb(219, 186, 111);
  margin-right: 10px;
}

.article-content .article-info .article-date,
.article-content .article-info .article-author {
  font-size: 0.8rem;
  display: inline-block;
  margin-right: 0.5rem;
  color: #888;
}

.article-content .article-info .article-author i {
  margin-right: 0.3rem;
}

.article-content p,
.article-content b,
.article-content table,
.article-content ul,
.article-content ol {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 1px;
}

.article-content p,
.article-content img,
.article-content table,
.article-content ul,
.article-content ol {
  margin-bottom: 2rem;
}

.article-content h1 {
  font-size: 1.9rem;
  margin: 0 0 2rem;
  letter-spacing: 1px;
}

.article-content h2 {
  font-size: 1.7rem;
  margin: 3rem 0 2rem;
  padding: 0.4rem 0;
  letter-spacing: 1px;
  border-bottom: solid 5px #03162f;
}

.article-content h3 {
  font-size: 1.5rem;
  margin: 2.5rem 0 1.8rem;
  padding: 0 1rem;
  letter-spacing: 1px;
  border-left: solid 7px #415671;
  background: transparent;
}

.article-content h4 {
  font-size: 1.3rem;
  margin: 2rem 0 1rem;
  letter-spacing: 1px;
}

.article-content h5 {
  font-size: 1.1rem;
  margin: 0 0 0.3rem;
  letter-spacing: 1px;
}

.article-content .article-img {
  margin-bottom: 2rem;
}

.article-content .article-img img {
  display: block;
  margin: 0 auto;
}

.article-content ul {
  margin-left: 2rem;
  list-style: disc;
}

.article-content ol {
  margin-left: 2rem;
  list-style: decimal;
}

.article-content table {
  border-collapse: collapse;
}

.article-content th,
.article-content td {
  padding: 0.6rem;
  vertical-align: middle;
  border: 1px solid #ddd;
}

.article-content figure {
  max-width: 100%;
}

.article-tag {
  text-align: right;
}

.article-tag ul {
  font-size: 0;
  margin-bottom: 0;
}

.article-tag ul li {
  font-size: 0.9rem;
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.article-tag ul li:last-child {
  margin-right: 0;
}

.article-tag ul li a {
  padding: 0.2rem 0.5rem;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
}

.article-tag ul li a:hover {
  opacity: 0.6;
}

@media (max-width: 600px) {
  .article-content h1 {
    font-size: 1.6rem;
  }
  .article-content h2 {
    font-size: 1.4rem;
  }
  .article-content h3 {
    font-size: 1.3rem;
  }
  .article-content h4 {
    font-size: 1.2rem;
  }
}
/* 投稿ページ終わり */
/* home.php */
.home-top .article-top .img-wrap img {
  width: 600px;
  height: 400px;
}

.home-top .article-top .text {
  margin-left: 630px;
}

.home-top .article-top .new-post {
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
  color: #f00;
}

.home-top .article-top .text h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.home-top .article-top .text .article-date,
.home-top .article-top .text .cat-data {
  margin-bottom: 1rem;
}

@media screen and (max-width: 1199px) {
  .home-top .article-top .img-wrap {
    float: none;
  }
  .home-top .article-top .img-wrap img {
    width: 100%;
    height: 60vw;
  }
  .home-top .article-top .text {
    margin-left: 0;
  }
  .home-top .article-top .new-post,
  .home-top .article-top .text h2,
  .home-top .article-top .text .article-date,
  .home-top .article-top .text .cat-data {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 560px) {
  .home-top .article-top .img-wrap {
    float: none;
  }
  .home-top .article-top .img-wrap img {
    width: 100%;
    height: 60vw;
  }
  .home-top .article-top .text {
    margin-left: 0;
  }
  .home-top .article-top .new-post,
  .home-top .article-top .text h2,
  .home-top .article-top .text .article-date,
  .home-top .article-top .text .cat-data {
    margin-bottom: 0;
  }
}
/* home.php 終わり */
/* archive.php */
.archive-top h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 2.4px;
  color: rgb(219, 186, 111);
  margin-top: 197px;
  margin-bottom: 36px;
}

.archive-top p {
  font-size: 0.875rem;
  line-height: 1.7;
  display: none;
}

.archive-top p.search {
  font-size: 18px;
  margin-bottom: 18px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .archive-top h1 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 560px) {
  .archive-top h1 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .archive-top p {
    font-size: 0.8125rem;
    margin-bottom: 1rem;
  }
}
/* archive.php終わり */
/* モーダルウィンドウ */
#modal-profile {
  width: 100%;
  border: 1px solid #000;
}

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 1920px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.6);
  vertical-align: middle;
}

.modal-window {
  background: rgb(255, 255, 255) 0% 0% no-repeat padding-box;
  opacity: 0.8;
}

.modal-content p {
  text-align: left;
  font-size: 18px;
  letter-spacing: 1.8px;
  color: rgb(51, 51, 51);
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(255, 255, 255) 0% 0% no-repeat;
  border: 1px solid rgb(112, 112, 112);
  opacity: 0.6;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
}/*# sourceMappingURL=style.css.map */