@charset "UTF-8";
/*32~80px,vw="375~1920"*/
/*32~60px,vw="375~1920"*/
/*22~38px,vw="375~1920"*/
/*18~32px,vw="375~1920"*/
/*18~24px,vw="375~1920"*/
/*18~20px,vw="375~1920"*/
/*16~24px,vw="375~1920"*/
/*14~18px,vw="375~1920"*/
/*14~16px,vw="375~1920"*/
/*12~16px,vw="375~1920"*/
/*12~14px,vw="375~1920"*/
/*50~100px,vw="375~1920"*/
body {
  font-family: YuMincho,'Yu Mincho',serif;
  line-height: 2rem;
  background-color: #ececec;
}

.inner {
  width: 85%;
  max-width: 1640px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .inner {
    width: 90%;
  }
}

.inner-min {
  width: 75%;
  max-width: 1364px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .inner-min {
    width: 90%;
  }
}

.top-sect-title {
  font-size: clamp(1.375rem, 1.132rem + 1.04vw, 2.375rem);
}

.sentence {
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  line-height: 2rem;
}

.post-none {
  margin-top: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
  text-align: center;
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
}

.sect-404-title {
  text-align: center;
  line-height: 3rem;
  margin: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem) auto;
}

.sect-404-title .title-404 {
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
}

.sect-404-title .sentence {
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
}

.site-single {
  margin-top: 8vh;
}

.site-single .sect-single-title {
  margin-top: 1vw;
}

.site-single .sect-single-title .area-single-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-single .sect-single-title .area-single-title .single-title .single-sect-title {
  font-size: clamp(1.375rem, 1.132rem + 1.04vw, 2.375rem);
}

.site-single .sect-single-title .area-single-title .post-date {
  padding-top: 1rem;
}

.site-single .sect-single {
  margin: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem) auto;
}

.site-single .sect-single .area-single h1 {
  font-size: clamp(1.375rem, 1.132rem + 1.04vw, 2.375rem);
  margin-bottom: 1.5rem;
}

.site-single .sect-single .area-single h2 {
  font-size: clamp(1.125rem, 0.913rem + 0.91vw, 2rem);
  margin-bottom: 1.5rem;
}

.site-single .sect-single .area-single h3 {
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
  margin-bottom: 1.5rem;
}

.site-single .sect-single .area-single p {
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  padding: 0 0 24px;
}

.site-single .sect-single .area-single ul {
  padding: 0 0 24px;
}

.site-single .sect-single .area-single ul li:not(:last-child) {
  padding: 0 0 8px;
}

.site-single .back-btn {
  text-align: center;
  margin: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem) auto;
}

.site-single .back-btn .link {
  color: #000;
}

.site-single .back-btn .link article {
  border: 1px solid #000;
}

.site-single .back-btn .link article .btn {
  width: clamp(10.625rem, 8.653rem + 8.41vw, 18.75rem);
  /*170~300px,vw="375~1920"*/
  margin: 5px;
  padding: 3px 0;
  border: 1px solid #000;
  text-align: center;
  background-color: #fff;
}

.site-single .back-btn .link article .btn span {
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  letter-spacing: 0.1rem;
}

@media (max-width: 600px) {
  .site-single {
    margin-top: 6vh;
  }
  .site-single .sect-single-title .area-single-title .post-date {
    padding-top: 0.5rem;
  }
}

@media (max-width: 450px) {
  .back-btn {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

/* その場で */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* 下から */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*# sourceMappingURL=common.css.map */