@charset "UTF-8";
/* 共通部品 */
html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #382710;
  background-color: #fcfaf2;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

/* ここから記述します。 */
.u-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 100px;
}
@media screen and (max-width: 768px) {
  .u-wrapper {
    padding: 0 15px;
  }
}

.header {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header {
    height: auto;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: none;
  }
}
.header .header__logo {
  border-style: none;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .header .header__logo {
    margin: 11px 30px;
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .header .header__nav {
    width: 100%;
    background-color: #f4eed8;
  }
}
.header .header__nav .header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .header .header__nav .header__list {
    padding: 8px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header .header__nav .header__list .header__menuLink {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .header .header__nav .header__list .header__menuLink {
    font-size: 14px;
  }
}

.firstView {
  position: relative;
}
.firstView .firstView__img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .firstView .firstView__img {
    height: 240px;
  }
}
.firstView .firstView__title {
  width: 580px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 40px;
  text-align: center;
  background-color: rgba(255, 253, 247, 0.9);
  padding: 8px 32px;
}
@media screen and (max-width: 768px) {
  .firstView .firstView__title {
    width: 302px;
    font-size: 22px;
    padding: 3px 10px;
  }
}
.firstView .firstView__title .firstView__title--bold {
  display: block;
  font-weight: 500;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 480px) {
  .container {
    gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main {
  padding: 64px 0;
  width: 69%;
}
@media screen and (max-width: 768px) {
  .main {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  .main {
    width: 100%;
  }
}

.sidebarLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
@media screen and (max-width: 480px) {
  .sidebarLeft {
    gap: 40px;
  }
}

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
}
@media screen and (max-width: 480px) {
  .news {
    gap: 30px;
  }
}
.news .news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
.news .news__top .news__text {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .news .news__top .news__text {
    font-size: 15px;
  }
}
.news .news__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  max-width: 640px;
}
.news .news__contents img {
  border-style: none;
  vertical-align: bottom;
}
.news .news__contents .news__img {
  width: 100%;
}
.news .news__contents .news__pickup {
  max-width: 640px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news .news__contents .news__pickup {
    width: 100%;
  }
}
.news .news__contents .news__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 480px) {
  .news .news__contents .news__detail {
    gap: 8px;
  }
}
.news .news__contents .news__detail .news__detailDate {
  font-size: 14px;
  font-weight: 500;
}
.news .news__contents .news__detail .news__detailTitle {
  font-size: 15px;
  font-weight: 700;
}
.news .news__contents .news__detail .news__detailText {
  font-size: 15px;
  letter-spacing: 0.06em;
}

.u-sectionHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .u-sectionHeading {
    gap: 10px;
  }
}

.u-sectionTitle {
  font-weight: 500;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .u-sectionTitle {
    font-size: 24px;
  }
}

.news__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding-bottom: 24px;
}
.news__bottom .news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news__bottom .news__item img {
  border-style: none;
  vertical-align: bottom;
}
.news__bottom .news__item .news__img {
  width: 100%;
}
.news__bottom .news__item .news__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.news__bottom .news__item .news__detailDate {
  font-size: 14px;
  font-weight: 500;
}
.news__bottom .news__item .news__detailTitle {
  font-size: 15px;
  font-weight: 700;
}
.news__bottom .news__item .news__detailText {
  font-size: 15px;
  letter-spacing: 0.06em;
}

.special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
}
.special .special__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
.special .special__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  max-width: 640px;
}
.special .special__contents .special__pickup {
  max-width: 640px;
  width: 100%;
}
.special .special__contents .special__img {
  width: 100%;
}
.special .special__contents .special__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.special .special__contents .special__detail .special__detailDate {
  font-size: 14px;
  font-weight: 500;
}
.special .special__contents .special__detail .special__detailTitle {
  font-size: 15px;
  font-weight: 700;
}
.special .special__contents .special__detail .special__detailText {
  font-size: 15px;
  letter-spacing: 0.06em;
}
.special .special__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.special .special__bottom .special__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.special .special__bottom .special__item .special__img {
  width: 100%;
}
.special .special__bottom .special__item .special__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.special .special__bottom .special__item .special__detail .special__detailDate {
  font-size: 14px;
  font-weight: 500;
}
.special .special__bottom .special__item .special__detail .special__detailTitle {
  font-size: 15px;
  font-weight: 700;
}
.special .special__bottom .special__item .special__detail .special__detailText {
  font-size: 15px;
  letter-spacing: 0.06em;
}
.special .special__linkText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.special .special__linkText img {
  border-style: none;
  vertical-align: bottom;
}

