@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
  object-fit: cover;
}

button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 400;
}

body {
  color: #000;
}

html {
  font-size: 16px;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.2030075188vw;
  }
}
@media (min-width: 1330px) {
  html {
    font-size: 16px;
  }
}

html.fixed {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

main {
  margin-top: 3.3125rem;
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 8.75rem;
  }
}

section {
  overflow-x: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  background-color: #000;
}

.header__inner {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 1rem 5rem;
  }
}

.header-logo {
  width: 7.6875rem;
  height: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .header-logo {
    width: 6.75rem;
    height: 6.75rem;
  }
}

.contact-btn {
  width: 100%;
  max-width: 25rem;
  margin: 3.25rem auto 0;
  background-color: #b28943;
  color: #fff;
  border-radius: 16px;
  text-align: center;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .contact-btn {
    max-width: 18.75rem;
    margin: 0 0 0 1.5rem;
  }
}

.contact-btn p {
  padding: 0.75rem 0 0.875rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.mv {
  aspect-ratio: 375/200;
  overflow: hidden;
}

.mv video {
  width: 100%;
}

footer {
  padding: 2.125rem 0 1.5rem;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 6.5625rem 0 4.125rem;
  }
}

.footer-logo {
  width: 6.4375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    width: 20rem;
  }
}

.footer-campany {
  width: 100%;
  max-width: 34.375rem;
  margin: 1.5rem auto 0;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .footer-campany {
    max-width: 68.75rem;
    margin: 4.6875rem auto 0;
    font-size: 2rem;
  }
}

.footer-campany ul {
  width: 100%;
}

.footer-campany ul li {
  width: 100%;
  display: flex;
  padding: 0.6875rem 0.75rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .footer-campany ul li {
    padding: 0.9375rem 0.75rem 0.25rem;
  }
}

.footer-campany ul li:nth-child(n+2) {
  padding-top: 0.5rem;
  border-top: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .footer-campany ul li:nth-child(n+2) {
    padding-top: 0.9375rem;
  }
}

.footer-campany .text-l {
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .footer-campany .text-l {
    width: 15.625rem;
  }
}

.store-wrap {
  width: calc(100% - 6.25rem);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .store-wrap {
    width: calc(100% - 15.625rem);
  }
}

.store-block {
  display: flex;
}

.store-block:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .store-block:nth-child(n+2) {
    margin-top: 2.375rem;
  }
}

.store-area {
  color: #b28943;
}

.store-name {
  margin-left: 1.625rem;
}
@media screen and (min-width: 768px) {
  .store-name {
    margin-left: 2.5rem;
  }
}

.copyright {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  text-align: center;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 1.25rem;
    margin-top: 8.125rem;
  }
}

.fixed-area {
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .fixed-area {
    display: block;
    opacity: 0;
    transition: 0.3s;
  }
}

.fixed-area.in {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .fixed-area .contact-btn {
    width: 100%;
    max-width: 28.125rem;
    font-size: 1.75rem;
    padding: 0.4375rem 1.5625rem 0.4375rem;
  }
}

.inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1330px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.header-hamberger {
  width: 3.3125rem;
  height: 3.3125rem;
  background-color: #b28943;
  padding: 0.59375rem 0.5rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .header-hamberger {
    display: none;
  }
}

.header-hamberger p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.1666666667;
  color: #fff;
  margin-top: 0.3125rem;
}

.hamberger {
  position: relative;
  width: 1.875rem;
  height: 1.375rem;
  transition: transform 0.5s ease 0s;
  cursor: pointer;
  z-index: 500;
  margin: 0 auto;
}
.hamberger-bar {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 0.1875rem;
  background: #fff;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}

.hamberger-bar:nth-of-type(1) {
  top: 0%;
}

.hamberger-bar:nth-of-type(2) {
  top: 50%;
}

.hamberger-bar:nth-of-type(3) {
  top: 100%;
}

/* オープン時の動き */
.open .hamberger-bar {
  width: 2.3125rem;
  transition: 0.3s;
}

.open .hamberger-bar:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}

.open .hamberger-bar:nth-of-type(2) {
  transform: translate(-50%, -50%);
  opacity: 0;
}

.open .hamberger-bar:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}

