@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html,
  body {
    zoom: 0.8;
  }
}
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
  box-sizing: border-box;
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #222;
  font-size: clamp(14px, 1.4166666667vw, 17px);
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
body * {
  font-size: inherit;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img {
  width: 100%;
  vertical-align: middle;
}

a {
  outline: none;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}
a img {
  border-style: none;
  display: inline-block;
}
a:hover {
  transform: translateY(-5px);
}

@media screen {
  .fade__0 {
    opacity: 0;
    transition: 1s;
  }
  .fade__B {
    opacity: 0;
    transition: 1s;
    transform: translate(0, 30px);
  }
  .fade__L {
    opacity: 0;
    transition: 1s;
    transform: translate(-20px, 0);
  }
  .fadeReset {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media all and (min-width: 669px) {
  .sp {
    display: none;
  }
}
@media all and (min-width: 801px) {
  .md {
    display: none;
  }
}
@media all and (min-width: 961px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 1367px) {
  .pcL {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 668px) {
  .ns {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .np {
    display: none;
  }
}
a[href=""] {
  opacity: 0.3;
  pointer-events: none;
}

#wrapper .en {
  font-size: clamp(48px, 100vw * 80 / 1200, 80px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 10px;
}
#wrapper .jp {
  font-size: clamp(14.4px, 100vw * 18 / 1200, 18px);
}
#wrapper .moreBtn a {
  width: 100px;
  font-size: clamp(17.6px, 100vw * 22 / 1200, 22px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  line-height: 100%;
  padding-bottom: 10px;
  display: block;
  background: url(../images/icon_more.svg) no-repeat center bottom/100% auto;
}
#wrapper .moreBtn a:hover {
  transform: translate(5px, 0);
}
#wrapper .moreBtn.w {
  filter: invert(1);
}
#wrapper .moreBtn.w a {
  color: #000;
}
#wrapper .pagination {
  margin-top: 50px;
}
#wrapper .pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#wrapper .pagination ul li {
  margin-top: 15px;
}
#wrapper .pagination ul li a, #wrapper .pagination ul li span {
  border: 1px solid rgba(34, 34, 34, 0.4);
  font-size: clamp(11.2px, 100vw * 14 / 1200, 14px);
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  margin: 0 7px;
  box-shadow: 3px 3px 0px 0px rgba(34, 34, 34, 0.1);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper .pagination ul li a, #wrapper .pagination ul li span {
    width: 26px;
    line-height: 26px;
    margin: 0 5px;
  }
}
#wrapper .pagination ul li span {
  background-color: #222;
  color: #fff;
}
#wrapper .pagination ul li .next {
  border-radius: 0 10px 10px 0;
}
#wrapper .pagination ul li .prev {
  border-radius: 10px 0 0 10px;
}

header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  padding: 30px 0 20px 5vw;
  pointer-events: none;
  color: #fff;
  background-color: rgba(34, 34, 34, 0);
  transition: 1s;
}
@media screen and (max-width: 960px), (max-height: 650px) {
  header {
    padding: 30px 5vw 20px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  header {
    padding-top: 20px;
  }
}
header h1 {
  width: 130px;
  pointer-events: visible;
}
@media screen and (max-width: 960px) {
  header h1 {
    width: 100px;
  }
}
header h1 a {
  display: block;
}
header .lang {
  margin-left: auto;
  pointer-events: visible;
  position: relative;
  align-self: flex-start;
}
header .lang h6 {
  cursor: pointer;
}
header .lang > div {
  display: none;
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
}
header .lang > div p:not(:last-child) {
  margin-bottom: 1px;
}
header .lang > div p:nth-child(2) {
  font-family: "Noto Serif SC", serif;
}
header .lang > div p a {
  display: block;
  background-color: #555;
  padding: 5px;
  text-align: center;
  font-size: clamp(11.2px, 100vw * 14 / 1200, 14px);
}
header .lang > div p a:hover {
  transform: translate(3px, 0);
}
header .insta {
  width: 26px;
  margin: 0 20px;
  pointer-events: visible;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  header .insta {
    margin: 0 15px;
  }
}
header .menu {
  width: 5vw;
  pointer-events: visible;
  cursor: pointer;
}
@media screen and (max-width: 960px), (max-height: 650px) {
  header .menu {
    width: auto;
  }
}
header .menu a {
  display: block;
  width: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  header .menu a {
    width: 20px;
  }
}
header .menu a img {
  filter: brightness(0);
}
@media screen and (max-width: 960px), (max-height: 650px) {
  header .menu a img {
    filter: brightness(1);
  }
}
header.small {
  background-color: #222222;
}
header.small h1 {
  width: 250px;
  margin-top: -5px;
}
@media screen and (max-width: 960px) {
  header.small h1 {
    width: 220px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  header.small h1 {
    width: 180px;
  }
}
header.small h1 a {
  width: 100%;
  height: 0;
  padding-top: 17.2%;
  background: url(../images/logo_footer.svg) no-repeat center/contain;
}
header.small h1 a img {
  display: none;
}
header.small .menu a img {
  filter: brightness(1);
}

nav {
  position: fixed;
  z-index: 40;
  right: 0;
  bottom: 0;
  width: 5vw;
  height: calc(100vh - 70px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px), (max-height: 650px) {
  nav {
    display: none;
  }
}
nav ul li:not(:last-child) {
  margin-bottom: 20px;
}
nav ul li a {
  writing-mode: vertical-rl;
  letter-spacing: 1px;
}

body:has(.sideMenu-on) #wrapper {
  filter: blur(6px);
}

#sideMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(34, 34, 34, 0.8) !important;
}
#sideMenu .close-sideMenu {
  position: fixed;
  top: 30px;
  right: 53px;
  width: 30px;
  margin-left: auto;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  #sideMenu .close-sideMenu {
    width: 20px;
    right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #sideMenu .close-sideMenu {
    top: 20px;
    right: 20px;
  }
}
#sideMenu .rightContentsMenu {
  margin: auto;
  text-align: center;
  color: #fff;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sideMenu .rightContentsMenu .photo {
  width: 70%;
  max-width: calc(100% - 250px);
  background: url(../images/photo_menu.jpg) no-repeat center/cover;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #sideMenu .rightContentsMenu .photo {
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
}
#sideMenu .rightContentsMenu .menu {
  width: 30%;
  min-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #sideMenu .rightContentsMenu .menu {
    width: 100%;
  }
}
#sideMenu .rightContentsMenu .menu > div {
  padding: 50px 0;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #sideMenu .rightContentsMenu .menu > div {
    padding: 0 0 30px;
    margin-top: -50px;
  }
}
#sideMenu .rightContentsMenu .menu > div h1 a {
  display: block;
  width: 130px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #sideMenu .rightContentsMenu .menu > div h1 a {
    margin-bottom: 30px;
  }
}
#sideMenu .rightContentsMenu .menu > div ul.navi li a {
  display: block;
  padding: 10px 0;
  font-size: clamp(16px, 100vw * 20 / 1200, 20px);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #sideMenu .rightContentsMenu .menu > div ul.navi li a {
    padding: 7px 0;
  }
}
#sideMenu .rightContentsMenu .menu > div .lang {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #sideMenu .rightContentsMenu .menu > div .lang {
    margin-top: 30px;
  }
}
#sideMenu .rightContentsMenu .menu > div .lang p:nth-child(2) {
  font-family: "Noto Serif SC", serif;
}
#sideMenu .rightContentsMenu .menu > div .lang p:nth-child(2)::before {
  content: "│";
  margin: 0 10px;
  opacity: 0.5;
}
#sideMenu .rightContentsMenu .menu > div .sns {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#sideMenu .rightContentsMenu .menu > div .sns p a {
  display: block;
  width: 30px;
  margin: 0 15px;
}

.titleArea {
  width: calc(100% - 5vw);
  height: 80vh;
  min-height: 580px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0 5vw;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 960px) {
  .titleArea {
    height: 430px;
    min-height: 430px;
  }
}
@media screen and (max-width: 668px) {
  .titleArea {
    height: 400px;
    min-height: 400px;
  }
}
.titleArea::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(34, 34, 34, 0.4);
}
@media screen and (max-width: 960px), (max-height: 650px) {
  .titleArea {
    width: 100%;
  }
}
.titleArea h2 {
  font-size: clamp(48px, 100vw * 80 / 1200, 80px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  padding-top: 250px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .titleArea h2 {
    padding-top: 180px;
  }
}
.titleArea .jp {
  font-size: clamp(14.4px, 100vw * 18 / 1200, 18px);
  writing-mode: vertical-lr;
  letter-spacing: 3px;
  position: relative;
  z-index: 1;
  padding: 10px 0 0 15px;
}
@media screen and (max-width: 668px) {
  .titleArea .jp {
    letter-spacing: 1px;
  }
}
.titleArea .jp::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-45deg);
}

footer {
  background-color: #222;
  margin: 100px 5vw 0 0;
  padding: 80px 5vw 25px 10vw;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 960px), (max-height: 650px) {
  footer {
    margin-right: 0;
    padding-left: 5vw;
  }
}
@media screen and (max-width: 668px) {
  footer {
    padding-top: 60px;
    margin-top: 50px;
  }
}
footer h6 {
  max-width: 350px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  footer h6 {
    max-width: 95%;
  }
}
footer address {
  font-size: clamp(12.8px, 100vw * 16 / 1200, 16px);
  margin-bottom: 10px;
}
footer .tel {
  font-size: clamp(12.8px, 100vw * 16 / 1200, 16px);
  margin-bottom: 20px;
}
footer .tel a {
  font-size: clamp(17.6px, 100vw * 22 / 1200, 22px);
  letter-spacing: 1px;
}
footer ul.sns {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 668px) {
  footer ul.sns {
    margin-bottom: 30px;
  }
}
footer ul.sns li {
  margin: 0 10px;
  width: 30px;
}
footer ul.sns li a {
  display: block;
}
footer .copy {
  color: rgba(255, 255, 255, 0.5);
  font-size: clamp(11.2px, 100vw * 14 / 1200, 14px);
  letter-spacing: 1px;
}

input[type=text],
input[type=email],
input[type=date],
input[type=tel],
textarea,
select {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1em;
  appearance: none;
  outline: none;
  border: 0;
  background-color: #f5f5f5;
  border-radius: 30px;
  color: #333;
  padding: 10px 20px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  outline: none;
}

input[type=submit],
input[type=button] {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  letter-spacing: 2px;
  appearance: none;
  outline: none;
  background-color: #f5f5f5;
  border: 0;
  border-radius: 50px;
  color: #fff;
  padding: 15px 20px;
  transition: 0.5s;
  cursor: pointer;
  display: block;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline: none;
}
input[type=submit]:hover,
input[type=button]:hover {
  transform: translateY(-5px);
}

::placeholder {
  color: #ccc;
}

.sizeXS {
  width: 30%;
  max-width: 150px;
}

.sizeS {
  width: 38%;
  max-width: 300px;
}

.sizeM {
  width: 65%;
}
@media screen and (max-width: 960px) {
  .sizeM {
    width: 100%;
  }
}

.sizeL {
  width: 100%;
}/*# sourceMappingURL=layout.css.map */