@charset "UTF-8";

/* Global */

@import url("//fonts.googleapis.com/css?family=Noto+Serif+JP:100,300,400,500,700,900&subset=japanese");

* {
  margin: 0;
  border: none;
  border-collapse: collapse;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  background-repeat: no-repeat;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-feature-settings: "palt";
  text-align: left;
}

a:visited,
a:link,
a:active {
  text-decoration: none;
}

pre,
code,
address,
caption,
th,
figcaption {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

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

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

audio,
canvas,
video,
progress {
  display: inline-block;
  vertical-align: baseline;
}

button {
  font: inherit;
  vertical-align: middle;
}

li {
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-size: 10px;
}

a {
  transition: opacity 0.5s;
}

a:hover {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
}

input,
textarea,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media print {
  body {
    color: #000;
  }
  
  a,
  a:link,
  a:visited {
    color: #000;
    text-decoration: none;
  }
}



/* Header */

header h1 {
  padding: 40px 0;
  text-align: center;
}

header h1 img {
  width: 100%;
  max-width: 190px;
}

@media(max-width: 1024px) {
  header h1 {
    padding: 30px 0;
  }
  
  header h1 img {
    max-width: 170px;
  }
}

@media(max-width: 768px) {
  header h1 {
    padding: 30px 0;
  }
  
  header h1 img {
    max-width: 140px;
  }
}

@media(max-width: 560px) {
  header h1 {
    padding: 20px 0;
  }
  
  header h1 img {
    max-width: 110px;
  }
}



/* Main Visual */

#main-visual {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#main-visual > div {
  width: 50%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center center;
}

#main-visual > div:first-child {
  background-image: url('/img/profile-sawada.jpg');
}

#main-visual > div:last-child {
  background-image: url('/img/profile-onozawa.jpg');
}

@media(max-width: 560px) {
  #main-visual > div {
    aspect-ratio: 1/1.35;
  }
}



/* Common */

section {
  padding: 80px 40px;
}

section.gray {
  background-color: #f1f1f1;
}

h2 {
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: 100;
  text-align: center;
  color: #000;
}

p.title-j {
  margin-bottom: 60px;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  color: #333;
}

@media(max-width: 1024px) {
  section {
    padding: 60px 30px;
  }
  
  h2 {
    margin-bottom: 9px;
    font-size: 3.6rem;
  }
  
  p.title-j {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }
}

@media(max-width: 768px) {
  section {
    padding: 50px 20px;
  }
  
  h2 {
    margin-bottom: 8px;
    font-size: 3.2rem;
  }
  
  p.title-j {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}

@media(max-width: 560px) {
  section {
    padding: 40px 20px;
  }
  
  h2 {
    margin-bottom: 7px;
    font-size: 2.6rem;
  }
  
  p.title-j {
    font-size: 1.3rem;
  }
}



/* About */

#about table {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 50px auto;
}

#about th {
  width: 28%;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 2rem;
  font-weight: 300;
}

#about td {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 2rem;
  font-weight: 300;
  color: #333;
}

#about h3 {
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
}

@media(max-width: 1024px) {
  #about table {
    max-width: 560px;
    margin: 0 auto 40px auto;
  }
  
  #about th {
    padding: 8px 0;
    font-size: 1.8rem;
  }
  
  #about td {
    padding: 8px 0;
    font-size: 1.8rem;
  }
  
  #about h3 {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }  
}

@media(max-width: 768px) {
  #about table {
    max-width: 540px;
    margin: 0 auto 30px auto;
  }
  
  #about th {
    padding: 7px 0;
    font-size: 1.6rem;
  }
  
  #about td {
    padding: 7px 0;
    font-size: 1.6rem;
  }
  
  #about h3 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }  
}

@media(max-width: 560px) {
  #about table {
    margin: 0 auto 20px auto;
  }
  
  #about th {
    width: 20%;
    padding: 6px 0;
    font-size: 1.3rem;
  }
  
  #about td {
    padding: 6px 0;
    font-size: 1.3rem;
  }
  
  #about h3 {
    margin-bottom: 15px;
    font-size: 1.3rem;
  }  
}



