@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");
}
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes poyoyon {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}
@keyframes kakudai {
  0% {
    scale: 0;
  }
  60% {
    scale: 1.25;
  }
  100% {
    scale: 1;
  }
}
@keyframes kakudai2 {
  0% {
    scale: 0;
  }
  60% {
    scale: 1.1;
  }
  100% {
    scale: 1;
  }
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
@keyframes yure {
  0%, 50% {
    rotate: 0;
  }
  25% {
    rotate: 3.5deg;
  }
  75% {
    rotate: -3.5deg;
  }
}
@keyframes yure2 {
  0%, 50% {
    rotate: 0;
  }
  25% {
    rotate: -2deg;
  }
  75% {
    rotate: 2deg;
  }
}
@keyframes yure3 {
  0%, 50% {
    rotate: 0;
  }
  25% {
    rotate: -1deg;
  }
  75% {
    rotate: 1deg;
  }
}
@keyframes yure4 {
  0%, 50% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-1deg);
  }
  75% {
    transform: rotate(1deg);
  }
}
@keyframes yure5 {
  0%, 50% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(1.3deg);
  }
  75% {
    transform: rotate(-1.3deg);
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
html body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: rgb(29, 29, 21);
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  font-size: 17px;
  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;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 0.9em;
}

small {
  font-size: 0.9em;
}

.wrap-all {
  overflow-x: hidden;
}

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

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

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

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 120px;
  background: rgba(255, 255, 255, 0);
  transition: 1s all;
}
.header.page-open {
  height: 90px;
  -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(255, 255, 255, 0.8);
  color: rgb(29, 29, 21);
}
.header.page-open .header__logo a {
  width: 180px;
}
.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 {
  transition: 1s all;
  width: 210px;
  display: block;
}
.header__logo a img {
  width: 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 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header nav .nav_list li a {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 4px;
  line-height: 1.2;
  position: relative;
}
.header nav .nav_list li a::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(../../img/common/h1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.header nav .nav_list li:nth-child(2) a::before {
  background-image: url(../../img/common/h2.png);
}
.header nav .nav_list li:nth-child(3) a::before {
  width: 36px;
  background-image: url(../../img/common/h3.png);
}
.header nav .nav_list li:nth-child(4) a::before {
  background-image: url(../../img/common/h4.png);
}
.header nav .nav_list li:nth-child(5) a::before {
  width: 32px;
  background-image: url(../../img/common/h5.png);
}
.header nav .nav_list li:nth-child(6) a::before {
  width: 32px;
  background-image: url(../../img/common/h6.png);
}

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

@media screen and (max-width: 1280px) {
  .header nav .nav_list {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1024px) {
  .header nav .nav_list {
    -moz-column-gap: 20px;
         column-gap: 20px;
    font-size: 0.85em;
  }
}
@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: #dcb8e6;
  }
  .header .menu-container .responsive_btn span {
    color: rgb(29, 29, 21);
    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 nav {
    position: fixed;
    top: 0%;
    transform: translateX(-50%);
    left: 160%;
    transition: 0.75s ease;
    width: 100vw;
    height: 102vh;
    background: #ffffff;
    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;
    height: -moz-fit-content;
    height: fit-content;
    row-gap: 15px;
    font-size: 1em;
  }
  .header nav .nav_list li {
    height: -moz-fit-content;
    height: fit-content;
  }
  .header nav .nav_list li a {
    color: rgb(29, 29, 21) !important;
  }
  .header nav.active {
    left: 50%;
  }
  .header.page-open .menu-container .responsive_btn.menu_open .menu_btn i {
    color: #dcb8e6;
  }
  .header.page-open .header__logo a p {
    text-shadow: none;
  }
}
@media screen and (max-width: 480px) {
  .header__wrap {
    width: calc(100% - 30px);
  }
}
.sp-fixed-link {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  width: 80px;
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  z-index: 998;
  gap: 5px;
  color: #ffffff;
  transition: 0.5s all;
}
.sp-fixed-link.page-open {
  opacity: 1;
}
.sp-fixed-link a {
  background-color: #dcb8e6;
  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;
  row-gap: 7.5;
  border: 4px solid #ffffff;
  border-right: none;
  font-size: 12px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.sp-fixed-link a i {
  font-size: 24px;
}
.sp-fixed-link a span {
  text-transform: uppercase;
}

@media screen and (max-width: 928px) {
  .sp-fixed-link {
    display: grid;
    grid-template-columns: 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.scroll {
    opacity: 0;
    bottom: -15px;
  }
  .sp-fixed-link a {
    border: 2px solid #ffffff;
    border-left: none;
    border-bottom: none;
    font-weight: bold;
    aspect-ratio: unset;
    flex-direction: row;
    font-size: 16px;
    border-radius: 0;
  }
  .sp-fixed-link a i {
    padding-top: 3px;
    font-size: 1.2em;
  }
  .sp-fixed-link a:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 600px) {
  .sp-fixed-link a {
    flex-direction: column;
  }
  .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: 90px 0 60px;
}
#blog .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #blog .section {
    width: 90%;
  }
}
#blog .section__title {
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 7.5px;
  text-transform: capitalize;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  margin-block-end: 60px;
  text-align: left;
}
#blog .section__title h2 {
  letter-spacing: 0.05em;
  color: #595757;
  font-size: 2em;
}
#blog .section__title h2 span {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  #blog .section__title h2 {
    font-size: 1.75em;
  }
}
#blog .section__title p {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #dcb8e6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.2em;
}
#blog .section__title p span {
  display: inline-block;
}
#blog .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#blog .section__title::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 2/3;
  background-image: url(../../img/home/news-h2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -30px;
  left: -40px;
  z-index: 1;
}
#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: 7.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: #dcb8e6;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
}
#blog .section .list__image {
  grid-row: 1/2;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
