/*
Theme Name: wamodern_life
Description: 2025制作のテーマ
Author: komugi0421
Author URI: https://watashino-kurashi.com
Version: 1.0
*/

@charset "UTF-8";

/*--  色の設定  --*/
:root {
  --main_color: #fff; /* 白 */
  --key_color: #ffd967; /* 黄色 */
  --accent_color: #8aafa6; /* 水色 */
  --sub_color: #ecd2b9; /* ベージュ */
  --black_color: #1f262a; /* 柔らかい黒 */
  --gray_color: #f5f5f5; /* グレー */
  --blown_color: #865527; /* 茶色 */
}

/*-- text__color --*/
.tx__color-main {
  color: var(--main_color);
}

.tx__color-key {
  color: var(--key_color);
}

.tx__color-accent {
  color: var(--accent_color);
}

.tx__color-sub {
  color: var(--sub_color);
}

/*-- background__color --*/
.bg__color-main {
  background: var(--main_color);
}

.bg__color-key {
  background: var(--key_color);
}

.bg__color-accent {
  background: var(--accent_color);
}

.bg__color-sub {
  background: var(--sub_color);
}

/*--  フォントの設定  --*/


/*---------------
共通
-----------------*/
html {
  font-size: 62.5%; /* フォントサイズ10px */
}

body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
  color: var(--black_color);
  background: var(--main_color);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: var(--black_color);
  transition: 0.3s
}

a:hover {
  transition: 0.3s;
  opacity: 0.6;
}

li {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.flex__container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 768px) {
  .flex__container {
    display: block;
  }
}

.wide__wrapper {
  width: 100%;
  max-width: 1570px;
  margin: 0 auto;
}

.narrow__wrapper {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}

.section__title {
  padding: 20px;
  border: 1px solid var(--black_color);
  font-size: 3.0rem;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) {
  .section__title {
    display: inline-block;
    padding: 10px 20px;
    writing-mode: horizontal-tb;
    letter-spacing: 0.2rem;
  }
}

.hor-title__area {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .hor-title__area {
    text-align: left;
  }
}

.hor-section__title {
  display: inline-block;
  padding: 16px 40px;
  border: 1px solid var(--black_color);
  font-size: 3.0rem;
}

.date {
  width: fit-content;
  padding: 0 10px 10px 10px;
  font-size: 1.6rem;
}

.all-more {
  font-size: 2.0rem;
  text-align: right;
}

.center-all-more {
  font-size: 2.0rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .center-all-more {
    text-align: right;
  }
}

.more {
  padding: 20px 50px;
  font-size: 1.8rem;
  position: absolute;
  bottom: -30px;
  right: 0;
}

.right-more {
  font-size: 1.8rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.inner-right-more {
  font-size: 1.8rem;
  position: absolute;
  bottom: 30px;
  right: 50px;
}

.section-illust {
  width: 16%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .section-illust {
    width: 40%;
  }
}

.section-illust img {
  width: 100%;
}

.visible-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .visible-sp {
    display: block;
  }
}

/*-----------------------
header
-------------------------*/
.top-contents {
  padding: 0 20px;
}

#header {
  width: 28%;
  margin-top: 70px;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  #header {
    width: 100%;
    margin-top: 0;
    padding: 30px 0;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .header__logo-area {
    display: flex;
  }
}

.header__logo {
  width: 80%;
  min-width: 300px;
  margin: 0 auto 0 0;
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 80%;
    max-width: 300px;
  }
}

@media screen and (max-width: 768px) {
  /*--  hamburger  --*/
  .hamburger {
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: relative;
    z-index: 40;
  }

  .hamburger span {
    width: 46px;
    height: 1px;
    background: var(--black_color);
    display: block;
    position: absolute;
    right: 7px;
    transition: 0.5s;
  }

  .hamburger span:nth-child(1) {
    top: 22px;
  }

  .hamburger span:nth-child(2) {
    top: 34px;
  }

  .open .hamburger span:nth-child(1) {
    transform: translateY(0px) rotate(-315deg);
  }

  .open .hamburger span:nth-child(2) {
    transform: translateY(-13px) rotate(315deg);
  }
}

/*--  gnav --*/
#gnav {
  margin: 60px 0 60px 40px;
}

