@charset "UTF-8";
/* thems Name: hiraowp */
/* -------------------common---------------------- */
html {
  font-size: 100%;
}

body {
  /* font-family: "Noto Serif JP", serif; */
  font-family: "Noto Serif JP Regular", serif;
  font-weight: 400;
  color: #4c5460;
  line-height: 1.5;
  display: none;
}

/* Safari用のハックは、Chromeに適用されないようにする */
@supports (-webkit-touch-callout: none) {
  body {
    /* Safari用のハック */
    height: -webkit-fill-available;
  }
}

.main {
  margin-bottom: 100px;
}

h2 {
  font-size: 23px;
  color: #716970;
  text-decoration: underline;
}

ol,
ul {
  padding-left: initial;
}

h3,
h4 {
  font-size: 14px;
  line-height: 1.8;
}

p {
  font-size: 12px;
  margin-bottom: 0;
  color: #4c5460;
}

img {
  width: 100%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #4c5460;
}

a:hover {
  text-decoration: none;
  color: #4c5460;
}

.scroll_btn {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  border: 1px solid #333;
}

.arrow {
  position: fixed;
  right: 5.4%;
  bottom: 69px;
  color: #e1e1e1;
  cursor: pointer;
  background-color: #fff;
  padding: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 99;
}

.arrow:hover {
  opacity: .8;
  bottom: 72px;
  -webkit-box-shadow: 0 2px 4px 1px #1c1c1c;
  box-shadow: 0 2px 4px 1px #1c1c1c;
}

.arrow:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 27px;
  border-top: solid 3px #1c1c1c;
  border-right: solid 3px #1c1c1c;
  -webkit-transform: rotate(-45deg) translate(0px, 9px);
  transform: rotate(-45deg) translate(0px, 9px);
  left: 5px;
}

.arrow:before {
  top: 14px;
}

.wrapper {
  margin: 0 auto;
  max-width: 330px;
}

.wrapper.__work {
  /* max-width: 38px; */
  /* max-width: 324px; */
  max-width: 390px;
  min-width: 384px;
  width: 93%;
  padding: 0 5px;
}

.wrapper2 {
  margin: 0 auto;
  max-width: 375px;
}

/* フェードイン表示 */
.scrollanime {
  opacity: 0;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

/*ハンバーガーボタン*/
.hamburger {
  display: block;
  position: absolute;
  z-index: 5;
  left: 24px;
  top: 23px;
  width: 46px;
  height: 38px;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
}

.hamburger .hamburger_line {
  display: block;
  position: absolute;
  width: 37px;
  height: 2px;
  left: 6px;
  background: #555;
}

.hamburger:hover {
  opacity: 0.8;
  -webkit-transition: .4s;
  transition: .4s;
}

.hamburger .hamburger_line:nth-child(1) {
  top: 10px;
}

.hamburger .hamburger_line:nth-child(2) {
  top: 20px;
}

.hamburger .hamburger_line:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active .hamburger_line:nth-child(1) {
  position: fixed;
  top: 40px;
  left: 30px;
  background: #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active .hamburger_line:nth-child(2) {
  display: none;
}

/* .hamburger.active .hamburger_line:nth-child(2), */
.hamburger.active .hamburger_line:nth-child(3) {
  position: fixed;
  top: 40px;
  left: 30px;
  background: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.globalMenuSp {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  color: #fff;
  background: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.link_item {
  text-align: left;
  position: absolute;
  top: 130px;
  left: 30px;
}

.sns_link2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 485px;
  width: 200px;
  left: 30px;
  /* padding-left: 30px; */
}

.link_link {
  /* margin-left: 10px; */
  margin-right: 10px;
}

.link_link a img {
  width: 35px;
  cursor: pointer;
}

.link_line {
  list-style-type: none;
  padding: 0;
  width: 100%;
  height: 65px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  line-height: 0;
}

.link_line a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
  cursor: initial;
}

.link_line a img {
  width: 100px;
  cursor: pointer;
}

.link_line .contact_img {
  width: 116px;
}

.work a img {
  width: 150px;
  cursor: pointer;
}

.link a img {
  width: 220px;
  cursor: pointer;
}

/* このクラスを、jQueryで付与・削除する */
.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}

