/* Generated by less 3.11.1 */
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp-noto.min.css');
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v82/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}
/* ここから */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v28/-F6pfjtqLzI2JPCgQBnw7HFQaioq1A.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v28/-F62fjtqLzI2JPCgQBnw7HFowA.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v28/-F6pfjtqLzI2JPCgQBnw7HFQei0q1A.otf) format('opentype');
}
html {
  font-size: 62.5%;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 1.6rem;
  background-color: #fff;
}
.entries {
  display: grid;
  padding: 20px;
  grid-gap: 20px 20px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.entries li a {
  display: block;
}
.entries li a time {
  display: block;
}
.entries-pager ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.entries-pager ul li {
  width: 2.5em;
  height: 2.5em;
  margin: 0 5px;
}
.entries-pager ul li a,
.entries-pager ul li span {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #85ad96;
  cursor: pointer;
}
.entries-pager ul li.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.entries-pager ul li.disabled a {
  pointer-events: none;
}
.entries-pager ul li.active {
  background-color: #85ad96;
  color: #fff;
  pointer-events: none;
}
.entries-pager ul li:not(.active):hover a {
  color: #85ad96;
}
.swiper-container-wrapper {
  position: relative;
}
.swiper-container-wrapper [class*="swiper-button"] {
  overflow: hidden;
  outline: none;
}
.swiper-container-wrapper .swiper-slide a {
  display: block;
}
.swiper-container-wrapper .swiper-slide a img {
  width: 100%;
  margin-bottom: 10px;
}
.swiper-container-wrapper .swiper-slide a time {
  display: block;
  margin-bottom: 5px;
}
.swiper-container-wrapper .swiper-pagination {
  position: relative;
}
.swiper-container-wrapper .swiper-pagination span {
  overflow: hidden;
  outline: none;
}
.swiper-container-wrapper .swiper-pagination span:not(:last-child) {
  margin-right: 10px;
}
#menu-checkbox {
  display: none;
}
#menu-burger {
  position: fixed;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  top: 10px;
  right: 10px;
  background-color: #333;
  z-index: 101;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 750px) {
  #menu-burger {
    opacity: 1;
    pointer-events: auto;
  }
}
#menu-burger .menu-trigger,
#menu-burger .menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#menu-burger .menu-trigger {
  position: relative;
  width: 40px;
  height: 36px;
}
#menu-burger .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
#menu-burger .menu-trigger span:nth-of-type(1) {
  top: 0;
}
#menu-burger .menu-trigger span:nth-of-type(2) {
  top: 17px;
}
#menu-burger .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
#menu-checkbox:not(:checked) ~ #menu-burger .menu-trigger:hover span:nth-of-type(1) {
  top: 6px;
}
#menu-checkbox:not(:checked) ~ #menu-burger .menu-trigger:hover span:nth-of-type(3) {
  bottom: 6px;
}
@media (max-width: 750px) {
}
#menu-area {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: 100;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
#menu-area ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
#menu-area ul li:not(:last-child) {
  margin-bottom: 1em;
}
#menu-checkbox:checked ~ #menu-area {
  background-color: #eaeaea;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
}
#menu-checkbox:checked ~ #menu-burger.m01 span:nth-of-type(1) {
  -webkit-transform: translateY(17px) rotate(-45deg);
          transform: translateY(17px) rotate(-45deg);
}
#menu-checkbox:checked ~ #menu-burger.m01 span:nth-of-type(2) {
  opacity: 0;
}
#menu-checkbox:checked ~ #menu-burger.m01 span:nth-of-type(3) {
  -webkit-transform: translateY(-17px) rotate(45deg);
          transform: translateY(-17px) rotate(45deg);
}
#menu-checkbox:checked ~ #menu-burger.m02 .menu-trigger {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
#menu-checkbox:checked ~ #menu-burger.m02 span:nth-of-type(1) {
  -webkit-transform: translateY(17px) rotate(-45deg);
          transform: translateY(17px) rotate(-45deg);
}
#menu-checkbox:checked ~ #menu-burger.m02 span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
#menu-checkbox:checked ~ #menu-burger.m02 span:nth-of-type(3) {
  opacity: 0;
}
header {
  border-top: 10px solid #F4F7F3;
  padding: 25px 25px;
  margin-bottom: 50px;
}
header .inner {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
header .inner h1 {
  margin-right: 50px;
}
header .inner h1 a {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
header .inner h1 a:hover {
  opacity: 0.6;
}
header .inner nav {
  width: 100%;
  max-width: 500px;
}
header .inner nav ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}
header .inner nav ul a {
  letter-spacing: 0.1em;
  -webkit-transition: color 1s;
  transition: color 1s;
}
header .inner nav ul a:hover {
  color: #85AD96;
}
header .inner nav ul a.instagram {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
header .inner nav ul a.instagram:hover {
  opacity: 0.6;
}
section.hero {
  padding: 100px 25px 150px 25px;
  border-bottom: 1px solid #eee;
}
section.hero .inner {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (max-width: 960px) {
  section.hero .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
section.hero .txt {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-right: 75px;
  font-size: 50px;
  font-size: 25px;
}
@media screen and (min-width: 750px) {
  section.hero .txt {
    font-size: calc(25px  +  25  * ((100vw -  750px ) / 530 ));
  }
}
@media screen and (min-width: 1280px) {
  section.hero .txt {
    font-size: 50px;
  }
}
section.hero .txt > div:nth-child(1) {
  font-size: 1em;
  margin-bottom: 0.25em;
  position: relative;
}
section.hero .txt > div:nth-child(1)::after {
  content: "";
  display: block;
  background-image: url(../img/index_hero_img_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 115px;
  height: 150px;
  position: absolute;
  right: -125px;
  top: -90px;
  width: 57.5px;
  height: 75px;
  right: -62.5px;
  top: -45px;
}
@media screen and (min-width: 750px) {
  section.hero .txt > div:nth-child(1)::after {
    width: calc(57.5px  +  57.5  * ((100vw -  750px ) / 530 ));
  }
}
@media screen and (min-width: 1280px) {
  section.hero .txt > div:nth-child(1)::after {
    width: 115px;
  }
}
@media screen and (min-width: 750px) {
  section.hero .txt > div:nth-child(1)::after {
    height: calc(75px  +  75  * ((100vw -  750px ) / 530 ));
  }
}
@media screen and (min-width: 1280px) {
  section.hero .txt > div:nth-child(1)::after {
    height: 150px;
  }
}
@media screen and (min-width: 750px) {
  section.hero .txt > div:nth-child(1)::after {
    right: calc(-62.5px  +  -62.5  * ((100vw -  750px ) / 530 ));
  }
}
@media screen and (min-width: 1280px) {
  section.hero .txt > div:nth-child(1)::after {
    right: -125px;
  }
}
@media screen and (min-width: 750px) {
  section.hero .txt > div:nth-child(1)::after {
    top: calc(-45px  +  -45  * ((100vw -  750px ) / 530 ));
  }
}
@media screen and (min-width: 1280px) {
  section.hero .txt > div:nth-child(1)::after {
    top: -90px;
  }
}
section.hero .txt > div:nth-child(2) {
  font-size: 0.42em;
}
section.hero .txt > div:nth-child(2) span {
  color: #F1CFE5;
}
section.hero .txt > div:nth-child(3) {
  font-size: 1em;
}
section.hero .txt > div:nth-child(3) > div {
  font-size: 0.6em;
  color: #B5D6C4;
  text-align: center;
  margin-top: 0.25em;
}
@media (max-width: 960px) {
  section.hero .txt {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
section a.btn {
  background-color: #85AD96;
  color: #fff;
  width: 420px;
  height: 90px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  font-size: 25px;
  position: relative;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
section a.btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 10px;
  border-color: transparent transparent #fff transparent;
  right: 5px;
  bottom: 5px;
}
section a.btn:hover {
  opacity: 0.6;
}
section.about {
  padding: 100px 25px;
}
section.about .inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
@media (max-width: 960px) {
  section.about .inner {
    grid-template-columns: 1fr;
  }
}
section.about .img {
  padding: 50px;
  align-self: center;
}
section.about .img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 10px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 960px) {
  section.about .img img {
    max-height: 300px;
  }
}
section.about .txt {
  align-self: center;
}
section.about .txt h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
section.about .txt p {
  font-size: 22px;
  line-height: 2em;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
section.focus {
  background-color: #F4F7F3;
  padding: 100px 25px;
}
section.focus .inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  grid-gap: 25px;
}
@media (max-width: 960px) {
  section.focus .inner {
    grid-template-columns: 1fr;
  }
}
section.focus .txt {
  align-self: center;
}
@media (max-width: 960px) {
  section.focus .txt {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}
section.focus .txt h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
section.focus .txt p {
  font-size: 22px;
  line-height: 2em;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
section.focus .txt ul.tags {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 25px;
  margin-bottom: 50px;
}
section.focus .txt ul.tags li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: #eaeaea;
  height: 40px;
}
section.focus .notes {
  align-self: center;
}
section.focus .notes ul {
  padding: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
}
section.focus .notes ul li {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
section.focus .notes ul li a img {
  width: 100%;
}
section.addition {
  padding: 100px 25px;
}
section.addition .inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  grid-gap: 25px;
}
@media (max-width: 960px) {
  section.addition .inner {
    grid-template-columns: 1fr;
  }
}
section.addition .txt {
  align-self: center;
}
section.addition .txt h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
section.addition .txt p {
  font-size: 22px;
  line-height: 2em;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
section.addition .note {
  padding: 50px;
}
section.addition .note .wrap {
  padding: 25px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
section.addition .note .wrap img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 25px;
}
section.addition .note .wrap > p {
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}
section.addition .note .wrap .add {
  border-top: 1px solid #eee;
  padding-top: 25px;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}
section.addition .note .wrap .add h3 {
  font-weight: bold;
  margin-bottom: 5px;
}
section.mailinglist {
  padding: 100px 25px;
  background-color: #f4f7f3;
}
section.mailinglist .inner {
  max-width: 1080px;
  margin: 0 auto;
}
section.mailinglist a {
  display: block;
  z-index: 1;
  padding: 25px;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
section.mailinglist a div {
  border: 1px solid #fff;
  padding: 25px;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  color: #fff;
  font-size: 25px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
section.mailinglist a div span {
  font-size: 1.3em;
}
section.mailinglist a:hover {
  opacity: 0.6;
}
section.youtube {
  padding: 100px 25px;
}
section.youtube .inner {
  max-width: 1080px;
  margin: 0 auto;
}
section.youtube h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
section.youtube ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 960px) {
  section.youtube ul {
    grid-template-columns: 1fr 1fr;
  }
}
section.youtube ul a {
  display: block;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
section.youtube ul a .img {
  margin-bottom: 10px;
}
section.youtube ul a h3 {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}
section.youtube ul a:hover {
  opacity: 0.6;
}
footer {
  background-color: #DBDBDB;
  padding: 100px 25px;
}
footer .inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
}
@media (max-width: 1040px) {
  footer .inner {
    grid-template-columns: 1fr;
  }
}
footer .main {
  margin-bottom: 50px;
}
@media (max-width: 1040px) {
  footer .main {
    -webkit-box-ordinal-group: 2;
            order: 1;
    text-align: center;
  }
  footer .main .instagram {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
footer .main .logo {
  display: block;
  margin-bottom: 25px;
}
footer .main p {
  font-size: 20px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
footer .main .instagram {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
footer .main .instagram img {
  margin-right: 0.15em;
}
footer .main .instagram:hover {
  opacity: 0.6;
}
footer .nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1040px) {
  footer .nav {
    -webkit-box-ordinal-group: 1;
            order: 0;
    margin-bottom: 100px;
    padding: 0 50px;
  }
}
footer .nav ul {
  font-size: 14px;
}
footer .nav ul li:not(:last-child) {
  margin-bottom: 25px;
}
footer .nav ul li a {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
footer .nav ul li a:hover {
  opacity: 0.6;
}
footer small {
  letter-spacing: 0.1em;
}
@media (max-width: 1040px) {
  footer small {
    -webkit-box-ordinal-group: 3;
            order: 2;
    text-align: center;
  }
}
section.manual {
  padding: 100px 25px;
}
section.manual .inner {
  max-width: 1080px;
  margin: 0 auto;
}
section.manual h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  text-align: center;
}
section.manual .step {
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 100px;
}
section.manual .step div {
  padding: 50px;
  text-align: center;
  border: 1px solid #eee;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.4em;
}
section.manual .step div:not(:last-child) {
  margin-bottom: 25px;
}
section.manual .step div img {
  margin-bottom: 15px;
}
section.manual .step div a {
  color: #f1cfe5;
}
section.manual h3 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  margin-bottom: 5px;
}
section.manual h4 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  margin-bottom: 5px;
}
section.manual p {
  letter-spacing: 0.1em;
  line-height: 1.4em;
  margin-bottom: 15px;
}
section.manual ul {
  margin-bottom: 25px;
}
section.manual ul li {
  padding-left: 1em;
  text-indent: -0.5em;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}
section.manual ul li::before {
  content: "・";
}
section.manual ul li:not(:last-child) {
  margin-bottom: 0.6em;
}
section.notes {
  padding: 100px 25px;
}
section.notes .inner {
  max-width: 1080px;
  margin: 0 auto;
}
section.notes h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  text-align: center;
}
section.notes .categories {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  grid-gap: 15px;
  margin-bottom: 100px;
}
section.notes .categories li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
section.notes .categories li a span {
  display: inline-block;
  margin-top: 0.5em;
  font-size: 0.9em;
  font-weight: normal;
}
section.notes .categories li a:hover {
  opacity: 0.6;
}
section.notes .categories li a.active {
  color: #85ad96;
}
section.notes .items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 25px;
  margin-bottom: 100px;
}
section.notes .items li a {
  display: block;
}
section.notes .items li a img {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
section.notes .items-addition {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 25px;
  margin-bottom: 100px;
}
section.notes .items-addition li a {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 25px;
}
section.notes .items-addition li a img {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
section.notes .items-addition li a .txt {
  border: 1px solid #ddd;
  padding: 25px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-weight: normal;
  overflow-y: scroll;
}
section.notes article .name {
  text-align: center;
  margin-bottom: 25px;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
section.notes article .name span {
  font-size: 0.8em;
  padding-left: 0.15em;
}
section.notes article .img {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: block;
  margin-bottom: 25px;
}
section.notes article .article-categories {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 25px;
}
section.notes article .article-categories li a {
  background-color: #85ad96;
  color: #fff;
  border-radius: 20px;
  letter-spacing: 0.1em;
  padding: 0.2em 1em;
  display: inline-block;
  margin: 0 15px;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
section.notes article .article-categories li a:hover {
  opacity: 0.6;
}
section.notes article .addition {
  border: 1px solid #999;
  padding: 25px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
section.notes article .addition .ttl {
  font-size: 14px;
  font-weight: bold;
}
section.notes article .nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}
section.notes article .nav li {
  text-align: center;
}