/* Contact */

#contact form {
  display: table;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

#contact form > div {
  display: table-row;
}

#contact form > div > div {
  display: table-cell;
}

#contact form > div > div:nth-child(1) {
  width: 30%;
  padding-bottom: 20px;
  font-size: 2rem;
  vertical-align: middle;
  color: #000;
}

#contact form > div > div:nth-child(2) {
  padding-bottom: 20px;
  vertical-align: middle;
}

#contact input[type="text"] {
  width: 100%;
  padding: 10px;
  font-size: 1.8rem;
  background-color: #f1f1f1;
  color: #333;
}

#contact textarea {
  width: 100%;
  height: 200px;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 1.8rem;
  color: #333;
}

a.button,
#contact button {
  display: inline-block;
  margin-right: 5px;
  border-radius: 6px;
  padding: 7px 30px;
  background-color: #333;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
  color: #fff;
  transition: 0.2s;
  vertical-align: text-bottom;
}

a.button i,
#contact button i {
  margin-right: 5px;
}

#contact button:hover {
  opacity: 0.5;
}

#contact p#contact-note {
  padding-top: 30px;
  text-align: center;
}

#contact-message {
  padding: 0 0 60px 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 3.2rem;
  text-align: center;
}

#contact-message.error {
  color: #f00;
}

#contact-message.error a:not(.button) {
  color: #000;
}

@media(max-width: 1024px) {
  #contact form > div > div:nth-child(1) {
    width: 28%;
    padding-bottom: 18px;
    font-size: 1.8rem;
  }
  
  #contact form > div > div:nth-child(2) {
    padding-bottom: 18px;
  }
  
  #contact input[type="text"] {
    padding: 8px;
    font-size: 1.6rem;
  }
  
  #contact textarea {
    height: 180px;
    padding: 8px;
    font-size: 1.6rem;
  }
  
  a.button,
  #contact button {
    padding: 6px 28px;
    font-size: 1.4rem;
  }
  
  #contact p#contact-note {
    padding-top: 28px;
  }
  
  #contact-message {
    padding: 0 0 40px 0;
    font-size: 1.3rem;
    line-height: 3rem;
  }
}

@media(max-width: 768px) {
  #contact form {
    max-width: 540px;
  }
  
  #contact form > div > div:nth-child(1) {
    width: 26%;
    padding-bottom: 16px;
    font-size: 1.6rem;
  }
  
  #contact form > div > div:nth-child(2) {
    padding-bottom: 16px;
  }
  
  #contact input[type="text"] {
    padding: 7px;
    font-size: 1.4rem;
  }
  
  #contact textarea {
    height: 160px;
    padding: 7px;
    font-size: 1.4rem;
  }
  
  a.button,
  #contact button {
    padding: 5px 26px;
    font-size: 1.4rem;
  }
  
  #contact-message {
    padding: 0 0 30px 0;
  }
}

@media(max-width: 560px) {
  #contact form {
    display: block;
  }
  
  #contact form > div {
    display: block;
  }
  
  #contact form > div > div:nth-child(1) {
    display: block;
    width: 100%;
    font-size: 1.3rem;
  }
  
  #contact form > div > div:nth-child(2) {
    display: block;
    width: 100%;
  }
  
  #contact input[type="text"] {
    padding: 5px;
    font-size: 1.3rem;
  }
  
  #contact textarea {
    height: 140px;
    padding: 5px;
    font-size: 1.3rem;
  }
  
  a.button,
  #contact button {
    padding: 4px 24px;
    font-size: 1.3rem;
  }
  
  #contact-message {
    padding: 0 0 20px 0;
  }
}



/* Copy */

#copy-e {
  margin-bottom: 15px;
  font-size: 4rem;
  font-weight: 100;
  text-align: center;
  color: #000;
}

#copy-j {
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  color: #333;
}

@media(max-width: 1024px) {
  #copy-e {
    margin-bottom: 12px;
    font-size: 3.2rem;
  }
  
  #copy-j {
    font-size: 1.8rem;
  }
}