/* マウスオーバーボーダーボトム */
.link_line a img:hover,
.link_link a img:hover {
  border-bottom: solid #4c5460 2px;
  opacity: 0.8;
}

.not_top .sns_link .sns_link_item a img:hover {
  border-bottom: solid #4c5460 2px;
  opacity: 0.8;
}

/* ヘッダー */
.header,
.header2 {
  width: 100%;
  height: 100px;
  display: inline-block;
  margin-bottom: 25px;
}

.header2 .sine {
  position: absolute;
  top: 27.5px;
  left: 51%;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.header2 .sine .sine_img {
  cursor: pointer;
}

.sine img {
  width: 200px;
}

.header2 .not_top {
  display: none;
}

/* ニュース*/
.news {
  position: absolute;
  width: 100%;
  /* top: 88%; */
  bottom: 8%;
}

.news_inner {
  text-align: center;
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  color: #283542;
  line-height: 2;
}

/* フッター*/
.footer {
  margin: 50px;
}

.footer .sine {
  text-align: center;
}

.footer .sine img {
  width: 175px;
}

.copyright {
  text-align: center;
  margin-top: 15px;
}

.copyright p {
  font-size: 11px;
}

/* ---------------------------index--------------------------------- */
.hamburger .hamburger_line {
  background: #fff;
}

.hamburger .hamburger_line_black {
  background: #555;
}

.header {
  display: unset;
}

.header .sns_link,
.header2 .sns_link {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* width: 180px; */
  width: 120px;
  /* right: 10px; */
  right: 24px;
  top: 25px;
}

.header .sns_link_item,
.header2 .sns_link_item {
  padding-right: 15px;
}

.header .sns_link_item:last-child,
.header2 .sns_link_item:last-child {
  padding-right: 0;
}

.header .sns_link_item a img,
.header2 .sns_link_item a img {
  /* width: 100%; */
  width: 25px;
  cursor: pointer;
}

.header .sns_link .sns_link_item a img:hover {
  border-bottom: solid #fff 2px;
  opacity: 0.8;
}

/* アニメーション */
.jp_slide_img_wrapper {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  background-image: url("../images/top/topimage.png");
  background-size: cover;
  background-position: 0 0;
  -webkit-animation-name: slide_img;
  animation-name: slide_img;
  /* animation-duration: 20s; */
  animation-duration: 60s;
  -webkit-animation-duration: 60s;
  /* animation-delay: 5s; */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  /* animation-fill-mode: backwards; */
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  min-height: 100vh;
  /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
}

@-webkit-keyframes slide_img {
  100% {
    /* background-position: -625px 0; */
    background-position: 100% 0;
  }
}

@keyframes slide_img {
  100% {
    /* background-position: -625px 0; */
    background-position: 100% 0;
  }
}

.blind {
  position: absolute;
  top: 0;
  right: 0%;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
  /* height: 100%; */
  background-color: #86B8BF;
}

/* メインロゴ*/
.main_catch {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 6;
}

.main_catch .logo {
  width: 250px;
  /* margin: 0 auto 15px; */
  margin: 0 auto;
  z-index: 4;
  display: none;
}

.logo {
  margin: auto;
  width: 200px;
  z-index: 4;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  /* height: 75px; */
  height: auto;
}

.main_catch .logo img {
  width: 100%;
  height: auto;
}

.main_catch.active {
  visibility: hidden;
}

.news_inner p {
  font-size: 14px;
  text-align: left;
  padding-left: 4px;
}

.news_inner p span {
  padding: 0 20px;
}

/* ----------------------------------about------------------------------- */
.about_all {
  width: 100%;
}

.about {
  margin-bottom: 70px;
}

.about_all {
  margin-bottom: 103px;
}

/* ーーータイトルーーー */
.about_ttl {
  padding-left: 140px;
  margin-bottom: 30px;
}

.about_ttl img {
  width: 80px;
}

/* ーーー自己紹介ーーー */
.none1 {
  display: none;
}

.about_name {
  margin-bottom: 31px;
}

.about_name h1 {
  font-size: 30px;
}

.about_name small {
  font-size: 16px;
  line-height: 3;
  display: block;
}

.about_item {
  line-height: 1.8;
  margin-bottom: 47px;
  padding-left: 25px;
  width: 92%;
}

.about_ago {
  margin-bottom: 18px;
}

.about_now {
  margin-bottom: 18px;
}

.about_link_box {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content:flex-start;
}

.about_link_box a {
  width: 88px;
  height: 28px;
  margin-right: 42px;
}

.about_link_box a:hover {
  border-bottom: solid #4c5460 2px;
  opacity: 0.8;
}

.thumbnail {
  margin: 0 auto;
  /* width: 100%; */
  width: 60%;
  height: auto;
  padding: 0 25px;
  overflow: hidden;
}

.hoverbox {
  overflow: hidden;
}

.thumbnail img {
  width: 100%;
  height: 100%;
}

/* .thumbnail img:hover { */
/* opacity: 0.8; */
/* transform: scale(1.1, 1.1); */
/* transition: 1s all; */
/* } */
/* ーーー遍歴ーーー */
.exhibition {
  line-height: 1.7;
  letter-spacing: 0.02em;

}
.exhibition.__work {
  margin-top: 48px;
}

.exhibition.__work tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 36px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.exhibition.__work th {
  font-weight: bold;
  width: 100%;
  font-size: 13px;

  margin-bottom: 16px;
}

.exhibition.__work a {
  text-decoration: underline;
}

.exhibition_ttl {
  text-align: center;
  margin-bottom: 13px;
}

.exhibition_ttl h2 {
  font-size: 16px;
}

.inner {
  border-collapse: separate;
  letter-spacing: -0.7px;
  border-spacing: 0 36px;
  padding-left: 0;
}

.inner_all {
  font-size: 12px;
}

.works_none {
  display: none;
}

.inner_all tr th {
  width: 43px;
}

/* ------------------------------------work-------------------------------- */
/* top表示 */
.works_top {
  text-align: center;
  margin-top: 55px;
  margin-bottom: 16px;
}

.works_top img {
  width: 95px;
  height: 22px;
}

/* mobile filter表示 */
.works dl dt {
  margin-bottom: 5px;
  font-weight: lighter;
}

.pc_menu {
  display: none;
}

.cp_ipselect .cp_sl01 {
  width: 100%;
  overflow: hidden;
}

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  background: #ffffff;
}

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 1.1em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}

