@charset "UTF-8";
@keyframes slidein {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body {
  line-height: 1.8;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.8px;
  position: relative;
  background-color: #000;
  color: #fff;
}
@media (max-width: 550px) {
  body {
    overflow-x: hidden;
    font-size: 93%;
    font-weight: 500;
  }
}

a img:hover {
  opacity: 0.85;
}

footer {
  background-color: #000000;
  padding-bottom: 1rem;
}

.copy {
  font-size: 12px;
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  text-align: center;
  margin-bottom: 0;
}

/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
}

.open nav {
  left: 0;
  opacity: 1;
  background-color: #222222;
  color: #fff;
}

nav .inner {
  padding: 25px;
}

nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}

nav .inner ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 1em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
  text-decoration: none;
  transition-duration: 0.2s;
}

nav .inner ul li a:hover {
  background: #e4e4e4;
}

@media screen and (max-width: 767px) {
  nav {
    left: -220px;
    width: 220px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 30px;
  right: 50px;
  width: 20px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 550px) {
  .toggle_btn {
    top: 25px;
    right: 20px;
  }
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #737373;
  border-radius: 4px;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 4px;
}

.toggle_btn span:nth-child(2) {
  top: 14px;
}

.toggle_btn span:nth-child(3) {
  bottom: 4px;
}

.open .toggle_btn span {
  background-color: #fff;
}

.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}

/*============
#mask
=============*/
#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}

header {
  position: relative;
}
header .insta {
  position: absolute;
  margin: 0;
  top: 30px;
  right: 125px;
}
header .insta img {
  width: 30px;
}
@media (max-width: 550px) {
  header .insta img {
    width: 35px;
  }
}
@media (max-width: 550px) {
  header .insta {
    width: 35px;
    top: 70px;
    right: 7px;
  }
}
header .line {
  position: absolute;
  margin: 0;
  top: 30px;
  right: 190px;
}
header .line img {
  width: 30px;
}
@media (max-width: 550px) {
  header .line img {
    width: 35px;
  }
}
@media (max-width: 550px) {
  header .line {
    width: 35px;
    top: 70px;
    right: 60px;
  }
}

.br-sp {
  display: none;
}
@media (max-width: 550px) {
  .br-sp {
    display: block;
  }
}

.p-footerNav {
  background: none;
}

.p-sideLeft .p-sideLeft__item h3 {
  display: none;
}

.p-sideLeft {
  width: 100%;
  clear: both;
}

@media (min-width: 1210px) {
  .p-sideLeft {
    order: 2;
  }
}
.font-min {
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Serif JP", serif;
}

.credit {
  padding-top: 10px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 12px !important;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 550px) {
  .credit {
    padding-top: 0;
    margin-bottom: 5px;
  }
}
.credit img {
  max-width: 400px;
  margin: 1rem auto !important;
}
@media (max-width: 550px) {
  .credit img {
    font-size: 10px;
    max-width: 360px;
    margin: 0 auto !important;
  }
}

.credit {
  font-size: 12px;
}

.concept-img {
  padding: 0 1rem;
  text-align: center;
}
@media (max-width: 550px) {
  .concept-img {
    padding: 0;
  }
}

@media (max-width: 550px) {
  .try-g {
    height: 300px;
    object-fit: cover;
    object-position: center;
    margin: 1rem 0 !important;
  }
}

.photos {
  display: flex;
  justify-content: center;
  max-width: 1700px;
  margin: 0 auto;
}
.photos img {
  margin: 1rem;
  max-height: 500px;
}

.kv {
  min-height: 100vh;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: url(../images/kv2.webp);
}
@media (min-width: 1800px) {
  .kv {
    background-size: 1800px;
  }
}
@media (min-height: 1000px) {
  .kv {
    min-height: 1000px;
    background-size: auto 1000px;
  }
}
@media (max-width: 550px) {
  .kv {
    min-height: auto;
    height: 470px;
    background-size: auto 470px;
  }
}
.kv h1 {
  width: 300px;
  margin: 0 auto;
  padding-top: 20vh;
}
@media (max-width: 550px) {
  .kv h1 {
    width: 45%;
    padding-top: 3rem;
  }
}

.logo {
  width: 500px;
  margin: 0 auto 4rem;
  border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0)) 1;
  border-bottom: 1px solid;
}
@media (max-width: 550px) {
  .logo {
    width: 60%;
    padding-top: 2rem;
  }
}

.logo2 {
  width: 300px;
  margin: 0 auto 4rem;
  border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0)) 1;
  border-bottom: 1px solid;
}
@media (max-width: 550px) {
  .logo2 {
    width: 60%;
    padding-top: 2rem;
  }
}

.mologo {
  width: 600px;
  margin: 2rem auto 5rem;
}
@media (max-width: 550px) {
  .mologo {
    width: 80%;
  }
}
@media (max-width: 550px) and (max-width: 550px) {
  .mologo {
    margin: 1rem auto 2rem;
  }
}

.concept {
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/con-bg.webp);
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  padding: 6rem 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.8;
}
.concept h2 {
  width: 430px;
  margin: 0 auto;
  padding-bottom: 3rem;
}
@media (max-width: 550px) {
  .concept h2 {
    width: 64%;
  }
}
.concept p {
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .concept {
    font-size: 15px;
    padding: 4rem 0;
  }
}

.ph {
  width: 100%;
  height: 50vw;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url(../images/ph.webp);
}

.moon {
  color: #333131;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 3;
  text-align: center;
  height: 50vw;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 150%;
  background-image: url(../images/footer-bg.webp);
}
@media (max-width: 550px) {
  .moon {
    background-size: 200%;
    height: 400px;
    font-size: 16px;
  }
}
.moon img {
  width: 250px;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .moon img {
    width: 150px;
  }
}

.prev {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  padding: 6rem 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.8;
  text-align: center;
}
.prev h2 {
  width: 580px;
  margin: 0 auto;
  padding-bottom: 3rem;
}
@media (max-width: 550px) {
  .prev h2 {
    width: 100%;
  }
}
.prev p {
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .prev {
    font-size: 15px;
    padding: 4rem 1.5rem 1.5rem;
  }
}

.conceptn1 {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  max-width: 1600px;
  margin: 2rem auto 0;
  padding-bottom: 4rem;
}
@media (max-width: 1200px) {
  .conceptn1 {
    padding-bottom: 2rem;
  }
}
@media (max-width: 550px) {
  .conceptn1 {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
.conceptn1 img {
  width: 46%;
}
@media (max-width: 550px) {
  .conceptn1 img {
    width: 100%;
    order: 1;
  }
}
.conceptn1 div {
  width: 50%;
  padding: 0 5% 0;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 300;
  color: #b7b7b7;
  align-items: center;
}
@media (max-width: 1200px) {
  .conceptn1 div {
    padding: 3%;
  }
}
@media (max-width: 815px) {
  .conceptn1 div {
    width: 54%;
    padding: 0.5%;
  }
}
@media (max-width: 550px) {
  .conceptn1 div {
    width: 100%;
    margin-top: 1rem;
    padding: 1.5rem;
    padding-bottom: 0;
    order: 2;
  }
}
.conceptn1 div h3 {
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Serif JP", serif;
  color: #a9b3bd;
  font-weight: 300;
  margin-bottom: 2rem;
}
@media (max-width: 550px) {
  .conceptn1 div h3 {
    font-size: 19px;
  }
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.fadeleft {
  opacity: 0;
  transform: translateX(20px);
  transition: all 1s;
}

.faderight {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 1s;
}

.form-order {
  width: 800px;
  margin: 3rem auto;
}
@media (max-width: 550px) {
  .form-order {
    width: 92%;
  }
}
.form-order h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.form-order h2 img {
  width: 200px;
  margin: 0 auto;
}

.form_long {
  width: 100%;
  min-height: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.form-title {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}

.red {
  color: #f30303;
}

button {
  border: none;
  border-radius: 0;
  width: 150px;
  background-color: #222222;
  color: #ffffff;
  text-align: center;
  height: 40px;
  cursor: pointer;
}
button:hover {
  background-color: #566677;
}

.title-center2 {
  background-color: #111111;
  padding: 2rem 0;
  margin: 3rem 0;
  text-align: center;
}
.title-center2 img {
  width: 400px;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .title-center2 img {
    width: 250px;
  }
}

.btn {
  margin: 2.5rem auto 0;
  width: 350px;
}
@media (max-width: 550px) {
  .btn {
    width: 240px;
  }
}/*# sourceMappingURL=style.css.map */