.gnav__nav {
  font-size: 2.0rem;
}

.gnav__item {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  /*
  ハンバーガーメニューがクリックされた際に、jQueryで#naviにactiveクラスを追加して、
  メニューを表示させる。
  */
  #gnav.active {
    top: 0;
  }

  #gnav {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 50px 20px;
    position: fixed;
    top: -120%; /*-- 120% --*/
    z-index: 30;
    transition: all 0.6s;
    opacity: 1;
    background: var(--main_color);
  }

  .gnav__nav {
    padding: 50px 0;
  }
}

/*-- top-articles --*/
.top-articles {
  width: 72%;
  margin: 30px 40px 30px 30px;
}

@media screen and (max-width: 768px) {
  .top-articles {
    width: 100%;
    margin: 30px 0;
  }
}

.top-articles__area {
  display: flex;
  justify-content: center;
}

.top-info {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 2.0rem;
  letter-spacing: 0.2rem;
  background: var(--key_color);
}

.new-articles {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .new-articles {
    flex-direction: column;
  }
}

.new-article-box {
  width: 48%;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .new-article-box {
    width: 100%;
    margin-bottom: 30px;
  }
}

.new-article__title {
  width: fit-content;
  padding: 10px;
  font-size: 2.0rem;
  background: var(--sub_color);
}

/*-------------------
goout
--------------------*/
#goout {
  width: 88%;
  margin: 50px auto;
  padding-bottom: 80px;
  border-top: 1px solid var(--black_color);
  border-bottom: 1px solid var(--black_color);
}

@media screen and (max-width: 768px) {
  #goout {
    padding-bottom: 50px;
  }
}

.left-contents__area {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .left-contents__area {
    width: 100%;
  }
}

.right-contents__area {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .right-contents__area {
    width: 100%;
  }
}

.goout__title {
  margin: 80px 0 0 100px;
}

@media screen and (max-width: 768px) {
  .goout__title {
    margin: 50px 0 0 0;
  }
}

.goout-fixed-article {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  padding: 50px;
  background: var(--key_color);
  position: relative;
}

@media screen and (max-width: 768px) {
  .goout-fixed-article {
    flex-direction: column;
    margin-top: 50px;
    padding: 20px;
  }
}

.goout-f-art__img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .goout-f-art__img {
    width: 100%;
  }
}

.goout-f-art__text-area {
  width: 50%;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .goout-f-art__text-area {
    width: 100%;
    margin-left: 0;
  }
}

.goout-art__title {
  padding: 10px;
  background: var(--main_color);
  font-size: 2.0rem;
  line-height: 1.6;
}

.goout-art__excerpt {
  margin-top: 30px;
  font-size: 2.0rem;
  line-height: 1.8;
}

.goout-new-article {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .goout-new-article {
    flex-direction: column;
    margin-top: 80px;
  }
}

.goout-n-art-box {
  width: 45%;
  padding: 30px 30px 10px 30px;
  background: var(--key_color);
  position: relative;
}

@media screen and (max-width: 768px) {
  .goout-n-art-box {
    width: 100%;
    margin-bottom: 50px;
    padding: 20px 20px 10px 20px;
  }
}

.goout-n-art__title {
  padding: 10px;
  font-size: 2.0rem;
  line-height: 1.6;
}

#goout .all-more {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  #goout .all-more {
    margin-top: 50px;
  }
}

/*-------------------
food
--------------------*/
#food {
  width: 88%;
  margin: 50px auto;
  padding-bottom: 60px;
}

#food .flex__container {
  flex-direction: row-reverse;
}

.inv-left-contents__area {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .inv-left-contents__area {
    width: 100%;
  }
}

.inv-right-contents__area {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .inv-right-contents__area {
    width: 100%;
  }
}

.food-article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .food-article {
    flex-direction: column;
  }
}

.food-art__img {
  padding: 30px 30px 50px 30px;
  background: var(--accent_color);
}

@media screen and (max-width: 768px) {
  .food-art__img {
    padding: 20px 20px 50px 20px;
  }
}

.food-art-box {
  width: 45%;
  margin-bottom: 120px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .food-art-box {
    width: 100%;
  }
}

