/* =========================================================
body
========================================================= */
body {
  color: #353535;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

input,
button,
textarea,
select {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

*:before, *:after {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}
img.w100 {
  width: 100%;
}

a {
  text-decoration: none;
}

.en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.number {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
}
@media (min-width: 769px) {
  .pc-br {
    display: inline;
  }
}

@media (max-width: 768px) {
  .sp-br {
    display: inline;
  }
}
@media (min-width: 769px) {
  .sp-br {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc-disp {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp-disp {
    display: none !important;
  }
}

@media (hover: hover) {
  .opacity-link {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .opacity-link:hover {
    opacity: 0.6;
  }
}
@media (hover: hover) {
  .underline-link {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .underline-link:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1024px) {
  .to-pc {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .to-sp {
    display: none !important;
  }
}

/* =========================================================
common parts
========================================================= */
.wrapper {
  overflow: hidden;
  position: relative;
  min-width: 320px;
}

section {
  width: 100%;
}

main {
  line-height: 1.5;
}

/* =========================================================
animation fade fadeup
========================================================= */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
.fade.is-active {
  opacity: 1;
}

.fadeup {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.fadeup.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fadeup-2 {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.fadeup-2.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.fadein.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*------------------------------------------
.img__bedding,
.img__peak
------------------------------------------*/
.img__bedding,
.img__peak {
  width: 100%;
  height: 100%;
}
.img__bedding > img,
.img__peak > img {
  width: 100%;
  height: 100%;
}

.img__bedding {
  -webkit-filter: brightness(1.2) blur(13px);
          filter: brightness(1.2) blur(13px);
}
.img__bedding > img {
  -o-object-fit: cover;
     object-fit: cover;
}

.img__peak {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.img__peak > img {
  -o-object-fit: contain;
     object-fit: contain;
}

/*------------------------------------------
wysiwyg
------------------------------------------*/
.wysiwyg {
  word-break: break-all;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.wysiwyg *,
.wysiwyg ::before,
.wysiwyg ::after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.wysiwyg img {
  width: initial;
}

.wysiwyg h1 {
  font-size: 2em;
  font-weight: 600;
}

.wysiwyg h2 {
  font-size: 1.5em;
  font-weight: 600;
}

.wysiwyg h3 {
  font-size: 1.17em;
  font-weight: 600;
}

.wysiwyg h4 {
  font-weight: 600;
}

.wysiwyg h5 {
  font-size: 0.83em;
  font-weight: 600;
}

.wysiwyg h6 {
  font-size: 0.67em;
  font-weight: 600;
}

.wysiwyg hr {
  display: block;
}

.wysiwyg a {
  text-decoration: underline;
}

@media (hover: hover) {
  .wysiwyg a:hover {
    text-decoration: none;
  }
}
.wysiwyg strong,
.wysiwyg b {
  font-weight: 600;
}

.wysiwyg em {
  font-style: italic;
}

.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.5em;
}

.wysiwyg ul {
  list-style: disc;
}

.wysiwyg ol {
  list-style: decimal;
}

.wysiwyg p {
  font-weight: 400;
  color: #353535;
  line-height: 2;
}
@media (max-width: 768px) {
  .wysiwyg p {
    font-size: 13px;
  }
}
.wysiwyg p > a {
  color: #8D8D8D;
  font-size: 13px;
}
@media (min-width: 769px) {
  .wysiwyg p > a {
    font-size: 16px;
  }
}

/*------------------------------------------
header__container
------------------------------------------*/
.header__container {
  opacity: 0;
  display: none;
  position: fixed;
  top: 10px;
  left: 10px;
  width: 62px;
  z-index: 10;
}
@media (min-width: 1025px) {
  .header__container {
    top: 20px;
    left: 22px;
    width: 130px;
  }
}

.nav__container {
  opacity: 0;
  display: none;
  width: 100%;
  height: 32px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
@media (min-width: 1025px) {
  .nav__container {
    height: 50px;
  }
}
.nav__container .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.nav__container .nav__list > li {
  width: 33.3333333333%;
  height: 100%;
}
.nav__container .nav__list > li > a {
  color: #FFFFFF;
  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;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 12px;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .nav__container .nav__list > li > a {
    font-size: 20px;
  }
}
.nav__container .nav__list > li:first-child > a {
  background: #d80d17;
}
.nav__container .nav__list > li:nth-child(2) > a {
  background: #6cc443;
}
@media (max-width: 1024px) {
  .nav__container .nav__list > li:nth-child(2) > a {
    font-size: 10px;
  }
}
.nav__container .nav__list > li:nth-child(3) > a {
  background: #467ab7;
}

/*------------------------------------------
footer
------------------------------------------*/
.footer__container {
  padding: 126px 0 320px;
  position: relative;
}
@media (min-width: 1025px) {
  .footer__container {
    padding: 20.2049780381vw 0 26.3543191801vw;
  }
}
.footer__container .inner {
  color: #FFFFFF;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 1025px) {
  .footer__container .inner {
    width: 490px;
  }
}
.footer__container .inner .pagetop {
  cursor: pointer;
  width: 78px;
  margin: 0 auto 54px;
}
@media (min-width: 1025px) {
  .footer__container .inner .pagetop {
    width: 5.710102489vw;
    margin: 0 auto 2.5622254758vw;
  }
}
.footer__container .inner .footer__info .logo {
  width: 174px;
  margin: 0 auto 34px;
}
@media (min-width: 1025px) {
  .footer__container .inner .footer__info .logo {
    width: 16.0322108346vw;
    margin: 0 auto 2.5622254758vw;
  }
}
.footer__container .inner .footer__info .copyright {
  letter-spacing: 0.09em;
  line-height: 1.8;
  text-align: center;
  font-size: 10px;
}
.footer__container .footer__ill {
  position: absolute;
  left: -2.9333333333vw;
  right: 0;
  bottom: -5px;
  margin: auto;
  width: 105.0666666667vw;
}
@media (min-width: 1025px) {
  .footer__container .footer__ill {
    width: 93.9238653001vw;
    left: 0;
    bottom: -1.317715959vw;
  }
}
.footer__container .footer__people {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/home/f_people.png) no-repeat 0/145.0666666667vw;
  width: 72.5333333333vw;
  height: 12vw;
  bottom: -1.3333333333vw;
  -webkit-animation: people-sp 1.5s steps(2) infinite;
          animation: people-sp 1.5s steps(2) infinite;
}
@media (min-width: 1025px) {
  .footer__container .footer__people {
    background: url(../images/home/f_people.png) no-repeat 0/130.4538799414vw;
    width: 65.1537335286vw;
    height: 10.980966325vw;
    bottom: -1.6105417277vw;
    -webkit-animation: people-pc 1.5s steps(2) infinite;
            animation: people-pc 1.5s steps(2) infinite;
  }
}
.footer__container .footer__heart {
  pointer-events: none;
  width: 79.7950219619vw;
  height: 177.8916544656vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
}
.footer__container .footer__heart .heart--9 {
  width: 3.3674963397vw;
  left: 0;
}
.footer__container .footer__heart .heart--2 {
  width: 7.1010248902vw;
  left: 11.5666178624vw;
}
.footer__container .footer__heart .heart--3 {
  width: 5.0512445095vw;
  left: 22.2547584187vw;
}
.footer__container .footer__heart .heart--4 {
  width: 2.5622254758vw;
  left: 34.8462664714vw;
}
.footer__container .footer__heart .heart--5 {
  width: 6.0029282577vw;
  left: 37.8477306003vw;
}
.footer__container .footer__heart .heart--6 {
  width: 2.7818448023vw;
  left: 40.6295754026vw;
}
.footer__container .footer__heart .heart--7 {
  width: 5.7833089312vw;
  right: 22.4011713031vw;
}
.footer__container .footer__heart .heart--8 {
  width: 3.7335285505vw;
  right: 13.3235724744vw;
}
.footer__container .footer__heart .heart--9-2 {
  width: 4.4655929722vw;
  right: 0;
}
.footer__container.is-active .hearts {
  -webkit-animation: hearts-2 40s infinite linear;
          animation: hearts-2 40s infinite linear;
}
.footer__container.is-active .hearts.heart--8 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.footer__container.is-active .hearts.heart--9, .footer__container.is-active .hearts.heart--4, .footer__container.is-active .hearts.heart--7, .footer__container.is-active .hearts.heart--9-2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.footer__container.is-active .hearts.heart--3 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.footer__container.is-active .hearts.heart--6 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

@-webkit-keyframes people-pc {
  to {
    background-position: -130.4538799414vw 0;
  }
}

@keyframes people-pc {
  to {
    background-position: -130.4538799414vw 0;
  }
}
@-webkit-keyframes people-sp {
  to {
    background-position: -145.0666666667vw 0;
  }
}
@keyframes people-sp {
  to {
    background-position: -145.0666666667vw 0;
  }
}