/* art works写真表示 */
.content ul {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content .zoomin {
  overflow: hidden;
  width: auto;
}

.content img {
  -webkit-transition: 1s all;
  transition: 1s all;
}

.content img:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition: 1s all;
  transition: 1s all;
}

.content li {
  margin-bottom: 10px;
  height: 220px;
  -o-object-fit: contain;
  object-fit: contain;
  /* height: auto; */
}

.content .content_imgs1 {
  width: 100%;
}

.content .content_imgs2,
.content .content_imgs3,
.content .content_imgs4,
.content .content_imgs5 {
  /* width: 160px; */
  /* width: 150px; */
  width: 48.6%;
}

.content .content_imgs3,
.content .content_imgs5 {
  margin-left: 10px;
  /* margin-left: 12px; */
}

.content ul li img {
  width: 100%;
  height: 100%;
}

.content ul li a img:hover {
  cursor: pointer;
}

/* ---------------------------------work-detail-------------------------------- */
/* 画像表示 画面幅いっぱい */
/* .wrapper_worksdetail {
  margin: 0 auto;
  max-width: 330px;
} */
.full-img {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.full-img img {
  max-width: 100vw;
  width: 100vw;
  height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
}

/* top表示 */
.works_detail_top {
  margin: 90px 0 9px 0;
}

.works_detail_title {
  margin: 0 46px;
}

.works_detail_title h3,
.works_detail_title h4 {
  margin-bottom: 5px;
}

/* works detail写真表示 */
.works_detail_content {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

.works_detail_content p {
  text-align: left;
  /* margin: 24px 0 44px 0; */
  margin: 24px 46px 44px;
  line-height: 1.8;
}

.works_detail_content .zoomin {
  margin-top: 28px;
}

.works_detail_content h2 {
  margin-top: 100px;
}

/* -----------------------------------contact--------------------------------------- */
.wrapper_contact {
  margin: 0 auto;
  max-width: 330px;
}

/* top表示 */
.contact {
  margin-top: 67px;
}

.contact h1 {
  text-align: center;
}

.contact p {
  margin-top: 42px;
  letter-spacing: 1.5px;
}

.contact_top {
  text-align: center;
}

.contact_top img {
  width: 95px;
  height: 22px;
}

/* form プルダウン */
.contact dl dt {
  margin-bottom: 15px;
  font-weight: lighter;
}

.cp_ipselect .cp_sl01 {
  width: 100%;
  overflow: hidden;
}

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  background: #ffffff;
}

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 1.1em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}

