@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 400;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 500;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 600;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 700;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 900;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Black.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
html body {
  font-family: "Zen Old Mincho", serif;
  color: #16160e;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: normal;
  position: relative;
  font-weight: 500;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

small {
  font-size: 0.9em;
}

.wrap-all {
  overflow-x: hidden;
  height: 100%;
}

.wrap-all::-webkit-scrollbar {
  display: none;
}

.coming-soon {
  font-size: 2em;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.15em;
  font-weight: bold;
}

* {
  min-height: 0;
  min-width: 0;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0);
  transition: 1s all;
  text-shadow: rgba(74, 74, 79, 0.85) 0px 2px 7px;
  color: #fff;
}
.header.page-open {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  box-shadow: rgba(100, 100, 111, 0.1) 0px 3px 7px 0px;
  text-shadow: none;
  background: rgba(221, 221, 221, 0.75);
  color: #595757;
}
.header.page-open nav .nav_list li a span {
  color: #16160e;
}
.header.page-open .header__logo a img {
  filter: unset;
}
.header .menu-container {
  display: none;
}
.header__wrap {
  height: 100%;
  width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo a {
  width: -moz-fit-content;
  width: fit-content;
}
.header__logo a img {
  width: 240px;
  filter: brightness(0) invert(100%);
  transition: filter 1s;
}
.header nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.header nav .nav_list {
  height: 100%;
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 998;
}
.header nav .nav_list li a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  line-height: 1;
  white-space: nowrap;
}
.header nav .nav_list li a p {
  font-size: 0.8em;
  order: 2;
}
.header nav .nav_list li a span {
  font-size: 1.1em;
  order: 1;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.sp-fixed-link {
  display: none;
}

@media screen and (max-width: 1280px) {
  .header nav .nav_list {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .header__logo a img {
    width: 220px;
  }
}
@media screen and (max-width: 1024px) {
  .header nav .nav_list {
    -moz-column-gap: 15px;
         column-gap: 15px;
    font-size: 0.9em;
  }
  .header__logo a img {
    width: 200px;
  }
}
@media screen and (max-width: 928px) {
  .header {
    text-shadow: none !important;
  }
  .header__wrap {
    position: relative;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .header .menu-container {
    display: flex;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 9999;
  }
  .header .menu-container .responsive_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.75s ease;
  }
  .header .menu-container .responsive_btn .menu_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .menu-container .responsive_btn .menu_btn i {
    font-size: 32px;
    color: #525252;
  }
  .header .menu-container .responsive_btn span {
    color: #525252;
    font-size: 36px;
  }
  .header .menu-container .responsive_btn.menu_close {
    display: none;
  }
  .header .menu-container .responsive_btn.menu_close.active {
    display: flex;
  }
  .header .menu-container .responsive_btn.menu_open.active {
    display: none;
  }
  .header .menu-container .responsive_btn.menu_open .menu_btn i {
    color: #fff;
  }
  .header nav {
    position: fixed;
    top: 0%;
    transform: translateX(-50%);
    left: 160%;
    transition: 0.75s ease;
    width: 100vw;
    height: 102vh;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }
  .header nav .nav_list {
    flex-direction: column;
    justify-content: center;
    height: -moz-fit-content;
    height: fit-content;
  }
  .header nav .nav_list li {
    height: -moz-fit-content;
    height: fit-content;
  }
  .header nav .nav_list li a {
    color: #16160e !important;
    font-weight: bold;
  }
  .header nav .nav_list li a span {
    font-size: 16px;
    color: #525252 !important;
  }
  .header nav .nav_list li a p {
    font-size: 14px;
  }
  .header nav .nav_list--2 {
    display: none;
    margin: 0;
    gap: 5px;
  }
  .header nav .nav_list--2 li {
    width: 210px;
    height: auto;
  }
  .header nav .nav_list--2 li a {
    flex-direction: unset;
    padding: 10px 15px;
    gap: 5px;
  }
  .header nav .nav_list--2 li a p {
    font-size: 14px;
    color: #fff !important;
  }
  .header nav .nav_list--2 li a i {
    font-size: 16px;
  }
  .header nav .nav_list--2 li a::after {
    opacity: 1;
  }
  .header nav.active {
    left: 50%;
  }
  .header.page-open .menu-container .responsive_btn.menu_open .menu_btn i {
    color: #525252;
  }
  .header.page-open .header__logo a p {
    text-shadow: none;
  }
}
@media screen and (max-width: 480px) {
  .header__wrap {
    width: calc(100% - 30px);
  }
}
#heading {
  width: 100%;
  height: 60vh;
  position: relative;
}
#heading .background {
  width: 100%;
  height: 100%;
  position: relative;
}
#heading .background__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
#heading .background__image {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 30vh;
  left: 50%;
  width: 100%;
  height: 100vh;
  background-image: url("../../img/common/heading/heading.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
#heading .background__image--products {
  background-image: url("../../img/common/heading/products.jpg");
}
#heading .background__image--online-shop {
  background-image: url("../../img/common/heading/online-shop.jpg");
}
#heading .background__image--shop-information {
  background-image: url("../../img/common/heading/shop-information.jpg");
}
#heading .background::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
}
#heading .heading {
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  max-width: 1280px;
}
#heading .heading h1 {
  display: flex;
  flex-direction: column;
  color: #fff;
  line-height: 1;
  gap: 15px;
  font-size: 3em;
  text-shadow: rgba(100, 100, 111, 0.75) 0px 7px 14px;
}
#heading .heading h1 .en {
  order: 1;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
