@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 300;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 400;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 900;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Azuki";
  font-style: normal;
  font-weight: 400;
  src: url("../../font/azuki/woff2/azuki.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
html body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #2a1900;
  background: #fcfdf9;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  position: relative;
  font-weight: 500;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

.wrap-all {
  overflow-x: hidden;
  position: relative;
}
.wrap-all::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/bg.png);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
  opacity: 0.95;
}

.wrap-all::-webkit-scrollbar {
  display: none;
}

.coming-soon {
  font-size: 2em;
  text-align: center;
  font-family: "Azuki", serif;
  letter-spacing: 0.15em;
  font-weight: bold;
}

* {
  min-height: 0;
  min-width: 0;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0);
  transition: 1s all;
  text-shadow: rgba(74, 74, 79, 0.85) 0px 2px 7px;
  color: #fff;
}
.header.page-open {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  box-shadow: rgba(100, 100, 111, 0.1) 0px 3px 7px 0px;
  text-shadow: none;
  background: rgba(235, 235, 227, 0.75);
  color: #595757;
}
.header.page-open nav .nav_list li a span {
  color: #4a2000;
}
.header.page-open .header__logo a img {
  width: 140px;
  filter: brightness(100%) invert(0%);
}
.header .menu-container {
  display: none;
}
.header__wrap {
  height: 100%;
  width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
.header__logo a img {
  width: 280px;
  transition: 1s all;
  filter: brightness(0) invert(100%);
}
.header nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.header nav .nav_list {
  height: 100%;
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 998;
}
.header nav .nav_list li a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  line-height: 1;
  white-space: nowrap;
}
.header nav .nav_list li a p {
  font-size: 0.8em;
  order: 2;
}
.header nav .nav_list li a span {
  font-size: 1.2em;
  order: 1;
  letter-spacing: 0.1em;
  font-family: "Azuki", serif;
  font-weight: bold;
}

.sp-fixed-link {
  display: none;
}