/* form input */
/* .contact input,
.contact textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #bbbbbb;
} */
.contact dd input {
  width: 100%;
  height: 40px;
  border: 1px solid #bbbbbb;
}

.contact label {
  margin-top: 30px;
}

.contact textarea {
  width: 100%;
  height: 160px;
  border: 1px solid #bbbbbb;
}

input::-webkit-input-placeholder {
  font-weight: lighter;
}

input:-ms-input-placeholder {
  font-weight: lighter;
}

input::-ms-input-placeholder {
  font-weight: lighter;
}

input::placeholder {
  font-weight: lighter;
}

.wpcf7 ::-webkit-input-placeholder {
  opacity: .7;
}

.wpcf7 :-ms-input-placeholder {
  opacity: .7;
}

.wpcf7 ::-ms-input-placeholder {
  opacity: .7;
}

.wpcf7 ::placeholder {
  opacity: .7;
}

/* form プライバシーポリシー */
.privacy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* .privacy .checkbox {
  border: 1px solid #bbbbbb;
} */
.privacy .checktext {
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
}

/* form SENDボタン */
.button_wrap {
  margin-top: 20px;
  text-align: center;
}

.button {
  display: inline;
  width: 100%;
  padding: 10px 0;
  background-color: #575959;
  font-weight: bold;
  border: 1px solid black;
  color: white;
}

.button:hover {
  opacity: 0.8;
}

.required:after {
  content: " *";
  color: #E00;
}

/* --------------------------------------------------------レスポンシブ＠max-width:320---------------------- */
@media screen and (max-width: 320px) {
  /* ------------------------------------work-------------------------------- */
  .wrapper {
    max-width: 320px;
    /* padding: 0 15px; */
  }
  .wrapper.__work {
    min-width: 298px;
    padding: 0 8px;
  }
  .content .content_imgs2,
  .content .content_imgs3,
  .content .content_imgs4,
  .content .content_imgs5 {
    /* width: 140px; */
    width: 136px;
  }
  .content .content_imgs3,
  .content .content_imgs5 {
    /* margin-left: 0px; */
    margin-left: 10px;
  }
  /* ---------------------------------work-detail-------------------------------- */
  .wrapper_worksdetail {
    max-width: 320px;
    padding: 0 20px;
    margin: 0 auto;
  }
  /* 
  
  -----------------------------------contact--------------------------------------- */
  .wrapper_contact {
    max-width: 320px;
    padding: 0 20px;
  }
}

