@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1074px) {
  html {
    font-size: 1.4897579143vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
/*  font-family: "Century Gothic";*/
  font-family: "Jost", "Noto Sans JP", sans-serif;
  color: #333;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1074px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.swiper-slide {
  height: auto;
  aspect-ratio: 1116/837;
}
@media screen and (min-width: 768px) {
  .swiper-slide {
    min-height: 52.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slide {
    max-height: 31.25rem;
    height: auto;
  }
}
.swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn {
  background: #888;
  padding: 1.25rem 1.875rem;
}

.section-title {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  padding-top: 0.9375rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 1.25rem;
    padding-bottom: 0.625rem;
  }
}
.section-title::before {
  position: absolute;
  content: "";
  background: #888888;
  width: 2.8125rem;
  height: 0.1875rem;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .section-title::before {
    height: 0.125rem;
    width: 1.875rem;
  }
}

.white {
  color: #ffffff;
}

.about {
  padding: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 3.125rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  .about__inner {
    margin-top: 1.25rem;
  }
}

.about__img {
  width: 50%;
}
.about__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__contents {
  width: 37.5rem;
  margin: auto;
  max-width: 100%;
}

.profile-text {
  margin-top: 3.125rem;
}

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

.about__text {
  font-size: 0.9375rem;
  margin-top: 3.125rem;
}

.collection-img {
  aspect-ratio: 893/570;
  width: 55.8125rem;
  margin: 5rem auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .collection-img {
    width: 27.875rem;
  }
}
.collection-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact {
  margin: 3.125rem auto 0;
  width: 43.4375rem;
  max-width: 100%;
}

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

.contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.125rem;
}

.access__contact {
  width: 50%;
}
.access__contact:not(:first-child) {
  margin-left: 0.625rem;
}

.access__title {
  font-weight: bold;
  font-size: 1.125rem;
}

.access__text {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .access__text {
    font-size: 0.875rem;
  }
}

.entry__form {
  margin-top: 3.75rem;
}

textarea {
  width: 80%;
  height: 12.5rem;
  background: #e7e7e7;
  border: #666666 solid 0.1px;
}
textarea:hover {
  outline: #333 solid 0.1px;
  background: #fff;
}
textarea:focus-visible {
  outline: #333 solid 0.1px;
  background: #fff;
}

th {
  text-align: left;
  font-weight: 400;
  margin-top: 0.625rem;
}

.entry__form__label {
  margin-top: 1.25rem;
}

input {
  background: #e7e7e7;
  border: #666666 solid 0.1px;
}
input:hover {
  outline: #333 solid 0.1px;
  background: #fff;
}
input:focus-visible {
  outline: #333 solid 0.1px;
  background: #fff;
}

.contact_btn {
  cursor: pointer;
  margin-top: 2.5rem;
}
.contact_btn input {
  background: #666666;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  background: #666666;
  padding: 0.3125rem 1.5625rem;
}
.contact_btn input:hover {
  background: #000;
}

.en-space {
  margin-top: 2.5rem;
}

.openbtn1 {
  height: 40px;
  position: absolute;
  right: 1.5rem;
  width: 30px;
  z-index: 99;
  top: 0.9375rem;
}

@-webkit-keyframes fade_Dots {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade_Dots {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*ボタン内側*/
.menu_dots {
  background: url(../images/menu_dots.svg) no-repeat;
  background-size: 30px;
  height: 40px;
  font-size: 0px;
  cursor: pointer;
  -webkit-animation: 1.5s fade_Dots forwards;
          animation: 1.5s fade_Dots forwards;
  position: relative;
  z-index: 100;
}

@-webkit-keyframes fade_Close {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade_Close {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.menu_dots.active {
  background: url(../images/menu_close.svg) no-repeat;
  background-size: 30px;
  height: 40px;
  font-size: 0px;
  cursor: pointer;
  -webkit-animation: 1.5s fade_Close forwards;
          animation: 1.5s fade_Close forwards;
}

.drawer__content {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 3.75rem;
  background: #faf9f6;
  z-index: 200;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: opacity 0.5s 0s, visibility 0.5s 0s, -webkit-transform 0.5s 0s;
  transition: opacity 0.5s 0s, visibility 0.5s 0s, -webkit-transform 0.5s 0s;
  transition: transform 0.5s 0s, opacity 0.5s 0s, visibility 0.5s 0s;
  transition: transform 0.5s 0s, opacity 0.5s 0s, visibility 0.5s 0s, -webkit-transform 0.5s 0s; /* transition-timing-functionをsteps(5)に設定 */
}
.drawer__content.opened {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.drawer__item {
  width: 7.5rem;
  margin: 0.75rem auto 0;
  text-align: center;
}
.drawer__item a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 0.75rem 0.625rem 0.5rem;
  font-size: 1.25rem;
  position: relative;
}
.drawer__item a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: black;
  -webkit-transition: width 0.3s ease, left 0.3s ease;
  transition: width 0.3s ease, left 0.3s ease;
}
.drawer__item a:hover::after {
  width: 100%;
  left: 0;
}

body.fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

footer {
  text-align: center;
  padding: 1.25rem 0;
}
footer p {
  font-size: ren(24);
}

.gallery {
  background: url(../images/5.2.png) center center/cover;
  background-image: no-repeat;
  height: 48.75rem;
}
@media screen and (max-width: 767px) {
  .gallery {
    height: 29.5rem;
  }
}

.gallery__title {
  text-align: center;
  padding-top: 18.75rem;
}
@media screen and (max-width: 767px) {
  .gallery__title {
    padding-top: 10.625rem;
  }
}

.gallery-btn {
  margin: 1.875rem auto;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  color: #fff;
}

.gallery-btn:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

header {
  padding: 1.875rem 0;
}
@media screen and (max-width: 767px) {
  header {
    padding: 3.125rem 0;
  }
}

.header__title {
  width: 14.375rem;
  aspect-ratio: 215/60;
  margin: 0.625rem auto 0;
}
@media screen and (max-width: 767px) {
  .header__title {
    width: 9.375rem;
  }
}
.header__title img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .profile {
    padding: 3.125rem 0;
  }
}

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

.profile-text {
  width: 37.5rem;
  margin: 3.125rem auto 0;
  max-width: 100%;
}

.profile__top {
  text-align: center;
  display: block;
  margin-bottom: 3.125rem;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
