@charset "UTF-8";
@import url(common.css);
/* loading
---------------------------------------------------------------------------- */
.loading {
  position: fixed;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}
.loading svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 30%;
  min-width: 250px;
  overflow: visible;
}
.loading svg path {
  fill: none;
  animation: logofadein 2s ease-in-out forwards;
}

@keyframes logofadein {
  0% {
    fill: #000;
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    fill: #fff;
    opacity: 1;
  }
}
/* End loading */
/* TOPページ */
.home {
  overflow: hidden;
}

.mainvisual {
  width: 100%;
  height: 100vh;
  padding: 0;
  background-color: #000;
}
.mainvisual .video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}
.mainvisual .video video {
  width: 100px;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  opacity: 0.75;
}
.mainvisual .video .mv-bgleft {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000000;
  width: 100%;
  height: 100%;
  transition: transform .5s ease-in .5s;
}
.mainvisual .catch {
  position: absolute;
  bottom: 45%;
  left: 50%;
  transform: translateX(-50%) translateY(20%);
  z-index: 10;
}
.mainvisual .catch h2 {
  display: flex;
  font-size: 4.1875em;
  line-height: 1em;
  color: #ffffff;
}
.mainvisual .catch h2 span {
  display: flex;
  align-items: center;
  width: max-content;
  text-align: center;
}
.mainvisual .catch h2 .cross {
  position: relative;
  width: 14vw;
  max-width: 200px;
}
.mainvisual .catch h2 .cross::before, .mainvisual .catch h2 .cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.mainvisual .catch h2 .cross::before {
  transform: rotate(45deg);
}
.mainvisual .catch h2 .cross::after {
  transform: rotate(-45deg);
}

section {
  padding: 100px 0 60px;
}

.sub-t {
  position: relative;
  font-size: 1.75em;
  line-height: 1.2em;
  padding-top: 80px;
  font-family: 'Atlanta-book', 'Helvetica', 'Arial', sans-serif;
  margin-bottom: 60px;
}
.sub-t::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 63px;
  top: 0;
  left: 1em;
  transform: rotate(20deg);
  background-color: #8a8358;
}

.leadtext {
  font-size: 1.825em;
  line-height: 1.75em;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  word-break: break-word;
}

/*moreボタン*/
a.btn.bgleft {
  width: 300px;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  border: 1px solid #c8c4ac;
  padding: 25px 25px 25px 58px;
  border-radius: 32px;
  outline: none;
  font-size: 1.25em;
  line-height: 1em;
  letter-spacing: 0.05em;
  transition: ease .2s;
  font-family: 'Atlanta-book', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  background-color: #fff;
}
a.btn.bgleft span {
  position: relative;
  z-index: 3;
  color: #8a8358;
  fill: #8a8358;
  line-height: 0.5em;
}
a.btn.bgleft span svg {
  padding-bottom: 2px;
}
a.btn.bgleft span.arrow {
  width: 15px;
}
a.btn.bgleft::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #c8c4ac;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
a.btn.bgleft:hover span {
  color: #fff;
  fill: #fff;
}
a.btn.bgleft:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/*moreボタン*/
.flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* about */
.about .textarea {
  padding-right: 50px;
}
.about .imagearea p:first-child {
  margin-right: 0;
  margin-left: auto;
  background: url("../image/top/photo-about01.jpg") no-repeat center center;
  background-size: 150%;
}
.about .imagearea p:last-child {
  margin-right: auto;
  margin-left: 0;
  background: url("../image/top/photo-about02.jpg") no-repeat center center;
  background-size: 150%;
}

/* beginner */
.beginner .flexbox {
  /*flex-direction: row-reverse;*/
  display: block;
}
.beginner .textarea {
  padding-left: 50px;
  width: 100% !important;
}
.beginner .textarea p {
  margin-bottom: 40px;
}
.beginner .imagearea p:first-child {
  margin-right: auto;
  margin-left: 0;
  background: url("../image/top/photo-beginner01.jpg") no-repeat center center;
  background-size: 150%;
}
.beginner .imagearea p:last-child {
  margin-right: 0;
  margin-left: auto;
  background: url("../image/top/photo-beginner02.jpg") no-repeat center center;
  background-size: 150%;
}

/* about, beginner */
.about .flexbox {
  justify-content: flex-end;
}
.about .textarea {
  width: calc(50% - 35px);
}
.about .textarea .leadtext + p {
  max-width: 400px;
}
.about .imagearea {
  width: calc(50% + 35px);
}
.about .imagearea p {
  overflow: hidden;
}
.about .imagearea p:first-child {
  width: calc(100% - 90px);
  min-width: 480px;
  margin-bottom: 50px;
}
.about .imagearea p:last-child {
  width: calc(100% - 300px);
  min-width: 320px;
}
.about .imagearea p img {
  width: 100%;
  transform: scale(1.2) translateX(-8%);
}
.about .imagearea p:before {
  content: "";
  padding-top: 72.7%;
  display: block;
}
.about a.btn.bgleft {
  margin-top: 60px;
}

