@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
  color: #000;
}

/*1261px以上の幅に適応される*/
/*1260px未満の幅に適応される*/
/*900px未満の幅に適応される*/
/*480px未満の幅に適応される*/
body.theme-patch {
  border: none;
}
body.theme-patch:before {
  display: none;
}

.site {
  padding-top: 0;
}

header#masthead {
  text-transform: none;
  opacity: 1;
  margin: 20px auto 0;
  width: 100%;
  float: none;
  padding: 0 15px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 0;
}
@media screen and (min-width: 1261px) {
  header#masthead {
    max-width: 1100px !important;
  }
}
@media screen and (max-width: 1260px) {
  header#masthead {
    max-width: 900px !important;
  }
}
@media screen and (max-width: 900px) {
  header#masthead {
    max-width: 640px !important;
  }
}
header#masthead .site-name-before {
  text-align: center;
  font-size: 19px;
  font-family: 'Libre Baskerville', serif;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  width: 100%;
}
header#masthead .site-name-before:before, header#masthead .site-name-before:after {
  content: "";
  flex-grow: 1;
  height: 5px;
  background: #000;
  display: block;
}
@media screen and (max-width: 900px) {
  header#masthead .site-name-before:before, header#masthead .site-name-before:after {
    height: 4px;
  }
}
header#masthead .site-name-before:before {
  margin-right: 0.6em;
}
header#masthead .site-name-before:after {
  margin-left: 0.5em;
}
@media screen and (max-width: 1260px) {
  header#masthead .site-name-before {
    font-size: 17px;
  }
}
@media screen and (max-width: 900px) {
  header#masthead .site-name-before {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  header#masthead .site-name-before {
    font-size: 16px;
  }
}
header#masthead .site-branding {
  margin: 0;
  padding: 0 44px;
  width: 40%;
  display: inline-block;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
@media screen and (max-width: 1260px) {
  header#masthead .site-branding {
    padding: 10px 16px;
    width: 34%;
  }
}
@media screen and (max-width: 900px) {
  header#masthead .site-branding {
    padding: 0 80px;
  }
}
@media screen and (max-width: 480px) {
  header#masthead .site-branding {
    padding: 0 50px;
  }
}
@media screen and (max-width: 900px) {
  header#masthead .site-branding {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    border: none;
  }
}
header#masthead .site-branding a {
  font-size: 0;
}
header#masthead .site-branding img {
  margin-bottom: 0;
}
header#masthead .site-subinfo-wrapper {
  width: 30%;
  padding: 0 30px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1260px) {
  header#masthead .site-subinfo-wrapper {
    padding: 0;
    width: 33%;
  }
}
@media screen and (max-width: 900px) {
  header#masthead .site-subinfo-wrapper {
    display: none;
  }
}
header#masthead .site-subinfo-wrapper .site-subinfo-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  width: 100%;
  max-width: 230px;
}
@media screen and (max-width: 1260px) {
  header#masthead .site-subinfo-wrapper .site-subinfo-box {
    position: relative;
    max-width: 190px;
  }
}
@media screen and (max-width: 480px) {
  header#masthead .site-subinfo-wrapper .site-subinfo-box {
    max-width: 154px;
  }
}
header#masthead .site-subinfo-wrapper .site-subinfo-box .site-date {
  font-weight: bold;
  font-size: 17px;
  font-family: 'Libre Baskerville', serif;
  text-align: center;
  line-height: 1;
  background-image: url(https://dustfreeproduction.com/wp-content/uploads/2020/06/line.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 5px;
  padding-bottom: 16px;
}
@media screen and (max-width: 1260px) {
  header#masthead .site-subinfo-wrapper .site-subinfo-box .site-date {
    font-size: 15px;
    padding-bottom: 12px;
  }
}
header#masthead .site-subinfo-wrapper .site-subinfo-box .address {
  margin-top: 10px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