/* ----------------レスポンシブ＠min-width:768---------------------- */
@media screen and (min-width: 768px) {
  /* common */
  .wrapper2 {
    max-width: 768px;
    margin: 0 auto;
  }
  .header2 {
    margin-bottom: 68px;
  }
  .header .sns,
  .header2 .sns {
    display: block;
    position: absolute;
    right: 0;
    width: 200px;
    top: 37px;
  }
  .header2 .sine {
    top: 64px;
  }
  .header .sns .sns_link,
  .header2 .sns .sns_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 76%;
    right: 15px;
  }
  .header .sns .sns_link .sns_link_item,
  .header2 .sns .sns_link .sns_link_item {
    margin-left: 0;
    padding-right: 10px;
  }
  .header .sns .sns_link .sns_link_item a img,
  .header2 .sns .sns_link .sns_link_item a img {
    width: 28px;
  }
  .hamburger {
    left: 35px;
    top: 60px;
  }
  .hamburger_line {
    width: 50px;
  }
  .hamburger.active .hamburger_line:nth-child(1),
  .hamburger.active .hamburger_line:nth-child(3) {
    top: 80px;
    left: 65px;
  }
  .link_item {
    left: 70px;
    line-height: 4;
    top: 150px;
  }
  .sns_link2 {
    left: 70px;
  }
  .footer .sine img {
    width: 155px;
  }
  .copyright p {
    font-size: 10px;
  }
  /* -------------------------------------imdex---------------------------------- */
  .main_catch .logo {
    width: 375px;
  }
  .logo {
    width: 40%;
  }
  .news {
    /* width: 50vh; */
    /* top: 90%; */
    /* left: 55px; */
    margin-left: 60px;
    width: 85%;
  }
  .news_inner p {
    padding-left: 25%;
  }
  /* ----------------------------------about------------------------------- */
  .arrow {
    right: 5.2%;
  }
  .about {
    margin-bottom: 47px;
  }
  .about_all {
    margin-bottom: 125px;
  }
  .about_ttl {
    text-align: center;
    padding: 0%;
  }
  .about_items {
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    /* display: -ms-flexbox; */
    /* display: flex; */
    /* -webkit-box-orient: horizontal; */
    /* -webkit-box-direction: reverse; */
    /* -webkit-flex-direction: row-reverse; */
    /* -ms-flex-direction: row-reverse; */
    /* flex-direction: row-reverse; */
    display: block;
  }
  .about_item {
    width: 50%;
    padding-left: 0;
    margin-bottom: 0;
    padding-right: 0;
    margin: 0 auto 24px;
  }
  .about_name {
    padding-top: initial;
    margin-bottom: 40px;
  }
  .about_name h1 {
    font-size: 27px;
  }
  .about_name small {
    font-size: 13px;
    line-height: 2;
  }
  .about_ago,
  .about_now {
    /* line-height: 1.4; */
    line-height: 1.75;
    margin-bottom: 19px;
  }
  .about_ago p,
  .about_now p {
    letter-spacing: -1.5px;
    font-size: 10px;
    margin-bottom: 16px;
  }
  .thumbnail {
    width: 28%;
    /* padding-left: 67px; */
    padding-left: initial;
    padding: initial;
  }
  .thumbnail img {
    width: 292px;
    height: auto;
  }
  .exhibition {
    width: 100%;
    margin: 0 auto;
  }
  .exhibition_ttl {
    margin-bottom: 20px;
  }
  .exhibition_ttl h2 {
    font-size: 13px;
  }
  .inner {
    padding-left: 80px;
    border-spacing: 10px 13px;
  }
  .inner_all tr th,
  .inner_all tr td {
    font-size: 10px;
    /* letter-spacing: -1px; */
    letter-spacing: 0.024em;
    line-height: 1.7;
  }
  .none {
    display: none;
  }
  .none1 {
    display: block;
  }

  .works_none {
    display: block;
  }

  .works_none.__tab {
    display: none;
  }
  /* ------------------------------------work-------------------------------- */
  .wrapper {
    max-width: 768px;
    padding: 0 40px;
  }
  .wrapper.__work {
    max-width: 768px;
    width: initial;
  }
  .works_top {
    margin-bottom: 50px;
  }
  .works_top img {
    width: 150px;
    height: 35px;
  }
  .works dl {
    /* display: none; */
    display: block;

    width: 35%;
    max-width: 300px;
  }
  .pc_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 30px;
    padding: 0;

    display: none;
  }
  .pc_menu a:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .content li {
    margin-bottom: 14px;
    height: 300px;
  }
  .content .content_imgs1 {
    /* width: 454px; */
    width: 500px;


    height: 327px;
  }
  .content .content_imgs2,
  .content .content_imgs3,
  .content .content_imgs4,
  .content .content_imgs5 {
    /* width: 220px; */
    width: 243px;


    height: 327px;
  }
  .content .content_imgs2,
  .content .content_imgs4,
  .content .content_imgs5 {
    margin-left: 14px;
  }
  .content .content_imgs3 {
    margin-left: 0;
  }
  /* ---------------------------------work-detail-------------------------------- */
  h3,
  h4 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }
  .wrapper_worksdetail {
    max-width: 1200px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .works_detail_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .line {
    margin: 5px 10px 10px;
    width: 0.5px;
    background-color: #4c5460;
  }
  /* 画像表示 通常に戻す */
  .full-img {
    max-width: 1200px;
    position: static;
    margin: 0 auto;
    padding-right: 40px;
  }
  .full-img img {
    width: 100%;
    height: auto;
  }
  .full-img .zoomin {
    overflow: hidden;
  }
  .full-img img:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: 1s all;
    transition: 1s all;
  }
  /* -----------------------------------contact--------------------------------------- */
  .wrapper_contact {
    max-width: 550px;
    padding: 0 40px;
  }
  .contact_top img {
    width: 150px;
    height: 35px;
  }
  .privacy_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 70px;
  }
  .button_wrap {
    width: 220px;
    margin-top: 10px;
  }
}



