@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap);
/* 除算math.divを使うのに必要な記述 */
html {
  font-size: 62.5%;
}

body {
  font-size: clamp(1.4rem, 1.3346938776rem + 0.2040816327vw, 1.6rem);
}
body a {
  color: #0f0f0f;
}
body a :hover {
  transition: 0.5s;
  -webkit-transition: 0.5s; /* Chrome、Safari用 */
  -moz-transition: 0.5s; /* Firefox用 */
  -o-transition: 0.5s; /* Opera用 */
  opacity: 0.8;
}
body img {
  max-width: 100%;
  height: auto;
}
body .mincho {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(3rem, 2.9346938776rem + 0.2040816327vw, 3.2rem);
}
body section {
  margin-bottom: 40px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: left;
  zoom: 1;
}

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

table {
  border-collapse: collapse;
  font-family: inherit;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

input, textarea, select {
  font-family: inherit;
  font-size: 16px;
}

input[type=button], input[type=text], input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

th, td {
  border-collapse: collapse;
}

table th, table td {
  white-space: nowrap;
}

ul, ol {
  list-style-type: none;
}

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: unset;
  font-weight: unset;
  line-height: unset;
}

#contact {
  margin-top: 40px !important;
}
#contact .titleArea {
  text-align: center;
  margin-bottom: 40px;
}
#contact .titleArea .title {
  font-size: clamp(4rem, 3.9346938776rem + 0.2040816327vw, 4.2rem);
}
#contact .titleArea .sub {
  color: black;
}
#contact .form {
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  #contact .form {
    padding: 0px;
  }
}
#contact .form .wrap {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #contact .form .wrap {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #contact .form .wrap {
    flex-direction: column;
  }
}
#contact .form .wrap .head {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #contact .form .wrap .head {
    width: 100%;
  }
}
#contact .form .wrap .contents {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #contact .form .wrap .contents {
    width: 100%;
  }
}
#contact .form .wrap .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #contact .form .wrap .head {
    justify-content: start;
    gap: 10px;
  }
}
#contact .form .wrap .head label {
  font-weight: bold;
}
#contact .form .wrap .head span {
  color: white;
  font-size: clamp(1rem, 0.9346938776rem + 0.2040816327vw, 1.2rem);
  background: goldenrod;
  padding: 3px 10px;
  border-radius: 15px;
}
#contact .form .wrap.submit {
  flex-direction: column;
  align-items: center;
}
#contact .form .wrap .wpcf7-tel, #contact .form .wrap .wpcf7-text, #contact .form .wrap .wpcf7-email, #contact .form .wrap .wpcf7-textarea {
  border: none;
  background-color: #f4f4f4;
  width: 100%;
  padding: 10px;
}
#contact .form .wrap .wpcf7-select {
  border: none;
  background-color: #f4f4f4;
  width: 50%;
  padding: 10px;
}
#contact .form .wrap .wpcf7-submit {
  background-color: goldenrod;
  width: 50%;
  padding: 5px 0px;
  font-weight: bold;
  color: white;
  text-align: center;
  border-radius: 25px;
  border: none;
}
@media screen and (max-width: 768px) {
  #contact .form .wrap .wpcf7-submit {
    width: 100%;
  }
}
#contact .form .btnArea {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #contact .form .btnArea {
    flex-direction: column;
  }
}
#contact .form .btnArea button, #contact .form .btnArea input {
  background-color: goldenrod;
  width: 50%;
  padding: 5px 0px;
  font-weight: bold;
  color: white;
  text-align: center;
  border-radius: 25px;
  border: none;
}
@media screen and (max-width: 768px) {
  #contact .form .btnArea button, #contact .form .btnArea input {
    width: 100%;
  }
}
#contact .form .btnArea .wpcf7-spinner {
  display: none;
}
#contact .thanks {
  text-align: center;
}
#contact .thanks .title {
  font-size: clamp(3rem, 2.9346938776rem + 0.2040816327vw, 3.2rem);
  color: goldenrod;
  margin-bottom: 40px;
  font-weight: bold;
}
#contact .thanks .textArea {
  line-height: 150%;
}
#contact .thanks .textArea .name {
  font-weight: bold;
  margin-bottom: 20px;
  margin-right: 10px;
}
#contact .thanks .textArea .name span {
  font-size: clamp(1.8rem, 1.7346938776rem + 0.2040816327vw, 2rem);
}