@media(max-width: 768px) {
  #copy-e {
    margin-bottom: 10px;
    font-size: 2.8rem;
  }
  
  #copy-j {
    font-size: 1.4rem;
  }
}

@media(max-width: 560px) {
  #copy-e {
    margin-bottom: 8px;
    font-size: 2.4rem;
  }
  
  #copy-j {
    font-size: 1.2rem;
  }
}



/* Artists */

.artists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px auto;
}

.artists-img {
  width: 46%;
  text-align: center;
}

.artists-img img:first-child {
  width: 100%;
  margin-bottom: 60px;
}

.artists-img img:last-child {
  width: 24%;
}

.artists-text {
  width: 50%;
}

.artists-text h3 {
  margin-bottom: 10px;
  font-size: 3.2rem;
  font-weight: 100;
  color: #000;
}

.artists-name-e {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 300;
  color: #333;
}

.artists-text h4 {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 300;
  color: #000;
}

.artists-text-body {
  margin-bottom: 40px;
  font-size: 1.4rem;
  line-height: 3rem;
  color: #333;
}

.artists-text a {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: -1px;
  color: #000;
}

@media(min-width: 1024px) {
  .artists {
    margin: 0 auto 40px auto;
  }
  
  .artists-img img:first-child {
    margin-bottom: 40px;
  }
  
  .artists-text h3 {
    margin-bottom: 8px;
    font-size: 3rem;
  }
  
  .artists-name-e {
    margin-bottom: 26px;
    font-size: 1.8rem;
  }
  
  .artists-text h4 {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
  
  .artists-text-body {
    margin-bottom: 30px;
    font-size: 1.3rem;
    line-height: 2.8rem;
  }
  
  .artists-text a {
    font-size: 1.8rem;
  }
}

@media(min-width: 768px) {
  .artists {
    margin: 0 auto 30px auto;
  }
  
  .artists-img img:first-child {
    margin-bottom: 30px;
  }
  
  .artists-text h3 {
    margin-bottom: 6px;
    font-size: 2.6rem;
  }
  
  .artists-name-e {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  
  .artists-text h4 {
    margin-bottom: 8px;
    font-size: 1.5rem;
  }
  
  .artists-text-body {
    margin-bottom: 26px;
    font-size: 1.3rem;
    line-height: 2.8rem;
  }
  
  .artists-text a {
    font-size: 1.6rem;
  }
}

@media(max-width: 560px) {
  .artists {
    display: block;
    margin: 0 auto 60px auto;
  }
  
  .artists-img {
    width: 100%;
  }
  
  .artists-img img {
    display: block;
  }
  
  .artists-img img:first-child {
    width: 70%;
    margin: 0 auto 20px auto;
  }

  .artists-img img:last-child {
    width: 6%;
    margin: 0 auto 20px auto;
  }
  
  .artists-text {
    width: 100%;
  }
  
  .artists-text h3 {
    margin-bottom: 6px;
    font-size: 2.6rem;
    text-align: center;
  }
  
  .artists-name-e {
    margin-bottom: 20px;
    text-align: center;
  }
  
  .artists-text h4 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    text-align: center;
  }
  
  .artists-text-body {
    margin-bottom: 26px;
  }
  
  .artists-text a {
    display: block;
    font-size: 1.4rem;
    text-align: center;
  }
}



/* Footer */

footer {
  padding: 60px 0;
  background-color: #f1f1f1;
  text-align: center;
}

footer img {
  width: 100%;
  max-width: 420px;
}

#copyright {
  margin-top: 40px;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: center;
  color: #333;
}

@media(max-width: 1024px) {
  footer {
    padding: 40px 0;
  }
  
  footer img {
    max-width: 400px;
  }
  
  #copyright {
    margin-top: 30px;
    font-size: 1.3rem;
  }
}

@media(max-width: 768px) {
  footer {
    padding: 30px 0;
  }
  
  footer img {
    max-width: 380px;
  }
  
  #copyright {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}

@media(max-width: 560px) {
  footer img {
    max-width: 240px;
  }
  
  #copyright {
    margin-top: 15px;
  }
}