/* -----------------------------------------------レスポンシブ＠min-width:1024---------------------- */
@media screen and (min-width: 1024px) {
  /* common */
  .wrapper2 {
    max-width: 1024px;
  }
  .header2 {
    margin-bottom: 67px;
  }
  .hamburger {
    left: 0;
    margin-left: 60px;
  }
  /* .hamburger.__under { */
  /* margin-left: 60px; */
  /*  */
  /* } */
  .hamburger_line {
    width: 60px;
  }
  .header2 .sine {
    left: 50%;
    top: 60px;
  }
  .header2 .sine img {
    width: 250px;
  }
  .header .sns,
  .header2 .sns {
    right: 20px;
    top: 37px;
  }
  .header2 .not_top {
    top: 40px;
  }
  .header .sns .sns_link .sns_link_item,
  .header2 .sns .sns_link .sns_link_item {
    /* width: 70px; */
    margin-right: 10%;
    padding-right: 0;
    margin-left: 0;
  }
  .header .sns .sns_link,
  .header2 .sns .sns_link {
    right: 29%;
  }
  .header .sns .sns_link .sns_link_item:last-child,
  .header2 .sns .sns_link .sns_link_item:last-child {
    /* width: 70px; */
    margin-right: 0;
  }
  .sns_link_item a {
    display: block;
    /* width: 57px; */
    /* height: 64px; */
    width: 100%;
    height: 100%;
  }
  .header .sns .sns_link,
  .header2 .sns .sns_link {
    /* display: flex; */
    /* width: 254px; */
    /* right: 50px; */
    /* right: -40px; */
    width: 75%;
  }
  .link_item {
    width: 30%;
  }
  .link_item {
    top: 150px;
    line-height: 6;
    left: 120px;
  }
  .sns_link2 {
    top: 500px;
    left: 118px;
    width: 170px;
  }
  .link_line {
    width: 250px;
  }
  .footer .sine img {
    width: 200px;
  }
  .copyright p {
    font-size: 14px;
  }
  /* ---------------------------------imdex------------------------- */
  /* .jp_slide_img_wrapper { */
  /* animation-duration: 20s; */
  /*  */
  /* } */
  .sns .sns_link {
    width: 25%;
  }
  .globalMenuSp .sns_link {
    top: 43%;
    left: 120px;
  }
  .main_catch .logo {
    width: 500px;
  }
  .logo {
    width: 25%;
    height: auto;
    /* height: 90px; */
  }
  .news {
    /* width: 50vh; */
    /* top: 90%; */
    /* left: 70px; */
    width: 50%;
    margin-left: 60px;
  }
  .news_inner {
    width: 80%;
    margin: initial;
    max-width: 474px;
  }

  .news_inner p {
    padding-left: 15px;
  }
  /* ----------------------------------about------------------------------- */
  .about {
    margin-bottom: 75px;
  }
  .about_all {
    margin-bottom: 192px;
  }
  .about_ttl {
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
  }
  .about_ttl img {
    width: 100px;
  }
  .about_item {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto 48px;
  }
  .about_link_box {
    padding-left: 0;
  }
  .about_link_box a {
    width: 120px;
    height: 32px;
    margin-right: 76px;
  }
  .thumbnail {
    /* padding-left: 88px; */
    padding-left: 0;
    width: 24%;
  }
  .thumbnail img {
    /* width: 390px; */
    width: 304px;
    /* height: 390px; */
    /* height: 408px; */
    height: auto;
  }
  .about_name h1 {
    font-size: 36px;
  }
  .about_name small {
    font-size: 18px;
    line-height: 2;
  }
  .about_ago p,
  .about_now p {
    /* font-size: 13px; */
    font-size: 15px;
    /* line-height: 1.4; */
    line-height: 1.75;
  }
  .about_now {
    right: 8px;
    top: 650px;
  }
  .exhibition_ttl {
    margin-bottom: 38px;
  }
  .exhibition_ttl h2 {
    font-size: 17px;
  }
  .exhibition {
    /* padding: 0 240px; */
    /* padding: 0 214px; */
    padding: 0 138px;
  }
  .inner {
    padding: 0;
    border-spacing: 12px 10px;
  }
  .inner .inner_all tr th {
    width: 55px;
    /* font-size: 13px; */
    font-size: 15px;
  }
  .inner_all tr th, .inner_all tr td{
    line-height: 1.8;
    letter-spacing: 0.032em;
  }
  .inner .inner_all tr td {
    /* font-size: 13px; */
    font-size: 11px;
  }
  .exhibition.__work .inner_all th {
    width: 100%;
  }
  .about_name {
    padding-left: 0;
    /* padding-top: 55px; */
    margin-bottom: 41px;
  }
  .about_ago,
  .about_now {
    padding-left: 0;
    /* margin-bottom: 26px; */
    margin-bottom: 20px;
  }
  .about_ago p,
  .about_now p {
    margin-bottom: 15px;
  }
  .none {
    display: none;
  }
  .none1 {
    display: block;
  }
  /* ------------------------------------work-------------------------------- */
  .wrapper {
    max-width: 1024px;
    padding: 0 40px;
  }

  .wrapper.__work {
    /* max-width: 1100px; */
    max-width: 768px;
  }
  .content ul {
    padding: 0;
  }
  .content li {
    /* margin-bottom: 21px; */
    height: 380px;
  }
  .content .content_imgs1 {
    /* width: 609px; */
    /* width: 618px; */
    /* width: 452px; */
    width: 66%;
    height: 327px;
    /* max-height: 368px; */
  }
  .content .content_imgs2,
  .content .content_imgs3,
  .content .content_imgs4,
  .content .content_imgs5 {
    /* width: 294px; */
    /* width: 215px; */
    /* width: 333px; */

    width: 32%;
    height: 327px;
    /* max-height: 368px; */
  }
  .content .content_imgs2,
  .content .content_imgs4,
  .content .content_imgs5 {
    /* margin-left: 21px; */
    /* margin-left: 30px; */


    margin-left: 2%;
    margin-bottom: 2%;
  }
  .content .content_imgs3 {
    margin-left: 0;
    /* margin-left: 21px; */
  }
  /* ---------------------------------work-detail-------------------------------- */
  .works_detail_top {
    max-width: 1100px;
    margin: 90px auto 9px;
  }
  .wrapper_worksdetail {
    /* max-width: 92%; */
    max-width: 100%;
  }
  .works_detail_title {
    margin: 0;
  }
  .works_detail_content p {
    margin: 24px 0 44px 0;
  }
  /* -----------------------------------contact--------------------------------------- */
}