header#masthead .site-subinfo-wrapper .site-subinfo-box .address span {
  font-family: 'Libre Baskerville', serif;
  font-size: 14px;
}
@media screen and (max-width: 1260px) {
  header#masthead .site-subinfo-wrapper .site-subinfo-box .address span {
    font-size: 12px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 900px) {
  header#masthead .site-subinfo-wrapper .site-subinfo-box .address span {
    margin-top: 8px;
  }
}
@media screen and (max-width: 480px) {
  header#masthead .site-subinfo-wrapper .site-subinfo-box .address span {
    font-size: 10px;
  }
}
header#masthead nav.main-navigation {
  width: 30%;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1260px) {
  header#masthead nav.main-navigation {
    width: 33%;
  }
}
@media screen and (max-width: 900px) {
  header#masthead nav.main-navigation {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  header#masthead nav.main-navigation:after {
    content: "";
    height: 3px;
    width: 100%;
    max-width: 610px !important;
    background: #000;
    display: block;
  }
}
header#masthead nav.main-navigation ul.nav--main {
  margin: 0;
  position: absolute;
  width: 86%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 1260px) {
  header#masthead nav.main-navigation ul.nav--main {
    width: 100%;
    padding-left: 18px;
  }
}
@media screen and (max-width: 900px) {
  header#masthead nav.main-navigation ul.nav--main {
    left: 0;
    top: 0;
    margin: 12px auto;
    transform: none;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    padding: 0 15%;
  }
}
@media screen and (max-width: 480px) {
  header#masthead nav.main-navigation ul.nav--main {
    padding: 0 4%;
  }
}
header#masthead nav.main-navigation ul.nav--main li {
  font-family: 'Libre Baskerville', serif;
  display: block;
  margin-bottom: 12px;
  padding: 2px 0 2px 22px;
  padding-left: 22px;
  line-height: 1;
  font-size: 13px;
  background-image: url(https://dustfreeproduction.com/wp-content/uploads/2020/06/nav_checkbox_off-1.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 48%;
  float: right;
}
header#masthead nav.main-navigation ul.nav--main li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1260px) {
  header#masthead nav.main-navigation ul.nav--main li {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  header#masthead nav.main-navigation ul.nav--main li {
    margin-bottom: 14px;
    font-size: 14px;
    position: relative;
  }
}
header#masthead nav.main-navigation ul.nav--main li a {
  padding: 0;
  margin: 0;
  line-height: 1;
  background: none;
}
header#masthead nav.main-navigation ul.nav--main li a:after {
  content: " ";
}
header#masthead nav.main-navigation ul.nav--main li.current_page_item {
  background-image: url(https://dustfreeproduction.com/wp-content/uploads/2020/06/nav_checkbox_on-1.png) !important;
}
header#masthead nav.main-navigation ul.nav--main li#menu-item-3451 {
  background-position: left top;
  float: left !important;
  width: 52%;
  margin-bottom: 0;
  padding-top: 3px;
}
header#masthead nav.main-navigation ul.nav--main li#menu-item-3451 ul.sub-menu {
  opacity: 1 !important;
  position: relative;
  display: inline-block;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  margin: 8px 0 0;
  transform: none;
}
@media screen and (max-width: 900px) {
  header#masthead nav.main-navigation ul.nav--main li#menu-item-3451 ul.sub-menu {
    margin-top: 14px;
  }
}
header#masthead nav.main-navigation ul.nav--main li#menu-item-3451 ul.sub-menu li {
  padding: 0;
  margin: 0 0 8px;
  font-size: 12px;
  background-image: none;
  width: 100%;
  position: relative;
  left: -8px;
}
header#masthead nav.main-navigation ul.nav--main li#menu-item-3451 ul.sub-menu li:last-of-type {
  margin-bottom: 0;
}
header#masthead nav.main-navigation ul.nav--main li#menu-item-3451 ul.sub-menu li:before {
  content: "-";
  margin-right: 3px;
}
@media screen and (max-width: 900px) {
  header#masthead nav.main-navigation ul.nav--main li#menu-item-3451 ul.sub-menu li {
    font-size: 12px;
    margin-bottom: 14px;
  }
}
header#masthead nav.main-navigation ul.nav--main li#menu-item-3451 ul.sub-menu .current-menu-item {
  opacity: 0.4;
}
header#masthead .site-description-bar {
  width: 100%;
  margin-top: 8px;
}
@media screen and (max-width: 900px) {
  header#masthead .site-description-bar {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 10px;
  }
}
header#masthead .site-description-bar .site-description {
  text-align: center;
}
header#masthead .site-description-bar .site-description .site-description-text {
  font-family: 'Libre Baskerville', serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 1260px) {
  header#masthead .site-description-bar .site-description .site-description-text {
    font-size: 12px;
  }
}
header#masthead .site-description-bar:before, header#masthead .site-description-bar:after {
  content: "";
  height: 1px;
  background: #000;
  display: block;
}
header#masthead .site-description-bar:before {
  margin-bottom: 6px;
}
header#masthead .site-description-bar:after {
  height: 4px;
  margin-top: 2px;
}
@media screen and (max-width: 900px) {
  header#masthead .site-description-bar:after {
    height: 1px;
  }
}