#heading .heading h1 .ja {
  order: 2;
  font-size: 0.4em;
  padding-left: 5px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 480px) {
  #heading .heading {
    width: 90%;
  }
  #heading .heading h1 {
    font-size: 2.5em;
  }
}
.sp-fixed-link {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  width: 45px;
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  z-index: 998;
  gap: 5px;
  color: #ffffff;
  transition: 0.5s all;
}
.sp-fixed-link.page-open {
  opacity: 1;
}
.sp-fixed-link a {
  background-color: #9FA0A0;
  width: 100%;
  line-height: 1;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 4px solid #ffffff;
  border-right: none;
  writing-mode: vertical-rl;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  padding-inline: 10px;
  font-weight: 600;
}
.sp-fixed-link a i {
  font-size: 20px;
}
.sp-fixed-link a:first-child i {
  font-size: 24px;
}

@media screen and (max-width: 928px) {
  .sp-fixed-link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    width: 100%;
    height: 60px;
    right: auto;
    top: auto;
    transform: unset;
    left: 0;
    bottom: 0;
    gap: 0;
  }
  .sp-fixed-link.scroll {
    opacity: 0;
    bottom: -15px;
  }
  .sp-fixed-link a {
    border: 2px solid #ffffff;
    border-left: none;
    border-bottom: none;
    font-weight: bold;
    aspect-ratio: unset;
    flex-direction: row;
    writing-mode: horizontal-tb;
  }
  .sp-fixed-link a i {
    padding-top: 3px;
    font-size: 20px;
  }
  .sp-fixed-link a:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 600px) {
  .sp-fixed-link a {
    flex-direction: column;
  }
  .sp-fixed-link a:last-child i {
    padding-top: 5px;
  }
}
@media screen and (max-width: 480px) {
  .sp-fixed-link a {
    font-size: 0.9em;
  }
}
/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9fa0a0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s;
  position: relative;
  box-shadow: 0px 6px 10px -6px #74635d;
  overflow: hidden;
  color: #fff;
  border: 2px solid #dddddd;
}

#page-top a:hover {
  opacity: 0.8;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(200px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}