#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: #dcb8e6;
  padding: 5px 60px;
  rotate: -45deg;
  transform: translate(-50%, -50%);
  top: -30px;
  left: 15px;
  white-space: nowrap;
  z-index: 10;
  color: #ffffff;
}
#blog .section .swiper-button-next,
#blog .section .swiper-button-prev {
  background-color: #dcb8e6;
  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 #dcb8e6;
  border-radius: 30px;
  background-color: #dcb8e6;
  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: #dcb8e6;
}

@media screen and (max-width: 1024px) {
  #blog .section .list__inner {
    width: 320px;
  }
  #blog .section .swiper-button-next,
  #blog .section .swiper-button-prev {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #blog {
    padding: 45px 0;
  }
  #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: 30px;
    margin-inline-start: 15px;
  }
  #blog .section__title::after {
    left: -30px;
  }
  #blog .section__btn {
    margin: 30px 0 0 auto;
  }
}
.sp-fixed-link {
  opacity: 0;
}
.sp-fixed-link.page-open {
  opacity: 1;
}

@media screen and (max-width: 928px) {
  .sp-fixed-link.scroll {
    opacity: 0;
  }
}
#main-visual {
  position: relative;
  width: calc(100% - 60px);
  height: calc(100svh - 150px) !important;
  margin-inline: auto;
  margin-block: 120px 30px;
}
#main-visual h1 {
  position: absolute;
  z-index: -999;
  opacity: 0;
}
@keyframes show {
  0% {
    top: 15px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
#main-visual .swiper-top {
  width: 100%;
  height: 100% !important;
  position: relative;
}
#main-visual .swiper-top .copy {
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 30px;
  z-index: 11;
  font-size: 2em;
  text-shadow: rgba(52, 52, 52, 0.75) 0px 3px 5px;
}
#main-visual .swiper-top .copy p span {
  display: inline-block;
}
#main-visual .swiper-top .swiper-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
}
#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 .swiper-slide__image--2 img {
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 928px) {
  #main-visual {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 600px) {
  #main-visual .swiper-top .copy {
    font-size: 1.75em;
    left: 15px;
  }
}
@media screen and (max-width: 480px) {
  #main-visual .swiper-top {
    container-type: inline-size;
  }
  #main-visual .swiper-top .copy {
    font-size: 7cqi;
    line-height: 1.2;
  }
}
#gallery {
  width: 100%;
  position: relative;
  padding: 15px 0 30px;
}
#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: 360px;
  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;
  height: 100%;
  display: block;
  border: #ededed 2px solid;
}
#gallery .footer__gallery .swiper-wrapper li figure {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  border: #fff solid 10px;
}
#gallery .footer__gallery .swiper-wrapper li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: #ededed 1px solid;
}
#gallery .footer__gallery .swiper-wrapper li.top-2n {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  #gallery .footer__gallery .swiper-wrapper li {
    width: 320px;
  }
}
#link {
  padding: 120px 0 120px;
  position: relative;
}
#link::before {
  content: "";
  display: block;
  width: 360px;
  aspect-ratio: 3/2;
  background-image: url(../../img/home/link-top.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  position: absolute;
  top: 0px;
  right: 0%;
  z-index: -1;
  rotate: 30deg;
}
#link::after {
  content: "";
  display: block;
  width: 480px;
  aspect-ratio: 3/2;
  background-image: url(../../img/home/link-bottom.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  position: absolute;
  bottom: -30px;
  left: 0%;
  z-index: -1;
}
#link .section {
  width: 80%;
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 480px) {
  #link .section {
    width: 90%;
  }
}
#link .section__title {
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 7.5px;
  text-transform: capitalize;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  margin-block-end: 60px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
