@charset "utf-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: "Yu Mincho", "Hiragino Mincho Pro", "MS PMincho", sans-serif;
  font-size: 16px;
  color: #504946;
  line-height: 1.3;
  background-color: #ffffff;
}

img {
  max-width: 100%;
}

h1 {
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 4.5rem;
  color: #9f938f;
  text-shadow: 0 0 5px #fff,
    0 0 10px #fff,
    0 0 20px #fff,
    0 0 40px rgba(255, 255, 255, 0.5);
    text-align: center;
}

h2 {
  font-family: "cormorant-sc", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 4.5rem;
  color: #c3b5b1;
  margin-top: 7%;
}

.title {
  height: 310px;
  background-image: url(../images/concept/concept-main.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.concept-flex img{
  width: 300px;
}