@media screen and (max-width: 928px) {
  #page-top {
    bottom: 65px;
  }
}
#newslist .newslist__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
#newslist .newslist__wrap--article {
  width: calc(100% - 300px - 30px);
}
#newslist .newslist__wrap--article h2 {
  width: 100%;
}
#newslist .newslist__wrap--article--contents {
  width: 100%;
  margin: 4rem 0 0 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  gap: 2rem;
}
#newslist .newslist__wrap--article--contents > li {
  width: 100%;
}
#newslist .newslist__wrap--article--contents > li h3 {
  width: 100%;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  padding: 0 0 0.5rem;
  border-bottom: solid 1px #f4f6f6;
}
#newslist .newslist__wrap--article--contents > li ol {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  margin: 1rem 0 0 0;
}
#newslist .newslist__wrap--article--contents > li ol > li {
  width: calc(33.3333333333% - 0.6666666667rem);
}
#newslist .newslist__wrap--article--contents > li ol > li a {
  width: 100%;
  display: flex;
  flex-flow: column;
  position: relative;
}
#newslist .newslist__wrap--article--contents > li ol > li a h4 {
  width: 100%;
  height: auto;
  bottom: 20px;
  padding: 0.5rem 0;
  display: flex;
  flex-flow: column;
  color: #595757;
  font-weight: bold;
  order: 2;
}
#newslist .newslist__wrap--article--contents > li ol > li a h4 b {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  font-weight: bold;
}
#newslist .newslist__wrap--article--contents > li ol > li a time {
  order: 5;
  font-size: clamp(0.4rem, 0.36rem + 0.2vw, 0.6rem);
  width: 100%;
  text-align: right;
  -moz-text-align-last: right;
       text-align-last: right;
}
#newslist .newslist__wrap--article--contents > li ol > li a div {
  width: 100%;
  order: 4;
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
#newslist .newslist__wrap--article--contents > li ol > li a p {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem 0.5rem;
  justify-content: space-between;
  align-items: center;
  color: #9FA0A0;
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  background-size: auto auto;
  background-color: #EFEFEF;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, #525252 5px, #525252 10px);
}
#newslist .newslist__wrap--article--contents > li ol > li a figure {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  aspect-ratio: 6/4;
  order: 1;
}
#newslist .newslist__wrap--article--contents > li ol > li a figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#newslist .newslist__wrap--article--contents > li ol > li a figure::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5018382353) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
  z-index: 1;
}
#newslist .newslist__wrap--aside {
  width: 300px;
  position: sticky;
  top: 0;
  left: 0;
}
#newslist .newslist__wrap--aside--newnav ul {
  width: 100%;
  padding: 2rem 1rem;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
#newslist .newslist__wrap--aside--newnav ul li {
  border-bottom: dashed 1px #EFEFEF;
}
#newslist .newslist__wrap--aside--newnav ul li a {
  width: 100%;
  display: inline-block;
  padding: 1rem 0;
}
#newslist .newslist__wrap--aside--newnav ul li a p i {
  margin: 0 0.5rem 0 0;
}
#newslist .newslist__wrap--aside--newnav ul li:last-child {
  border-bottom: none;
}
#newslist .newslist__wrap--aside--newnav ul li:hover {
  background-color: #f4f6f6;
}
#newslist .newslist__wrap--aside--archivenav ul {
  width: 100%;
  padding: 2rem 1rem;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
#newslist .newslist__wrap--aside--archivenav ul li {
  border-bottom: dashed 1px #EFEFEF;
}
#newslist .newslist__wrap--aside--archivenav ul li a {
  width: 100%;
  display: inline-block;
  padding: 1rem 0;
}
#newslist .newslist__wrap--aside--archivenav ul li a p i {
  margin: 0 0.5rem 0 0;
  color: #f4f6f6;
}
#newslist .newslist__wrap--aside--archivenav ul li a p span {
  transition: all ease 0.5s;
  margin: 0 0 0 0rem;
}
#newslist .newslist__wrap--aside--archivenav ul li a:hover span {
  margin: 0 0 0 0.5rem;
}
#newslist .newslist__wrap--aside--archivenav ul li:last-child {
  border-bottom: none;
}
#newslist .newslist__wrap--aside--categorynav ul {
  width: 100%;
  padding: 2rem 1rem;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
#newslist .newslist__wrap--aside--categorynav ul li {
  border-bottom: dashed 1px #EFEFEF;
}
#newslist .newslist__wrap--aside--categorynav ul li a {
  width: 100%;
  display: inline-block;
  padding: 1rem 0;
}
#newslist .newslist__wrap--aside--categorynav ul li a p i {
  margin: 0 0.5rem 0 0;
  color: #f4f6f6;
}
#newslist .newslist__wrap--aside--categorynav ul li:last-child {
  border-bottom: none;
}
#newslist .newslist__wrap--aside--categorynav ul li:hover {
  background-color: #f4f6f6;
}

