@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  vertical-align: bottom;
  font-family: Yu Mincho, YuMincho, serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  outline: 0;
  border: 0;
  cursor: pointer;
  background-color: none;
}
h1 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #333333;
  text-align: left;
}
h2 {
  font-size: 2.4rem;
  text-align: left;
  font-weight: 400;
}
h3 {
  font-size: 1.8rem;
  font-weight: 400;
}
p {
  letter-spacing: 0;
}
header {
  width: 100%;
  background: #fff;
  padding: 2.35rem 0;
  border-bottom: 0.1rem solid #eaeaea;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  header {
    padding: 1.55rem 0;
  }
}
header .logo {
  margin: 0 auto;
  max-width: 25.1rem;
  width: 100%;
}
header .logo-frame {
  width: 25.1rem;
  height: 3.3rem;
}
header .logo-frame img {
  width: 100%;
  height: 100%;
}
footer {
  border-top: 0.1rem solid #eaeaea;
}
footer .instagram {
  background: #fff;
  padding: 9.6rem 0;
  max-width: 37rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .instagram {
    max-width: 23.4rem;
    padding: 4rem 0;
    width: 100%;
  }
}
footer .instagram img {
  width: 100%;
}
footer .bottom {
  background: #333;
  padding: 9.6rem 4.8rem;
  text-align: center;
  color: #fff;
}
footer .bottom a {
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
  padding: 0 1rem;
  border-left: solid 0.1rem #fff;
  border-right: solid 0.1rem #fff;
}
footer .bottom p {
  font-weight: 500;
  font-size: 1rem;
  margin-top: 4rem;
  line-height: 1;
  letter-spacing: 0;
}
footer .Socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
footer .Socials p {
  margin-top: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
footer .Socials a {
  border: unset;
}
footer .Socials .Socials__list {
  justify-content: center;
}
footer .Socials__network {
  padding: 0;
}
footer .Socials__network:last-child .Socials__link {
  padding-bottom: 0.3rem;
}
footer .facebook-logo {
  width: 3rem;
  height: 3rem;
}
footer .facebook-logo img {
  width: 100%;
  height: 100%;
}
html {
  font-size: 62.5%;
}
main {
  margin-top: 8.1rem;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 6.5rem;
  }
}
a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  opacity: 0.5;
}
body {
  font-size: 1rem;
  color: #333;
}
.l-wrapper_width {
  width: 100%;
  max-width: 100rem;
  padding: 5.32rem 4.8rem 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-wrapper_width {
    padding: 4rem 1.6rem 1.6rem;
  }
}
.l-wrapper_width-article {
  width: 100%;
  max-width: 84.8rem;
  padding: 9.6rem 4.8rem 12rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-wrapper_width-article {
    padding: 4rem 1.6rem 12rem;
  }
}
.l-wrapper_width-out {
  width: 100%;
  max-width: 127.2rem;
  padding: 0 4.8rem;
  margin: 0 auto 9.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-wrapper_width-out {
    padding: 4rem 1.6rem 8rem;
    margin-bottom: 0;
  }
}
.banner {
  padding: 0 8rem 8rem;
}
@media screen and (max-width: 768px) {
  .banner {
    padding: 0 1.6rem 8rem;
  }
}
.banner-container {
  margin: 0 auto;
  max-width: 127.2rem;
}
.banner-image img {
  width: 100%;
}
.l-wrapper_width-out_top {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-wrapper_width-out_top {
    margin-bottom: 0;
  }
}
.l-wrapper_width-top {
  width: 100%;
  max-width: 98.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-wrapper_width-top {
    padding: 1.6rem 1.6rem 0;
  }
}
.l-wrapper_width-top img {
  width: 100%;
  height: 100%;
}
.l-box-article {
  width: 100%;
  max-width: 122.4rem;
  padding: 4.8rem 4.8rem 0.8rem;
  margin: 6rem auto;
  background-color: #f8f8f8;
  border-radius: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-box-article {
    padding: 3.2rem 1.6rem;
    margin: 0 auto 6rem;
  }
}
.l-box-article img {
  width: 100%;
}
.l-box-article h2 {
  position: relative;
  display: inline-block;
  padding: 0 5.5rem;
}
.l-box-article h2:after,
.l-box-article h2:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 4.5rem;
  height: 0.1rem;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  .l-box-article h2:after,
  .l-box-article h2:before {
    width: 3rem;
  }
}
.l-box-article h2:before {
  left: 0;
}
.l-box-article h2:after {
  right: 0;
}
.l-box-article-effort {
  width: 100%;
  max-width: 122.4rem;
  padding: 4.8rem 4.8rem 0.8rem;
  margin: 6rem auto;
  background-color: #f8f8f8;
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .l-box-article-effort {
    padding: 3.2rem 1.6rem;
  }
}
.l-box-article-effort h2 {
  position: relative;
  display: inline-block;
  padding: 0 5.5rem;
}
.l-box-article-effort h2:after,
.l-box-article-effort h2:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 4.5rem;
  height: 0.1rem;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  .l-box-article-effort h2:after,
  .l-box-article-effort h2:before {
    width: 3rem;
  }
}
.l-box-article-effort h2:before {
  left: 0;
}
.l-box-article-effort h2:after {
  right: 0;
}
.l-box-article-effort h3 {
  text-align: center;
}
.l-box-article-effort a {
  text-decoration: none;
}
.text {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .text {
    font-size: 1.4rem;
    text-align: left;
  }
}
.article-text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .article-text {
    margin-bottom: 7.9rem;
  }
}
.link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2.4rem;
}
.link-list:after {
  display: block;
  content: "";
  width: 31%;
}
.link-list img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 848/524;
}
@media screen and (max-width: 768px) {
  .link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2.4rem;
  }
}
.link-list h3 {
  margin-top: 1.6rem;
}
.link-list li {
  width: calc(50% - 4rem / 2);
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .link-list li {
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 0;
  }
  .link-list li:first-child {
    margin: 0;
  }
  .link-list li:last-child {
    margin-bottom: 8rem;
  }
}
.link-list a {
  color: #333;
  width: 100%;
  font-size: 1.6rem;
  text-align: left;
  display: inline-block;
  text-decoration: none;
}
.link-list a.tag {
  color: #999;
  font-size: 1.4rem;
  text-decoration: none;
  margin-top: 1.6rem;
  display: block;
}
.link-list a.disable {
  background-color: #cbcbcb;
  pointer-events: none;
}
.link-tag {
  margin-top: 1.6rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .link-tag {
    margin-top: 2.4rem;
    margin-bottom: 3.2rem;
  }
}
.link-tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 2.4rem;
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
  row-gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .link-tag ul {
    -webkit-column-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
    row-gap: 0.8rem;
  }
}
.link-tag li {
  float: left;
  border-bottom: 0;
  width: auto;
  margin: 0;
  position: relative;
}
.link-tag li.tagitem:only-child span {
  display: none;
}
.link-tag li a {
  color: #999;
  font-size: 1.4rem;
  text-decoration: none;
  padding-bottom: 0;
}
.link-tag li a.tag {
  margin-top: 0;
}
.link-tag li span {
  position: absolute;
  height: 1rem;
  border-right: 0.1rem solid #ccc;
  top: 50%;
  right: -1.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.link-list-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3.2rem;
}
.link-list-shop:after {
  display: block;
  content: "";
  width: 31%;
}
@media screen and (max-width: 768px) {
  .link-list-shop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
}
.link-list-shop li {
  width: 31%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .link-list-shop li {
    width: 100%;
    margin: 4rem 0 0;
  }
}
.link-list-shop a {
  color: #333;
  width: auto;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.link-list-shop a.disable {
  background-color: #cbcbcb;
  pointer-events: none;
}
.link-list-shop img {
  width: 100%;
  margin-bottom: 1.6rem;
  aspect-ratio: 30/11;
  -o-object-fit: cover;
  object-fit: cover;
}
.jump-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3.2rem;
  flex-wrap: wrap;
  row-gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .jump-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
}
.jump-list li {
  width: 24rem;
  margin-left: 0.8rem;
}
.jump-list li:first-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .jump-list li {
    width: 100%;
    margin: 0;
  }
  .jump-list li:first-child {
    margin: 0;
  }
}
.jump-list a {
  text-decoration: none;
  color: #333333;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jump-list a.disable {
  background-color: #cbcbcb;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .jump-list a {
    padding: 0;
  }
}
.more-button {
  font-size: 1.6rem;
  position: relative;
  padding: 0.8rem;
  width: 30rem;
  text-align: center;
  margin: 0 auto;
  background-color: #333;
  text-decoration: none;
  padding: 1.6rem 0.8rem;
  letter-spacing: 0.3rem;
  color: #fff;
}
.more-button:hover {
  opacity: 0.5;
}
.more-button::after {
  content: "もっと見る";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -erbkit-transition: 0.2s;
}
.more-button.on-click::after {
  content: "閉じる";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -erbkit-transition: 0.2s;
}
.more-button img {
  width: 2.4rem;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.more-button.on-click img {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  top: 30%;
}
@media screen and (max-width: 768px) {
  .more-button {
    width: 100%;
  }
}
.tag {
  color: #999;
  font-size: 1.4rem;
  text-decoration: none;
  margin-top: 1.6rem;
  padding-bottom: 2rem;
}
.article-tag {
  color: #999;
  font-size: 1.6rem;
  text-decoration: none;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .article-tag {
    font-size: 1.4rem;
  }
}
.article-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.article-link li {
  margin-right: 2.4rem;
}
.article-link li:last-child {
  margin: 0;
}
.article-link a {
  text-decoration: none;
}
.article-link-tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 2.4rem;
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
  row-gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .article-link-tag ul {
    -webkit-column-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
    row-gap: 0.8rem;
  }
}
.article-link-tag li {
  float: left;
  border-bottom: 0;
  width: auto;
  margin: 0;
  position: relative;
}
.article-link-tag li.tagitem:only-child span {
  display: none;
}
.article-link-tag li a {
  color: #999;
  font-size: 1.6rem;
  text-decoration: none;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .article-link-tag li a {
    font-size: 1.4rem;
  }
}
.article-link-tag li a.tag {
  margin-top: 0;
}
.top__hero {
  background-color: #fbfff1;
}
.top__message {
  background-color: #ffffff;
}
.top__category {
  background-color: #ffffff;
  padding: 0 8rem;
}
@media screen and (max-width: 768px) {
  .top__category {
    padding: 0;
  }
}
.top__category .category h1 {
  margin: 0;
}
.top__articles {
  padding: 0 4.8rem;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .top__articles {
    padding: 0;
  }
}
.article .top__articles {
  padding: 0 8rem;
}
@media screen and (max-width: 768px) {
  .article .top__articles {
    padding: 0;
  }
}
.top__articles:nth-child(odd) {
  background-color: #f8f8f8;
}
@media screen and (max-width: 768px) {
  .top__articles:nth-child(odd) {
    padding: 0;
  }
}
.main-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .hero {
    max-width: 100%;
  }
}
.hero__list a {
  display: inline-block;
}
.hero__list a img {
  -o-object-fit: contain;
  object-fit: contain;
}
.hero__image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .hero__image img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: fill;
  }
}
.concept_message {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.concept_message__title {
  line-height: 1;
  font-size: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .concept_message__title {
    line-height: 1;
    font-size: 3.2rem;
    text-align: center;
  }
}
.concept_message__text {
  font-weight: 500;
  font-size: 1.4rem;
  margin-top: 0.56rem;
}
@media screen and (max-width: 768px) {
  .concept_message__text {
    margin-top: 1.056rem;
  }
}
.category {
  padding-bottom: 8rem;
}
.category__item {
  position: relative;
}
.category__item-text img {
  width: 1.6rem;
  height: 1.6rem;
  object-fit: cover;
}
.category__item-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
}
@media screen and (max-width: 768px) {
  .category__item-text {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 35.8rem;
    padding: 0 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .article {
    margin: 0;
  }
}
.article__item h3 {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.article__item-image {
  width: 24rem;
  height: 4.8rem;
}
@media screen and (max-width: 768px) {
  .article__item-image {
    width: 35.8rem;
    height: 4.8rem;
  }
}
.article__box {
  max-width: 120.6rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .article__box {
    padding: 8rem 1.6rem 0;
  }
}
.article__box-shop {
  max-width: 127.2rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .article__box-shop {
    padding: 4rem 1.6rem 8rem;
  }
}
.article__titletext-top {
  padding-top: 8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .article__titletext-top {
    padding-top: 0;
  }
}
.article__titletext-top h2 {
  position: absolute;
  top: 71%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .article__titletext-top h2 {
    top: 27%;
    font-size: 2rem;
  }
}
.article__titletext-top p {
  font-size: 1.6rem;
  margin-top: 1.6rem;
  text-align: left;
  padding: 8px 0;
  line-height: 1.6;
}
.article__titletext {
  padding-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  .article__titletext {
    padding-top: 3.2rem;
  }
}
.article__titletext h2 {
  border-bottom: 0.1rem solid #ccc;
  padding-bottom: 1.6rem;
  font-weight: 700;
}
.article__titletext p {
  font-size: 1.6rem;
  margin-top: 1.6rem;
  text-align: left;
  padding: 8px 0;
  line-height: 1.6;
}
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-slide {
  height: auto !important;
}
.article__title {
  margin-bottom: 3.2rem;
}
.article__title h1 {
  margin: 10rem 0 2.4rem 0;
}
@media screen and (max-width: 768px) {
  .article__title h1 {
    margin-bottom: 2.4rem;
  }
}
.article__title img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.article__title-buttom {
  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;
}
@media screen and (max-width: 768px) {
  .article__title-buttom {
    display: block;
  }
}
.article__tag-list li {
  float: left;
}
.article__share-title {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  color: #999999;
  text-align: center;
  margin-bottom: 1.6rem;
}
.article__share svg {
  color: #000;
}
.article__text .TipBox .Title.-lvl2 {
  font-size: 2.4rem;
}
.article__text .TipBox .Text.-heading {
  font-size: 1.6rem;
}
.article__text aside {
  margin-bottom: 4rem;
}
.article__text aside.PullQuote {
  font-size: 2.4rem;
}
.article__text blockquote {
  padding: 1rem 0 1rem 2.5rem;
  margin-bottom: 8rem;
  border-left: 2px solid #ccc;
  font-size: 2.4rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
.article__text section {
  margin-bottom: 8rem;
}
.article__text h2 {
  font-size: 2.4rem !important;
  margin-bottom: 4rem !important;
  padding: 1rem 0 1rem 2.5rem;
  border-left: 2px solid #ccc;
  line-height: 1.6 !important;
}
@media screen and (max-width: 768px) {
  .article__text h2 {
    font-size: 2rem !important;
    margin-bottom: 2rem !important;
    line-height: 1.2 !important;
  }
}
.article__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3.2rem;
}
.article__img img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
  width: 48%;
}
.article__img img:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .article__img {
    display: block;
    margin-bottom: 0;
  }
  .article__img img {
    width: 100%;
    margin: 0 0 3.2rem;
  }
}
.article__footer {
  text-align: center;
  margin: 4rem auto 0;
}
.article__footer > a:nth-child(n + 1) {
  margin-top: 24px;
}
.article__footer .Button {
  background-color: #ffe200;
  border-radius: 0.4rem;
  text-decoration: none;
  max-width: 60%;
  width: 32rem;
  margin: auto;
  padding: 1.6rem 0.2rem;
  color: #333333;
  text-align: center;
  height: 100%;
  font-weight: 600;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  border: none;
}
@media screen and (max-width: 768px) {
  .article__footer .Button {
    width: 35.8rem;
    max-width: 100%;
  }
}
.article__footer .Button.sub {
  background-color: #fff;
  color: #333;
  border: #333 solid 1px;
  font-size: 1.4rem;
}
.article__footer .text-link {
  font-size: 1.4rem;
  display: inline-block;
  color: #fff;
}
.article__footer .fixed-button {
  width: 90px;
  height: 90px;
  position: fixed;
  right: calc((100% - 752px) / 2);
  bottom: 277px;
  background: #333;
  opacity: 0.9;
  border-radius: 50%;
}
.article__footer .fixed-button a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
  white-space: pre-line;
}
.articlelist_wrapper {
  padding: 9.6rem 4.8rem 0;
}
@media screen and (max-width: 768px) {
  .articlelist_wrapper {
    padding: 8rem 1.6rem;
  }
}
.articlelist__list {
  row-gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .articlelist__list {
    row-gap: 0;
  }
}
.Text.-main p:not([class]) {
  margin-bottom: 2.4rem;
}
@media (min-width: 62em) {
  .Article__body:not(:last-child) {
    margin-bottom: 8rem;
  }
}
/* 緊急のお知らせ対応 */
.emergency {
  padding: 4rem 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .emergency {
      padding: 3.2rem 1.6rem;
  }
}
.emergency .emergency_content p,
.emergency .emergency_content a {
    font-size: 1.6rem;
}
.emergency .detail_btn {
  position: static;
  display: block;
  text-align: right;
  flex-shrink: 0;     /* ← ボタンが縮まないようにする */
}
@media screen and (min-width: 769px) {
  .emergency .emergency_content p,
  .emergency .emergency_content a {
      font-size: 1.8rem;
  }
}
.emergency .detail_btn a {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .emergency {
      padding: 3.2rem 1.6rem;
      flex-direction: column;  /* ← 縦並びに切り替え */
      align-items: flex-start; /* ← 左揃え */
  }
  .emergency .detail_btn {
      width: 100%;             /* ← 幅を広げて */
      text-align: right;       /* ← 「詳しくみる」を右端に */
  }
}