@charset "UTF-8";
body {
  font-family: "Zen Maru Gothic", serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  color: #24140e;
  margin-top: -95px;
}

a {
  display: block;
}

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

.header {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
  position: sticky;
  top: 30px;
  z-index: 200;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  padding: 20px 60px;
}

.header__menu {
  display: flex;
  justify-content: end;
  width: calc(100% - 192px);
}

.header__menu-item {
  padding: 20px 10px;
  width: 20%;
}

.header__menu-item:last-child {
  background: #1d75aa;
  color: #fff;
  padding: 20px;
  margin-left: 20px;
}

.header__menu-link {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.header__menu-en {
  font-size: 1.5rem;
  font-weight: bold;
}

.header__menu-jp {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.2;
}
.header__menu-jp--about {
  color: #eb4853;
}
.header__menu-jp--gallery {
  color: #f18f46;
}
.header__menu-jp--blog {
  color: #f0cd13;
}
.header__menu-jp--support {
  color: #1a9769;
}

.section {
  margin-top: 120px;
}
.section--strong {
  background: #f0eeeb;
  padding: 120px 0;
}
.section--gallery {
  margin-bottom: -180px;
}
.section--nikukyu {
  background: url(../img/bg.png);
  padding: 120px 0;
}

.section__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.section__inner--blog {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.section__title, .hero__title {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  position: relative;
}
.section__title::before, .hero__title::before {
  content: "";
  background: url(../img/bg_title.svg) no-repeat;
  width: 130px;
  height: 117px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.hero__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero__title::before {
  display: none;
}

.section__title-en, .hero__title-en {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}

.section__title-jp, .hero__title-jp {
  color: #6f5436;
  font-weight: bold;
}

.hero__title-jp--about {
  color: #eb4853;
}
.hero__title-jp--gallery {
  color: #f18f46;
}
.hero__title-jp--blog {
  color: #f0cd13;
}
.hero__title-jp--support {
  color: #1a9769;
}
.hero__title-jp--contact {
  color: #1d75aa;
}

.hero {
  background: url(../img/bg.png);
  padding: 120px;
  height: 850px;
  position: relative;
}

.hero__photo {
  position: absolute;
  bottom: 0;
  right: 60px;
}

.read-title {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
  font-weight: bold;
  color: #6f5436;
}

.button {
  padding: 0.5rem 2.5rem;
  color: #6f5436;
  border: solid 1px #6f5436;
  border-radius: 30px;
  text-align: center;
  max-width: 400px;
  width: 100%;
  margin: 30px auto 0;
  font-weight: bold;
  position: relative;
}
.button::after {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #6f5436;
  font-size: 0.75rem;
}
.button:hover {
  color: #fff;
  background: #6f5436;
}
.button:hover::after {
  color: #fff;
}
.button--contact {
  background: #1d75aa;
  color: #fff;
  border: solid 1px #1d75aa;
}
.button--contact::after {
  color: #fff;
}
.button--contact:hover {
  color: #1d75aa;
  border: solid 1px #1d75aa;
  background: #fff;
}
.button--contact:hover::after {
  color: #1d75aa;
}
.button--strong {
  margin-top: 60px;
  color: #fff;
  background: #6f5436;
}
.button--strong::after {
  color: #fff;
}
.button--strong:hover {
  color: #6f5436;
  border: solid 1px #6f5436;
  background: #fff;
}
.button--strong:hover::after {
  color: #6f5436;
}

.text {
  line-height: 2;
}
.text--center {
  text-align: center;
}
.text--right {
  text-align: right;
}

.note {
  font-size: 70%;
  list-style: 1.4;
}

.page-menu {
  max-width: 1200px;
  margin: 120px auto 0;
}

.page-menu__list {
  display: flex;
  gap: 30px;
}

.page-menu__item {
  width: 33.3333333333%;
}

.page-menu__link {
  text-align: center;
  padding: 20px;
  color: #6f5436;
  font-weight: bold;
  border: solid 1px #6f5436;
  border-radius: 20px;
  position: relative;
}
.page-menu__link::after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #6f5436;
  font-weight: 900;
}
.page-menu__link--about:hover {
  color: #fff;
  border: solid 1px #eb4853;
  background: #eb4853;
}
.page-menu__link--about:hover::after {
  color: #fff;
}
.page-menu__link--gallery:hover {
  color: #fff;
  border: solid 1px #f18f46;
  background: #f18f46;
}
.page-menu__link--gallery:hover::after {
  color: #fff;
}

.creator {
  display: flex;
  gap: 30px;
}

.creator__text {
  background: #f0eeeb;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  width: calc(100% - 249px);
}
.creator__text::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 45px solid #f0eeeb;
  border-left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}

.footer {
  margin-top: 180px;
}

.footer-follow {
  text-align: center;
  background: url(../img/bg.png);
  padding: 60px;
  margin-bottom: 120px;
}

.footer-follow__text {
  font-size: 2rem;
  font-weight: bold;
}

.footer-follow__buttons {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 30px;
}

.footer-follow__link {
  font-size: 2rem;
  position: relative;
  color: #fff;
  background: #000;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-follow__link--instagram {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  position: relative;
  overflow: hidden;
}
.footer-follow__link--instagram:before {
  content: "";
  position: absolute; /*絶対配置*/
  top: 23px; /*ずらす*/
  left: -18px; /*ずらす*/
  width: 60px; /*グラデーションカバーの幅*/
  height: 60px; /*グラデーションカバーの高さ*/
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%); /*グラデーション②*/
  z-index: 1;
}
.footer-follow__link--x {
  font-size: 1.8rem;
}
.footer-follow__link:hover {
  opacity: 0.8;
}