body {
  color: white;
  line-height: 150%;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  background-color: black;
}
body a {
  color: white;
}
body a:hover {
  color: white;
  text-decoration: none;
  opacity: 0.5;
  transition: 0.5s;
  -webkit-transition: 0.5s; /* Chrome、Safari用 */
  -moz-transition: 0.5s; /* Firefox用 */
  -o-transition: 0.5s; /* Opera用 */
}
body section {
  margin-bottom: 0;
}

[data-effect=fadein] ul li {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}
[data-effect=fadein] ul li.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.header {
  width: 100%;
  height: 100vh;
}
.header__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__wrap .left, .header__wrap .right {
  background-position: center;
  background-size: cover;
  width: 50%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  font-size: clamp(2rem, 1.9346938776rem + 0.2040816327vw, 2.2rem);
  letter-spacing: 8px;
}
.header__wrap .left a, .header__wrap .right a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: white;
}
.header__wrap .left a:hover, .header__wrap .right a:hover {
  transition: 0.5s;
  -webkit-transition: 0.5s; /* Chrome、Safari用 */
  -moz-transition: 0.5s; /* Firefox用 */
  -o-transition: 0.5s; /* Opera用 */
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  text-decoration: none;
  opacity: 1;
}
.header__wrap .left {
  background-image: url(../images/mainImage-1.webp);
}
.header__wrap .right {
  background-image: url(../images/mainImage-2.webp);
}