@media screen and (max-width: 1280px) {
  #newslist .newslist__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  #newslist .newslist__wrap--article {
    width: calc(100% - 300px - 30px);
  }
  #newslist .newslist__wrap--article--contents li ol li {
    width: calc(50% - 0.5rem);
  }
  #newslist .newslist__wrap--aside {
    width: 300px;
  }
}
@media screen and (max-width: 930px) {
  #newslist .newslist__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    flex-flow: column;
  }
  #newslist .newslist__wrap--article {
    width: 100%;
  }
  #newslist .newslist__wrap--article--contents li ol li {
    width: calc(33.3333333333% - 0.6666666667rem);
  }
  #newslist .newslist__wrap--aside {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #newslist .newslist__wrap--article {
    width: 100%;
  }
  #newslist .newslist__wrap--article--contents li ol li {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (max-width: 420px) {
  #newslist .newslist__wrap--article {
    width: 100%;
  }
  #newslist .newslist__wrap--article--contents li ol li {
    width: 100%;
  }
}
#article {
  padding: 120px 0;
  position: relative;
  background-color: #dddddd;
}
#article .article__wrap {
  display: grid;
  grid-template-columns: 1fr 240px;
  -moz-column-gap: 60px;
       column-gap: 60px;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
}
#article .article__wrap--article {
  display: flex;
  flex-flow: column;
  row-gap: 30px;
  background: rgba(255, 255, 255, 0.95);
  padding: 60px;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0px;
}
#article .article__wrap--article--status {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
}
#article .article__wrap--article--status--category {
  display: flex;
  align-items: center;
}
#article .article__wrap--article--status--category i {
  margin: 0 5px 0 0;
}
#article .article__wrap--article--status--time {
  display: flex;
  align-items: center;
  color: #000;
}
#article .article__wrap--article--status--time i {
  margin: 0 5px 0 0;
}
#article .article__wrap--article--h2 {
  color: #595757;
  font-size: 1.5em;
  font-weight: bold;
}
#article .article__wrap--article--contents {
  margin-top: 30px;
}
#article .article__wrap--article--contents img,
#article .article__wrap--article--contents iframe {
  max-width: 100%;
}
#article .article__wrap--article--contents h1 {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  line-height: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
}
#article .article__wrap--article--contents h2 {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  line-height: clamp(1.7rem, 1.66rem + 0.2vw, 1.9rem);
  display: block;
  padding: 0;
  background-color: unset;
  color: #16160e;
}
#article .article__wrap--article--contents h2::before {
  display: none;
}
#article .article__wrap--article--contents h3 {
  font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  line-height: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
}
#article .article__wrap--article--contents h4 {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  line-height: clamp(1.5rem, 1.46rem + 0.2vw, 1.7rem);
}
#article .article__wrap--article--contents h5 {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  line-height: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
}
#article .article__wrap--article--contents h6 {
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  line-height: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
}
#article .article__wrap--article--contents p {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  line-height: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
}
#article .article__wrap--article--contents p strong {
  font-weight: bold;
}
#article .article__wrap--article--contents p em {
  font-style: italic;
}
#article .article__wrap--article--contents table {
  border: solid 1px #EFEFEF;
}
#article .article__wrap--article--contents table tr {
  border: solid 1px #EFEFEF;
}
#article .article__wrap--article--contents table tr th {
  padding: 0.5rem;
  border: solid 1px #EFEFEF;
}
#article .article__wrap--article--contents table tr td {
  padding: 0.5rem;
  border: solid 1px #EFEFEF;
}
#article .article__wrap--article--contents img {
  max-width: 100%;
  margin: 15px 0;
}
#article .article__wrap--article--nav {
  width: 100%;
}
#article .article__wrap--article--nav ul {
  width: 100%;
  position: relative;
  display: grid;
  align-items: center;
  justify-content: space-between;
}
#article .article__wrap--article--nav ul li {
  color: #fff;
  background-color: #9FA0A0;
  transition: all ease 0.5s;
  border-radius: 5px;
  width: 120px;
  height: 40px;
}
#article .article__wrap--article--nav ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
#article .article__wrap--article--nav ul li.left {
  grid-column: 1/2;
}
#article .article__wrap--article--nav ul li.right {
  grid-column: 2/3;
}
#article .article__wrap--aside {
  width: 240px;
  position: sticky;
  top: 0;
  left: 0;
}
#article .article__wrap--aside--newnav h2 {
  color: #595757;
  font-size: 2em;
  font-weight: bold;
}
#article .article__wrap--aside--newnav ul {
  width: 100%;
  margin-bottom: 30px;
}
#article .article__wrap--aside--newnav ul li {
  border-bottom: dashed 1px #9FA0A0;
}
#article .article__wrap--aside--newnav ul li a {
  width: 100%;
  display: inline-block;
  padding: 15px;
  transition: 0.5s all;
}
#article .article__wrap--aside--newnav ul li a p i {
  margin: 5px 0 0;
}
#article .article__wrap--aside--newnav ul li:hover a {
  color: #9FA0A0;
}
#article .article__wrap--aside--archivenav h2 {
  color: #595757;
  font-size: 2em;
  font-weight: bold;
}
#article .article__wrap--aside--archivenav ul {
  width: 100%;
}
#article .article__wrap--aside--archivenav ul li {
  border-bottom: dashed 1px #9FA0A0;
}
#article .article__wrap--aside--archivenav ul li a {
  width: 100%;
  display: inline-block;
  padding: 15px 15px;
}
#article .article__wrap--aside--archivenav ul li a p i {
  margin: 0 5px 0 0;
}
#article .article__wrap--aside--archivenav ul li a p span {
  transition: all ease 0.5s;
  margin: 0 0 0 0rem;
}
#article .article__wrap--aside--archivenav ul li a:hover span {
  margin: 0 0 0 2.5px;
}
#article .article__wrap--aside--categorynav ul {
  width: 100%;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
