@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
:root, html, body {
  font-size: 41.25%;
}
@media screen and (min-width: 767px) {
  :root, html, body {
    font-size: 46.875%;
  }
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #6A606E;
  font-family: "Noto Serif", "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1.78;
  letter-spacing: 0.02em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  font-weight: 300;
}

.page-title {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.8;
  letter-spacing: 0.07em;
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media screen and (min-width: 767px) {
  .page-title {
    margin-top: 0;
    text-align: left;
  }
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Noto Serif", "Noto Serif JP", serif;
  line-height: 1.78;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "Noto Serif", "Noto Serif JP", serif;
}

abbr,
acronym {
  border-bottom: 1px dotted #707070;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.c-copy {
  margin: 0;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 4.5rem;
}

/* Elements
--------------------------------------------- */
body {
  background: #FFFCF4;
  font-weight: 300;
}

header {
  padding-top: 2.7rem;
  padding-bottom: 2.7rem;
  position: fixed;
  background-color: #FFFCF4;
  width: 100%;
  padding-left: 2.2rem;
  z-index: 9999;
}
@media screen and (min-width: 767px) {
  header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    align-items: flex-end;
    padding: 4rem 9rem 3rem;
    gap: 1rem;
  }
}
header h1 {
  width: 11.6rem;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  header h1 {
    width: 16.4rem;
  }
}
header h1 a {
  display: block;
}
header h1 a img {
  vertical-align: bottom;
}

main {
  padding-top: 8.9rem;
}
@media screen and (min-width: 767px) {
  main {
    padding-top: 22.5rem;
  }
}
main section {
  padding-left: 2.2rem;
  padding-right: 2.2rem;
}
@media screen and (min-width: 767px) {
  main section {
    width: 76%;
    margin: auto;
    padding: 0;
    /*スタイルを展開したいところに記述する*/
  }
}
main.l-top h2 {
  font-size: 2.8rem;
  color: #e2a391;
  margin-bottom: 1.9rem;
}
main.l-top .mv {
  display: flex;
  gap: 0.6rem;
  margin-bottom: 2.2rem;
  opacity: 1;
  animation: fadeIn 1.8s;
}
@media screen and (min-width: 767px) {
  main.l-top .mv {
    width: 50%;
    margin: auto;
    margin-bottom: 9rem;
    gap: 1rem;
  }
}
main.l-top .mv > div {
  width: 50%;
  position: relative;
  padding-top: 72%;
}
main.l-top .mv > div div {
  padding-top: 148%;
  width: 100%;
  position: absolute;
  top: 0;
}
main.l-top .mv > div div img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0;
     object-position: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