.food-art__text-area {
  width: 90%;
  background: var(--main_color);
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
}

.food-art__title {
  padding: 10px;
  font-size: 2.0rem;
  line-height: 1.6;
}

.food__title {
  margin: 30px 0 0 100px;
}

@media screen and (max-width: 768px) {
  .food__title {
    margin: 0 0 20px 0;
  }
}

#food .all-more {
  margin: 60px 0;
}

/*-------------------
goods
--------------------*/
#goods {
  width: 88%;
  margin: 50px auto 140px auto;
  padding-bottom: 50px;
  background: var(--sub_color);
  position: relative;
}

@media screen and (max-width: 768px) {
  #goods {
    margin: 50px auto 80px auto;
  }
}

@media screen and (max-width: 768px) {
  #goods .flex__container {
    flex-direction: column;
  }
}

.goods__title {
  background: var(--main_color);
  position: absolute;
  top: -30px;
  left: -20px;
}

.goods__left-article {
  width: 45%;
  padding: 50px 0 0 90px;
}

@media screen and (max-width: 768px) {
  .goods__left-article {
    width: 100%;
    padding: 50px 20px 20px 20px;
  }
}

.goods__right-article {
  width: 45%;
  margin-left: 80px;
  padding: 50px 90px 0 0;
}

@media screen and (max-width: 768px) {
  .goods__right-article {
    width: 100%;
    margin-left: 0;
    padding: 20px;
  }
}

.goods-l-art__text-area {
  margin-top: 20px;
  background: var(--main_color);
  position: relative;
}

.goods-l-art__title {
  padding: 10px;
  font-size: 2.0rem;
  line-height: 1.6;
}

.goods__r-art-box {
  margin-bottom: 90px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .goods__r-art-box {
    margin-bottom: 50px;
  }
}

.goods-r-art__img {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .goods-r-art__img {
    width: 100%;
  }
}

.goods-r-art__text-area {
  width: 70%;
  margin-top: 20px;
  background: var(--main_color);
  position: absolute;
  bottom: -60px;
  right: -80px;
}

@media screen and (max-width: 768px) {
  .goods-r-art__text-area {
    width: 100%;
    position: static;
  }
}

.goods-r-art__title {
  padding: 10px;
  font-size: 2.0rem;
  line-height: 1.6;
}

/*--------------------
mycat
----------------------*/
#mycat {
  width: 88%;
  margin: 50px auto;
  padding-bottom: 20px;
}

#mycat .flex__container {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  #mycat .flex__container {
    flex-direction: column;
  }
}

.mycat-article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0;
}

.mycat-art__img {
  padding: 30px 30px 50px 30px;
  border: 1px solid var(--black_color);
}

.mycat-art-box {
  width: 45%;
  margin-bottom: 120px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .mycat-art-box {
    width: 100%;
    margin-bottom: 120px;
    position: relative;
  }
}

.mycat-art__text-area {
  width: 90%;
  background: var(--main_color);
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
}

.mycat-art__title {
  padding: 10px;
  font-size: 2.0rem;
  line-height: 1.6;
}

.mycat__title {
  margin: 30px 0 0 100px;
}

