@charset "UTF-8";
/* 
Thema Name:posgosaka
Theme URI:https://posg.338-design.com/
Description:笹屋が提供するシンプルなテーマです。
Version:1.0
Author:kozasa
Author URI:https://sasaya-design.com/
*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

* {
  font-size: 16px;
}

h3 {
  font-size: 30px;
}

* {
  background-repeat: no-repeart;
  background-size: cover;
  background-position: center;
  max-width: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

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

a {
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
}

a:hover {
  color: #9acd32;
  transition: all 0.3s;
}

.title {
  font-size: 18px;
}

.header {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1254901961);
  background-color: rgba(255, 255, 255, 0.6784313725);
  z-index: 9999;
}

.header__link {
  padding: 50px 0;
}

.mv {
  text-align: center;
  height: 100vh;
  align-items: center;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1254901961);
  position: relative;
}

.mv__title {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: bold;
  font-size: 72px;
  letter-spacing: -5px;
  color: #4D574A;
}

.mv__decoration {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 32px;
  letter-spacing: -1px;
  font-weight: bold;
  position: absolute;
  bottom: 20%;
  right: -5%;
  transform: rotate(-90deg);
  color: #4D574A;
}

.pickup {
  padding: 128px 0 128px;
}

.pickup_title-box {
  position: relative;
}

.pickup__title {
  font-size: 56px;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: bold;
  position: absolute;
  transform: rotate(270deg);
  white-space: nowrap;
  bottom: 20%;
  color: #4D574A;
}

.pickup_content-box {
  margin-bottom: 16px;
}

.pickup__maincontent-image {
  border-radius: 2px;
  color: #fff;
  height: auto;
  filter: blur(2px);
  transition: all 0.3s;
}

.pickup__maincontent-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 468px;
  transition: all 0.3s;
}

.pickup__content-image {
  border-radius: 2px;
  color: #fff;
  filter: blur(2px);
  transition: all 0.3s;
  margin-bottom: 10px;
}

.pickup_content-box:hover,
.pickup_content-box:hover a,
.pickup_content-box:hover .pickup__content-image,
.pickup_content-box:hover .pickup__maincontent-image {
  color: #4D574A;
  filter: none;
  transition: all 0.3s;
}

.pickup__content-text h3,
.pickup__content-text p,
.pickup__content-text time {
  font-size: 16px;
}

.pickup__content-text h3 {
  padding-left: 8px;
  font-weight: normal;
}

.markerting {
  padding: 128px 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)), url(../img/ctabackground.webp);
  color: #fff;
}

.markerting__title {
  font-size: 56px;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: bold;
}

.markerting__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
  width: 100%;
  filter: blur(2px);
  background-color: #fff;
  transition: all 0.3s;
}

.markerting__image img:hover {
  filter: none;
  transition: all 0.3s;
}

.markerting__text {
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin: 0;
  margin-bottom: 10px;
}

.markerting__text time,
.markerting__text h3 {
  padding: 0 5px;
  margin-bottom: 15px;
  font-weight: normal;
}

.markerting__text h3 {
  font-size: 16px;
}

.markerting__content:hover {
  color: #4D574A;
}

.markerting__contentbox {
  padding: 40px 0 40px;
}

.category {
  position: relative;
  padding: 250px 0 128px;
}

.category__title {
  position: absolute;
  font-size: 160px;
  top: 8%;
  left: 3%;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: bold;
  z-index: -1;
  color: #4D574A;
}

.cat__text {
  color: #333;
  justify-content: center;
}

.cat__text h3 {
  margin-top: 0.5rem;
  font-size: 16px;
}

.footer {
  padding: 40px 0;
  background-color: #4D574A;
}

.footer__logo {
  width: 100px;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #bdf9c3;
}

.footer img {
  filter: brightness(#bdf9c3);
}

.footer__home a {
  color: #fff;
}

.footer__home a:hover {
  color: #bdf9c3;
}

.notfound {
  padding: 180px 0;
}

@media screen and (max-width: 800px) {
  /* スクリーンサイズが480px以下の場合に適用 */
}
.body {
  position: relative;
}

.categoryarchive {
  height: 60vh;
  width: 100vw;
  position: absolute;
  z-index: -1;
}

.categoryarchive img {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
}

.categoryarchive__header {
  height: 60vh;
  display: flex;
  align-items: center;
}

.categoryarchive__title {
  color: #fff;
}

.category__contentbox {
  margin: 160px 0;
}

.category__content {
  padding: 0 10px;
}

.category__content-inner {
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.category__text {
  padding: 10px 0;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.category__text time,
.category__text h3 {
  padding: 0 5px;
  margin-bottom: 15px;
  font-weight: normal;
}

.category__text h3 {
  font-size: 16px;
}

.single__box {
  padding-top: 180px;
}

.single__section {
  padding: 0 10px 80px;
}

.single__margin {
  height: 100%;
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.single__deta {
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
}

.single__content {
  padding-top: 20px;
}

.single__sidebar {
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}/*# sourceMappingURL=style.css.map */