#link .section__title h2 {
  letter-spacing: 0.05em;
  color: #595757;
  font-size: 2em;
}
#link .section__title h2 span {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  #link .section__title h2 {
    font-size: 1.75em;
  }
}
#link .section__title p {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #dcb8e6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.2em;
}
#link .section__title p span {
  display: inline-block;
}
#link .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#link .section__title::after {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 3/2;
  background-image: url(../../img/home/link-h2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -30px;
  right: -50px;
  z-index: 1;
}
#link .section__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-inline: auto;
}
#link .section__list li {
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  width: calc((100% - 120px) / 3);
  container-type: inline-size;
}
#link .section__list li.is-show {
  opacity: 1;
  bottom: 0;
}
#link .section__list li a {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  row-gap: 25px;
  position: relative;
}
#link .section__list li a h3 {
  font-size: 8cqw;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #dcb8e6;
  margin-block-end: 15px;
  text-align: center;
  white-space: nowrap;
}
#link .section__list li a .image {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 1/1;
}
#link .section__list li a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s scale;
}
#link .section__list li a .illust {
  aspect-ratio: unset;
  position: absolute;
  z-index: 1;
  width: 32cqw;
  max-width: 90px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  bottom: 95px;
}
#link .section__list li a .illust--1, #link .section__list li a .illust--4 {
  left: 5px;
}
#link .section__list li a .illust--3, #link .section__list li a .illust--5 {
  right: 5px;
}
#link .section__list li a .illust--2 {
  left: 30%;
}
#link .section__list li p {
  margin-inline: auto;
  background-color: #fff;
  padding: 5px 30px;
  color: #dcb8e6;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  border: 2px solid #dcb8e6;
  border-radius: 30px;
  transition: 1s all;
  width: -moz-fit-content;
  width: fit-content;
}
#link .section__list li p::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
#link .section__list li a:hover p {
  background-color: #dcb8e6;
  color: #fff;
}
#link .section__list li a:hover .image img {
  scale: 1.05;
}
#link .section__list li a:hover .illust {
  animation: poyopoyo 2s ease-out infinite;
}

@media screen and (max-width: 1024px) {
  #link .section__list li {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 928px) {
  #link::before {
    width: 320px;
    right: -30px;
  }
}
@media screen and (max-width: 768px) {
  #link .section__list {
    max-width: 360px;
    margin-inline: auto;
  }
  #link .section__list li {
    width: 100%;
  }
  #link::after {
    width: 400px;
  }
}
@media screen and (max-width: 480px) {
  #link {
    padding: 100px 0;
  }
  #link .section__list {
    row-gap: 45px;
  }
  #link .section__title {
    margin-block-end: 45px;
  }
  #link::before {
    width: 220px;
  }
  #link::after {
    width: 320px;
  }
}
#feature {
  padding: 120px 0;
  position: relative;
}
#feature::after {
  content: "";
  display: block;
  width: calc(100% - 15px);
  height: calc(100% - 30px);
  background-color: #f4f1e6;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  z-index: -1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  opacity: 0.8;
}
#feature .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #feature .section {
    width: 90%;
  }
}
#feature .section__title {
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 7.5px;
  text-transform: capitalize;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  margin-block-end: 60px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
#feature .section__title h2 {
  letter-spacing: 0.05em;
  color: #595757;
  font-size: 2em;
}
#feature .section__title h2 span {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  #feature .section__title h2 {
    font-size: 1.75em;
  }
}
#feature .section__title p {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #dcb8e6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.2em;
}
#feature .section__title p span {
  display: inline-block;
}
#feature .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#feature .section__title::before, #feature .section__title::after {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 1/1;
  background-image: url(../../img/home/f-h2-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: -1;
}
#feature .section__title::before {
  left: -75px;
  top: -15px;
}
#feature .section__title::after {
  width: 50px;
  background-image: url(../../img/home/f-h2-2.png);
  left: calc(100% + 10px);
  top: 15px;
}
#feature .section__text {
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  text-align: center;
  margin-block-end: 60px;
}
#feature .section__text.is-show {
  opacity: 1;
  bottom: 0;
}
#feature .section__text span {
  display: inline-block;
}
#feature .section__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}
#feature .section__list .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  position: relative;
}
#feature .section__list .inner__title {
  order: 2;
  font-size: 1.1em;
  text-align: center;
  color: #595757;
}
#feature .section__list .inner__title span {
  display: inline-block;
}
#feature .section__list .inner__image {
  order: 1;
  width: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