#mycat .section-illust {
  margin-top: 40px;
  }

  /*-------------------
  cooking
  --------------------*/
  #cooking {
    width: 88%;
    margin: 50px auto;
    padding-bottom: 50px;
    position: relative;
  }

  @media screen and (max-width: 768px) {
    #cooking {
      margin: 90px auto 50px auto;
      padding-bottom: 0;
    }
  }

  #cooking .flex__container {
    align-items: flex-start;
    margin-bottom: 30px;
  }

  @media screen and (max-width: 768px) {
    #cooking .flex__container {
      flex-direction: column;
    }
  }

  .cooking__title {
    background: var(--main_color);
    position: absolute;
    top: -30px;
    left: -20px;
  }

  @media screen and (max-width: 768px) {
    .cooking__title {
      top: -50px;
    }
  }

  .cooking__left-article {
    width: 50%;
    margin-left: 70px;
    padding: 30px 50px;
    border: 1px solid var(--black_color);
  }

  @media screen and (max-width: 768px) {
    .cooking__left-article {
      width: 100%;
      margin: 0 0 30px 0;
      padding: 70px 30px 30px 30px;
    }
  }

  .cooking__right-article {
    width: 40%;
    margin-left: 80px;
    padding-right: 90px;
  }

  @media screen and (max-width: 768px) {
    .cooking__right-article {
      width: 100%;
      margin-left: 0;
      padding-right: 0;
    }
  }

  .cooking-l-art__text-area {
    margin-top: 20px;
    background: var(--main_color);
    position: relative;
  }

  .cooking-l-art__title {
    padding: 10px;
    font-size: 2.0rem;
    line-height: 1.6;
  }

  .cooking__r-art-box {
    margin-bottom: 50px;
    padding: 30px;
    border: 1px solid var(--black_color);
    position: relative;
  }

  .cooking-r-art__img {
    width: 100%;
  }

  .cooking-r-art__text-area {
    width: 70%;
    margin-top: 10px;
    background: var(--main_color);
  }

  @media screen and (max-width: 768px) {
    .cooking-r-art__text-area {
      width: 100%;
    }
  }

  .cooking-r-art__title {
    padding: 10px;
    font-size: 2.0rem;
    line-height: 1.6;
  }

  #cooking .section-illust {
    width: 18%;
    margin-top: 80px;
  }

  @media screen and (max-width: 768px) {
    #cooking .section-illust {
      width: 48%;
      margin-top: 50px;
    }
  }

  /*-------------------
  various
  --------------------*/
  #various {
    width: 88%;
    margin: 50px auto 100px auto;
  }

  #various .flex__container {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin: 50px 0 80px 0;
  }

  @media screen and (max-width: 768px) {
    #various .flex__container {
      display: flex;
      gap: 20px;
    }
  }

  .various__art-box {
    width: 23%;
  }

  @media screen and (max-width: 768px) {
    .various__art-box {
      width: 46%;
    }
  }

  /*-------------------
  footer
  --------------------*/
  #footer {
    border-top: 1px solid var(--black_color);
  }

  @media screen and (max-width: 768px) {
    #footer .flex__container {
      flex-direction: column;
    }
  }

  #footer .wide__wrapper {
    padding: 50px 30px;
  }

  .footer__left-area {
    width: 30%;
  }

  @media screen and (max-width: 768px) {
    .footer__left-area {
      width: 100%;
    }
  }

  .footer__center-area {
    width: 35%;
  }

  @media screen and (max-width: 768px) {
    .footer__center-area {
      width: 100%;
    }
  }

  .footer__right-area {
    width: 25%;
  }

  @media screen and (max-width: 768px) {
    .footer__right-area {
      width: 100%;
    }
  }

  .footer__logo {
    width: 50%;
    min-width: 300px;
  }

  /*--  gnav --*/
  #footer__gnav {
    margin: 60px 0 60px 40px;
  }

  .footer__gnav__nav {
    font-size: 2.0rem;
  }

  .gnav__item {
    margin-bottom: 16px;
  }

  .sns-box {
    padding: 10px 50px;
    border: 1px solid var(--black_color);
    font-size: 2.6rem;
    letter-spacing: 0.2rem;
    line-height: 1.5;
    text-align: center;
  }

  .copy__area {
    padding: 20px 0;
    font-size: 1.2rem;
    background: var(--key_color);
    text-align: center;
  }

  /*-------------------------
  index.html　以外のページ
  --------------------------*/

  /*-- single.html page.html --*/
  #another__header {
    margin-top: 0;
    padding: 30px 20px;
  }

  .another__header__area {
    display: flex;
    justify-content: space-between;
  }

  .another__header__area .header__logo-area {
    width: 26%;
  }

  /*--  hamburger  --*/
  .another__hamburger {
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: fixed;
    top:20px;
    right: 30px;
    z-index: 40;
  }

  .another__hamburger span {
    width: 46px;
    height: 1px;
    background: var(--black_color);
    display: block;
    position: absolute;
    right: 7px;
    transition: 0.5s;
  }

  .another__hamburger span:nth-child(1) {
    top: 22px;
  }

  .another__hamburger span:nth-child(2) {
    top: 34px;
  }

  .open .another__hamburger span:nth-child(1) {
    transform: translateY(0px) rotate(-315deg);
  }

  .open .another__hamburger span:nth-child(2) {
    transform: translateY(-13px) rotate(315deg);
  }

  @media screen and (max-width: 768px) {
    /*--  hamburger  --*/
    .another__hamburger {
      width: 60px;
      height: 60px;
      cursor: pointer;
      position: relative;
      top:0;
      right: 0;
      z-index: 40;
    }

    .another__hamburger span {
      width: 46px;
      height: 1px;
      background: var(--black_color);
      display: block;
      position: absolute;
      right: 7px;
      transition: 0.5s;
    }

    .another__hamburger span:nth-child(1) {
      top: 22px;
    }

    .another__hamburger span:nth-child(2) {
      top: 34px;
    }

    .open .another__hamburger span:nth-child(1) {
      transform: translateY(0px) rotate(-315deg);
    }

    .open .another__hamburger span:nth-child(2) {
      transform: translateY(-13px) rotate(315deg);
    }
  }

  /*--  gnav --*/
  #a__gnav {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 50px 20px;
    position: fixed;
    top: -120%; /*-- 120% --*/
    z-index: 30;
    transition: all 0.6s;
    opacity: 1;
    background: var(--main_color);
  }

  .a__gnav__nav {
    font-size: 2.0rem;
  }

  .a__gnav__item {
    margin-bottom: 16px;
  }

  /*
  ハンバーガーメニューがクリックされた際に、jQueryで#naviにactiveクラスを追加して、
  メニューを表示させる。
  */
  #a__gnav.active {
    top: 0;
  }

  .a__nav-header__logo {
    width: 20%;
    min-width: 300px;
    margin: 0 auto;
  }

  .a__gnav__nav {
    padding: 50px 0;
  }

  @media screen and (max-width: 768px) {
    #a__gnav {
      align-items: flex-start;
      width: 100%;
      height: 100vh;
      margin: 0;
      padding: 50px 20px;
    }

    .a__nav-header__logo {
      margin: 0;
    }
  }

  /*-- breadcrumb --*/
  #breadcrumb {
    margin: 20px 50px 20px 0;
  }

  #breadcrumb ol {
    display: flex;
    justify-content: flex-end;
    font-size: 1.8rem;
  }

  @media screen and (max-width: 768px) {
    #breadcrumb {
      display: none;
    }
  }

  /*-- article --*/
  #article {
    margin: 80px 0;
  }

  #article .narrow__wrapper {
    padding: 0 80px;
  }

  .article__header {
    display: flex;
    justify-content: space-between;
  }

  .art__h-title__area {
    width: 60%;
    padding: 40px;
    border: 1px solid var(--black_color);
  }

  .art__h-illust__area {
    width: 36%;
    padding-top: 30px;
    text-align: center;
  }

  .article-category {
    font-size: 2.4rem;
  }

  .article__title {
    margin: 40px 0;
    font-size: 2.8rem;
  }

  .article-date {
    font-size: 1.6rem;
  }

  .art__h-illust__area img {
    width: 67%;
  }

  .eyecatch {
    width: 80%;
    margin: 80px auto;
  }

  @media screen and (max-width: 768px) {
    #article {
      margin: 50px 0;
    }

    #article .narrow__wrapper {
      padding: 0 20px;
    }

    .article__header {
      flex-direction: column;
    }

    .art__h-title__area {
      width: 100%;
    }

    .art__h-illust__area {
      width: 80%;
    }

    .art__h-illust__area img {
      width: 80%;
    }

    .eyecatch {
      width: 100%;
      margin: 30px auto 50px auto;
    }
  }

  .article__contents {
    width: 100%;
    padding: 30px 80px 80px 80px;
    font-family: "Sawarabi Gothic";
  }

  .article__contents a {
    color: var(--accent_color);
    text-decoration: underline;
  }

  .article__contents .text {
    margin-top: 50px;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    line-height: 1.8;
  }

  .article__contents-illust {
    width: 24%;
    margin: 80px auto;
  }

  .article_img {
    width: 90%;
    margin: 80px auto 0 auto;
  }

  .map_img {
    width: 90%;
    margin: 80px auto 0 auto;
  }

  .article_caption {
    margin-top: 10px;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    line-height: 1.5;
  }

  .frame_box {
  margin: 80px 0;
  padding: 40px 30px 30px 50px;
  border: 1px solid var(--black_color);
  border-radius: 20px;
}