.header-nav {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 3.3125rem;
  left: 0;
  z-index: 100;
  background-color: #000;
  color: #fff;
  padding: 4.8125rem 1rem;
}
@media screen and (min-width: 768px) {
  .header-nav {
    width: 100%;
    max-width: 75rem;
    height: initial;
    position: initial;
    display: flex;
    padding: 0;
    overflow-y: initial;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__items {
    width: 100%;
    align-items: center;
    justify-content: right;
  }
}

.header-nav__item {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.2222222222;
  padding-left: 1.125rem;
  border-left: 5px solid #fff;
  margin-left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .header-nav__item {
    font-size: 2.5vw;
    font-size: 1.5rem;
    margin-left: 0;
    border-left: initial;
    padding: 0 0.875rem;
  }
}

.header-nav__item:nth-child(n+2) {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .header-nav__item:nth-child(n+2) {
    margin-top: 0;
    border-left: 5px solid #fff;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item a {
    display: flex;
    position: relative;
    padding: 0.3125rem;
  }
}

.section-title {
  text-align: center;
}

.section-title h2 {
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .section-title h2 {
    font-size: 6rem;
  }
}

.section-title p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .section-title p {
    font-size: 2.25rem;
    margin-top: 0.9375rem;
  }
}

.section-engtitle h2 {
  font-family: "Inter", sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1.2142857143;
}
@media screen and (min-width: 768px) {
  .section-engtitle h2 {
    font-size: 4rem;
  }
}

.about {
  background-color: #000;
  padding: 1.6875rem 0 4.75rem;
}

.about-contents {
  max-width: 28.125rem;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .about-contents {
    max-width: 80rem;
    margin: 4.75rem auto 0;
  }
}

.about-contents__block {
  gap: 2.5rem;
}

.about-contents__block:nth-child(n+2) {
  margin-top: 4.25rem;
}
@media screen and (min-width: 768px) {
  .about-contents__block:nth-child(n+2) {
    margin-top: 8.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .about-contents__block--top {
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .about-contents__block:nth-child(n+2) {
    flex-direction: row-reverse;
  }
}

.about-img1 {
  width: 100%;
  height: 100%;
  aspect-ratio: 343/230;
}
@media screen and (min-width: 768px) {
  .about-img1 {
    max-width: 36.875rem;
  }
}

.about-img2 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about-img2 {
    max-width: 26.875rem;
  }
}

.about-contents__block--text {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .about-contents__block--text {
    margin-top: 0;
    width: 100%;
    max-width: 40.625rem;
  }
}

.about-contents__block--text .title {
  padding-bottom: 0.25rem;
  border-bottom: 2.5px solid #b28943;
  display: inline-block;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .about-contents__block--text .title {
    font-size: 2rem;
    border-bottom: 5px solid #b28943;
  }
}

.about-contents__block--text .title h3 {
  font-weight: 400;
  font-size: 1.375rem;
  border-bottom: 1px solid #b28943;
}
@media screen and (min-width: 768px) {
  .about-contents__block--text .title h3 {
    border-bottom: 2px solid #b28943;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-contents__block--text .title h3 {
    font-size: 1.5rem;
  }
}

.about-contents__block--text p {
  margin-top: 0.75rem;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .about-contents__block--text p {
    margin-top: 2.625rem;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-contents__block--text p {
    font-size: 1rem;
  }
}

.about-contents__block--text p span {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .about-contents__block--text p span {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-contents__block--text p span {
    font-size: 1.5rem;
  }
}

.date {
  background-color: #f1f0e9;
  padding: 1.6875rem 0 2.9375rem;
}
@media screen and (min-width: 768px) {
  .date {
    padding: 6.25rem 0 5.3125rem;
  }
}

.date__img {
  width: 100%;
  max-width: 34.375rem;
  margin: 2.5rem auto 0;
  padding: 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .date__img {
    padding: 0;
    max-width: 80rem;
    margin: 7.5rem auto 0;
  }
}

.point {
  padding: 2.5rem 0 4rem;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .point {
    padding: 7.3125rem 0 11.25rem;
  }
}

.point .section-engtitle h2 {
  color: #fff;
}

.point-card {
  max-width: 34.375rem;
  margin: 2.8125rem auto 0;
}
@media screen and (min-width: 768px) {
  .point-card {
    max-width: 80rem;
    margin: 7.5rem auto 0;
  }
}

.point-card ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .point-card ul {
    gap: 5rem;
  }
}

.point-card__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .point-card__item {
    width: calc(50% - 2.5rem);
  }
}

.point-card__item--top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .point-card__item--top {
    display: block;
  }
}

.point-card__item:nth-child(2n) .point-card__item--top {
  flex-direction: row-reverse;
}
.point-card__item--top .image {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .point-card__item--top .image {
    width: 100%;
  }
}

.point-card__item--titles {
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .point-card__item--titles {
    padding-bottom: 0;
    margin-top: 2.25rem;
  }
}

.point-card__item:nth-child(2n+1) .point-card__item--titles {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .point-card__item:nth-child(2n+1) .point-card__item--titles {
    text-align: left;
  }
}