main.l-top .mv img {
  vertical-align: bottom;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
footer {
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  background-color: #ebebeb;
  padding-bottom: 2.8rem;
  padding-top: 4.5rem;
}
@media screen and (min-width: 767px) {
  footer {
    width: 76%;
    margin: auto;
    padding: 0;
    /*スタイルを展開したいところに記述する*/
  }
}
@media screen and (min-width: 767px) {
  footer {
    width: 100%;
    padding-top: 8.6rem;
    padding-bottom: 11.7rem;
  }
}

.c-works {
  margin-bottom: 9rem;
}
.c-works__lists li {
  margin-bottom: 3.8rem;
}
.c-works__lists li a {
  display: block;
}
.c-works__lists li a h3 {
  font-size: 1.8rem;
  margin-top: 1.1rem;
}
.c-works__lists li a p {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 767px) {
  .c-works__lists li a {
    position: relative;
  }
  .c-works__lists li a:hover {
    color: #6A606E;
    background-color: #fff;
  }
  .c-works__lists li a:hover img {
    opacity: 0.8;
  }
  .c-works__lists li a:hover .c-works__text {
    opacity: 1;
  }
}
@media screen and (min-width: 767px) {
  .c-works__lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-works__lists li {
    margin-bottom: 2.1vw;
    width: calc((100% - 2.1vw) / 2);
  }
  .c-works__lists li a h3 {
    margin-top: 0;
  }
  .l-top__works .c-works__lists li:nth-child(1) {
    width: 100%;
  }
  .l-top__works .c-works__lists li:nth-child(2), .l-top__works .c-works__lists li:nth-child(3), .l-top__works .c-works__lists li:nth-child(4), .l-top__works .c-works__lists li:nth-child(7), .l-top__works .c-works__lists li:nth-child(8), .l-top__works .c-works__lists li:nth-child(9) {
    width: calc((100% - 4.2vw) / 3);
  }
  .l-top__works .c-works__lists li:nth-child(5), .l-top__works .c-works__lists li:nth-child(6) {
    width: calc((100% - 2.1vw) / 2);
  }
}
@media screen and (min-width: 767px) {
  .c-works__text {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s;
    padding: 4% 5% 5%;
  }
}

.c-worksNav {
  margin-bottom: 6rem;
}
.c-worksNav h2 {
  margin-bottom: 2.3rem;
}
.c-worksNav__lists {
  display: flex;
  font-size: 1.8rem;
  gap: 3rem;
  justify-content: center;
}
.c-worksNav__lists a {
  color: #B5AFB2;
}
.c-worksNav__lists a.current {
  color: #e2a391;
}
.c-worksNav__lists span {
  color: #e2a391;
}
@media screen and (min-width: 767px) {
  .c-worksNav {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
  .c-worksNav h2 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.l-top__about {
  margin-bottom: 12rem;
}

@media screen and (min-width: 767px) {
  .l-about__main {
    width: 50%;
    min-width: 57rem;
  }
}
.c-about > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-bottom: 9rem;
}
.c-about:last-child p::after {
  content: none;
}
.c-about:last-child .c-about__text__category {
  font-size: 1.8rem;
  color: #e2a391;
  margin-bottom: 3.3rem;
}
.c-about:last-child .c-about__text h3 {
  font-size: 2.4rem;
  margin-bottom: 3.4rem;
  font-weight: 600;
}
.c-about:last-child .c-about__text h3 .en {
  font-weight: 400;
}
.c-about h3 {
  font-size: 2.4rem;
}
.c-about p {
  font-size: 2.4rem;
}
.c-about p::after {
  content: "-";
  display: block;
}
.c-about p:last-child::after {
  content: none;
}
@media screen and (min-width: 767px) {
  .c-about > .wp-block-group__inner-container {
    flex-direction: row-reverse;
    gap: 9%;
  }
  .c-about__text {
    width: 41.4%;
  }
  .c-about__img {
    width: 50%;
  }
  .c-about h3 {
    font-size: 1.8rem;
  }
  .c-about p {
    font-size: 1.4rem;
  }
  .c-about p:first-child {
    font-size: 1.8rem;
  }
  .c-about:last-child .c-about__text h3 {
    font-size: 1.8rem;
  }
  .c-about:last-child .c-about__text h3 span {
    font-size: 1.6rem;
  }
  .c-about:last-child .c-about__text p {
    font-size: 1.8rem;
  }
}

.l-top__news {
  margin-bottom: 9rem;
}
.l-top__news ul {
  border-bottom: 1px solid #B5AFB2;
  margin-bottom: 4rem;
}
.l-top__news ul li {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #B5AFB2;
}
.l-top__news ul li:nth-child(2), .l-top__news ul li:nth-child(3) {
  display: none;
}
@media screen and (min-width: 767px) {
  .l-top__news ul li:nth-child(2), .l-top__news ul li:nth-child(3) {
    display: block;
  }
}
.l-top__news ul li a {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  align-items: flex-start;
}
.l-top__news ul li a span {
  align-self: center;
  overflow: hidden;
  position: relative;
  height: 4.5rem;
  width: 2.3rem;
}
.l-top__news ul li a span span {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 4.5rem;
  width: 9rem;
  transition: right 0.4s;
  gap: 5rem;
}
.l-top__news ul li a span span:after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  transform: rotate(45deg);
  border-top: 1px solid #6A606E;
  border-right: 1px solid #6A606E;
}
.l-top__news ul li a span span:before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  transform: rotate(45deg);
  border-top: 1px solid #6A606E;
  border-right: 1px solid #6A606E;
}
.l-top__news ul li a img {
  width: 34%;
}
.l-top__news ul li a div {
  width: 50%;
}
.l-top__news ul li a div p {
  color: #B5AFB2;
}
.l-top__news ul li a div h3 {
  font-size: 1.8rem;
}
@media screen and (min-width: 767px) {
  .l-top__news ul li a {
    align-items: center;
  }
  .l-top__news ul li a:hover div {
    color: #6A606E;
  }
  .l-top__news ul li a:hover p {
    color: #B5AFB2;
  }
  .l-top__news ul li a:hover span span {
    right: -6.8rem;
  }
  .l-top__news ul li a div {
    margin-top: -3.204rem;
  }
  .l-top__news ul li a div p {
    font-size: 1.8rem;
  }
  .l-top__news ul li a div h3 {
    font-size: 2.4rem;
  }
}

.c-news ul li {
  margin-bottom: 9rem;
}
.c-news ul li img {
  margin-bottom: 3rem;
}
.c-news__time {
  font-size: 1.8rem;
  color: #e2a391;
  margin-bottom: 1.8rem;
}
.c-news h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2.8rem;
}
.c-news__text {
  font-size: 2.4rem;
}

@media screen and (min-width: 767px) {
  .l-news section {
    width: 50%;
    min-width: 57rem;
  }
  .l-news .c-news ul li {
    display: flex;
    gap: 9%;
    margin-bottom: 6rem;
  }
  .l-news .c-news ul li .c-news__text {
    width: 41.4%;
  }
  .l-news .c-news ul li .c-news__text h3 {
    font-size: 1.8rem;
  }
  .l-news .c-news ul li .c-news__text p {
    font-size: 1.8rem;
    width: 100%;
  }
  .l-news .c-news ul li .c-news__img {
    width: 50%;
  }
}
.c-moreBtn {
  position: relative;
  display: flex;
  justify-content: flex-end;
  font-size: 1.8rem;
}
.c-moreBtn a {
  padding-right: 2em;
  display: block;
}
.c-moreBtn a::after {
  content: "\eac9";
  position: absolute;
  font-family: "Material Icons";
  right: 0;
}

