@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colors to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border color to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  font-size: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  word-break: break-all;
  background-color: #fff;
  color: #000;
  font-family: "Noto Serif JP", serif;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.5;
}

li {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-wrap {
  position: fixed;
  width: 100%;
  height: 62px;
  padding: 1.7% 1.98% 0 1.98%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .header-wrap {
    height: 41px;
  }
}
.header-wrap__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  gap: 15px;
}
.header-wrap__nav__list__item a {
  display: block;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .header-wrap__nav__list__item a {
    font-size: 0.81rem;
  }
}

.footer {
  margin-top: 4.2%;
  height: 20.6vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer {
    height: 7vh;
    margin-top: 6.5%;
  }
}
.footer small {
  font-size: clamp(0.7rem, 0.678rem + 0.11vw, 0.81rem);
  letter-spacing: 0.00625rem;
}
.footer small span {
  font-size: clamp(0.6rem, 0.584rem + 0.08vw, 0.68rem);
}

body.home .scroll-container {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100vh;
  scroll-behavior: auto;
}
body.home .scroll-container .scroll-section {
  scroll-snap-align: start;
  height: 100vh;
}
body.home .scroll-container main {
  padding-top: 20.6vh;
}
@media screen and (max-width: 768px) {
  body.home .scroll-container main {
    padding-top: 7vh;
  }
}
body.home .scroll-container .top-wrap {
  position: relative;
  overflow: hidden;
}
body.home .scroll-container .top-wrap .zoom-fade__item {
  width: 100%;
  height: 100vh;
  z-index: -1;
  position: relative;
}
body.home .scroll-container .top-wrap .add-animation {
  animation: zoom-fade 10s both;
}
@keyframes zoom-fade {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
body.home .scroll-container .top-wrap h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: clamp(1.2rem, 0.857rem + 1.71vw, 1.5rem);
  letter-spacing: 0.6rem;
  z-index: 1;
  font-weight: 400;
}
body.home .scroll-container .top-wrap h1 span {
  display: block;
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-size: clamp(2rem, 0.85rem + 5.75vw, 7.75rem);
  letter-spacing: 0.155rem;
  margin-bottom: 3.5%;
}
@media screen and (max-width: 768px) {
  body.home .scroll-container .top-wrap h1 span {
    letter-spacing: 0.005rem;
  }
}
body.home .scroll-container .about {
  background-image: url("../images/spring/sakura.jpg");
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 5.4%;
}
@media screen and (max-width: 768px) {
  body.home .scroll-container .about {
    justify-content: center;
  }
}
body.home .scroll-container .about-wrap {
  max-width: 375px;
  width: 90%;
  padding: 3.45% 3.27%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.35rem;
  letter-spacing: 0.05rem;
  font-size: 1.25rem;
}
body.home .scroll-container .about-wrap__ttl {
  width: 70%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.18rem;
  margin-bottom: 6.86vh;
}
body.home .scroll-container .about-wrap__ttl span {
  display: block;
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0.038rem;
  margin-bottom: 6.86vh;
}
body.home .scroll-container .about-wrap__txt__sttl {
  margin-bottom: 6.86vh;
}
body.home .scroll-container .about-wrap__txt__desc {
  line-height: 1.5;
}
body.home .scroll-container .fade {
  animation: fadeAnime 0.8s ease-in-out forwards;
  opacity: 0;
}
body.home .scroll-container .fadeTrigger {
  opacity: 0;
  /* 最初は非表示 */
}
@keyframes fadeAnime {
  from {
    opacity: 0;
    filter: blur(3px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
body.home .scroll-container .photos {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body.home .scroll-container .photos-wrap__ttl {
  color: #fff;
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-size: clamp(4rem, 3.325rem + 3.38vw, 7.375rem);
  text-align: center;
  letter-spacing: 0.3rem;
  margin-bottom: 8vh;
}
body.home .scroll-container .photos-wrap__btn {
  width: 295px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  body.home .scroll-container .photos-wrap__btn {
    width: 80%;
  }
}
body.home .scroll-container .photos-wrap__btn a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: clamp(0.9rem, 0.855rem + 0.22vw, 1.125rem);
  letter-spacing: 0.045rem;
  padding: 8.8% 0;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 9999px;
  position: relative;
  z-index: 0;
}
body.home .scroll-container .photos-wrap__btn .gradient:hover {
  border-color: transparent;
  opacity: 1;
  /* 背景色と形状 */
  background: linear-gradient(270deg, #386E98 0%, #6390DA 50%, #386E98 100%);
  background-size: 200% auto;
  background-position: right center;
}
body.home .scroll-container .photos.spring {
  background-image: url("../images/spring/sakura.jpg");
}
body.home .scroll-container .photos.summer {
  background-image: url("../images/summer/summer.jpg");
}
body.home .scroll-container .photos.autumn {
  background-image: url("../images/autumn/fall.jpg");
}
body.home .scroll-container .photos.winter {
  background-image: url("../images/winter/fuyu.jpg");
  position: relative;
}
body.home .footer {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.home .footer small {
  font-size: clamp(0.7rem, 0.678rem + 0.11vw, 0.81rem);
  letter-spacing: 0.00625rem;
}
body.home .footer small span {
  font-size: clamp(0.5rem, 0.464rem + 0.18vw, 0.68rem);
}

body.page-id-7 main {
  padding-top: 62px;
}
@media screen and (max-width: 768px) {
  body.page-id-7 main {
    padding-top: 41px;
  }
}
body.page-id-7 .photos-ttl {
  margin-top: 2%;
  margin-bottom: 5.4%;
  text-align: center;
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-size: clamp(4rem, -1.246rem + 26.23vw, 9rem);
  letter-spacing: 0.625rem;
}
@media screen and (max-width: 768px) {
  body.page-id-7 .photos-ttl {
    margin-top: 12.5%;
    margin-bottom: 20.7%;
  }
}
body.page-id-7 .photos-wrap {
  width: 100%;
  padding: 0 6.8%;
  margin: 0 auto;
}
body.page-id-7 .photos-wrap__block__ttl {
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-size: clamp(3rem, 2.6rem + 2vw, 5rem);
  margin-bottom: 4.46%;
}
body.page-id-7 .photos-wrap__block__ttl.spring {
  color: #E3A4B4;
}
body.page-id-7 .photos-wrap__block__ttl.summer {
  color: #F5A600;
}
body.page-id-7 .photos-wrap__block__ttl.autumn {
  color: #A57027;
}
body.page-id-7 .photos-wrap__block__ttl.winter {
  color: #C1D3E9;
}
body.page-id-7 .photos-wrap__block .slide-list__item {
  width: 21%;
}
body.page-id-7 .photos-wrap__block .slide-list__item__img {
  width: 100%;
  aspect-ratio: 1.11/1;
}
body.page-id-7 .photos-wrap__block .slide-list__item__txt {
  padding: 7.7% 3.4%;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 27px;
}
body.page-id-7 .photos-wrap__block .slide-list__item__txt h3 {
  font-weight: 400;
  margin-bottom: 17%;
}
body.page-id-7 .photos-wrap__block .slider .slick-slide {
  margin: 0 24.5px;
}
body.page-id-7 .photos-wrap__block .slick-prev,
body.page-id-7 .photos-wrap__block .slick-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 3px solid #A5A5A5;
  border-right: 3px solid #A5A5A5;
  height: 15px;
  width: 15px;
}
body.page-id-7 .photos-wrap__block .slick-prev {
  left: -2%;
  transform: rotate(-135deg);
}
body.page-id-7 .photos-wrap__block .slick-next {
  right: -2%;
  transform: rotate(45deg);
}
body.page-id-7 .photos-wrap__block .slick-dots {
  text-align: center;
  margin-bottom: 27px;
}
body.page-id-7 .photos-wrap__block .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
body.page-id-7 .photos-wrap__block .slick-dots li button {
  color: transparent;
  background: #ccc;
  border-radius: 50%;
  outline: none;
  display: block;
  border: none;
  padding: 2.5px;
  width: 10px;
  height: 10px;
}
body.page-id-7 .photos-wrap__block.spring .slick-dots li.slick-active button {
  background: #E3A4B4;
}
body.page-id-7 .photos-wrap__block.summer .slick-dots li.slick-active button {
  background: #F5A600;
}
body.page-id-7 .photos-wrap__block.autumn .slick-dots li.slick-active button {
  background: #A57027;
}
body.page-id-7 .photos-wrap__block.winter .slick-dots li.slick-active button {
  background: #C1D3E9;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
body.page-id-9 {
  background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(250, 138, 163) 40%, rgb(235, 151, 154) 100%);
}
body.page-id-9 main {
  padding-top: 20.6vh;
}
@media screen and (max-width: 768px) {
  body.page-id-9 main {
    padding-top: 7vh;
  }
}
body.page-id-9 .contact {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-id-9 .contact-wrap {
  background-color: #fff;
  max-width: 1000px;
  width: 67%;
  margin-top: 4vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  body.page-id-9 .contact-wrap {
    width: 85%;
  }
}
body.page-id-9 .contact-wrap h1 {
  font-family: "Parisienne", cursive;
  font-weight: 400;
  margin-top: 4.3vh;
  margin-bottom: 3.8vh;
  font-size: clamp(2.5rem, 2rem + 2.5vw, 5rem);
  letter-spacing: 0.125rem;
}
@media screen and (max-width: 768px) {
  body.page-id-9 .contact-wrap h1 {
    margin-top: 3.9vh;
  }
}
body.page-id-9 .contact-wrap__form {
  width: 63%;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  body.page-id-9 .contact-wrap__form {
    width: 88.3%;
  }
}
body.page-id-9 .contact-wrap__form__item p {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.5vh;
}
@media screen and (max-width: 768px) {
  body.page-id-9 .contact-wrap__form__item p {
    display: block;
  }
}
body.page-id-9 .contact-wrap__form__item p label {
  display: block;
  width: 32.5%;
}
@media screen and (max-width: 768px) {
  body.page-id-9 .contact-wrap__form__item p label {
    width: 100%;
    margin-bottom: 3.3%;
  }
}
body.page-id-9 .contact-wrap__form__item p .wpcf7-form-control-wrap {
  width: 67.5%;
}
@media screen and (max-width: 1024px) {
  body.page-id-9 .contact-wrap__form__item p .wpcf7-form-control-wrap {
    width: 100%;
  }
}
body.page-id-9 .contact-wrap__form__item p .wpcf7-form-control-wrap input,
body.page-id-9 .contact-wrap__form__item p .wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 0.8rem;
  background-color: #ECECEC;
  border: 1px solid #707070;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  box-shadow: none;
}
body.page-id-9 .contact-wrap__form__item p .wpcf7-form-control-wrap input:focus,
body.page-id-9 .contact-wrap__form__item p .wpcf7-form-control-wrap textarea:focus {
  outline: none;
  border: 2px solid #707070;
}
body.page-id-9 .contact-wrap__form__item p .wpcf7-form-control-wrap input.wpcf7-not-valid,
body.page-id-9 .contact-wrap__form__item p .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
  border-color: #e74c3c;
  animation: shake 0.3s ease-in-out;
}
body.page-id-9 .contact-wrap__form__item p .wpcf7-form-control-wrap textarea {
  height: 15.6rem;
  resize: vertical;
  margin-bottom: 3.8vh;
}
@media screen and (max-width: 768px) {
  body.page-id-9 .contact-wrap__form__item p .wpcf7-form-control-wrap textarea {
    height: 20.8rem;
  }
}
body.page-id-9 .contact-wrap__form__btn p {
  margin: 0 auto;
  width: 30.4%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  body.page-id-9 .contact-wrap__form__btn p {
    width: 41.3%;
    margin-bottom: 3.9vh;
  }
}
@media screen and (max-width: 480px) {
  body.page-id-9 .contact-wrap__form__btn p {
    width: 50%;
  }
}
body.page-id-9 .contact-wrap__form__btn p input[type=submit] {
  width: 100%;
  font-size: clamp(1rem, 0.925rem + 0.38vw, 1.375rem);
  font-family: "Noto Serif JP", serif;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  line-height: 2.5;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
}
body.page-id-9 .contact-wrap__form__btn p input[type=submit]:hover {
  background-color: #fff;
  color: #000;
}
body.page-id-9 .contact-wrap__form .wpcf7-response-output {
  margin-top: 2vh;
  font-size: 0.95rem;
  color: #e74c3c;
  padding: 0.8rem 1rem;
  background-color: rgba(231, 76, 60, 0.05);
  text-align: center;
  transition: opacity 0.3s ease-in-out;
}
body.page-id-9 .contact-wrap__form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #28a745;
  border-color: #28a745;
  background-color: rgba(40, 167, 69, 0.07);
}
body.page-id-9 .contact-wrap__form .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  color: #e74c3c;
  margin-top: 0.3rem;
  display: block;
}

body.category-3 main {
  padding-top: 62px;
}
@media screen and (max-width: 768px) {
  body.category-3 main {
    padding-top: 41px;
  }
}
body.category-3 .blog h1 {
  margin-top: 1.77%;
  margin-bottom: 7.3%;
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-size: clamp(2.8rem, 1.56rem + 6.2vw, 9rem);
  text-align: center;
}
body.category-3 .blog-wrap {
  max-width: 1666px;
  width: 86.7%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.category-3 .blog-wrap {
    width: 65%;
  }
}
@media screen and (max-width: 480px) {
  body.category-3 .blog-wrap {
    width: 85%;
  }
}
body.category-3 .blog-wrap__con {
  position: relative;
  margin-bottom: 12.8%;
}
@media screen and (max-width: 480px) {
  body.category-3 .blog-wrap__con {
    margin-bottom: 19%;
  }
}
body.category-3 .blog-wrap__con__ttl {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: clamp(1.2rem, 0.44rem + 3.8vw, 5rem);
  letter-spacing: 0.18rem;
  font-weight: 400;
  text-shadow: 4px 5px 4px #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body.category-3 .blog-wrap__con__ttl {
    letter-spacing: 0;
  }
}
body.category-3 .blog-wrap__con__ttl a {
  position: relative;
}
body.category-3 .blog-wrap__con__ttl a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: #000;
  /* アニメーションの指定 */
  transition: all 0.3s;
  transform: scale(0, 1);
  /* X方向0、Y方向1 */
  transform-origin: center top;
  /* 上部中央基点 */
}
body.category-3 .blog-wrap__con__ttl a:hover {
  opacity: 0.7;
}
body.category-3 .blog-wrap__con__ttl a:hover::after {
  transform: scale(1, 1);
  /* X方向にスケール拡大 */
}
body.category-3 .blog-wrap__con__ttl .year {
  letter-spacing: 0.625rem;
}
@media screen and (max-width: 768px) {
  body.category-3 .blog-wrap__con__ttl .year {
    letter-spacing: 0.03rem;
  }
}
body.category-3 .blog-wrap__con__ttl .sub-ttl {
  font-size: clamp(0.9rem, 0.48rem + 2.1vw, 3rem);
  display: block;
  margin-top: 4.1%;
}
body.category-3 .blog-wrap__con__image {
  width: 80%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}