.footer-follow__icon {
  z-index: 2;
}

.footer__inner {
  max-width: 1200px;
  margin: 0 auto 90px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.footer__block {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__menu {
  width: 70%;
  justify-content: space-between;
  display: flex;
  gap: 30px;
}

.footer__menu-item {
  width: 25%;
}

.footer__menu-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.footer__menu-link::after {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  height: 0.5px;
  background: #ccc;
}

.footer__menu-en {
  font-size: 1.25rem;
  font-weight: bold;
}

.footer__menu-jp {
  font-size: 0.75rem;
  font-weight: bold;
  padding-top: 0.5rem;
}
.footer__menu-jp--about {
  color: #eb4853;
}
.footer__menu-jp--gallery {
  color: #f18f46;
}
.footer__menu-jp--blog {
  color: #f0cd13;
}
.footer__menu-jp--support {
  color: #1a9769;
}

.footer__menu-category {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.footer__menu-category-link {
  position: relative;
  font-size: 0.75rem;
  padding: 0 30px 0 10px;
}
.footer__menu-category-link::after {
  content: "\f152";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #6f5436;
}
.footer__menu-category-link::before {
  content: "ー";
  margin-right: 0.5rem;
}

.footer__copyright {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}

.top-button {
  position: fixed;
  bottom: 75px;
  right: 0;
  opacity: 0;
  transform: translateX(192px); /* 右に50pxずらす */
  transition: opacity 0.5s ease, transform 0.5s ease; /* なめらかに */
}
.top-button.show {
  opacity: 1;
  transform: translateX(0);
  z-index: 99;
}

.top-button__link {
  position: relative;
}
.top-button__link:hover {
  opacity: 0.8;
}

.top-button__text {
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-60%, -50%);
}

/*ABOUT*/
.hero {
  background: url(../img/bg.png);
  padding: 120px 30px 0;
  height: 400px;
  position: relative;
  border-bottom: solid 10px #6f5436;
}

.family {
  display: flex;
  gap: 10px;
  max-width: 600px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.story__block {
  margin-top: 60px;
}

.activity__list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.activity__title {
  border: solid 1px #6f5436;
  padding: 15px;
  border-radius: 20px;
  display: flex;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #6f5436;
}

.activity__title-icon {
  background: #f0eeeb;
  padding: 10px;
  border-radius: 10px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.activity__contents {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 30px 30px 0 30px;
}

.activity__point {
  display: flex;
  gap: 30px;
  align-items: center;
}

.activity__icon {
  width: 148px;
}

/*GALLERY*/
.gallery__list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.gallery__title, .side-menu-title {
  border: solid 1px #6f5436;
  padding: 15px;
  border-radius: 20px;
  display: flex;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #6f5436;
  background: #fff;
}

.gallery__title-icon, .side-menu-title-icon {
  background: #f0eeeb;
  padding: 10px;
  border-radius: 10px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery__contents {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  padding: 30px 30px 0 30px;
}

.gallery__link {
  width: calc(25% - 25px);
}
.gallery__link:hover {
  opacity: 0.8;
}

.product__title, .blog__title {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  position: relative;
  border-top: 1px solid #6f5436;
  border-bottom: 1px solid #6f5436;
  margin-bottom: 30px;
  color: #6f5436;
}
.product__title::before, .blog__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/title_decoration.svg) repeat-y;
  width: 8px;
  height: 100%;
}

.product__block {
  display: flex;
  gap: 30px;
}

.product__photo, .product__detail {
  width: 50%;
}

.product__slider, .product__thumbnail {
  width: 100%; /* 横幅いっぱいに広げる */
}

.product__thumbnail {
  margin: 10px auto 0;
}

.product__thumbnail .slick-active {
  border: solid 1px #ffffff;
  position: relative;
}
.product__thumbnail .slick-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
}

.product__thumbnail .slick-active.slick-current {
  border: solid 1px #6f5436;
}
.product__thumbnail .slick-active.slick-current::after {
  display: none;
}

.product__thumbnail-item {
  margin: 10px;
  width: auto !important;
}

.product__detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*BLOG*/
.blog-list__menu {
  margin: 120px 0 60px;
}

.blog-list__menu-contents {
  display: flex;
  gap: 30px;
}

.blog-list__menu-item {
  width: 33.3333333333%;
}

.blog-list__menu-link {
  color: #6f5436;
  font-weight: bold;
  text-align: center;
  border: solid 1px #6f5436;
  padding: 20px;
  border-radius: 20px;
}
.blog-list__menu-link--active {
  background: #6f5436;
  color: #fff;
}
.blog-list__menu-link:hover {
  background: #f0cd13;
  border: solid 1px #f0cd13;
  color: #fff;
}

.blog-list__contents {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.blog-list__contents--slider {
  justify-content: center;
}
.blog-list__contents--slider .blog-list__link {
  margin: 10px;
}
.blog-list__contents--slider .dots-wrap {
  margin-top: 0;
}

.blog-list__link {
  width: calc(33.3333333333% - 20px);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.blog-list__link:hover {
  opacity: 0.8;
}

.blog-list__new-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #f0cd13;
  color: #fff;
  font-weight: bold;
  padding: 0.25rem 1rem;
  border-radius: 20px;
  font-size: 0.75rem;
}

.blog-list__block {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.blog-list__title {
  font-size: 1.25rem;
  flex-grow: 1;
}

.blog-list__deta {
  text-align: right;
}

.pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 60px;
}

.pagination__link {
  border: solid 1px #6f5436;
  color: #6f5436;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.pagination__link--active {
  background: #6f5436;
  color: #fff;
}
.pagination__link--off {
  border: solid 1px #ccc;
  color: #ccc;
}
.pagination__link:hover {
  background: #f0cd13;
  border-color: #f0cd13;
  color: #fff;
}

.blog {
  max-width: 820px;
  width: 100%;
}

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

.blog__category {
  background: #f0cd13;
  color: #fff;
  font-weight: bold;
  padding: 0.25rem 1rem;
  border-radius: 20px;
  font-size: 0.75rem;
}

.blog__main-visual {
  margin-top: 30px;
}

.blog__text {
  margin-top: 30px;
}

.blog__bg {
  margin-top: 20px;
  background: #f5f5f5;
  padding: 20px;
}

.blog__comment {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.blog__comment-icon {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  overflow: hidden;
  border: solid 2px #f0cd13;
}

.blog__comment-text {
  background: #f0eeeb;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  width: calc(100% - 150px);
}
.blog__comment-text::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 45px solid #f0eeeb;
  border-left: 0;
  position: absolute;
  top: 45px;
  left: -15px;
}

.blog__section {
  margin-top: 60px;
}

.blog__read {
  border-bottom: solid 1px #6f5436;
  font-size: 1.5rem;
  padding: 5px 20px;
}

.blog__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.blog__gallery-item {
  width: calc(50% - 10px);
}

.blog__sub-title {
  margin-top: 45px;
  border-left: 7px solid #6f5436;
  font-size: 1.25rem;
  padding: 5px 20px;
}

.blog__photo {
  margin-top: 30px;
}

.blog__link {
  display: inline;
  text-decoration: underline;
}

.side-menu {
  width: calc(100% - 820px);
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.blog-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #f0eeeb;
  padding: 20px;
}

.blog-nav__link {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.blog-nav__link::before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline;
  margin-right: 10px;
}

.blog-nav__sub {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 5px;
}

.blog-nav__sub-link {
  margin-left: 20px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.blog-nav__sub-link::before {
  content: "ー";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline;
  margin-right: 10px;
}

.side-menu-title {
  margin-bottom: 30px;
}

.category-menu {
  border-top: 1px solid #ccc;
}

.category-menu__link {
  display: flex;
  gap: 30px;
  padding: 20px;
  border-bottom: solid 1px #ccc;
  align-items: center;
  position: relative;
  background: #fff;
}
.category-menu__link::after {
  content: "\f152";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #6f5436;
  font-size: 0.75rem;
}
.category-menu__link:hover {
  color: #f0cd13;
}
.category-menu__link:hover::after {
  color: #f0cd13;
}

.dots-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.dots-wrap li {
  width: 40px;
  height: 4px;
  margin: 0 5px;
  background: #f0eeeb;
  cursor: pointer;
  border-radius: 2px;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #6f5436;
}

.contact {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact__label {
  display: block;
  display: flex;
  gap: 15px;
}
.contact__label span {
  width: 70%;
}

.contact__input {
  border: solid 1px #6f5436;
  border-radius: 20px;
  padding: 10px;
  width: 100%;
}

.contact__text {
  width: 30%;
}

.table {
  border-collapse: collapse;
  width: 100%;
}

.table__header,
.table__date {
  padding: 10px;
  border: solid 1px #ccc;
  text-align: center;
  box-sizing: border-box;
}

.table__header {
  background-color: #f0eeeb;
}

.table__row--read .table__header {
  background: #6f5436;
  color: #fff;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}

.list__item {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 1260px) {
  .header, .section__inner, .footer__inner, .page-menu {
    width: 90%;
  }
  .header__logo {
    padding: 20px 30px;
  }
  .header__menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #f0eeeb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: right 0.3s ease-in-out;
    opacity: 0;
    padding: 50px;
  }
  .header__logo {
    max-width: 50%;
  }
  .header__menu.active {
    right: 0;
    opacity: 1;
    z-index: 99;
  }
  .header__menu-item {
    width: 100%;
    border-top: 1px solid #6f5436;
    background: #fff;
    padding: 10px 20px 15px;
  }
  .header__menu-item:last-child {
    margin-left: 0;
    border-top: none;
    padding: 10px 20px 15px;
  }
  .hamburger {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
  }
  .header__icon {
    padding: 20px 30px;
  }
  .header__icon .header__line {
    display: block;
    width: 30px;
    height: 3px;
    background: #6f5436;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
  }
  .header__icon.active {
    z-index: 100;
  }
  .header__icon.active .header__line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .header__icon.active .header__line:nth-child(2) {
    opacity: 0;
  }
  .header__icon.active .header__line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .family {
    width: 90%;
  }
}
@media screen and (max-width: 980px) {
  .footer__menu {
    flex-wrap: wrap;
  }
  .hero__photo {
    right: 0;
  }
  .text {
    text-align: left !important;
  }
  .footer {
    margin-top: 120px;
  }
  .footer__inner {
    flex-direction: column;
  }
  .footer__block, .footer__menu {
    width: 100%;
  }
  .footer__menu {
    flex-direction: column;
    gap: 0;
  }
  .footer__menu-item {
    width: 100%;
    border-bottom: solid 1px #6f5436;
  }
  .footer__menu-item:first-child {
    border-top: solid 1px #6f5436;
  }
  .footer__menu-category {
    display: none;
    transition: max-height 0.3s ease-in-out;
  }
  .footer__menu-category.active {
    display: flex;
    margin: 30px 0;
  }
  .footer__menu-category-link {
    padding: 10px;
  }
  .footer__menu-link {
    padding: 20px 20px;
  }
  .footer__menu-link::after {
    display: none;
  }
  .footer__menu-link::before {
    content: "\f152";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    line-height: 1;
    background: #fff;
    color: #6f5436;
    font-size: 1.25rem;
  }
  .footer__menu-link.toggle::before {
    content: "\f0fe";
    font-weight: normal;
  }
  .footer__menu-link.active::before {
    content: "\f146";
  }
  .footer__menu-jp {
    padding-top: 0;
  }
}
@media screen and (max-width: 1260px) {
  .side-menu {
    display: none;
  }
  .blog {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .creator {
    flex-direction: column-reverse;
    gap: 45px;
  }
  .creator__text {
    width: 100%;
  }
  .creator__text::before {
    border-style: solid;
    border-width: 30px 22.5px 0 22.5px;
    border-color: #f0eeeb transparent transparent transparent;
    top: auto;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .creator__photo {
    text-align: center;
  }
  .activity__contents {
    flex-direction: column;
    gap: 0;
  }
  .gallery__contents {
    gap: 10px;
  }
  .gallery__link {
    width: calc(50% - 5px);
  }
  .blog-list__menu-contents {
    flex-wrap: wrap;
  }
  .blog img {
    width: 100%;
  }
  .blog-list__menu-item, .blog-list__link {
    width: calc(50% - 15px);
  }
  .section__inner--blog {
    flex-direction: column;
  }
  .product__block {
    flex-direction: column;
  }
  .product__photo {
    width: 100%;
  }
  .product__detail {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section--gallery {
    margin-bottom: -60px;
  }
  .hero {
    height: 300px;
  }
  .hero__title {
    top: 65%;
    transform: translate(-50%, -65%);
  }
  .page-menu__list {
    flex-direction: column;
  }
  .page-menu__item {
    width: 100%;
  }
  .activity__point {
    flex-direction: column;
  }
  .activity__icon {
    max-width: 25%;
    width: 100%;
  }
  .activity__contents, .gallery__contents {
    padding: 30px 0 0;
  }
  .blog-list__menu-contents {
    gap: 10px;
  }
  .blog-list__menu-item {
    width: calc(50% - 10px);
  }
  .blog-list__link {
    width: 100%;
  }
  .blog__comment {
    flex-direction: column;
  }
  .blog__comment-icon {
    margin: 0 auto;
  }
  .blog__comment-text {
    width: 100%;
  }
  .blog__comment-text::before {
    border-style: solid;
    border-width: 0 22.5px 30px 22.5px;
    border-color: transparent transparent #f0eeeb transparent;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .blog__gallery {
    gap: 10px;
    justify-content: center;
  }
  .top-button {
    bottom: 10px;
    transform: translateY(192px);
    transform: translateX(0);
    right: auto;
    left: -20px;
  }
  .top-button__link {
    transform: rotate(90deg);
    width: 60%;
  }
  .top-button.show {
    transform: translateY(0);
  }
  .top-button__pc-text {
    display: none;
  }
  .top-button__text {
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    font-size: 0.75rem;
  }
  .contact__label {
    flex-direction: column;
  }
  .contact__text, .contact__label span {
    width: 100%;
  }
  .table {
    width: 100%;
  }
  .table__date,
  .table__header {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .table__date {
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align: left;
  }
  .table__date:before {
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 10px;
    display: inline;
    background-color: #f0eeeb;
    margin-right: 10px;
    float: left;
  }
  .table__header {
    background: #6f5436;
    color: #fff;
  }
  .table__row {
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px #ccc;
    margin-top: 20px;
  }
  .table__row--read {
    display: none;
    margin-top: 0;
  }
  .section, .footer, .page-menu {
    margin-top: 60px;
  }
  .footer-follow, .footer__inner {
    margin-bottom: 60px;
  }
  .section--nikukyu {
    padding: 60px 0;
  }
}/*# sourceMappingURL=style.css.map */