@media screen and (max-width: 1280px) {
  .header nav .nav_list {
    -moz-column-gap: 15px;
         column-gap: 15px;
    font-size: 0.9em;
  }
  .header__wrap {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 928px) {
  .header {
    text-shadow: none !important;
  }
  .header__wrap {
    position: relative;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .header .menu-container {
    display: flex;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 9999;
  }
  .header .menu-container .responsive_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.75s ease;
  }
  .header .menu-container .responsive_btn .menu_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .menu-container .responsive_btn .menu_btn i {
    font-size: 32px;
    color: #4a2000;
  }
  .header .menu-container .responsive_btn span {
    color: #2a1900;
    font-size: 36px;
  }
  .header .menu-container .responsive_btn.menu_close {
    display: none;
  }
  .header .menu-container .responsive_btn.menu_close.active {
    display: flex;
  }
  .header .menu-container .responsive_btn.menu_open.active {
    display: none;
  }
  .header .menu-container .responsive_btn.menu_open .menu_btn i {
    color: #fff;
  }
  .header nav {
    position: fixed;
    top: 0%;
    transform: translateX(-50%);
    left: 160%;
    transition: 0.75s ease;
    width: 100vw;
    height: 102vh;
    background: #fcfdf9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
    gap: 15px;
  }
  .header nav .nav_list {
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .header nav .nav_list li {
    height: -moz-fit-content;
    height: fit-content;
  }
  .header nav .nav_list li a {
    color: #2a1900 !important;
    font-weight: bold;
  }
  .header nav .nav_list li a span {
    font-size: 16px;
    color: #4a2000 !important;
  }
  .header nav .nav_list li a p {
    font-size: 14px;
  }
  .header nav .nav_list--2 {
    display: none;
    margin: 0;
    gap: 5px;
  }
  .header nav .nav_list--2 li {
    width: 210px;
    height: auto;
  }
  .header nav .nav_list--2 li a {
    flex-direction: unset;
    padding: 10px 15px;
    gap: 5px;
  }
  .header nav .nav_list--2 li a p {
    font-size: 14px;
    color: #fff !important;
  }
  .header nav .nav_list--2 li a i {
    font-size: 16px;
  }
  .header nav .nav_list--2 li a::after {
    opacity: 1;
  }
  .header nav.active {
    left: 50%;
  }
  .header.page-open .menu-container .responsive_btn.menu_open .menu_btn i {
    color: #4a2000;
  }
  .header.page-open .header__logo a p {
    text-shadow: none;
  }
}
@media screen and (max-width: 480px) {
  .header__logo a {
    white-space: nowrap;
  }
  .header__logo a img {
    width: 240px;
  }
  .header__wrap {
    width: calc(100% - 30px);
  }
}
.sp-fixed-link {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  width: 80px;
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  right: -2.5px;
  z-index: 998;
  gap: 5px;
  color: #fcfdf9;
  transition: 0.5s all;
}
.sp-fixed-link.page-open {
  opacity: 1;
}
.sp-fixed-link a {
  font-family: "Azuki", serif;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #EA6A1C;
  width: 100%;
  aspect-ratio: 1/1;
  line-height: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 4px solid #fcfdf9;
  border-right: none;
}
.sp-fixed-link a i {
  font-size: 20px;
}
.sp-fixed-link a:first-child {
  font-size: 0.9em;
}
.sp-fixed-link a:first-child i {
  font-size: 24px;
}

@media screen and (max-width: 928px) {
  .sp-fixed-link {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    width: 100%;
    height: 60px;
    right: auto;
    top: auto;
    transform: unset;
    left: 0;
    bottom: 0;
    gap: 0;
  }
  .sp-fixed-link a {
    border-radius: 0;
  }
  .sp-fixed-link.scroll {
    opacity: 0;
    bottom: -15px;
  }
  .sp-fixed-link a {
    border: 2px solid #fcfdf9;
    border-left: none;
    border-bottom: none;
    font-weight: bold;
    aspect-ratio: unset;
    flex-direction: row;
  }
  .sp-fixed-link a i {
    padding-top: 3px;
    font-size: 1.2em;
  }
  .sp-fixed-link a:last-child {
    border-right: none;
  }
  .sp-fixed-link a:last-child i {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 600px) {
  .sp-fixed-link a {
    flex-direction: column;
  }
  .sp-fixed-link a:first-child {
    row-gap: 2px;
  }
  .sp-fixed-link a:first-child i {
    font-size: 20px;
  }
  .sp-fixed-link a:last-child i {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .sp-fixed-link a {
    font-size: 0.9em;
  }
}
#blog {
  padding: 120px 0 90px;
  position: relative;
}
#blog::after {
  content: "";
  display: block;
  width: 240px;
  aspect-ratio: 1/1;
  background-image: url(../../img/home/blog-illust-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 15px;
  right: 30px;
  z-index: -1;
}
#blog .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #blog .section {
    width: 90%;
  }
}
#blog .section__title {
  letter-spacing: 0.15em;
  line-height: 1.2;
  font-family: "Azuki", serif;
  font-size: 2.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  row-gap: 5px;
  color: #4a2000;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  margin-block-end: 60px;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}
#blog .section__title span {
  font-size: 0.5em;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #595757;
  font-weight: 500;
}
#blog .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
@media screen and (max-width: 480px) {
  #blog .section__title {
    font-size: 1.8em;
  }
}
#blog .section__title::before {
  content: "";
  display: block;
  width: 120%;
  height: 7px;
  background-image: url(../../img/home/blog-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  position: absolute;
  top: calc(100% + 5px);
  left: 0%;
  z-index: 1;
  pointer-events: none;
}
#blog .section__title::after {
  content: "";
  display: block;
  width: 180px;
  aspect-ratio: 2/1;
  background-image: url(../../img/home/blog-illust.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -60px;
  left: -90px;
  z-index: -1;
  opacity: 0.5;
}
#blog .section .swiper-container {
  width: 100%;
  overflow: hidden;
}
#blog .section .list {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-block-end: 30px;
  max-width: 100%;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
}
#blog .section .list.is-show {
  opacity: 1;
  bottom: 0;
}
#blog .section .list__inner {
  width: calc((100% - 45px) / 4);
  height: 100%;
}
#blog .section .list__inner a {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto auto;
  row-gap: 5px;
  transition: 0.75s all;
}
#blog .section .list__inner a:hover .list__image img {
  scale: 1.05;
}
#blog .section .list__title {
  font-size: 1em;
  line-height: 1.2;
  margin-block-start: 5px;
  mix-blend-mode: exclusion;
}
#blog .section .list__date {
  font-size: 0.8em;
  letter-spacing: 0.15em;
  padding: 2.5px 5px;
  background-color: #EA6A1C;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2.5px;
}
#blog .section .list__image {
  grid-row: 1/2;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
