@charset "utf-8";

#wrapper-index {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.5;
  display: flex;
  flex-flow: column;
  flex-direction: column;
  min-height: 100vh;
  background-color: #283434;
  background: url(../images/background.jpg) no-repeat center center;
  background-size: cover;
}

body {
  color: #283434;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.5;
  display: flex;
  flex-flow: column;
  flex-direction: column;
  min-height: 100vh;
  background-color: #fff;
}

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

a {
  text-decoration: none;
  color: #283434;
  cursor: pointer;
}

.container {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

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

/* html {
  scroll-padding-top: 70px;
} */

/*=========================================
header
=========================================*/

/*=====================
index
=====================*/

header {
  padding: 20px 0;
  z-index: 10;
}

.header-title-index {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.header-subtitle-index {
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.header-nav-index {
  display: flex;
  justify-content: space-between;
}

.header-nav-item-index {
  float: left;
  padding: 20px 30px;
}

.header-nav-item-index a {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
}

li.header-nav-item-index a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

/* html {
  scroll-padding-top: 120px;
} */

a:hover {
  opacity: 0.7;
}

/*=====================
index以外
=====================*/

.site-header {
  background: #dcdad6;
  display: flex;
  padding: 10px 30px;
  position: fixed;
  justify-content: space-between;
  width: 100%;
}

.header-left {
  float: left;
  left: auto;
}

.header-title {
  font-size: 20px;
  font-weight: bold;
  color: #283434;
}

.header-subtitle {
  font-size: 11px;
  color: #283434;
}

.header-nav {
  display: flex;
}

.header-nav-item {
  float: left;
  margin: 10px;
}

li.header-nav-item a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

/*============================
  各メニュー共通
  ============================*/

.menu-title {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: bold;
  padding-top: 120px;
}

/*============================
  Index
  ============================*/

/*============================
  Profile
  ============================*/

.profile-visual {
  height: 30vh;
  width: auto;
  margin: 20px 0;
  padding: 5px;
  display: block;
}

.Profile-sec {
  margin-bottom: 50px;
}

.lang {
  font-size: 18px;
  color: #283434;
  display: flex;
  margin-left: 10px;
}

.language a:hover {
  text-decoration: underline;
}

.between {
  margin: 0 5px 0 5px;
  text-decoration: none;
}

.metal-artist {
  margin-left: 10px;
}

.profile-headline {
  font-size: 18px;
  margin: 40px 200px 20px 0;
  font-weight: bold;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.bio-years-description {
  border-collapse: separate;
  border-spacing: 20px 10px;
}

.profile-sentence {
  margin: 0 0 0 20px;
  line-height: 1.7;
}

.table {
  float: left;
}

/*============================
Works
============================*/

table {
  margin: 20px 0;
}

/* tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
} */

.material {
  width: 15px;
  border-collapse: separate;
  border-spacing: 20px 1rem;
}

.material-discription {
  width: 85%;
}

.other-material {
  padding-bottom: 60px;
}

.works-section {
  margin: 40px 0 20px 0;
  font-weight: bold;
}

.works-title {
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}

.works-title a {
  color: #6662a4;
}

.works-title a:hover {
  display: inline-block;
  text-decoration: underline;
}

.works-hr-top {
  margin: 20px 0;
  color: #54607c;
}

.works-hr-under {
  margin: 20px 0 0 0;
  color: #54607c;
}

.ayaori {
  color: #54607c;
  font-size: 18px;
}

.ayaori-container {
  display: flex;
  justify-content: space-between;
  width: 70px;
  display: inline-flex;
  text-align: center;
  margin-bottom: 5px;
  color: #54607c;
}

.ayaori-container a {
  color: #6662a4;
}

.non-ayaori-container {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  width: 400px;
  display: inline-flex;
  text-align: center;
  color: #54607c;
}

.category {
  text-align: center;
  margin: 0 0 20px 0;
  padding-top: 80px;
  font-size: 20px;
  font-weight: 300;
}

.picture-name {
  text-align: center;
  margin: 10px 0 0 0;
  display: block;
  font-size: 14px;
}

.popup-img {
  background-color: #fff;
  color: #222;
  display: inline-block;
  margin: 10px 2px;
  padding: 0 10px;
  width: 25vw;
  margin: auto 0;
}

.popup-1 {
  display: inline-block;
  width: 3vw;
  position: absolute;
  top: 82%;
  left: 81%;
}

.popup-2 {
  display: inline-block;
  width: 3vw;
  position: absolute;
  top: 82%;
  left: 69%;
}

.popup-3 {
  display: inline-block;
  width: 3vw;
  position: absolute;
  top: 82%;
  left: 57%;
}

.picture-and-name-multi-box {
  position: relative;
}

.picture-and-name-multi {
  margin: 0;
  padding: 0;
}

.gallery {
  width: 100%;
  display: flex;
  justify-content: center;
}

.star-explain {
  text-align: right;
  font-size: 12px;
}

.works-link-text {
  color: #6662a4;
}

.works-link-text:hover {
  text-decoration: underline;
}

.picture-and-name {
  display: inline-block;
  padding-top: 70px;
}

/*============================
exhibition
============================*/

.Coming-soon {
  margin: 0 0 500px 0;
}

.session {
  font-size: 14px;
  margin-bottom: 10px;
}

/* .exhibition-link {
  font-size: 18px;
  font-weight: bold;
} */

.exhibition-link-text {
  color: #6662a4;
  font-weight: bold;
  font-size: 18px;
}

.exhibition-link a:hover {
  text-decoration: underline;
}

.en-title {
  font-size: 12px;
}

.supplement {
  font-size: 12px;
  margin-top: 10px;
}

.en-supplement {
  font-size: 12px;
}

.ex-hr-top {
  margin: 30px 0 15px 0;
  color: #aba89c;
}

.ex-hr-middle {
  margin: 15px 0 15px 0;
  color: #aba89c;
}

.ex-hr-under {
  margin: 15px 0 50px 0;
  color: #aba89c;
}

/*============================
contact
============================*/

.end-message {
  display: none;
}

.false-message {
  display: none;
}

.contact-label {
  display: block;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #bbb5af;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #bbb5af;
}

input::placeholder,
textarea::placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::placeholder,
textarea::focus:placeholder {
  color: #bbb5af;
}

input::-ms-placeholder,
textarea::-ms-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-ms-placeholder,
textarea:focus::-ms-placeholder {
  color: #bbb5af;
}

/* on hover placeholder */

input:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-webkit-input-placeholder,
textarea:hover:focus::-webkit-input-placeholder {
  color: #e2dedb;
}

input:hover::-moz-placeholder,
textarea:hover::-moz-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-moz-placeholder,
textarea:hover:focus::-moz-placeholder {
  color: #e2dedb;
}
*/ input:hover::placeholder,
textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::placeholder,
textarea:hover:focus::placeholder {
  color: #e2dedb;
}

input:hover::placeholder,
textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-ms-placeholder,
textarea:hover::focus:-ms-placeholder {
  color: #e2dedb;
}

#form {
  position: relative;
  width: 100%;
  margin: 50px auto 100px auto;
}

input {
  font-size: 0.875em;
  width: 100%;
  height: 50px;
  padding: 0px 15px 0px 15px;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background: transparent;
  outline: none;
  color: #283434;

  border: solid 1px #283434;
  border-bottom: none;

  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

input:hover {
  background: #283434;
  color: #dcdad6;
}

textarea {
  width: 100%;
  resize: vertical;
  height: 180px;
  max-height: 200px;
  padding: 15px;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background: transparent;
  outline: none;

  color: #283434;
  font-size: 0.875em;

  border: solid 1px #283434;

  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

textarea:hover {
  background: #283434;
  color: #dcdad6;
}

#submit {
  width: 100%;
  padding: 0;
  margin: -5px 0px 0px 0px;

  font-size: 0.875em;
  color: #283434;

  outline: none;
  cursor: pointer;

  border: solid 1px #283434;
  border-top: none;
}

#submit:hover {
  color: #e2dedb;
}

/*============================
footer
============================*/

footer {
  width: 100%;
  margin-top: auto;
  height: 20px;
}

.copyright-index {
  font-size: 10px;
  float: none;
  color: #fff;
  text-align: right;
  bottom: 20px; /*下に固定*/
}

.copyright {
  font-size: 10px;
  float: none;
  color: #283434;
  text-align: right;
  bottom: 20px; /*下に固定*/
}

/*============================
PCの表示
============================*/

@media only screen and (min-width: 1025px) {
  li.header-nav-item-index a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }

  li.header-nav-item-index a:hover::after {
    transform: scale(1, 1);
  }

  li.header-nav-item a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #283434;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }

  li.header-nav-item a:hover::after {
    transform: scale(1, 1);
  }
}

/*============================
スマホの表示
============================*/

@media only screen and (max-width: 599px) {
  /* html {
    scroll-padding-top: 60px;
  } */

  /*=========================================
  header
  =========================================*/

  /*=====================
  index
  =====================*/

  .header-title-index {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }

  .header-subtitle-index {
    font-size: 16px;
    text-align: center;
    color: #fff;
  }

  .header-nav-index {
    display: flex;
    justify-content: space-between;
  }

  .header-nav-item-index {
    padding: 5px;
  }

  .header-nav-item-index a {
    float: none;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 15px;
  }

  /*=====================
  index以外
  =====================*/

  .site-header {
    background: #dcdad6;
    display: block;
    position: fixed;
    justify-content: space-between;
    padding: 6px 15px;
    text-align: center;
    width: 100%;
  }

  .header-left {
    float: none;
  }

  .header-title {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    color: #283434;
  }

  .header-subtitle {
    font-size: 10px;
    text-align: center;
    display: inline-block;
    color: #283434;
    margin-left: 5px;
  }

  .header-nav {
    display: flex;
    justify-content: space-around;
  }

  .header-nav-item {
    float: none;
    text-align: center;
    display: inline-block;
    margin: 0;
  }

  li.header-nav-item a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
  }

  /*============================
  各メニュー共通
  ============================*/

  .menu-title {
    padding-top: 90px;
  }

  /*============================
  Profile
  ============================*/

  .profile-visual {
    height: 170px;
    width: auto;
    margin: 20px 0;
    display: block;
  }

  .Profile-sec {
    margin-bottom: 50px;
  }

  .lang {
    font-size: 18px;
    color: #283434;
    text-decoration: none;
    display: flex;
  }

  .between {
    margin: 0 5px 0 5px;
  }

  .profile-headline {
    font-size: 18px;
    margin: 40px 20px 20px 0;
    font-weight: bold;
  }

  tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }

  .bio-years-description {
    border-collapse: separate;
    border-spacing: 20px 10px;
  }

  .profile-sentence {
    margin: 0 0 0 20px;
    line-height: 1.6;
  }

  .table {
    float: left;
  }

  /*============================
  Works
  ============================*/

  .popup-image a {
    display: block;
  }

  .description {
    font-size: 14px;
    margin: 30px 0;
  }

  .popup-img {
    background-color: #fff;
    color: #222;
    margin: 10px 1px;
    width: 85vw;
    margin: 0 auto;
  }

  /* .popup-non{
    width: 0;
  } */

  .popup-1 {
    display: inline-block;
    width: 10vw;
    position: absolute;
    top: 85%;
    left: 82%;
  }

  .popup-2 {
    display: inline-block;
    width: 10vw;
    position: absolute;
    top: 85%;
    left: 69%;
  }

  .popup-3 {
    display: inline-block;
    width: 10vw;
    position: absolute;
    top: 85%;
    left: 56%;
  }

  .gallery {
    width: 100%;
    align-items: center;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
  }

  .non-ayaori-container {
    width: 270px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .category {
    text-align: center;
    margin: 20px 0;
    padding-top: 75px;
    font-size: 20px;
    font-weight: 300;
  }

  .non-ayaori-item {
    align-items: center;
  }
}

/*============================
小スマホの表示
============================*/

@media only screen and (max-width: 296px) {
  .header-title {
    font-size: 10px;
  }

  .header-subtitle {
    font-size: 8px;
  }
}