body.category-3 .blog-wrap__con__image a:hover {
  opacity: 0.7;
}
body.category-3 .blog-wrap__con:nth-of-type(even) .blog-wrap__con__ttl {
  left: auto;
  right: 0;
  text-align: right;
}
body.category-3 .blog-wrap__con:nth-of-type(even) .blog-wrap__con__image {
  margin: 0 auto 0 0;
}
body.category-3 .footer {
  margin-top: 20.8%;
}

body.single-post main {
  padding-top: 62px;
}
@media screen and (max-width: 768px) {
  body.single-post main {
    padding-top: 41px;
  }
}
body.single-post .article-wrap {
  max-width: 1073px;
  width: 55.8%;
  margin: 0.5% auto 10%;
}
@media screen and (max-width: 1024px) {
  body.single-post .article-wrap {
    width: 90.4%;
    margin: 4.3% auto 11%;
  }
}
body.single-post .article-wrap__image {
  margin-bottom: 5.2%;
}
@media screen and (max-width: 1024px) {
  body.single-post .article-wrap__image {
    margin-bottom: 9.3%;
  }
}
body.single-post .article-wrap__con__date {
  font-size: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
  line-height: 1.2;
  letter-spacing: 0.0625rem;
  margin-bottom: 0.37%;
}
@media screen and (max-width: 1024px) {
  body.single-post .article-wrap__con__date {
    margin-bottom: 1.76%;
  }
}
body.single-post .article-wrap__con__ttl {
  font-size: clamp(1.3rem, 0.984rem + 1.58vw, 2.88rem);
  letter-spacing: 0.44rem;
  font-weight: 400;
  margin-bottom: 3.54%;
}
@media screen and (max-width: 1024px) {
  body.single-post .article-wrap__con__ttl {
    margin-bottom: 7.2%;
  }
}
body.single-post .article-wrap__con__txt {
  font-size: clamp(0.9rem, 0.74rem + 0.8vw, 1.7rem);
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  body.single-post .article-wrap__con__txt {
    letter-spacing: -0.05rem;
    line-height: 1.5;
  }
}
body.single-post .article-pg {
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6%;
}
@media screen and (max-width: 480px) {
  body.single-post .article-pg {
    width: 80%;
  }
}
body.single-post .article-pg__item {
  flex: 1;
}
body.single-post .article-pg__item:nth-of-type(1) {
  text-align: right;
}
body.single-post .article-pg__item:nth-of-type(3) {
  text-align: left;
}
body.single-post .article-pg__item a {
  display: inline-block;
  width: 100%;
  font-size: clamp(0.9rem, 0.755rem + 0.72vw, 1.625rem);
  line-height: 2;
  white-space: nowrap;
}
body.single-post .article-pg__item__blog {
  flex: 1;
  text-align: center;
}
body.single-post .article-pg__item__blog a {
  display: inline-block;
  width: 100%;
  font-size: clamp(1.1rem, 0.845rem + 1.27vw, 2.375rem);
  line-height: 2;
  white-space: nowrap;
}
body.single-post .footer {
  margin-top: 13.6%;
}
@media screen and (max-width: 480px) {
  body.single-post .footer {
    margin-top: 20.8%;
  }
}