#page #content {
  margin: 24px auto 0;
}
@media screen and (min-width: 1261px) {
  #page #content {
    max-width: 1100px !important;
  }
}
@media screen and (max-width: 1260px) {
  #page #content {
    max-width: 900px !important;
  }
}
@media screen and (max-width: 900px) {
  #page #content {
    max-width: 640px !important;
    padding: 0 15px;
  }
}
#page #content .container #primary {
  margin-top: 20px;
  margin-bottom: 60px;
}
#page #content .container #primary #main {
  margin: 0;
}
#page #content .container #primary #main .grid {
  background-image: url(https://dustfreeproduction.com/wp-content/uploads/2020/06/line_tate_4.png);
  background-size: 100%;
  background-repeat: repeat-y;
  border: none;
}
@media screen and (min-width: 1261px) {
  #page #content .container #primary #main .grid {
    max-width: 1100px !important;
  }
}
@media screen and (max-width: 1260px) {
  #page #content .container #primary #main .grid {
    max-width: 900px !important;
    background-image: url(https://dustfreeproduction.com/wp-content/uploads/2020/06/line_tate_3.png);
  }
}
@media screen and (max-width: 900px) {
  #page #content .container #primary #main .grid {
    max-width: 610px !important;
    background: none;
  }
}
#page #content .container #primary #main #posts.grid .grid__item {
  padding: 0 15px 23px;
  margin: 0;
  line-height: 1;
  width: 25% !important;
  font-size: 0;
}
@media screen and (min-width: 1261px) {
  #page #content .container #primary #main #posts.grid .grid__item {
    width: 25% !important;
  }
}
@media screen and (max-width: 1260px) {
  #page #content .container #primary #main #posts.grid .grid__item {
    width: 33.33% !important;
  }
}
@media screen and (max-width: 900px) {
  #page #content .container #primary #main #posts.grid .grid__item {
    width: 100% !important;
    border: none;
    padding: 0 0 23px;
  }
}
@media screen and (max-width: 480px) {
  #page #content .container #primary #main #posts.grid .grid__item {
    width: 100% !important;
  }
}
#page #content .container #primary #main #posts.grid .grid__item:after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #000;
  margin-top: 20px;
}
#page #content .container #primary #main #posts.grid .grid__item .entry-card {
  margin: 0;
  padding: 0;
}
#page #content .container #primary #main #posts.grid .grid__item .entry-card .entry-card--square {
  margin: 0;
}
#page #content .container #primary #main #posts.grid .grid__item .entry-card .entry-image--square {
  margin: 0;
}
#page #content .container #primary #main #posts.grid .grid__item .entry-card .entry-image {
  margin: 0;
  max-width: 100%;
  float: none;
}
#page #content .container #primary #main #posts.grid .grid__item .entry-card .entry-image .entry-image-wrapper img {
  display: block;
  vertical-align: bottom;
}
#page #content .container #primary #main #posts.grid .grid__item .entry-card header.entry-header {
  margin-left: 0;
  margin-top: 8px;
  top: 0;
  text-align: left;
  padding: 0;
}
#page #content .container #primary #main #posts.grid .grid__item .entry-card header.entry-header h1.entry-title {
  font-family: 'Archivo', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: none;
}
#page #content .container #primary #main #posts.grid .grid__item .entry-card header.entry-header span.cat-links,
#page #content .container #primary #main #posts.grid .grid__item .entry-card header.entry-header span.posted-on {
  background-color: transparent;
  font-family: adobe-garamond-pro, serif;
  font-size: 12px;
  padding: 0;
  letter-spacing: 0.02em;
  margin-right: 0;
  margin-top: 4px;
  color: #000;
}
#page #content .container #primary #main #posts.grid .grid__item .entry-card header.entry-header span.cat-links {
  text-transform: uppercase;
}
#page #content .container #primary #main #posts.grid .grid__item .entry-card .entry-content {
  display: none;
}
#page #content .container #primary #main #posts.grid .grid__item article.post {
  transform: translateY(0px) !important;
}
#page #content .container #primary #main #posts.grid #infinite-handle {
  margin-top: 100px;
}
#page #content .container #primary #main .velocity-animating {
  transform: translateY(0px) !important;
}
#page #content .container #primary #main article.page {
  background-image: none;
  max-width: 620px;
  margin: 0 auto;
}
#page #content .container #primary #main article.page a {
  background-image: none;
}
#page #content .container #primary #main article.page a:hover {
  color: #ccc;
}
#page .site-content {
  padding: 0;
}