.f_box_tit {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--accent_color);
}

.f_box_text {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
}

.f_box_text dt {
  width: 26%;
  margin-bottom: 12px;
  font-weight: normal;
}

.f_box_text dd {
  width: 69%;
  margin-bottom: 12px;
  line-height: 1.5;
}

.f_box_list {
  font-size: 1.4rem;
}

.f_box_list li {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .article__contents {
    padding: 0 0 50px 0;
  }

  .article__contents-illust {
    width: 50%;
  }

  .article_img {
    width: 100%;
  }

  .map_img {
    width: 100%;
    margin: 80px auto 0 auto;
  }

  .map_img iframe {
    width: 100%;
  }

  .frame_box {
    margin: 80px 0;
    padding: 30px 20px 30px 30px;
  }

  .f_box_tit {
    margin-bottom: 30px;
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--accent_color);
  }

  .f_box_text dt {
    width: 100%;
  }

  .f_box_text dd {
    width: 100%;
    margin-bottom: 30px;
  }
}

/*-- related-post --*/
.related-post {
  padding-top: 50px;
  border-top: 1px solid var(--black_color);
}

.related__title {
  margin-bottom: 50px;
  font-size: 2.0rem;
}

.related-post__box {
  display: flex;
  margin-top: 30px;
}

.related-img__area {
  width: 20%;
}