#article .article__wrap--aside--categorynav ul li {
  border-bottom: dashed 1px #9FA0A0;
}
#article .article__wrap--aside--categorynav ul li a {
  width: 100%;
  display: inline-block;
  padding: 15px 0;
}
#article .article__wrap--aside--categorynav ul li a p i {
  margin: 0 5px 0 0;
  color: #f4f6f6;
}
#article .article__wrap--aside--categorynav ul li:last-child {
  border-bottom: none;
}
#article .article__wrap--aside--categorynav ul li:hover {
  background-color: #f4f6f6;
}

@media screen and (max-width: 1024px) {
  #article .article__wrap {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
  }
  #article .article__wrap--aside {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #article .article__wrap--aside--newnav ul, #article .article__wrap--aside--archivenav ul {
    padding: 0;
    padding-top: 15px;
  }
  #article .article__wrap--aside--newnav h2, #article .article__wrap--aside--archivenav h2 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 928px) {
  #article .article__wrap--aside {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
@media screen and (max-width: 600px) {
  #article .article__wrap--article {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  #article {
    padding: 90px 0;
  }
  #article .article__wrap {
    width: 90%;
  }
  #article .article__wrap--article--nav ul li {
    width: 80px;
  }
}
#archive {
  padding: 120px 0;
  position: relative;
  background-color: #dddddd;
}
#archive .archive__wrap {
  display: grid;
  grid-template-columns: 1fr 240px;
  -moz-column-gap: 60px;
       column-gap: 60px;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
}
#archive .archive__wrap--article {
  display: flex;
  flex-flow: column;
  row-gap: 30px;
  background: rgba(255, 255, 255, 0.95);
  padding: 60px;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0px;
}
#archive .archive__wrap--article--h2 {
  color: #595757;
  font-size: 2em;
  font-weight: bold;
}
#archive .archive__wrap--article--h2 span {
  display: inline-block;
}
#archive .archive__wrap--article--contents ul {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 30px;
}
#archive .archive__wrap--article--contents ul li {
  width: 100%;
}
#archive .archive__wrap--article--contents ul li a {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr auto;
  row-gap: 5px;
  position: relative;
  justify-content: space-between;
}
#archive .archive__wrap--article--contents ul li a h3 {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: column;
  font-weight: bold;
  order: 2;
}
#archive .archive__wrap--article--contents ul li a h3 b {
  font-size: 0.9em;
  font-weight: bold;
}
#archive .archive__wrap--article--contents ul li a time {
  order: 5;
  font-size: 0.8em;
  width: 100%;
  text-align: right;
  -moz-text-align-last: right;
       text-align-last: right;
}
#archive .archive__wrap--article--contents ul li a div {
  width: 100%;
  order: 4;
  font-size: 0.9em;
}
#archive .archive__wrap--article--contents ul li a p {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: space-between;
  align-items: center;
  color: #9FA0A0;
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  background-size: auto auto;
  background-color: #EFEFEF;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.1) 5px, rgba(255, 255, 255, 0.1) 10px);
  display: none;
}
#archive .archive__wrap--article--contents ul li a p i {
  margin-left: 5px;
}
#archive .archive__wrap--article--contents ul li a figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  order: 1;
  border-radius: 0px;
}
#archive .archive__wrap--article--contents ul li a figure img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s all;
}
#archive .archive__wrap--article--contents ul li a figure:hover img {
  scale: 1.1;
}
#archive .archive__wrap--article--contents ul li a figure::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
  z-index: 1;
}
#archive .archive__wrap--aside {
  width: 240px;
  position: sticky;
  top: 0;
  left: 0;
}
#archive .archive__wrap--aside--newnav h2 {
  color: #595757;
  font-size: 2em;
  font-weight: bold;
}
#archive .archive__wrap--aside--newnav ul {
  width: 100%;
  margin-bottom: 30px;
}
#archive .archive__wrap--aside--newnav ul li {
  border-bottom: dashed 1px #9FA0A0;
}
#archive .archive__wrap--aside--newnav ul li a {
  width: 100%;
  display: inline-block;
  padding: 15px;
  transition: 0.5s all;
}
#archive .archive__wrap--aside--newnav ul li a p i {
  margin: 5px 0 0;
}
#archive .archive__wrap--aside--newnav ul li:hover a {
  color: #9FA0A0;
}
#archive .archive__wrap--aside--archivenav h2 {
  color: #595757;
  font-size: 2em;
  font-weight: bold;
}
#archive .archive__wrap--aside--archivenav ul {
  width: 100%;
}
#archive .archive__wrap--aside--archivenav ul li {
  border-bottom: dashed 1px #9FA0A0;
}
#archive .archive__wrap--aside--archivenav ul li a {
  width: 100%;
  display: inline-block;
  padding: 15px 15px;
}
#archive .archive__wrap--aside--archivenav ul li a p i {
  margin: 0 5px 0 0;
}
#archive .archive__wrap--aside--archivenav ul li a p span {
  transition: all ease 0.5s;
  margin: 0 0 0 0rem;
}
#archive .archive__wrap--aside--archivenav ul li a:hover span {
  margin: 0 0 0 2.5px;
}
#archive .archive__wrap--aside--categorynav ul {
  width: 100%;
  padding: 30px 15px;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
