@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
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,
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, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}
body .en {
  font-family: "EB Garamond", serif;
}
body a, body button {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  body a, body button {
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body a:hover, body button:hover {
    opacity: 0.6;
  }
}
body a:hover, body button:hover {
  text-decoration: none;
}
body img {
  vertical-align: bottom;
  border: 0;
  outline: none;
}
body sup, body sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 50%;
}
body sup {
  bottom: 1ex;
}
body sub {
  top: 0.5ex;
}
body input, body textarea, body select, body button {
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body input::-ms-expand, body textarea::-ms-expand, body select::-ms-expand, body button::-ms-expand {
  display: none;
}
body .word_break {
  word-wrap: break-word;
  word-break: break-all;
}
body * {
  outline: none;
}
body *:hover, body *:active, body *:focus {
  outline: none;
}

.mv .image .text {
  position: relative;
}
.mv .image .text span {
  height: 1px;
  width: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  body #main {
    width: 100%;
    background-color: #faf5f0;
  }
  body #main .content {
    max-width: 640px;
    margin: 0 auto;
  }
  body #main .content img {
    width: 100%;
  }
  body #main .content .inner .intro .btn {
    position: relative;
  }
  body #main .content .inner .intro .btn a {
    position: absolute;
    width: 240px;
    height: 56px;
    top: 0;
    left: calc(50% - 120px);
  }
  body #main .content .inner .block2 .btn {
    position: relative;
  }
  body #main .content .inner .block2 .btn a {
    position: absolute;
    width: 300px;
    height: 70px;
    top: 0;
    left: calc(50% - 150px);
  }
  body #main .content .inner .block5 .btn {
    position: relative;
  }
  body #main .content .inner .block5 .btn a {
    position: absolute;
    width: 220px;
    height: 50px;
    bottom: 68px;
    right: 80px;
  }
  body #main .content .inner .block9 .btn {
    position: relative;
  }
  body #main .content .inner .block9 .btn a {
    position: absolute;
    width: 300px;
    height: 70px;
    top: 0;
    left: calc(50% - 150px);
  }
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 0.2666666667vw;
  }
  body #main {
    width: 100%;
    background-color: #faf5f0;
  }
  body #main .content img {
    width: 100%;
  }
  body #main .content .inner .intro .btn {
    position: relative;
  }
  body #main .content .inner .intro .btn a {
    position: absolute;
    width: 37.6vw;
    height: 8.8vw;
    top: 0;
    left: calc(50% - 18.8vw);
  }
  body #main .content .inner .block2 .btn {
    position: relative;
  }
  body #main .content .inner .block2 .btn a {
    position: absolute;
    width: 46.9333333333vw;
    height: 10.8vw;
    top: 0;
    left: calc(50% - 23.4666666667vw);
  }
  body #main .content .inner .block5 .btn {
    position: relative;
  }
  body #main .content .inner .block5 .btn a {
    position: absolute;
    width: 33.8666666667vw;
    height: 7.8666666667vw;
    bottom: 10.5333333333vw;
    right: 12.8vw;
  }
  body #main .content .inner .block9 .btn {
    position: relative;
  }
  body #main .content .inner .block9 .btn a {
    position: absolute;
    width: 46.9333333333vw;
    height: 10.8vw;
    top: 0;
    left: calc(50% - 23.4666666667vw);
  }
  .sp_none {
    display: none !important;
  }
}
.animate .slide-b,
.animate .slide-l,
.animate .slide-r, .animate-b .slide-b,
.animate-b .slide-l,
.animate-b .slide-r {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}
.animate .slide-b, .animate-b .slide-b {
  transform: translateY(30px);
}
.animate .slide-l, .animate-b .slide-l {
  transform: translateX(-40px);
}
.animate .slide-r, .animate-b .slide-r {
  transform: translateX(40px);
}
.animate .ani-title, .animate-b .ani-title {
  width: 100%;
  overflow: hidden;
}
.animate .ani-title span, .animate-b .ani-title span {
  white-space: nowrap;
  letter-spacing: 0.2em;
  font-variation-settings: "wght" 400;
  opacity: 0;
  transform: translateX(30px);
  transition-property: letter-spacing, font-variation-settings, opacity, transform;
  transition-duration: 2s;
  transition-timing-function: ease-out;
}
.animate .ani-title2, .animate-b .ani-title2 {
  letter-spacing: 0.2em;
  font-variation-settings: "wght" 800;
  opacity: 0;
  transform: translateX(30px);
  transition-property: letter-spacing, font-variation-settings, opacity, transform;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.animate .ani-text, .animate-b .ani-text {
  display: inline-block;
  color: transparent;
  background-image: linear-gradient(135deg, #000, #000 45%, #ccc 55%, #ccc);
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 400% 100%;
  transition-property: background-position;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
.animate .ani-text.on, .animate-b .ani-text.on {
  background-position: 0 0;
}
.animate .view-title, .animate-b .view-title {
  letter-spacing: 0.2em;
  font-variation-settings: "wght" 400;
  opacity: 0;
  transition-property: letter-spacing, font-variation-settings, opacity;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.animate.on .slide-b,
.animate.on .slide-l,
.animate.on .slide-r, .animate-b.on .slide-b,
.animate-b.on .slide-l,
.animate-b.on .slide-r {
  opacity: 1;
  transform: translate(0);
}
.animate.on .ani-title span, .animate-b.on .ani-title span {
  letter-spacing: 0.02em;
  font-variation-settings: "wght" 800;
  opacity: 1;
  transform: translateX(0);
}
.animate.on .ani-title2, .animate-b.on .ani-title2 {
  letter-spacing: 0;
  font-variation-settings: "wght" 400;
  opacity: 1;
  transform: translateX(0);
}
.animate.on .view-title, .animate-b.on .view-title {
  letter-spacing: 0.02em;
  font-variation-settings: "wght" 600;
  opacity: 1;
}
.animate .d1, .animate-b .d1 {
  transition-delay: 0.1s;
}
.animate .d2, .animate-b .d2 {
  transition-delay: 0.2s;
}
.animate .d3, .animate-b .d3 {
  transition-delay: 0.3s;
}
.animate .d4, .animate-b .d4 {
  transition-delay: 0.4s;
}
.animate .d5, .animate-b .d5 {
  transition-delay: 0.5s;
}
.animate .d6, .animate-b .d6 {
  transition-delay: 0.6s;
}
.animate .d7, .animate-b .d7 {
  transition-delay: 0.7s;
}
.animate .d8, .animate-b .d8 {
  transition-delay: 0.8s;
}
.animate .d9, .animate-b .d9 {
  transition-delay: 0.9s;
}
.animate .d10, .animate-b .d10 {
  transition-delay: 1s;
}
.animate .d11, .animate-b .d11 {
  transition-delay: 1.1s;
}
.animate .d12, .animate-b .d12 {
  transition-delay: 1.2s;
}
.animate .d13, .animate-b .d13 {
  transition-delay: 1.3s;
}
.animate .d14, .animate-b .d14 {
  transition-delay: 1.4s;
}
.animate .d15, .animate-b .d15 {
  transition-delay: 1.5s;
}
.animate .d16, .animate-b .d16 {
  transition-delay: 1.6s;
}
.animate .d17, .animate-b .d17 {
  transition-delay: 1.7s;
}
.animate .d18, .animate-b .d18 {
  transition-delay: 1.8s;
}
.animate .d19, .animate-b .d19 {
  transition-delay: 1.9s;
}
.animate .d20, .animate-b .d20 {
  transition-delay: 2s;
}