#blog .section .list__image img {
  width: 100%;
  aspect-ratio: 3/2;
  transition: 0.75s all;
  -o-object-fit: cover;
     object-fit: cover;
}
#blog .section .list__inner:first-child .list__image::before {
  position: absolute;
  display: block;
  content: "新着";
  font-size: 14px;
  background-color: #EEBA32;
  padding: 5px 60px;
  rotate: -45deg;
  transform: translate(-50%, -50%);
  top: -30px;
  left: 15px;
  white-space: nowrap;
  z-index: 10;
  color: #fcfdf9;
}
#blog .section .swiper-button-next,
#blog .section .swiper-button-prev {
  background-color: #4a2000;
  width: 45px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: none;
}
#blog .section .swiper-button-next::after,
#blog .section .swiper-button-prev::after {
  font-size: 18px !important;
  color: #fff !important;
  font-weight: bold !important;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 55%;
}
#blog .section .swiper-button-next.swiper-button-disabled,
#blog .section .swiper-button-prev.swiper-button-disabled {
  display: none;
}
#blog .section .swiper-button-prev::after {
  left: 45%;
}
#blog .section__btn {
  margin: 15px 0 0 auto;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  width: -moz-fit-content;
  width: fit-content;
}
#blog .section__btn.is-show {
  opacity: 1;
  bottom: 0;
}
#blog .section__btn a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7.5px;
  border: 2px solid #EEBA32;
  border-radius: 30px;
  background-color: #EEBA32;
  color: #fff;
  transition: 1s all;
  white-space: nowrap;
  line-height: 1;
}
#blog .section__btn a::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
#blog .section__btn a:hover {
  background-color: #fff;
  color: #EEBA32;
}

@media screen and (max-width: 1280px) {
  #blog .section .list__inner {
    width: 320px;
  }
  #blog .section .swiper-button-next,
  #blog .section .swiper-button-prev {
    display: block;
  }
  #blog::after {
    width: 180px;
  }
}
@media screen and (max-width: 480px) {
  #blog {
    padding: 120px 0 90px;
  }
  #blog .section .list {
    margin: 0 auto;
    gap: 0;
  }
  #blog .section .list__inner {
    width: 100%;
    padding: 0 7.5px;
    box-shadow: unset;
  }
  #blog .section__title {
    margin-block-end: 45px;
  }
  #blog .section__title::before {
    width: 105%;
  }
  #blog::after {
    width: 160px;
    right: 0;
  }
}
.sp-fixed-link {
  opacity: 0;
}
.sp-fixed-link.page-open {
  opacity: 1;
}

@media screen and (max-width: 928px) {
  .sp-fixed-link.scroll {
    opacity: 0;
  }
}
.header {
  text-shadow: none !important;
  color: #595757;
}
.header__logo a img {
  opacity: 0;
  width: 140px;
}
.header nav .nav_list li a span {
  color: #4a2000;
}
.header.page-open .header__logo a img {
  opacity: 1;
}