#feature .section__list .inner__image::after {
  content: "";
  display: block;
  width: 101%;
  height: 110%;
  background: #dcb8e6;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.5s ease-in-out;
  transition-delay: 0.15s;
}
#feature .section__list .inner__image.is-show::after {
  left: 152%;
}
#feature .section__list .inner__image img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#feature .section__list .inner::after {
  content: "";
  display: block;
  width: 75px;
  aspect-ratio: 1/1;
  background-image: url(../../img/home/f-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -5px;
  left: -15px;
  z-index: 1;
}
#feature .section__list .inner:nth-child(2)::after {
  background-image: url(../../img/home/f-2.png);
}
#feature .section__list .inner:nth-child(3)::after {
  background-image: url(../../img/home/f-3.png);
}
#feature .section__list .inner:nth-child(4)::after {
  background-image: url(../../img/home/f-4.png);
}

@media screen and (max-width: 1280px) {
  #feature .section__list {
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #feature .section__list {
    gap: 60px;
    grid-template-columns: repeat(2, 1fr);
    max-width: 720px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 600px) {
  #feature .section__list {
    -moz-column-gap: 30px;
         column-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  #feature {
    padding: 90px 0 45px;
  }
  #feature .section__title {
    margin-block-end: 45px;
  }
  #feature .section__title::before {
    left: -45px;
    top: -40px;
    width: 50px;
  }
  #feature .section__title::after {
    width: 45px;
    left: calc(100% - 5px);
  }
  #feature .section__list {
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 30px;
  }
  #feature .section__list .inner::after {
    width: 60px;
  }
  #feature::after {
    width: calc(100% - 2.5vw);
    height: calc(100% - 5vw);
  }
}
@media screen and (max-width: 400px) {
  #feature .section__list {
    max-width: 240px;
    grid-template-columns: 1fr;
  }
  #feature .section__list .inner::after {
    width: 75px;
  }
}
#carousel {
  position: relative;
}
#carousel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: #efefef;
  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: #efefef;
  border: solid 1px #efefef;
  color: #dcb8e6;
  transition: all ease 0.5s;
}
#carousel .carousel__wrap--link a:hover {
  background-color: #dcb8e6;
  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-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: #dcb8e6;
  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 #efefef;
}

#page-top a:hover {
  opacity: 0.8;
}

/*リンクを右下に固定*/
#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;
  background-color: #f4f1e6;
  color: #595757;
}
.footer__wrap {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  margin-inline: auto;
  position: relative;
  z-index: 10;
  padding: 90px 0 5px;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 10px;
  align-items: center;
}
.footer__logo {
  grid-row: 1/3;
  grid-column: 1/2;
  width: 360px;
  max-width: 100%;
  text-align: center;
}
.footer__logo a {
  display: block;
  width: 100%;
}
.footer__logo img {
  width: 100%;
}
.footer__address {
  display: flex;
  align-items: end;
  height: 100%;
}
.footer__address span {
  display: inline-block;
}
.footer__tel {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: start;
  height: 100%;
}
.footer__tel 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 #dcb8e6;
  border-radius: 30px;
  background-color: #dcb8e6;
  color: #fff;
  transition: 1s all;
  white-space: nowrap;
  line-height: 1;
}
.footer__tel a::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
.footer__tel a:hover {
  background-color: #fff;
  color: #dcb8e6;
}
.footer__tel a {
  font-size: 1.1em;
}
.footer__tel a::after {
  content: none;
}
.footer__nav {
  grid-column: 1/3;
  margin-block-start: 15px;
  max-width: 540px;
  margin-inline: auto;
  font-size: 0.9em;
}
.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;
  white-space: nowrap;
}
.footer__nav ul li a::before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1em;
  color: #dcb8e6;
  font-weight: 900;
}
.footer__nav ul li a .en {
  display: none;
}
.footer__nav--2 {
  margin-block-start: 0;
}
.footer__nav--2 ul li a::before {
  content: none;
}
.footer__copy {
  position: relative;
  z-index: 7;
  padding: 10px 0;
  text-align: center;
  font-size: 0.9em;
}
.footer__copy span {
  display: inline-block;
}
.footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.footer__bg-image {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100vh;
  background-image: url(../../img/common/footer.jpg);
  background-size: cover;
  background-position: center 25%;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width: 928px) {
  .footer {
    padding-bottom: 70px;
  }
  .footer__wrap {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .footer__logo {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    padding-bottom: 15px;
  }
  .footer__logo, .footer__tel {
    margin-inline: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  .footer__address {
    justify-content: center;
    text-align: center;
    height: -moz-fit-content;
    height: fit-content;
  }
  .footer__nav {
    max-width: 360px;
  }
}
@media screen and (max-width: 480px) {
  .footer__copy span {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */