@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.2 | 20191019
   License: none (public domain)
*/
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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  touch-action: manipulation;
}

body {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
  background-color: #f6f5f2;
  color: #b03a5b;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

img,
video,
object {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

img,
picture {
  max-width: 100%;
  border-style: none;
}

img {
  backface-visibility: hidden;
  vertical-align: bottom;
  pointer-events: none;
  /* SPの長押し禁止 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

a {
  color: #c86b85;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #902944;
}
a:active {
  color: #b03a5b;
}
a:focus {
  color: #8c3e50;
  outline: 2px solid #8c3e50;
}

@media print {
  body {
    display: none;
  }
}
.l-footer__content {
  background-color: #f3d0d7;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  text-align: center;
}
.l-footer__content small {
  font-size: 1rem;
  font-family: "Gowun Batang", serif;
  font-weight: bold;
}

.l-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8rem;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .l-header__content {
    height: 6rem;
    padding: 0 2rem;
  }
}

.l-header__title {
  font-size: 4rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-header__title {
    font-size: 3rem;
  }
}

.l-header__pc-nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-header__pc-nav li {
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .l-header__pc-nav {
    display: none;
  }
}

.l-header__sp-nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #f6f5f2;
  transition: ease 0.4s;
}

.l-header__sp-nav.active {
  transform: translateX(0%);
}

.nav-items {
  padding-top: 250px;
  padding-bottom: 200px;
}

.nav-items__item a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

/* ハンバーガーメニュー */
.l-header__hamburger {
  width: 48px;
  height: 100%;
}
.l-header__hamburger:hover span {
  background-color: #c86b85;
}
@media screen and (min-width: 1024px) {
  .l-header__hamburger {
    display: none;
  }
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  cursor: pointer;
}

.hamburger span {
  width: 100%;
  height: 2px;
  background-color: #f3d0d7;
  position: relative;
  transition: ease 0.4s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -11px;
  transform: rotate(-45deg);
}

.top-header {
  position: relative;
  height: 100vh;
}
.top-header__image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  opacity: 0.5;
}
.top-header__content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-header__content {
    top: 30%;
  }
}
.top-header__title {
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .top-header__title {
    font-size: 4rem;
  }
}
.top-header__nav {
  position: absolute;
  top: calc(40% + 7rem);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.top-header__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.top-header__nav ul li {
  display: inline;
  margin: 0 1rem;
}
@media screen and (max-width: 767px) {
  .top-header__nav ul li {
    display: block;
    margin: 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .top-header__nav {
    top: calc(30% + 7rem);
  }
}

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