.mobile-header {
  display: none;
}
.mobile-header .mobile-header-wrapper .navigation__trigger,
.mobile-header .mobile-header-wrapper .nav__item--search {
  display: none;
}

body.single .site-main {
  padding: 0;
  margin-left: 0;
  margin-top: 30px;
}
body.single article.post {
  margin-top: 40px;
  transform: translateY(0px) !important;
}
body.single article.post .entry-header-wrap header.entry-header {
  margin-left: 0;
  top: 0;
  text-align: left;
  padding: 0;
  max-width: 620px;
  margin-bottom: 0;
}
body.single article.post .entry-header-wrap header.entry-header h1.entry-title {
  font-family: 'Archivo', sans-serif;
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: none;
  margin-top: 14px;
  margin-bottom: 5px;
  overflow: unset;
}
@media screen and (max-width: 900px) {
  body.single article.post .entry-header-wrap header.entry-header h1.entry-title {
    font-size: 24px;
  }
}
body.single article.post .entry-header-wrap header.entry-header .entry-meta {
  margin-bottom: 0;
  line-height: 1;
  transform: none;
}
body.single article.post .entry-header-wrap header.entry-header .entry-meta span.cat-links,
body.single article.post .entry-header-wrap header.entry-header .entry-meta span.posted-on {
  background-color: transparent;
  font-family: adobe-garamond-pro, serif;
  font-size: 12px;
  padding: 0;
  letter-spacing: 0.02em;
  color: #000;
  margin: 0;
}
body.single article.post .entry-header-wrap header.entry-header .entry-meta span.cat-links {
  text-transform: uppercase;
}
body.single article.post .entry-header-wrap header.entry-header .entry-meta span.posted-on {
  text-transform: none;
  margin-bottom: 0;
}
body.single article.post .entry-header-wrap .entry-thumbnail {
  display: none;
}
body.single article.post .entry-content p {
  font-family: adobe-garamond-pro, serif;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 34px;
}
@media screen and (max-width: 900px) {
  body.single article.post .entry-content p {
    margin-bottom: 30px;
  }
}
body.single article.post .entry-footer .author-info {
  display: none;
}

body.page .entry-content .wp-block-media-text {
  margin-top: 1em;
}

@media screen and (max-width: 1260px) {
  body.error404 #page #content {
    padding: 0 15px;
  }
}
body.error404 .error-404 p {
  font-size: 14px;
}

body.archive nav.main-navigation ul.nav--main li#menu-item-3451,
body.single nav.main-navigation ul.nav--main li#menu-item-3451 {
  background-image: url(https://dustfreeproduction.com/wp-content/uploads/2020/06/nav_checkbox_on-1.png) !important;
}

body.archive.category header.archive_tag_header h1 {
  display: none;
}
body.archive.category .entry-meta {
  display: none;
}

body.archive.tag header.archive_tag_header {
  margin-top: 30px;
}
body.archive.tag header.archive_tag_header h1 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: none;
  font-family: 'Libre Baskerville', serif;
}
@media screen and (max-width: 480px) {
  body.archive.tag header.archive_tag_header h1 {
    font-size: 16px;
  }
}
body.archive.tag .entry-meta {
  display: none;
}

/*# sourceMappingURL=style.css.map */
