<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Shuei MaruGo B", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 2;
  font-size: 1.44rem;
  color: #513f35;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 0.5s;
}
body.on {
  opacity: 1;
}
@media (min-width: 641px) {
  body {
    font-size: 1.6rem;
  }
}

@media (max-width: 640px) {
  br:not(.sp-br) {
    display: none;
  }
}

img {
  max-width: 100%;
}

.btn-permeate {
  transition: opacity 0.3s;
}
@media (min-width: 641px) {
  .btn-permeate:hover {
    opacity: 0.6;
  }
}

#bgVideo-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -10;
  background-size: cover;
  transition: 1s opacity;
  line-height: 0;
  overflow: hidden;
}
#bgVideo-wrap video {
  width: 100vw;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#mv {
  height: 100vh;
  height: 100svh;
}
#mv .inner {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.8s;
}
#mv .inner.on {
  opacity: 1;
}
@media (max-width: 640px) {
  #mv .inner {
    align-items: end;
  }
}
#mv .inner .ttl {
  max-width: 1029px;
  width: 93.866vw;
}
@media (max-width: 640px) {
  #mv .inner .ttl {
    margin-bottom: 5%;
    margin-left: 3vw;
  }
}

main {
  position: relative;
}
main::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background: url(../img/bg_sp.jpg) no-repeat center center/cover;
  position: relative;
  z-index: -1;
}
@media (min-width: 641px) {
  main::before {
    background: url(../img/bg.jpg) no-repeat center center/cover;
  }
}
main.fixed::before {
  position: fixed;
}
main.fixed .content {
  transform: translateY(0);
}
main .content {
  transform: translateY(-100vh);
  transform: translateY(-100lvh);
}
@media (min-width: 641px) {
  main .content {
    padding: 230px 0 100px;
  }
}
main .content .inner {
  max-width: 850px;
  margin: 0 auto;
  padding: 150px 0 100px;
  background-color: rgba(250, 250, 250, 0.9);
}
@media (max-width: 640px) {
  main .content .inner {
    padding: 65px 7.33vw 50px;
  }
}
main .content .inner h2 {
  font-family: "A1 Gothic B", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #d64723;
  padding-bottom: 30px;
}
@media (min-width: 641px) {
  main .content .inner h2 {
    font-size: 2.6rem;
    padding-bottom: 50px;
  }
}
main .content .inner &gt; div {
  max-width: 540px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media (min-width: 641px) {
  main .content .inner &gt; div.text {
    padding-left: 35px;
  }
}
main .content .inner &gt; div.img + .img {
  margin-top: -30px;
}
@media (min-width: 641px) {
  main .content .inner &gt; div.img + .img {
    margin-top: -20px;
  }
}
main .content .inner &gt; div.comic {
  border-radius: 10px;
  position: relative;
}
@media (min-width: 641px) {
  main .content .inner &gt; div.comic {
    padding-top: 20px;
  }
}
@media (max-width: 640px) {
  main .content .inner &gt; div.comic {
    width: 90.666vw;
    margin-left: -2.66vw;
    margin-bottom: 60px;
  }
}
main .content .inner &gt; div.comic .swiper-slide img {
  border-radius: 10px;
}
main .content .inner &gt; div.comic .swiper-button-next {
  right: -65px;
}
@media (max-width: 640px) {
  main .content .inner &gt; div.comic .swiper-button-next {
    display: none;
  }
}
main .content .inner &gt; div.comic .swiper-button-prev {
  left: -65px;
}
@media (max-width: 640px) {
  main .content .inner &gt; div.comic .swiper-button-prev {
    display: none;
  }
}
main .content .inner &gt; div.comic .swiper-button-next:after {
  background: url(/whycamp_2/img/btn_next.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 36px;
  font-size: 0;
}
main .content .inner &gt; div.comic .swiper-button-prev:after {
  background: url(/whycamp_2/img/btn_prev.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 36px;
  font-size: 0;
}
main .content .inner &gt; div.comic .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
@media (max-width: 640px) {
  main .content .inner &gt; div.comic .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -10px;
  }
}
main .content .inner &gt; div.comic .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #7e7e7e;
  opacity: 1;
  margin: 0 8px;
}
main .content .inner &gt; div.comic .swiper-pagination-bullet-active {
  background: none;
  border: 2px solid #7e7e7e;
}
main .content .inner &gt; div.contenu {
  text-align: center;
}
@media (min-width: 641px) {
  main .content .inner &gt; div.contenu {
    padding-top: 35px;
  }
}
main .content .inner &gt; div:last-of-type {
  padding-bottom: 0;
}

footer {
  background-color: #3e3a39;
  position: relative;
  color: #fff;
  padding: 50px 0 25px;
  font-family: "A1 Gothic M", sans-serif;
}
@media (min-width: 641px) {
  footer {
    padding: 30px 0 40px;
  }
}
footer .inner {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
}
footer .inner .share {
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  footer .inner .share {
    gap: 9.33vw;
    padding-bottom: 15px;
    justify-content: center;
  }
}
@media (min-width: 641px) {
  footer .inner .share li {
    margin-right: 38px;
  }
}
@media (min-width: 641px) {
  footer .inner .share li.text {
    margin-right: 44px;
  }
}
@media (min-width: 641px) {
  footer .inner .hobo {
    display: flex;
    position: absolute;
    top: -3px;
    right: 0;
  }
}
@media (max-width: 640px) {
  footer .inner .hobo {
    text-align: center;
  }
}
@media (max-width: 640px) {
  footer .inner .hobo li {
    padding-top: 25px;
  }
}
@media (min-width: 641px) {
  footer .inner .hobo li {
    margin: 0 0 0 50px;
  }
}
footer .inner .copyright {
  font-size: 1.26rem;
  padding-top: 60px;
  text-align: center;
}
@media (min-width: 641px) {
  footer .inner .copyright {
    font-size: 1.4rem;
    padding-top: 50px;
  }
}/*# sourceMappingURL=common.css.map */</pre></body></html>