#archive .archive__wrap--aside--categorynav ul li {
  border-bottom: dashed 1px #9FA0A0;
}
#archive .archive__wrap--aside--categorynav ul li a {
  width: 100%;
  display: inline-block;
  padding: 15px 0;
}
#archive .archive__wrap--aside--categorynav ul li a p i {
  margin: 0 5px 0 0;
  color: #f4f6f6;
}
#archive .archive__wrap--aside--categorynav ul li:last-child {
  border-bottom: none;
}
#archive .archive__wrap--aside--categorynav ul li:hover {
  background-color: #f4f6f6;
}

@media screen and (max-width: 1024px) {
  #archive .archive__wrap {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
  }
  #archive .archive__wrap--aside {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #archive .archive__wrap--aside--newnav ul, #archive .archive__wrap--aside--archivenav ul {
    padding: 0;
    padding-top: 15px;
  }
  #archive .archive__wrap--aside--newnav h2, #archive .archive__wrap--aside--archivenav h2 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 928px) {
  #archive .archive__wrap--aside {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  #archive .archive__wrap--article--contents ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  #archive .archive__wrap--article {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  #archive {
    padding: 90px 0;
  }
  #archive .archive__wrap {
    width: 90%;
  }
}
.footer {
  width: 100%;
  background-color: #9FA0A0;
  color: #fff;
}
.footer__wrap {
  padding: 90px 0 0;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 10px;
}
.footer__logo {
  grid-column: 1/2;
  grid-row: 1/4;
  filter: brightness(0) invert(100%);
  width: 100%;
  max-width: 480px;
}
.footer__logo img {
  width: 100%;
}
.footer__tel a {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.2em;
}
.footer__tel a i {
  font-size: 0.9em;
}
.footer__nav {
  grid-column: 1/3;
  margin-block: 45px 5px;
}
.footer__nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}
.footer__copy {
  text-align: center;
  padding: 10px 0;
  font-size: 0.9em;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1280px) {
  .footer__logo {
    max-width: 400px;
  }
}
@media screen and (max-width: 928px) {
  .footer {
    padding-bottom: 75px;
  }
  .footer__wrap {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
  .footer__logo {
    margin-block-end: 30px;
  }
  .footer__address {
    text-align: center;
  }
  .footer__nav {
    margin-block-start: 15px;
  }
  .footer__nav ul {
    max-width: 400px;
    row-gap: 5px;
  }
}/*# sourceMappingURL=style.css.map */