.related-img__area img {
  width: 180px;
  height: 180px;
  border-radius: 20px;
  object-fit: cover;
}

.related-text__area {
  width: 70%;
  margin-top: 10px;
  font-family: "Sawarabi Gothic";
}

.related-post__title {
  font-size: 1.8rem;
  font-weight: bold;
}

.related-date {
  margin-top: 20px;
  font-size: 1.6rem;
}

.related-category {
  margin-top: 20px;
  font-size: 1.6rem;
}

.related-category a {
  color: var(--accent_color);
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .related-post__box {
    justify-content: space-between;
  }

  .related-img__area {
    width: 40%;
  }

  .related-text__area {
    width: 55%;
  }
}

/*-- category.html --*/
/*-- tag.html --*/
.category-page {
  width: 90%;
  margin: 50px auto;
}

.category-p__h-area {
  margin-bottom: 80px;
  text-align: center;
}

.category-page__title {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid var(--black_color);
  font-size: 2.8rem;
}

.category__post-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 30px;
  padding: 40px;
  background: var(--key_color);
}

.category__post-box {
  width: 30%;
}

.category-p__text-area {
  padding: 20px;
  background: var(--main_color);
}

.category-p__title {
  font-size: 1.8rem;
}

.category-p-date {
  padding-top: 10px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .category-page {
    width: 100%;
  }

  .category-p__h-area {
    margin-bottom: 50px;
  }

  .category__post-area {
    gap: 30px 20px;
    padding: 40px 20px;
  }

  .category__post-box {
    width: 46%;
  }
}

/*-- 404.html --*/
#not_found {
  margin-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

#not_found .message {
  margin-bottom: 30px;
  font-size: 3.0rem;
}

#not_found .title {
  margin-bottom: 50px;
  font-size: 3.2rem;
  font-weight: 500;
}

#not_found .text {
  margin-bottom: 10px;
  font-size: 2.0rem;
  font-weight: 500;
}

#not_found .text_s {
  margin-bottom: 80px;
  font-size: 1.6rem;
}

#not_found .img_area {
  margin-bottom: 50px;
}

#not_found .img_area img {
  width: 300px;
  height: auto;
  margin-right: 50px;
}

#not_found .to_top a {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.6rem;
  background: var(--accent_color);
  color: var(--main_color);
}

@media screen and (max-width: 768px) {
  #not_found {
    padding: 0 20px 80px 20px;
  }

  #not_found .message {
    font-size: 2.2rem;
  }

  #not_found .title {
    font-size: 2.2rem;
  }

  #not_found .text {
    font-size: 1.4rem;
  }

  #not_found .text_s {
    font-size: 1.2rem;
  }
}