#main-visual {
  position: relative;
  width: 100%;
  height: 100svh;
  display: grid;
  grid-template-columns: 600px 1fr;
}
#main-visual h1 {
  position: absolute;
  z-index: -999;
  opacity: 0;
}
#main-visual .copy {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 47.5%;
  left: 50%;
  z-index: 10;
}
#main-visual .copy img {
  width: 360px;
  margin-block-end: 30px;
}
#main-visual .copy p {
  text-align: center;
  font-family: "Azuki", serif;
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.8;
  color: #4a2000;
}
#main-visual .copy p img {
  opacity: 0;
  filter: blur(2px);
  animation: letter-glow 2s forwards;
  animation-delay: 1.5s;
}
#main-visual .copy p span {
  opacity: 0;
  filter: blur(2px);
  animation: letter-glow 2s forwards;
}
#main-visual .copy p span:nth-child(3) {
  animation-delay: 2s;
}
#main-visual .copy p span:nth-child(5) {
  animation-delay: 2.5s;
}
#main-visual .copy p span:nth-child(7) {
  animation-delay: 3s;
}
@keyframes letter-glow {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 0.99;
    filter: unset;
  }
}
#main-visual .mv-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#main-visual .mv-container::after {
  content: "";
  display: block;
  width: 240px;
  aspect-ratio: 1/1;
  background-image: url(../../img/home/mv-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  position: absolute;
  bottom: -15px;
  right: 15px;
  z-index: 1;
  opacity: 0;
  filter: blur(20px);
  animation: forwards mv-show 1.5s;
  animation-delay: 1.5s;
}
#main-visual .swiper-top {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 100%;
  height: 100% !important;
  position: relative;
  overflow: hidden;
  opacity: 0;
  filter: blur(20px);
  animation: forwards mv-show 1.5s;
  animation-delay: 1s;
}
#main-visual .swiper-top .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
}
#main-visual .swiper-top .swiper-slide__image {
  width: 100%;
  height: 100%;
}
#main-visual .swiper-top .swiper-slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 2s ease-in-out;
}
#main-visual .swiper-top::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0.05;
}
@keyframes mv-show {
  0% {
    opacity: 0;
  }
  50% {
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@media screen and (max-width: 1280px) {
  #main-visual {
    grid-template-columns: 500px 1fr;
  }
}
@media screen and (max-width: 1024px) {
  #main-visual {
    grid-template-columns: 1fr 480px;
  }
  #main-visual .copy p {
    font-size: 2em;
  }
  #main-visual .copy p img {
    width: 320px;
  }
  #main-visual .mv-container::after {
    width: 200px;
  }
}
@media screen and (max-width: 928px) {
  #main-visual {
    grid-template-columns: 1fr 320px;
  }
  #main-visual .copy p {
    font-size: 1.75em;
  }
  #main-visual .copy p img {
    width: 260px;
  }
  #main-visual .mv-container::after {
    width: 180px;
  }
  .header .menu-container .responsive_btn.menu_open .menu_btn i {
    color: #4a2000;
  }
}
@media screen and (max-width: 768px) {
  #main-visual {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 300px;
  }
  #main-visual .copy p {
    font-size: 1.5em;
  }
  #main-visual .copy p img {
    width: 220px;
  }
  #main-visual .mv-container::after {
    width: 160px;
  }
  .header .menu-container .responsive_btn.menu_open .menu_btn i {
    color: #fff;
  }
}
@media screen and (max-width: 540px) {
  #main-visual .copy {
    transform: translateY(-50%);
    left: 15px;
  }
  #main-visual .mv-container::after {
    width: 180px;
  }
}
@media screen and (max-width: 480px) {
  #main-visual {
    grid-template-rows: 1fr 70vw;
  }
  #main-visual .copy p {
    font-size: 5.5vw;
  }
  #main-visual .copy p img {
    width: 55vw;
  }
  #main-visual .mv-container::after {
    width: 40vw;
    right: 0;
  }
}
#gallery {
  width: 100%;
  position: relative;
  padding: 15px 0;
}
#gallery .section {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
#gallery .section__title {
  position: absolute;
  z-index: -999;
  opacity: 0;
}
#gallery .footer__gallery {
  display: flex;
  width: 100%;
}
#gallery .footer__gallery .swiper-wrapper {
  width: 100%;
  display: flex;
  transition-timing-function: linear !important;
}
#gallery .footer__gallery .swiper-wrapper li {
  width: 300px;
  display: block;
  padding: 0 7.5px;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
#gallery .footer__gallery .swiper-wrapper li a {
  width: 100% !important;
  aspect-ratio: 1/1;
  display: block;
}
#gallery .footer__gallery .swiper-wrapper li figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}
#gallery .footer__gallery .swiper-wrapper li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 1s;
}
#gallery .footer__gallery .swiper-wrapper li:hover img {
  scale: 1.05;
}