/* スクロールに合わせて画像が横に動くアニメーション用 */
.delayed-section p {
  will-change: transform;
}
.delayed-section img {
  will-change: transform;
}

/* スクロールに合わせて画像が横に動くアニメーション用ここまで */
/* menu */
.menu {
  background-color: #f9f8f2;
  padding-bottom: 0;
  overflow: hidden;
}
.menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.menu ul li {
  width: calc(33.333% - 20px);
}
.menu ul li img {
  width: 100%;
  display: block;
}
.menu ul li h3 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-top: 20px;
  margin-bottom: 15px;
}
.menu ul li h3 span {
  display: block;
  color: #8a8358;
  font-family: 'Atlanta-book', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.25em;
}
.menu a.btn.bgleft {
  margin: 0 auto;
}
.menu .loopbox {
  display: flex;
  width: 100vw;
}
.menu .loopbox img {
  min-width: 2483px;
}
.menu .loopbox img:first-child {
  animation: loop 50s -25s linear infinite;
}
.menu .loopbox img:last-child {
  animation: loop2 50s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/* product */
.product {
  overflow-x: hidden;
}
.product .textarea {
  width: 50%;
  padding-right: 40px;
}
.product .img-product {
  width: 50vw;
  margin-right: calc(50% - 50vw);
}
.product a.btn.bgleft {
  margin: 80px auto 0;
}

/* faq */
.faq {
  /* 開いた時の挙動 */
  /* 開いた時の挙動ここまで */
  /* 下層faq用 */
}
.faq details {
  background: #e1dece;
  margin: 0 auto;
  font-size: 1.125em;
}
.faq details .in-details {
  position: relative;
  padding: 1em 1em 2em 5em;
  background: #faf9f2;
}
.faq details .in-details::before {
  content: "A";
  position: absolute;
  top: 0.3em;
  left: 1.4em;
  font-family: 'Atlanta-book', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.5em;
  color: #b5af92;
  transition: .5s;
}
.faq details + details {
  margin-top: 30px;
}
.faq summary {
  position: relative;
  cursor: pointer;
  outline: none;
  padding: 1em 3em 1em 5em;
  list-style: none;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::before {
  content: "Q";
  position: absolute;
  top: 0.3em;
  left: 1.4em;
  font-family: 'Atlanta-book', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.5em;
}
.faq summary::after {
  content: "";
  position: absolute;
  background: url(../image/common/chevron.svg) no-repeat center/100%;
  top: 1.75em;
  right: 1.25em;
  width: 15px;
  height: 8px;
}
.faq details[open] summary::after {
  animation: chevron 0.25s linear;
  animation-fill-mode: forwards;
}
@keyframes chevron {
  100% {
    transform: rotate(180deg);
  }
}
.faq a.btn.bgleft {
  margin: 80px auto 0;
}
.faq section.list-faq {
  padding: 100px 0 200px;
}

/* news */
.news .inblock-m {
  display: flex;
  justify-content: space-between;
}
.news .newsarea {
  width: calc(100% - 400px);
  max-width: 900px;
  margin: 0 auto 100px;
}
.news .newsarea p.date {
  margin: 0;
  font-size: 0.8em;
  color: #909090;
  letter-spacing: 0em;
}
.news .newsarea p.date span {
  margin-left: 5px;
  background: #282828;
  color: #fff;
  padding: 0.1em 0.5em;
  font-size: 0.8em;
}
.news .newsarea .kiji {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.news .newsarea .kiji a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.news .newsarea .kiji .txt {
  margin-right: 15px;
  width: calc(100% - 150px);
}
.news .newsarea .kiji .txt h2 {
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
  font-size: 1.25em;
  line-height: 1.5em;
}
.news .newsarea .kiji .thumbnail {
  margin: 0;
  width: 100px;
}
.news .newsarea .kiji .thumbnail img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.news .newsarea a.btn.bgleft {
  margin: 0 auto;
}

/* insta */
.insta {
  padding: 130px 0 120px;
}
.insta ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.insta ul li {
  padding: 1%;
  width: 25%;
}
.insta ul li img {
  width: 235px;
  height: 235px;
  object-fit: cover;
}
.insta a.btn {
  width: 350px;
  margin: 45px auto 0;
  font-size: 1.5em;
  justify-content: center;
  color: #fff;
  padding: 25px 30px 25px;
  border-color: #fff;
}
.insta a.btn:hover {
  box-shadow: 0 0 40px 40px #fff inset;
  color: #130e04;
}

/*===========================================================================*/
/*  media quary:1200px  */
/*===========================================================================*/
@media screen and (max-width: 1200px) {
  .mainvisual .catch h2 {
    font-size: 60px;
    font-size: 5vw;
  }

  /* about, beginner */
  .about .textarea, .beginner .textarea {
    width: 50%;
  }
  .about .imagearea, .beginner .imagearea {
    width: 50%;
  }
  .about .imagearea p:first-child, .beginner .imagearea p:first-child {
    width: calc(100% - 70px);
    min-width: 300px;
  }
  .about .imagearea p:last-child, .beginner .imagearea p:last-child {
    width: calc(100% - 150px);
    min-width: 250px;
  }
}
/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  .leadtext {
    font-size: 1.75em;
  }

  /* about, beginner */
  .about .textarea, .beginner .textarea {
    width: 50%;
  }
  .about .imagearea, .beginner .imagearea {
    width: 50%;
  }
  .about .imagearea p:first-child, .beginner .imagearea p:first-child {
    width: calc(100% - 70px);
    min-width: 300px;
  }
  .about .imagearea p:last-child, .beginner .imagearea p:last-child {
    width: calc(100% - 150px);
    min-width: 250px;
  }
}
/*===========================================================================*/
/*  media quary:768px  */
/*===========================================================================*/
@media screen and (max-width: 768px) {
  .mainvisual .catch {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%) translateY(20%);
  }
  .mainvisual .catch h2 {
    display: block;
    font-size: 60px;
    font-size: 7.8125vw;
  }
  .mainvisual .catch h2 span {
    margin: 0 auto;
  }
  .mainvisual .catch h2 .cross {
    width: 16vw;
    min-width: 80px;
    max-width: 100px;
    aspect-ratio: 1/1;
  }

  .sub-t {
    font-size: 1.4em;
    margin-bottom: 30px;
    padding-top: 55px;
  }
  .sub-t::before {
    height: 43px;
  }

  .leadtext {
    font-size: 1.3em;
    margin-bottom: 30px;
  }

  /* about, beginner */
  .about .flexbox, .beginner .flexbox {
    flex-wrap: wrap;
  }
  .about .textarea, .beginner .textarea {
    width: 100%;
  }
  .about .textarea .leadtext + p, .beginner .textarea .leadtext + p {
    max-width: inherit;
  }
  .about .imagearea, .beginner .imagearea {
    width: 100%;
    margin-top: 40px;
  }
  .about .imagearea p:first-child, .beginner .imagearea p:first-child {
    min-width: 285px;
    margin-bottom: 20px;
  }
  .about .imagearea p:last-child, .beginner .imagearea p:last-child {
    min-width: 198px;
  }
  .about a.btn.bgleft, .beginner a.btn.bgleft {
    margin-top: 60px;
  }

  /* about */
  .about .textarea {
    padding-right: 0;
  }

  /* beginner */
  .beginner .textarea {
    padding-left: 0;
  }

  /* product */
  .product .flexbox {
    display: block;
  }
  .product .textarea {
    width: 100%;
    padding-right: 0;
  }
  .product .img-product {
    width: 100vw;
    margin-right: calc(100% - 100vw);
    margin-top: 40px;
    margin-left: -5%;
  }

  /* menu */
  .menu ul {
    display: block;
  }
  .menu ul li {
    width: 100%;
    display: flex;
  }
  .menu ul li .menu-img {
    width: 40%;
    max-width: 298px;
    min-width: 180px;
  }
  .menu ul li .textarea {
    width: 70%;
    padding-left: 20px;
  }
  .menu ul li h3 {
    margin-top: 0;
  }
  .menu ul li + li {
    margin-top: 40px;
  }

  /* news */
  .news .inblock-m {
    display: block;
  }
  .news .newsarea {
    width: 100%;
  }
  .news .newsarea .kiji .txt {
    margin-right: 10px;
    width: calc(100% - 80px);
  }
  .news .newsarea .kiji .txt h2 {
    font-size: 0.9em;
  }
  .news .newsarea .kiji .thumbnail {
    width: 60px;
  }
  .news .newsarea .kiji .thumbnail img {
    width: 60px;
    height: 60px;
  }

  .insta {
    padding: 80px 0;
  }
  .insta ul {
    max-width: 600px;
    margin: 0 auto;
  }
  .insta ul li {
    width: 50%;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  section {
    padding: 60px 0 40px;
  }

  .mainvisual .catch h2 {
    font-size: 40px;
    font-size: 8.3507306889vw;
  }

  /* menu */
  .menu ul li {
    flex-wrap: wrap;
    justify-content: center;
  }
  .menu ul li .textarea {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .menu ul li h3 {
    font-size: 1.25em;
  }

  /* faq */
  .faq details {
    font-size: 1em;
  }
  .faq details .in-details {
    padding: 1em 1em 2em 2.5em;
  }
  .faq details .in-details::before {
    left: 0.5em;
  }
  .faq summary {
    padding: 1em 1.5em 1em 2.5em;
  }
  .faq summary::before {
    left: 0.5em;
  }
  .faq summary::after {
    right: 0.75em;
  }

  /* moreボタン*/
  a.btn.bgleft {
    width: 200px;
    margin: 0 auto;
    padding: 18px 15px 15px 35px;
    border-radius: 32px;
    font-size: 1.1em;
    line-height: 1.2em;
  }
  a.btn.bgleft span {
    position: relative;
    z-index: 3;
    color: #8a8358;
    fill: #8a8358;
    line-height: 0.5em;
  }
  a.btn.bgleft span svg {
    padding-bottom: 2px;
  }
  a.btn.bgleft span.arrow {
    width: 15px;
  }

  /*moreボタン*/
}
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
