/*
A modern CSS reset 2023 / 9 / 18
https://github.com/Andy-set-studio/modern-css-reset
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

/**  base  **/
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes clipPath {
  100% {
    clip-path: inset(0);
  }
}
@keyframes clipPath {
  100% {
    clip-path: inset(0);
  }
}
@-webkit-keyframes clipPathCircle {
  100% {
    clip-path: circle(100% at 50% 50%);
  }
}
@keyframes clipPathCircle {
  100% {
    clip-path: circle(100% at 50% 50%);
  }
}
p,
ul,
ol,
h1,
h2,
h3,
figure,
dl,
dd,
button {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img,
video {
  max-width: 100%;
  vertical-align: bottom;
  line-height: 1;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  color: currentColor;
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.5;
  }
}

[x-cloak],
[v-cloak] {
  display: none !important;
}

*:focus {
  outline: none;
}

@media (min-width: 601px) {
  .device-sp {
    display: none;
  }
}

.device-pc {
  display: none;
}
@media (min-width: 601px) {
  .device-pc {
    display: block;
  }
}

br {
  display: none;
}
@media (min-width: 601px) {
  br {
    display: block;
  }
}

.fade-in {
  opacity: 1 !important;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

.fade-in-fast {
  opacity: 1 !important;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.fade-out {
  opacity: 0 !important;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

body {
  font-family: "Shuei Mincho B", serif;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
body .bg-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -10;
  background-size: cover;
  line-height: 0;
  overflow: hidden;
}
body .bg-wrap img {
  width: 100vw;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}

header {
  width: 100vw;
  height: 100vh;
  height: 100svh;
}
header .bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -10;
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
  line-height: 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  header .bg-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s;
    pointer-events: none;
  }
}
header .bg-wrap img {
  width: 100vw;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}
header.text01-visible .bg-wrap::after {
  opacity: 1;
}
header h1 {
  position: absolute;
  opacity: 0;
  width: 148px;
  bottom: 7.6%;
  left: 5.2%;
}
@media (max-width: 600px) {
  header h1 {
    width: 29.5vw;
    left: 50%;
    bottom: 8%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
header .text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .text p {
  opacity: 0;
  position: absolute;
}
header .text p:nth-of-type(1) {
  width: 20.5833vw;
  margin-top: -8%;
}
@media (max-width: 600px) {
  header .text p:nth-of-type(1) {
    width: 44.7vw;
    top: 22%;
  }
}

main {
  max-width: 800px;
  width: calc(100vw - 26px);
  margin: 25px auto 0;
  background: rgba(255, 252, 230, 0.95);
  color: #1A2B18;
}
@media (min-width: 601px) {
  main {
    margin-top: 0;
  }
}
main .container {
  padding: 0 0 48px;
}
@media (min-width: 601px) {
  main .container {
    padding: 12px 0 120px;
  }
}
main .container br.br {
  display: block;
}
main .container > .text {
  width: 84vw;
  margin: 0 auto;
  padding-top: 28px;
}
@media (min-width: 601px) {
  main .container > .text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-top: 48px;
  }
}
main .container > .text.s {
  font-size: 1.2rem;
  padding-top: 28px;
}
@media (max-width: 600px) {
  main .container > .text.s {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-top: 20px;
  }
}
main .container .image {
  max-width: 604px;
  width: 84vw;
  margin: 0 auto;
  padding-top: 28px;
}
@media (min-width: 601px) {
  main .container .image {
    padding-top: 50px;
  }
}
main .container .info {
  display: block;
  padding-top: 90px;
}
@media (min-width: 601px) {
  main .container .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 35px;
  }
}
@media (max-width: 600px) {
  main .container .info {
    width: 84vw;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  main .container .info p {
    padding-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 600px) {
  main .container .info .logo img {
    width: 39.66vw;
    margin: 0 auto;
  }
}

footer {
  color: #FFFCE2;
}
footer a {
  color: #FFFCE2;
}
footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}/*# sourceMappingURL=yokoku.css.map */