@media screen and (max-width: 928px) {
  #gallery .footer__gallery .swiper-wrapper li {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  #gallery .footer__gallery .swiper-wrapper li {
    width: 220px;
  }
}
#link {
  padding: 120px 0;
}
#link .section__title {
  opacity: 0;
  z-index: -999;
  position: absolute;
}
#link .section__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(4, 1fr);
  row-gap: 120px;
}
#link .section__list .inner {
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
}
#link .section__list .inner.is-show {
  opacity: 1;
  bottom: 0;
}
#link .section__list .inner a {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
  position: relative;
}
#link .section__list .inner__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#link .section__list .inner__text h3 {
  font-size: 1.75em;
  font-weight: bold;
  font-family: "Azuki", serif;
  letter-spacing: 0.1em;
  text-align: center;
  color: #4a2000;
  margin-block-end: 60px;
}
#link .section__list .inner__text h3 span {
  display: block;
}
#link .section__list .inner__text .btn {
  position: relative;
}
#link .section__list .inner__text .btn::after {
  content: "";
  display: block;
  width: 220px;
  aspect-ratio: 3/1;
  background-image: url(../../img/home/link-btn.png), url(../../img/home/link-btn-hover.png);
  background-repeat: no-repeat;
  background-size: contain, 0;
  background-position: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
  transition: 1s background-size;
}
#link .section__list .inner__text .btn:hover::after {
  background-size: 0, contain;
}
#link .section__list .inner__image {
  grid-row: 1/2;
  grid-column: 1/2;
  position: relative;
}
#link .section__list .inner__image img {
  width: 100%;
  aspect-ratio: 3/1;
  -o-object-fit: cover;
     object-fit: cover;
  filter: contrast(110%);
}
#link .section__list .inner__image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0.1;
}
#link .section__list .inner__image .en {
  font-size: 4.5em;
  font-weight: bold;
  font-family: "Azuki", serif;
  position: absolute;
  z-index: 10;
  letter-spacing: 0.15em;
  left: 7.5px;
  top: 100%;
  transform: translateY(-50%);
  background: linear-gradient(rgba(252, 253, 249, 0.75), rgba(252, 253, 249, 0.75) 50%, #ea6a1c 51%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#link .section__list .inner:nth-child(2n) a {
  grid-template-columns: 1fr 2fr;
}
#link .section__list .inner:nth-child(2n) .inner__image {
  grid-column: 2/3;
}
#link .section__list .inner:nth-child(2) .inner__image .en {
  background: linear-gradient(rgba(252, 253, 249, 0.75), rgba(252, 253, 249, 0.75) 50%, #7abfb0 51%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#link .section__list .inner:nth-child(3) .inner__image .en {
  background: linear-gradient(rgba(252, 253, 249, 0.75), rgba(252, 253, 249, 0.75) 50%, #eeba32 51%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#link .section__list .inner:nth-child(4) .inner__image .en {
  background: linear-gradient(rgba(252, 253, 249, 0.75), rgba(252, 253, 249, 0.75) 50%, #e19bb1 51%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1280px) {
  #link .section__list .inner a {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #link .section__list .inner__image img {
    aspect-ratio: 2/1;
  }
  #link .section__list .inner__image .en {
    font-size: 4em;
  }
}
@media screen and (max-width: 1024px) {
  #link {
    padding: 60px 0 120px;
  }
  #link .section__list .inner a {
    grid-template-columns: 1fr 300px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  #link .section__list .inner__image .en {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 928px) {
  #link {
    padding-top: 0;
  }
  #link .section {
    width: 80%;
    margin-inline: auto;
  }
  #link .section__list {
    row-gap: 90px;
  }
  #link .section__list .inner a {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
  #link .section__list .inner__image img {
    aspect-ratio: 3/1;
    border-radius: 5px;
  }
  #link .section__list .inner__text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
    flex-wrap: wrap;
  }
  #link .section__list .inner__text h3 {
    margin-block-end: 0;
    text-align: left;
  }
  #link .section__list .inner__text .btn {
    display: block;
    width: 220px;
    text-align: center;
    margin-block-start: 60px;
  }
}
@media screen and (max-width: 768px) {
  #link .section__list .inner__image img {
    aspect-ratio: 2/1;
  }
  #link .section__list .inner__image .en {
    font-size: 2.7em;
  }
}
@media screen and (max-width: 600px) {
  #link .section__list {
    row-gap: 60px;
  }
  #link .section__list .inner__text {
    display: block;
  }
  #link .section__list .inner__text .btn {
    margin-block-start: 30px;
    margin-inline: auto -24px;
  }
  #link .section__list .inner__image img {
    aspect-ratio: 3/2;
  }
  #link .section__list .inner__image .en {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 480px) {
  #link {
    padding-bottom: 60px;
  }
  #link .section {
    width: 90%;
  }
  #link .section__list {
    row-gap: 60px;
    grid-template-rows: auto;
  }
  #link .section__list .inner__image .en {
    font-size: 12vw;
  }
  #link .section__list .inner:first-child {
    margin-block-end: 15px;
  }
  #link .section__list .inner:first-child .inner__image .en {
    font-size: 8.5vw;
  }
}
#schedule {
  padding: 120px 0 160px;
  position: relative;
}
#schedule .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  max-width: 600px;
}
@media screen and (max-width: 480px) {
  #schedule .section {
    width: 90%;
  }
}
#schedule .section__title {
  letter-spacing: 0.15em;
  line-height: 1.2;
  font-family: "Azuki", serif;
  font-size: 2.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  row-gap: 5px;
  color: #4a2000;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  margin-block-end: 75px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #fcfdf9;
  padding-block: 5px 10px;
}
#schedule .section__title span {
  font-size: 0.5em;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #595757;
  font-weight: 500;
}
#schedule .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
@media screen and (max-width: 480px) {
  #schedule .section__title {
    font-size: 1.8em;
  }
}
#schedule .section__title span {
  color: #fcfdf9;
}
#schedule .section__title::after, #schedule .section__title::before {
  content: "";
  display: block;
  width: 120%;
  height: 10px;
  background-image: url(../../img/home/schedule-h2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0%;
  left: 50%;
  z-index: 1;
  filter: brightness(0) invert(100%);
  pointer-events: none;
}
#schedule .section__title::before {
  top: 100%;
}
#schedule .section__calender figure {
  width: 100%;
}
#schedule .section__calender figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#schedule .section__bg {
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
#schedule .section__img {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 102%;
  height: 100vh;
  background-image: url("../../img/home/schedule-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(5px);
}
#schedule::before {
  content: "";
  display: block;
  width: 360px;
  aspect-ratio: 2/1;
  background-image: url(../../img/home/schedule-light.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0%;
  right: 30px;
  z-index: 1;
  filter: brightness(0) invert(100%);
}
#schedule::after {
  content: "";
  display: block;
  width: 200px;
  aspect-ratio: 1/1;
  background-image: url(../../img/home/schedule-bird.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 15px;
  left: 30px;
  z-index: 1;
  filter: brightness(0) invert(100%);
}