/* -----------------------------------------------------レスポンシブ＠min-width:1440---------------------- */
@media screen and (min-width: 1440px) {
  /* common */
  .wrapper2 {
    max-width: 1440px;
  }
  /* .header, */
  /* .header2 { */
    /* height: 200px; */
    /* margin-bottom: 35px; */
  /* } */
  /* .header .sine, */
  /* .header2 .sine { */
    /* top: 65.5px; */
  /* } */
  /* .header .sine img, */
  /* .header2 .sine img { */
    /* width: 350px; */
  /* } */
  /* .header .sns .sns_link .sns_link_item a img, */
  /* .header2 .sns .sns_link .sns_link_item a img { */
  /* width: 100%; */
  /* } */
  .header .sns,
  .header2 .sns {
    right: 40px;
  }
  .hamburger {
    left: 0;
    /* margin-left: 7.7%; */
    margin-left: 4%;
  }
  /* .header .sns .sns_link, */
  /* .header2 .sns .sns_link { */
    /* right: 55%; */
  /* } */
  .hamburger.__under.active {
    margin-left: 4%;
  }
  .hamburger.active .hamburger_line:nth-child(1),
  .hamburger.active .hamburger_line:nth-child(3) {
    /* left: 7.7%; */
    left: 4.2%;
  }
  /* .header .sns .sns_link .sns_link_item, */
  /* .header2 .sns .sns_link .sns_link_item { */
    /* margin-right: 20%; */
  /* } */
  .link_item {
    left: 13.6%;
  }
  /* .hamburger.__under { */
  /* margin-left: 4%; */
  /* } */
  .jp_slide_img_wrapper {
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
  }
  .sns_link2 {
    left: 13.6%;
  }
  .sns_link_item a img {
    width: 45px;
  }
  /* .sns_link_item a { */
  /* width: 57px; */
  /* height: 64px; */
  /* } */
  .footer .sine img {
    width: 288px;
  }
  .copyright p {
    font-size: 18px;
  }
  /* imdex */
  /* .jp_slide_img_wrapper { */
  /* animation: none; */
  /* } */
  .main_catch .logo {
    /* width: 700px; */
    width: 24%;
  }
  .logo {
    width: 23%;
  }
  .news {
    /* left: 100px; */
    width: 65vh;
    margin-left: 4%;
  }
  .news_inner {
    /* width: 70%; */
    /* width: 80%; */
    margin: 0;
  }
  header .sns_link {
    width: 15%;
  }
  /* ----------------------------------about------------------------------- */
  .wrapper {
    max-width: 1440px;
    margin: 0 auto;
  }
  .none {
    display: none;
  }
  .none1 {
    display: block;
  }

  .exhibition.__work tr {
    margin-bottom: 156px;
  }

  .about {
    margin-bottom: 200px;
  }
  .about_all {
    margin-bottom: 239px;
  }
  .about_ttl img {
    width: 150px;
  }
  .about_name {
    /* padding-left: 37px; */
    /* padding-top: 100px; */
    margin-bottom: 31px;
  }
  .about_name h1 {
    /* font-size: 46px; */
    font-size: 32px;
  }
  .about_name small {
    /* font-size: 25px; */
    font-size: 16px;
  }
  .about_ago,
  .about_now {
    /* padding-left: 34px; */
    /* padding-left: 16px; */
    /* margin-bottom: 20px; */
    margin-bottom: 30px;
  }
  .about_ago p,
  .about_now p {
    /* font-size: 18px; */
    font-size: 16px;
    line-height: 1.75;
  }
  /* .about_link_box { */
    /* padding-left: 34px; */
    /* padding-left: 16px; */
    /* font-size: 20px; */
  /* } */
  .thumbnail {
    /* padding-left: 120px; */
    padding-left: 0;
    width: 21%;
  }
  /* .thumbnail img { */
  /* width: 560px; */
  /* height: 560px; */
  /* } */
  .exhibition_ttl {
    margin-bottom: 35px;
  }
  .about_item {
    padding: 0%;
    padding-right: 0;
    width: 36%;
    margin: 0 auto 137px;
  }
  .exhibition_ttl h2 {
    font-size: 24px;
  }
  .inner {
    padding: 0%;
    /* padding-left: 129px; */
    padding-left: 45px;
    border-spacing: 14px 32px;
  }
  .inner .inner_all tr th {
    width: 83px;
    /* font-size: 17px; */
    font-size: 16px;
    margin-bottom: 52px;
  }
  .inner .inner_all tr td {
    font-size: 17px;
  }
  /* ------------------------------------work-------------------------------- */
  .wrapper {
    max-width: 1200px;
  }
  /* .wrapper.__work { */
    /* max-width: 1100px; */
    /* padding: initial; */
  /* } */
  /* .content { */
  /* overflow: hidden; */
  /* } */
  .content ul {
    padding: 0;
    /* width: 104.5%; */
  }
  .content li {
    /* margin-bottom: 25px; */
    height: 475px;
  }
  /* .content .content_imgs1 { */
    /* width: 725px; */
    /* width: 63%; */
    /* height: 968px; */
  /* } */
  /* .content .content_imgs2, */
  /* .content .content_imgs3, */
  /* .content .content_imgs4, */
  /* .content .content_imgs5 { */
    /* width: 350px; */
    /* width: 30.3%; */
    /* height: 968px; */
    /* margin-bottom: 2%; */
  /* } */
  /* .content .content_imgs2, */
  /* .content .content_imgs4, */
  /* .content .content_imgs5 { */
    /* margin-left: 25px; */
    /* margin-left: 2.4%; */
  /* } */
  /* ---------------------------------work-detail-------------------------------- */
  .wrapper_worksdetail {
    padding: 0 4%;
  }
  .full-img {
    padding-right: 80px;
  }
  /* -----------------------------------contact--------------------------------------- */
}