.c-aboutBtn {
  display: flex;
  background-color: #fff;
  padding: 5% 10%;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
.c-aboutBtn p:last-child {
  color: #B5AFB2;
}
.c-aboutBtn span {
  content: "";
  border-right: 1px dotted #707070;
  height: 1em;
  display: block;
}
@media screen and (min-width: 767px) {
  .c-aboutBtn:hover {
    background-color: #e2a391;
  }
  .c-aboutBtn:hover p {
    color: #fff;
  }
  .c-aboutBtn:hover p:last-child {
    color: #fff;
  }
  .c-aboutBtn:hover span {
    border-color: #fff;
  }
}

.c-contact {
  margin-bottom: 12rem;
}
.c-contact__map {
  margin-bottom: 6rem;
}
.c-contact p {
  margin-bottom: 1em;
}
.c-contact__text {
  font-size: 2.4rem;
}
.c-contact__tel, .c-contact__mail {
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (min-width: 767px) {
  .l-contact section {
    width: 50%;
    min-width: 57rem;
  }
  .l-contact .c-contact__text {
    font-size: 1.8rem;
  }
}
.c-contactBtn {
  width: 60%;
  margin: auto;
}
.c-contactBtn a {
  line-height: 4.5rem;
  display: block;
  font-size: 1.8rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  position: relative;
}
.c-contactBtn a::after {
  content: "\eac9";
  position: absolute;
  font-family: "Material Icons";
  right: 0.5em;
}
@media screen and (min-width: 767px) {
  .c-contactBtn {
    width: 80%;
    max-width: 54.2rem;
  }
  .c-contactBtn a {
    line-height: 7.8rem;
  }
  .c-contactBtn a:hover {
    border-color: #e2a391;
  }
}

.l-work__main {
  padding-top: 6rem;
  display: flex;
  flex-direction: column;
}
.l-work__main__mv {
  order: 2;
  margin-bottom: 6rem;
}
.l-work__main__mv > div {
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 766px) {
  .l-work__main__mv > div {
    opacity: 1 !important;
  }
}
.l-work__main__mv > div:last-child {
  margin-bottom: 0;
}
.l-work__main__title {
  order: 1;
  margin-bottom: 6rem;
}
.l-work__main__title h2 {
  margin-bottom: 1.2rem;
  font-size: 2.8rem;
}
.l-work__main__title p {
  font-size: 1.8rem;
}
.l-work__main__text {
  order: 3;
  margin-bottom: 9rem;
}
.l-work__main__text dl {
  display: flex;
  margin: 0 0 1em;
}
.l-work__main__text dl dt {
  width: 11rem;
  font-weight: 300;
}
.l-work__main__text dl dd {
  margin: 0;
  padding-left: 2em;
  width: calc(100% - 11rem);
  font-size: 1.8rem;
}
.l-work__other {
  margin-bottom: 9rem;
}
.l-work__other h3 {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
.l-work__other ul {
  display: flex;
  gap: 2.2rem;
}
.l-work__other ul li:last-child {
  display: none;
}
@media screen and (min-width: 767px) {
  .l-work__main {
    padding: 0;
  }
  .l-work__main__mv {
    order: 1;
    margin-bottom: 3.8rem;
  }
  .l-work__main__mv > div {
    margin-bottom: 0;
  }
  .l-work__main__mv .slick-arrow {
    position: absolute;
    top: 0;
    width: 2rem;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .l-work__main__mv .next-arrow {
    right: -4.5rem;
  }
  .l-work__main__mv .prev-arrow {
    left: -4.5rem;
  }
  .l-work__main__title {
    order: 2;
  }
  .l-work__main__text {
    order: 3;
    margin-bottom: 12rem;
  }
  .l-work__other {
    margin-bottom: 12rem;
  }
  .l-work__other .page-title {
    text-align: center;
  }
  .l-work__other ul {
    gap: 3%;
  }
  .l-work__other ul li:last-child {
    display: block;
  }
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #6A606E;
}
a:hover, a:focus, a:active {
  color: #e2a391;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #6A606E;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #6A606E;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.gNav {
  position: fixed;
  top: 8.9rem;
  background-color: #FFFCF4;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 7.4rem;
  pointer-events: none;
  font-size: 1.8rem;
}
@media screen and (min-width: 767px) {
  .gNav {
    opacity: 1;
    height: auto;
    width: auto;
    display: flex;
    pointer-events: auto;
    position: static;
    padding: 0;
    align-items: flex-end;
  }
}
.gNav ul {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
@media screen and (min-width: 767px) {
  .gNav ul {
    flex-direction: row;
    align-items: flex-end;
    gap: 4.1rem;
  }
  .gNav ul li {
    line-height: 1;
  }
}
@media screen and (min-width: 767px) {
  .gNav ul.gNav__sns {
    border-left: 1px dotted #B5AFB2;
    margin-left: 5rem;
    padding-left: 5rem;
  }
}
.gNav__main {
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 767px) {
  .gNav__main {
    margin-bottom: 0;
  }
}
.gNav__main::after {
  content: "";
  display: block;
  width: 1em;
  border-bottom: 1px dotted #B5AFB2;
}
@media screen and (min-width: 767px) {
  .gNav__main::after {
    content: none;
  }
}
.gNav.open {
  opacity: 1;
  pointer-events: auto;
}

.navToggle {
  position: fixed;
  top: 3.5rem;
  right: 3.5rem;
  width: 3.5rem;
  height: 2rem;
}
@media screen and (min-width: 767px) {
  .navToggle {
    display: none;
  }
}
.navToggle span {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #6A606E;
  position: absolute;
  transition: all 0.3s;
}
.navToggle span:first-child {
  top: 0;
}
.navToggle span:nth-child(2) {
  top: 1rem;
  width: 71.4%;
}
.navToggle span:nth-child(3) {
  top: 2rem;
}
.navToggle.open span:first-child {
  top: 9px;
  transform: rotate(30deg);
}
.navToggle.open span:nth-child(2) {
  opacity: 0;
}
.navToggle.open span:nth-child(3) {
  top: 9px;
  transform: rotate(-30deg);
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #6A606E;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}/*# sourceMappingURL=style.css.map */