@media screen and (max-width: 1024px) {
  #schedule::before {
    width: 300px;
  }
  #schedule::after {
    width: 140px;
  }
}
@media screen and (max-width: 928px) {
  #schedule::before {
    width: 220px;
  }
  #schedule::after {
    width: 120px;
  }
}
@media screen and (max-width: 480px) {
  #schedule .section__title {
    margin-block-end: 60px;
  }
  #schedule .section__bg {
    width: calc(100% - 2.5vw);
    left: 1.25vw;
  }
  #schedule::before {
    right: 1.25vw;
  }
  #schedule::after {
    left: 15px;
  }
}
#info {
  padding: 120px 0;
  position: relative;
}
#info::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../img/home/info-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
  opacity: 0.35;
}
#info .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #info .section {
    width: 90%;
  }
}
#info .section__title {
  letter-spacing: 0.15em;
  line-height: 1.2;
  font-family: "Azuki", serif;
  font-size: 2.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  row-gap: 5px;
  color: #4a2000;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  margin-block-end: 75px;
  grid-column: 1/3;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
#info .section__title span {
  font-size: 0.5em;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #595757;
  font-weight: 500;
}
#info .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
@media screen and (max-width: 480px) {
  #info .section__title {
    font-size: 1.8em;
  }
}
#info .section__title::before {
  content: "";
  display: block;
  width: 110px;
  aspect-ratio: 2/1;
  background-image: url(../../img/home/info-h2-top.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -30px;
  left: -75px;
  z-index: -1;
}
#info .section__title::after {
  content: "";
  display: block;
  width: 110px;
  aspect-ratio: 2/1;
  background-image: url(../../img/home/info-h2-bottom.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: -15px;
  right: -75px;
  z-index: -1;
  opacity: 0.75;
}
#info .section__table {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
#info .section__table tbody tr {
  border-bottom: #595757 2px solid;
}
#info .section__table tbody tr th,
#info .section__table tbody tr td {
  padding: 15px;
}
#info .section__table tbody tr th {
  white-space: nowrap;
}
#info .section__table tbody tr td span,
#info .section__table tbody tr td small {
  display: inline-block;
}
#info .section__table::before {
  content: "";
  display: block;
  width: 100px;
  aspect-ratio: 1/1;
  background-image: url(../../img/home/info-t-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  position: absolute;
  top: -55px;
  left: -30px;
  z-index: 1;
}
#info .section__table::after {
  content: "";
  display: block;
  width: 75px;
  aspect-ratio: 1/1;
  background-image: url(../../img/home/info-t-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  position: absolute;
  bottom: -45px;
  right: -30px;
  z-index: 1;
}
#info .section__image {
  grid-column: 1/2;
  grid-row: 2/3;
  width: 100%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