main .opening {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  padding: 40px 0px;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  main .opening {
    margin: auto 16px;
  }
}
main .opening__wrap {
  border: 1px white solid;
}
@media screen and (orientation: portrait) {
  main .opening__wrap {
    width: 100%;
    height: 100%;
    padding: 40px 0px;
  }
}
@media screen and (orientation: portrait) and (max-width: 768px) {
  main .opening__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (orientation: landscape) {
  main .opening__wrap {
    aspect-ratio: 1/1;
    padding: 40px;
    max-width: 100%;
  }
}
@media screen and (orientation: landscape) and (max-width: 768px) {
  main .opening__wrap {
    padding: 16px;
  }
}
main .opening__wrap .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .opening__wrap .logo img {
  height: 40vh;
}
main .opening__wrap .logo img.hinata {
  height: 30vh;
}
main .opening__wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  margin-top: 80px;
  justify-content: space-around;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .opening__wrap ul {
    margin-top: 40px;
  }
}
main .opening__wrap ul li {
  writing-mode: vertical-rl;
  font-size: clamp(2.5rem, 2.4346938776rem + 0.2040816327vw, 2.7rem);
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  main .opening__wrap ul li {
    font-size: clamp(1.8rem, 1.7346938776rem + 0.2040816327vw, 2rem);
  }
}
main .block {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
}
main .block .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
main .block .slider img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
main .block .inner {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 24px 0px;
  align-items: flex-end;
  justify-content: flex-start;
}
main .block .inner .title {
  font-size: clamp(4rem, 3.9346938776rem + 0.2040816327vw, 4.2rem);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
}
main .block .inner .title span {
  writing-mode: vertical-rl;
}
main .block .inner .text {
  width: 70%;
}
@media screen and (max-width: 576px) {
  main .block .inner {
    flex-direction: column;
    padding: 15px;
    gap: 15px;
    justify-content: flex-end;
  }
  main .block .inner .title {
    width: 100%;
    justify-content: start;
  }
  main .block .inner .text {
    width: 100%;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
main .block--02 .inner {
  flex-direction: row-reverse;
}
@media screen and (max-width: 576px) {
  main .block--02 .inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  main .block--02 .inner .title {
    justify-content: end;
  }
}
main .instagram {
  margin-top: 80px;
  padding: 40px 0px;
}
main .instagram .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
main .instagram .icon img {
  height: 50px;
  filter: invert(100%) sepia(0%) saturate(7483%) hue-rotate(59deg) brightness(107%) contrast(92%);
}
main .shopInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
main .shopInfo .name {
  margin-bottom: 24px;
  font-size: clamp(4rem, 3.9346938776rem + 0.2040816327vw, 4.2rem);
  margin: 40px auto;
}
main .shopInfo ul {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
}
@media screen and (max-width: 576px) {
  main .shopInfo ul {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  main .shopInfo ul li:nth-child(even) {
    margin-bottom: 8px;
  }
}
main #company {
  background-color: white;
  color: black;
  padding-bottom: 40px;
}
main #company .intro .h3 {
  font-size: clamp(2.5rem, 2.4346938776rem + 0.2040816327vw, 2.7rem);
  text-align: center;
  padding: 40px 0 24px 0;
}
main #company .intro .disc {
  text-align: center;
  margin-bottom: 24px;
}
main #company .intro .photo img {
  width: 100%;
}
main #company .recruit .h4 {
  font-size: clamp(2rem, 1.9346938776rem + 0.2040816327vw, 2.2rem);
  text-align: center;
  padding: 24px 0;
}
main #company .recruit__wrap .list {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
main #company .recruit__wrap .list ul {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
}
main #company .recruit__wrap .list ul li {
  font-family: system-ui;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  main #company .recruit__wrap .list ul {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  main #company .recruit__wrap .list ul li:nth-child(odd) {
    font-weight: bold;
    border-bottom: 1px black solid;
  }
  main #company .recruit__wrap .list ul li:nth-child(even) {
    margin-bottom: 16px;
  }
}
main #producer {
  padding-bottom: 80px;
  color: black;
}
main #producer .slick-dots {
  display: none !important;
}
main #producer .intro .h3 {
  font-size: clamp(2.5rem, 2.4346938776rem + 0.2040816327vw, 2.7rem);
  text-align: center;
  padding: 40px 0 24px 0;
}
main #producer .intro .disc {
  text-align: center;
  margin-bottom: 24px;
}
main #producer .contents .contents__wrap .slick-slide img {
  max-height: 200px !important;
}
main #producer .contents .contents__wrap .carousel__item {
  cursor: pointer;
}
main #producer .contents .contents__wrap .carousel__item img {
  width: 100%;
  height: auto;
  display: block;
}
main #producer .contents .content {
  position: relative;
}
main #producer .contents .content__display {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
main #producer .contents .content__display img {
  height: 300px;
}
main #producer .contents .content__display h3 {
  font-size: clamp(2rem, 1.9346938776rem + 0.2040816327vw, 2.2rem);
}
main #producer .contents .content__display p {
  max-width: 50vw;
}
@media screen and (max-width: 576px) {
  main #producer .contents .content__display p {
    max-width: 100%;
  }
}
main #producer .contents .content__display--active {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-direction: column;
  visibility: visible;
  height: auto;
}

#hitohira {
  border-bottom: 10px white solid;
  position: relative;
}
#hitohira .hitohirakun {
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  #hitohira .hitohirakun {
    right: 0px;
    width: 80px;
  }
}

#hitohira, #hinata {
  background: rgb(33, 33, 33);
  background: linear-gradient(234deg, rgb(59, 59, 59) 0%, rgb(0, 0, 0) 100%);
  padding-bottom: 80px;
}

#producer {
  background-color: #ebebeb;
}

footer {
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ===== Preloader ===== */
/* Preloader */
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgb(33, 33, 33);
  background: linear-gradient(234deg, rgb(59, 59, 59) 0%, rgb(0, 0, 0) 100%);
  display: grid;
  place-items: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#preloader.is-hide {
  opacity: 0;
  visibility: hidden;
}

.preloader__inner {
  position: relative;
  width: 160px;
  height: 160px;
}

#preloader .logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  animation: spin 2s linear infinite, fade 2s cubic-bezier(0.22, 1, 0.36, 1) infinite; /* Power4.out 風 */
}

#preloader .logo--b {
  animation: spin 2s linear infinite, fade 2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  animation-delay: 0s, 1s; /* spin=0s, fade=1s */
}

/* ぐるぐる（止まらない） */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* 交互に明るさが入れ替わる。完全には消さない→重なり続ける */
@keyframes fade {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  } /* 重なり感はここで調整（0.25〜0.5） */
}/*# sourceMappingURL=custom.css.map */