.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px;
  padding: 64px 0;
  width: 28%;
}
@media screen and (max-width: 1024px) {
  .sidebar {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sidebar {
    padding: 0 0 50px;
    gap: 41px;
  }
}
.sidebar .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.sidebar .category .category__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.sidebar .category .category__contents .category__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.sidebar .category .category__contents .category__top .category__text {
  font-size: 14px;
}
.sidebar .category .category__contents .category__top .category__linkText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.sidebar .category .category__contents .category__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
.sidebar .category .category__contents .category__list .category__btn {
  border: 0.5px solid #d4cdb3;
  border-radius: 5px;
}
.sidebar .category .category__contents .category__list .category__btn .category__btnLink {
  display: block;
  padding: 11px 6px;
}
.sidebar .category .category__contents .category__list .category__btn .category__btnLink .category__btnImg {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .sidebar .category .category__contents .category__list .category__btn .category__btnLink .category__btnImg {
    margin-bottom: 16px;
  }
}
.sidebar .category .category__contents .category__list .category__btn .category__btnLink .category__btnText {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.05em;
}
.sidebar .category .category__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d4cdb3;
  border-radius: 3px;
  height: 43px;
}
.sidebar .category .category__search .category__searchInput {
  background-color: #fff;
  width: calc(100% - 53px);
  padding: 8px;
}
.sidebar .category .category__search .category__searchBtn {
  background-color: #fff2bf;
  padding: 10px;
  width: 53px;
}
.sidebar .category .category__img {
  width: 100%;
}

.popularity__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 14px 0;
}
.popularity__link .popularity__linkText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.popularity__link .popularity__linkText img {
  border-style: none;
  vertical-align: bottom;
}

.popularity__item {
  border-top: 1px solid #e8e3d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 14px 0;
}
.popularity__item .popularity__itemDate {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .popularity__item .popularity__itemDate {
    font-size: 16px;
  }
}
.popularity__item .popularity__itemText {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .popularity__item .popularity__itemText {
    font-size: 16px;
  }
}

.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .post {
    gap: 20px;
  }
}
.post .post__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 480px) {
  .post .post__title .post__linkImg {
    width: 30px;
  }
}
.post .post__title img {
  border-style: none;
  vertical-align: bottom;
}
.post .post__linkText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .post .post__linkText .post__linkImg {
    width: 30px;
  }
}
.post .post__linkText img {
  border-style: none;
  vertical-align: bottom;
}
.post iframe {
  width: 100%;
}

.footer {
  background-color: #fff;
  padding: 42px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 48px 30px 14px;
  }
}
.footer .footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 985px;
  margin: 0 auto;
  gap: 160px;
}
@media screen and (max-width: 1024px) {
  .footer .footer__contents {
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}
.footer .footer__contents .footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.footer .footer__contents .footer__left img {
  border-style: none;
  vertical-align: bottom;
}
.footer .footer__contents .footer__left .footer__catch {
  font-size: 14px;
}
.footer .footer__contents .footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 160px;
}
@media screen and (max-width: 1024px) {
  .footer .footer__contents .footer__menu {
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__contents .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.footer .footer__contents .footer__menu .footer__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.footer .footer__contents .footer__menu .footer__center .footer__title {
  display: inline;
  border-bottom: 0.5px solid #b2572f;
  padding-bottom: 4px;
}
.footer .footer__contents .footer__menu .footer__center .footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.footer .footer__contents .footer__menu .footer__center .footer__list .footer__item {
  font-size: 16px;
}
.footer .footer__contents .footer__menu .footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.footer .footer__contents .footer__menu .footer__right .footer__title {
  display: inline;
  border-bottom: 0.5px solid #b2572f;
  padding-bottom: 4px;
}
.footer .footer__contents .footer__menu .footer__right .footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.footer .footer__contents .footer__menu .footer__right .footer__list .footer__item {
  font-size: 16px;
}