#info .section__image::after {
  content: "";
  display: block;
  width: 101%;
  height: 100%;
  background: #4a2000;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.5s ease-in-out;
  transition-delay: 0.15s;
  z-index: 10;
}
#info .section__image.is-show::after {
  left: 152%;
}
#info .section__image img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#info .section__image::before {
  content: "";
  display: block;
  width: 160px;
  aspect-ratio: 1/1;
  background-image: url(../../img/home/info-bird.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 1;
  filter: brightness(0) invert(100%);
}
#info .section__map {
  margin-block-start: 60px;
  grid-column: 1/3;
  width: 100%;
}
#info .section__map iframe {
  width: 100%;
  height: 420px;
  border-radius: 5px;
}

@media screen and (max-width: 1280px) {
  #info .section {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #info .section__table::before {
    width: 85px;
    left: -20px;
  }
  #info .section__image img {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 1024px) {
  #info .section {
    display: flex;
    flex-direction: column;
    row-gap: 45px;
  }
  #info .section__title {
    order: 1;
  }
  #info .section__table {
    order: 2;
  }
  #info .section__map {
    order: 3;
    margin-block-start: 0;
  }
  #info .section__image {
    order: 4;
  }
  #info .section__image img {
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 600px) {
  #info .section__map iframe {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #info {
    padding: 90px 0;
  }
  #info .section {
    row-gap: 30px;
  }
  #info .section__title {
    margin-block-end: 15px;
  }
  #info .section__table {
    width: 100%;
    display: block;
  }
  #info .section__table tbody {
    width: 100%;
    display: block;
  }
  #info .section__table tbody tr {
    width: 100%;
    display: block;
  }
  #info .section__table tbody tr th,
  #info .section__table tbody tr td {
    width: 100%;
    display: block;
  }
  #info .section__table tbody tr th {
    padding-bottom: 0;
  }
  #info .section__table::before {
    width: 80px;
    left: -5px;
  }
  #info .section__table::after {
    width: 65px;
    right: -5px;
  }
  #info .section__map iframe {
    height: auto;
    aspect-ratio: 3/2;
  }
  #info .section__image::before {
    width: 140px;
    bottom: 0;
    left: 5px;
  }
}
#carousel {
  position: relative;
}
#carousel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: #ebebe3;
  -webkit-clip-path: polygon(0 0, 65% 0, 100% 100%, 35% 100%);
          clip-path: polygon(0 0, 65% 0, 100% 100%, 35% 100%);
}
#carousel .carousel__wrap h2 {
  margin: 0 auto 4rem;
}
#carousel .carousel__wrap--slider {
  overflow: hidden;
}
#carousel .carousel__wrap--slider--box {
  transition-timing-function: linear;
}
#carousel .carousel__wrap--slider--box--list {
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#carousel .carousel__wrap--slider--box--list img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#carousel .carousel__wrap--link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#carousel .carousel__wrap--link a {
  margin: 2rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  background-color: #ebebe3;
  border: solid 1px #ebebe3;
  color: #4a2000;
  transition: all ease 0.5s;
}
#carousel .carousel__wrap--link a:hover {
  background-color: #4a2000;
  color: #595757;
}

