@charset "UTF-8";
/*
 * メディアクエリ用ミックスイン
 *
 * $from: 指定した画面幅を超過した状態をブレークポイントに設定する
 * $until: 指定した画面幅以下の状態をブレークポイントに設定する
 */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700&display=swap");
/*path*/
/*color*/
/*font-family*/
/*font-size*/
.newsList__itemTag, .newsList__itemDate {
  font-size: clamp(1rem, 0.927rem + 0.364vw, 1.2rem);
}

.newsList__itemText, .wrapper {
  font-size: clamp(1.4rem, 1.327rem + 0.364vw, 1.6rem);
}

.newsHeader__title span:nth-of-type(2) {
  font-size: clamp(1.6rem, 1.527rem + 0.364vw, 1.8rem);
}

.newsCategory__title {
  font-size: clamp(2rem, 1.782rem + 1.091vw, 2.6rem);
}

.newsHeader__title span:nth-of-type(1) {
  font-size: clamp(3.2rem, 3.055rem + 0.727vw, 3.6rem);
}

.newsCategory__tab span {
  font-size: clamp(1.3rem, 1.227rem + 0.364vw, 1.5rem);
}

/*arrow*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-size: 62.5%; /* 10px */
  overflow-y: scroll;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  list-style: none;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  position: relative;
  word-break: break-all;
}
.wrapper a {
  text-decoration: none;
  transition: opacity 0.3s;
}
.wrapper a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .wrapper a:hover {
    opacity: 1;
  }
}
.wrapper img {
  width: 100%;
  height: auto;
}
.wrapper::selection {
  background-color: #ceb77d;
  color: #000000;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, section, figure {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

.main {
  padding-bottom: 80px;
  background-color: #f7f4ed;
}
@media (max-width: 767.98px) {
  .main {
    padding-bottom: 60px;
  }
}

.newsHeader {
  width: 100%;
}
.newsHeader__inner {
  padding: 100px 0 0;
}
.newsHeader__title {
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.5;
}
.newsHeader__title span {
  display: block;
}
.newsHeader__title span:nth-of-type(2) {
  color: #ceb77d;
  letter-spacing: 0.3em;
}

.newsCategory__inner {
  width: 100%;
  max-width: 1200px;
  padding: 20px 40px 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 992.98px) {
  .newsCategory__inner {
    padding: 0 40px;
    flex-direction: column;
    gap: 20px;
  }
}
.newsCategory__title {
  color: #323232;
  white-space: nowrap;
}
.newsCategory__tab {
  width: 100%;
  display: flex;
  gap: 10px;
}
@media (max-width: 992.98px) {
  .newsCategory__tab {
    padding: 0 0 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
}
.newsCategory__tab span {
  width: 16.66%;
  padding: 0 0 5px;
  color: #ceb77d;
  text-align: center;
  display: block;
  position: relative;
  cursor: pointer;
}
@media (max-width: 992.98px) {
  .newsCategory__tab span {
    width: 30%;
  }
}
@media (max-width: 600.98px) {
  .newsCategory__tab span {
    width: 45%;
  }
}
.newsCategory__tab span::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #e9dfc6;
  bottom: 0;
}
.newsCategory__tab span::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ceb77d;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.newsCategory__tab span:hover {
  opacity: 1;
}
.newsCategory__tab span:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.newsCategory__tab span.active::before {
  background: #ceb77d;
}

.newsList__inner {
  width: 100%;
  max-width: 1200px;
  padding: 0 40px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3.5%;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.newsList__inner.fade {
  opacity: 0;
}
.newsList__item {
  width: 31%;
  margin-bottom: 3%;
}
.newsList__item a {
  width: 100%;
  padding: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .newsList__item {
    width: calc(50% - 10px);
  }
}
.newsList__itemImg {
  width: 100%;
}
.newsList__itemDate {
  padding: 8px 0;
  color: #595757;
}
.newsList__itemTag {
  padding: 8px 0;
  color: #ceb77d;
  text-align: right;
  letter-spacing: 0.05em;
}
.newsList__tag {
  margin-left: 3px;
  padding: 1px 4px 2px;
  border: #ceb77d 1px solid;
}
.newsList__itemText {
  width: 100%;
  color: #595757;
}
.newsList__button {
  width: 100%;
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .newsList__button {
    padding: 50px 0;
  }
}
.newsList__button a {
  color: #918080;
  text-decoration: none;
  display: inline;
  position: relative;
}
.newsList__button a::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../images/common/arrow_button.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  background-size: contain;
  background-position: center center;
  display: block;
  position: absolute;
  top: 0.05em;
  left: -2em;
}
.newsList__button a span {
  position: relative;
  top: -0.05em;
}/*# sourceMappingURL=news.css.map */