.point-card__item--titles .label {
  color: #b28943;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.0833333333;
}
@media screen and (min-width: 768px) {
  .point-card__item--titles .label {
    text-align: center;
    font-size: 2.5rem;
  }
}

.point-card__item--titles .title {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .point-card__item--titles .title {
    font-size: 1.75rem;
    margin-top: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .point-card__item--titles .title {
    font-size: 1.25rem;
  }
}

.point-card__item .text {
  margin-top: 0.75rem;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .point-card__item .text {
    margin-top: 1.75rem;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .point-card__item .text {
    font-size: 0.875rem;
  }
}

.story {
  padding: 0 0 4.75rem;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .story {
    padding: 0 0 11.25rem;
  }
}

.story-top {
  width: 100%;
  max-width: 43.75rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .story-top {
    max-width: 100rem;
  }
}

.story__main {
  width: 100%;
  max-width: 31.25rem;
  margin: 2rem auto 0;
  padding: 0 2.75rem;
}
@media screen and (min-width: 768px) {
  .story__main {
    max-width: 68.75rem;
    margin: 3.5rem auto 0;
    padding: 0;
  }
}

.story__title {
  position: absolute;
  top: 2.25rem;
  left: 0;
  width: 100%;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .story__title {
    top: 6.875rem;
  }
}

.story__title h2 {
  font-weight: 400;
  font-size: 2.25rem;
}
@media screen and (min-width: 768px) {
  .story__title h2 {
    line-height: 1;
    font-size: 5.625rem;
  }
}

.story__title p {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .story__title p {
    margin-top: 2.6875rem;
    font-size: 2.375rem;
    line-height: 1;
  }
}

.story__main--texts {
  width: 100%;
  max-width: 36.875rem;
}
@media screen and (min-width: 768px) {
  .story__main--texts {
    padding-right: 5rem;
  }
}

.story__text {
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .story__text {
    font-size: 1.25rem;
    margin-top: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .story__text {
    font-size: 1rem;
    margin-top: 0rem;
  }
}

.story__btm {
  padding: 0 2.75rem;
}
@media screen and (min-width: 768px) {
  .story__btm {
    max-width: 78.75rem;
    margin: 4rem 0 0 auto;
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
}

.story__btm--texts {
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .story__btm--texts {
    width: 100%;
    max-width: 35rem;
    margin-top: 4.375rem;
  }
}

.story__btm--img {
  width: 100%;
  max-width: 31.25rem;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .story__btm--img {
    width: 100%;
    max-width: 26.875rem;
    margin: 0;
  }
}

.story__btm--texts .text {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .story__btm--texts .text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .story__btm--texts .text {
    font-size: 2rem;
  }
}

.story__btm--texts .name {
  font-weight: 400;
  font-size: 0.875rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .story__btm--texts .name {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 768px) {
  .story__btm--texts .name {
    font-size: 1.5rem;
  }
}

.movie {
  background-color: #f1f0e9;
  padding: 4.0625rem 0 5.75rem;
}
@media screen and (min-width: 768px) {
  .movie {
    padding: 7.5rem 0 11.875rem;
  }
}

.movie .content {
  margin: 3.5rem auto 0;
  width: 100%;
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .movie .content {
    max-width: 50rem;
  }
}

.movie .content iframe {
  width: 100%;
  aspect-ratio: 590/420;
}

.movie .content iframe:nth-child(n+2) {
  margin-top: 2.5rem;
}

.cta {
  background-image: url("../img/cta-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 2.25rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .cta {
    padding: 11.125rem 0 9.375rem;
  }
}

.cta-title {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cta-title {
    font-size: 6rem;
  }
}

.cta .contact-btn {
  width: 100%;
  max-width: 10.3125rem;
  margin: 1.0625rem auto 0;
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .cta .contact-btn {
    max-width: 39.375rem;
    margin: 3.75rem auto 0;
    border-radius: 30px;
    font-size: 2rem;
  }
}

.cta .contact-btn p {
  padding: 0.4375rem 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .cta .contact-btn p {
    padding: 1.6875rem 0 1.9375rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-dflex {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-dflex {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-disp-flex {
  display: flex;
}

.u-disp-flex-dt {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt {
    display: flex;
  }
}

.u-disp-flex-sp {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-sp {
    display: block;
  }
}

.u-disp-flex__c {
  display: flex;
  justify-content: center;
}

.u-disp-flex__cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-disp-flex-dt__c {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__c {
    display: flex;
    justify-content: center;
  }
}

.u-disp-flex-dt__cc {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__cc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.u-posi-rela {
  position: relative;
}

.u-posi-abso {
  position: absolute;
}

.u-posi-fixed {
  position: fixed;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.3);
}

.white-text {
  color: #fff;
}

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