#modal {
  padding: 5rem 0 15rem 0;
  position: relative;
  margin: 0 3rem 3rem;
  width: calc(100% - 6rem);
}
#modal::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "coating gallery";
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(4rem, 3.5rem + 2.5vw, 6.5rem);
  writing-mode: vertical-rl;
  text-wrap: nowrap;
  line-height: 1;
  z-index: 1;
}
#modal .modal__wrap {
  /* モーダルを開くボタン */
  /* モーダル本体 */
  /* モーダルを閉じるボタン */
  /* モーダル内のコンテンツ */
}
#modal .modal__wrap h2 {
  margin: 0 auto 4rem;
}
#modal .modal__wrap .modal {
  padding: 0 0;
}
#modal .modal__wrap .inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 20px;
}
#modal .modal__wrap .inner > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#modal .modal__wrap .inner > ul > li {
  width: calc(25% - 20px);
  margin-top: unset !important;
  margin: 0 10px 20px;
}
#modal .modal__wrap .inner > ul > li figure {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#modal .modal__wrap .inner > ul > li figure img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 1s;
}
#modal .modal__wrap .inner > ul > li figure:hover img {
  scale: 1.15;
}
#modal .modal__wrap .modal__trigger {
  cursor: pointer;
}
#modal .modal__wrap .modal__trigger:nth-child(n+2) {
  margin-top: 60px;
}
#modal .modal__wrap .modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
#modal .modal__wrap .modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}
#modal .modal__wrap .modal__container {
  position: absolute;
  top: calc(50% + 46px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(100% - 40px, 1000px);
  height: calc(80vh - 40px);
  padding: 20px;
  background: #fff;
}
#modal .modal__wrap .modal__inner {
  position: relative;
  overflow-y: scroll;
  height: calc(100% - 50px);
  padding: 0px 20px 20px 20px;
  margin: 50px 0 0 0;
}
#modal .modal__wrap .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgb(50, 50, 50);
  cursor: pointer;
  transition: opacity 0.6s;
  z-index: 999;
}
#modal .modal__wrap .modal__close:hover {
  opacity: 0.6;
}
#modal .modal__wrap .modal__close:before,
#modal .modal__wrap .modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}
#modal .modal__wrap .modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#modal .modal__wrap .modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#modal .modal__wrap .modal__content .modal__title {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
}
#modal .modal__wrap .modal__content .modal__text {
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}

/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4a2000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s;
  position: relative;
  box-shadow: 0px 6px 10px -6px #74635d;
  overflow: hidden;
  color: #fff;
  border: 2px solid #ebebe3;
}

#page-top a:active {
  scale: 0.98;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(200px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}
@media screen and (max-width: 928px) {
  #page-top {
    bottom: 65px;
  }
}
.footer {
  position: relative;
}
.footer__wrap {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  margin-inline: auto;
  position: relative;
  z-index: 10;
  padding: 60px 0 30px;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.footer__logo {
  grid-column: 1/2;
  grid-row: 1/3;
}
.footer__logo img {
  width: 280px;
}
.footer__address {
  display: flex;
  align-items: center;
}
.footer__address span {
  display: inline-block;
}
.footer__link {
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  display: flex;
}
.footer__link a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7.5px;
  border: 2px solid #EEBA32;
  border-radius: 30px;
  background-color: #EEBA32;
  color: #fff;
  transition: 1s all;
  white-space: nowrap;
  line-height: 1;
}
.footer__link a::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
.footer__link a:hover {
  background-color: #fff;
  color: #EEBA32;
}
.footer__link a::after {
  content: none;
}
.footer__nav {
  grid-column: 1/3;
  margin-block-start: 45px;
  max-width: 420px;
  margin-inline: auto;
}
.footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 5px;
}
.footer__nav ul li a {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-size: 0.9em;
}
.footer__nav ul li a i {
  padding-top: 2px;
}
.footer__copy {
  position: relative;
  z-index: 7;
  padding: 10px 0;
  background-color: #4a2000;
  text-align: center;
  color: #fff;
  font-size: 0.9em;
}

@media screen and (max-width: 928px) {
  .footer {
    padding-bottom: 60px;
  }
  .footer__wrap {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 640px) {
  .footer__logo {
    grid-column: 1/3;
    grid-row: 1/2;
    margin-inline: auto;
    margin-block-end: 30px;
  }
}
@media screen and (max-width: 480px) {
  .footer__wrap {
    max-width: 90%;
    display: flex;
    flex-direction: column;
  }
  .footer__address {
    text-align: center;
    margin-inline: auto;
    margin-block-end: 15px;
  }
  .footer__link {
    margin-inline: auto;
  }
}/*# sourceMappingURL=style.css.map */