@charset "UTF-8";
:root {
  --works-section-base-height-base: 3749px;
}

:root {
  --works-section-base-height-base: 3749px;
}

:root {
  --works-section-base-height-base: 3749px;
}

:root {
  --works-section-base-height-base: 3749px;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes fadein-out {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes square-animation {
  0% {
    box-shadow: 0 0 0 9999px #fff;
  }
  100% {
    width: 100%;
    height: 100vh;
    box-shadow: 0 0 0 9999px #fff;
  }
}
@keyframes infinity-scroll-top {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.m-sp {
  display: none;
}
@media (max-width: 768px) {
  .m-sp {
    display: block;
  }
}

.m-pc {
  display: block;
}
@media (max-width: 768px) {
  .m-pc {
    display: none;
  }
}

.m-pc_inline {
  display: inline;
}
@media (max-width: 768px) {
  .m-pc_inline {
    display: none;
  }
}

.m-strong {
  font-weight: bold;
}

.m-br {
  margin-top: 1em;
  display: block;
  content: "";
}

.m-sup {
  vertical-align: super;
  font-size: 10px;
  display: inline-block;
  transform: scale(0.9);
  transform-origin: left bottom;
}

.m-link {
  text-decoration: none;
  color: inherit;
  transition: 0.3s all;
}

.m-event_none {
  pointer-events: none;
}

.m-inner {
  width: 83.3333333333vw;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .m-inner {
    width: 94%;
  }
}
@media (max-width: 768px) {
  .m-inner {
    width: 90%;
  }
}

.m-fadein {
  opacity: 0;
  transition: 1.2s;
}
.m-fadein:not(.m-fadein-margin) {
  transform: translateY(40px);
}
.m-fadein:not(.m-fadein-margin).is_show {
  opacity: 1;
  transform: translateY(0);
}
.m-fadein-margin {
  margin-bottom: -40px;
}
.m-fadein-margin.is_show {
  opacity: 1;
  margin-bottom: 0;
}

.m-fadein_delay {
  opacity: 0;
  transition: 1.2s;
}
.m-fadein_delay:not(.m-fadein_delay-margin) {
  transform: translateY(40px);
}
.is_show .m-fadein_delay:not(.m-fadein_delay-margin) {
  opacity: 1;
  transform: translateY(0);
}
.m-fadein_delay-margin {
  margin-bottom: -40px;
}
.is_show .m-fadein_delay-margin {
  opacity: 1;
  margin-bottom: 0;
}
.m-fadein_delay-01 {
  transition-delay: 0s;
}
.m-fadein_delay-02 {
  transition-delay: 0.15s;
}
.m-fadein_delay-03 {
  transition-delay: 0.3s;
}
.m-fadein_delay-04 {
  transition-delay: 0.45s;
}
.m-fadein_delay-05 {
  transition-delay: 0.6s;
}

.m-split_txt > span {
  opacity: 0;
  transform: rotateY(0deg);
  transition: 1.8s cubic-bezier(0.22, 1, 0.36, 1);
  transform-style: preserve-3d;
  display: inline-block;
}
.m-split_txt > span:nth-child(1) {
  transition-delay: 0.05s;
}
.m-split_txt > span:nth-child(2) {
  transition-delay: 0.1s;
}
.m-split_txt > span:nth-child(3) {
  transition-delay: 0.15s;
}
.m-split_txt > span:nth-child(4) {
  transition-delay: 0.2s;
}
.m-split_txt > span:nth-child(5) {
  transition-delay: 0.25s;
}
.m-split_txt > span:nth-child(6) {
  transition-delay: 0.3s;
}
.m-split_txt > span:nth-child(7) {
  transition-delay: 0.35s;
}
.m-split_txt > span:nth-child(8) {
  transition-delay: 0.4s;
}
.m-split_txt > span:nth-child(9) {
  transition-delay: 0.45s;
}
.m-split_txt > span:nth-child(10) {
  transition-delay: 0.5s;
}
.m-split_txt > span:nth-child(11) {
  transition-delay: 0.55s;
}
.m-split_txt > span:nth-child(12) {
  transition-delay: 0.6s;
}
.m-split_txt > span:nth-child(13) {
  transition-delay: 0.65s;
}
.m-split_txt > span:nth-child(14) {
  transition-delay: 0.7s;
}
.m-split_txt > span:nth-child(15) {
  transition-delay: 0.75s;
}
.m-split_txt > span:nth-child(16) {
  transition-delay: 0.8s;
}
.m-split_txt > span:nth-child(17) {
  transition-delay: 0.85s;
}
.m-split_txt > span:nth-child(18) {
  transition-delay: 0.9s;
}
.m-split_txt > span:nth-child(19) {
  transition-delay: 0.95s;
}
.m-split_txt > span:nth-child(20) {
  transition-delay: 1s;
}
.m-split_txt.is_show > span, .is_show .m-split_txt > span {
  opacity: 1;
  transform: rotateY(360deg);
}

.m-split_txt2 {
  overflow: hidden;
  display: inline-block;
}
.m-split_txt2 > span {
  transition: 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  transform: translateY(-80%);
  display: inline-block;
}
.m-split_txt2 > span:nth-child(1) {
  transition-delay: 0.1s;
}
.m-split_txt2 > span:nth-child(2) {
  transition-delay: 0.3s;
}
.m-split_txt2 > span:nth-child(3) {
  transition-delay: 0.05s;
}
.m-split_txt2 > span:nth-child(4) {
  transition-delay: 0.4s;
}
.m-split_txt2 > span:nth-child(5) {
  transition-delay: 0.2s;
}
.m-split_txt2 > span:nth-child(6) {
  transition-delay: 0.15s;
}
.m-split_txt2 > span:nth-child(7) {
  transition-delay: 0.35s;
}
.m-split_txt2 > span:nth-child(8) {
  transition-delay: 0.1s;
}
.m-split_txt2 > span:nth-child(9) {
  transition-delay: 0.3s;
}
.m-split_txt2 > span:nth-child(10) {
  transition-delay: 0.05s;
}
.m-split_txt2 > span:nth-child(11) {
  transition-delay: 0.4s;
}
.m-split_txt2 > span:nth-child(12) {
  transition-delay: 0.2s;
}
.m-split_txt2 > span:nth-child(13) {
  transition-delay: 0.15s;
}
.m-split_txt2 > span:nth-child(14) {
  transition-delay: 0.35s;
}
.m-split_txt2 > span:nth-child(15) {
  transition-delay: 0.1s;
}
.m-split_txt2 > span:nth-child(16) {
  transition-delay: 0.3s;
}
.m-split_txt2 > span:nth-child(17) {
  transition-delay: 0.05s;
}
.m-split_txt2 > span:nth-child(18) {
  transition-delay: 0.4s;
}
.m-split_txt2 > span:nth-child(19) {
  transition-delay: 0.2s;
}
.m-split_txt2 > span:nth-child(20) {
  transition-delay: 0.15s;
}
.m-split_txt2 > span:nth-child(21) {
  transition-delay: 0.35s;
}
.m-split_txt2.is_show > span, .is_show .m-split_txt2 > span {
  transform: none;
}

.m-blog_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.m-blog_list--item {
  width: 28.8333333333%;
  margin-right: 6.6666666667%;
}
@media (max-width: 768px) {
  .m-blog_list--item {
    width: 100%;
    margin-right: 0;
  }
}
.m-blog_list--item:nth-of-type(2) .m-blog_list--img_wrap {
  transition-delay: 0.15s;
}
@media (max-width: 768px) {
  .m-blog_list--item:nth-of-type(2) .m-blog_list--img_wrap {
    transition-delay: 0s;
  }
}
.m-blog_list--item:nth-of-type(3n) {
  margin-right: 0;
}
.m-blog_list--item:nth-of-type(3n) .m-blog_list--img_wrap {
  transition-delay: 0.3s;
}
@media (max-width: 768px) {
  .m-blog_list--item:nth-of-type(3n) .m-blog_list--img_wrap {
    transition-delay: 0s;
  }
}
.m-blog_list--link {
  display: block;
  padding-bottom: 6px;
  position: relative;
}
.m-blog_list--link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  position: absolute;
  left: 0;
  bottom: 0;
}
.m-blog_list--link:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #111;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.8s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.m-blog_list--link:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media (max-width: 768px) {
  .m-blog_list--link:hover:after {
    transform: scale(0, 1);
  }
}
.m-blog_list--link:hover .m-blog_list--img {
  transform: scale(1.16);
}
@media (max-width: 768px) {
  .m-blog_list--link:hover .m-blog_list--img {
    transform: none;
  }
}
.m-blog_list--img_wrap {
  overflow: hidden;
  mask-image: linear-gradient(270deg, transparent 35%, #000 60%, #000);
  mask-position: 55% 0;
  mask-size: 250% 100%;
  mask-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.4s, mask-position 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  aspect-ratio: 900/600;
}
.is_show .m-blog_list--img_wrap {
  mask-position: 0 0;
  opacity: 1;
}
.m-blog_list--img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.m-blog_list--info {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.m-blog_list--cat {
  display: inline-block;
  background-color: #111;
  color: #fff;
  font-size: clamp(1rem, 1vw, 1.2rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.75;
  padding: 0 5px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .m-blog_list--cat {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    margin-right: 10px;
  }
}
.m-blog_list--time {
  font-size: clamp(1rem, 1vw, 1.2rem);
  font-weight: 500;
  line-height: 1.4166666667;
  display: inline-block;
}
@media (max-width: 768px) {
  .m-blog_list--time {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  }
}
.m-blog_list--ttl {
  margin-top: 14px;
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  line-height: 1.4375;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  height: 2.875em;
}
@media (max-width: 768px) {
  .m-blog_list--ttl {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  }
}
.m-blog_list--empty {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
}

.m-ttl {
  display: block;
  width: fit-content;
}
.m-ttl-white {
  color: #fff;
}
.m-ttl--sub {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  line-height: 1.4285714286;
  font-weight: 500;
  display: block;
  margin-bottom: -1.4285714286em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .m-ttl--sub {
    margin-bottom: -1em;
  }
}
.m-ttl--sub_inner {
  text-align: right;
  display: block;
  transition: 0.5s;
  transform: translateY(2em);
}
.is_show .m-ttl--sub_inner {
  transform: none;
}
.m-ttl--main {
  font-family: "Marcellus", serif;
  font-size: clamp(10rem, 12vw, 14rem);
  line-height: 1.25;
  font-weight: 400;
  display: block;
}
@media (max-width: 768px) {
  .m-ttl--main {
    font-size: clamp(7.8rem, 7.9vw, 8rem);
    line-height: 1.25;
  }
}
@media (max-width: 768px) {
  .m-ttl--main-privacy {
    font-size: clamp(7.3rem, 7.4vw, 7.5rem);
  }
}
@media (max-width: 500px) {
  .m-ttl--main-privacy {
    font-size: clamp(4.8rem, 4.9vw, 5rem);
  }
}

.m-lower_mv {
  height: max(370px, 25.6944444444vw);
  position: relative;
}
@media (max-width: 768px) {
  .m-lower_mv {
    height: max(210px, 56vw);
  }
}
.m-lower_mv:before {
  content: "";
  display: block;
  width: calc(100% - max(40px, 2.7777777778vw));
  height: calc(100% - 0.29em);
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  font-family: "Marcellus", serif;
  font-size: clamp(10rem, 12vw, 14rem);
}
@media (max-width: 768px) {
  .m-lower_mv:before {
    width: calc(100% - max(20px, 5.3333333333vw));
    font-size: clamp(7.8rem, 7.9vw, 8rem);
  }
}
@media (max-width: 768px) {
  .m-lower_mv-privacy:before {
    height: calc(100% - 0.28em);
  }
}
@media (max-width: 500px) {
  .m-lower_mv-privacy:before {
    height: calc(100% - 0.17em);
  }
}
.m-lower_mv--inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.m-lower_mv--ttl {
  margin-top: auto;
}

.m-pagination .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: max(70px, 4.8611111111vw);
}
@media (max-width: 768px) {
  .m-pagination .wp-pagenavi {
    margin-top: max(50px, 13.3333333333vw);
  }
}
.m-pagination .wp-pagenavi > span, .m-pagination .wp-pagenavi > a {
  width: 40px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  font-family: "Marcellus", serif;
  color: #333;
  background-color: #F6F7F8;
  margin: 10px;
  font-weight: 400;
}
.m-pagination .wp-pagenavi > span.current, .m-pagination .wp-pagenavi > a.current {
  background-color: #CCCCCC;
}
.m-pagination .wp-pagenavi > span.nextpostslink, .m-pagination .wp-pagenavi > a.nextpostslink {
  background-color: transparent;
  width: 16px;
  background-image: url(../img/icon/icon-double-arrow-gray.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.m-pagination .wp-pagenavi > span.nextpostslink:hover, .m-pagination .wp-pagenavi > a.nextpostslink:hover {
  transform: translateX(3px);
}
.m-pagination .wp-pagenavi > span.previouspostslink, .m-pagination .wp-pagenavi > a.previouspostslink {
  background-color: transparent;
  width: 16px;
  background-image: url(../img/icon/icon-double-arrow-gray.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transform: scale(-1, 1);
}
.m-pagination .wp-pagenavi > span.previouspostslink:hover, .m-pagination .wp-pagenavi > a.previouspostslink:hover {
  transform: scale(-1, 1) translateX(3px);
}
.m-pagination .wp-pagenavi > span:hover:not(.nextpostslink):not(.previouspostslink), .m-pagination .wp-pagenavi > a:hover:not(.nextpostslink):not(.previouspostslink) {
  background-color: #CCCCCC;
}

.m-richeditor {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
}
.m-richeditor * {
  font-size: 1em;
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  line-height: 1.8;
  word-break: break-all;
  color: #333;
}
@media (max-width: 768px) {
  .m-richeditor * {
    line-height: 1.8;
  }
}
.m-richeditor *:first-child {
  margin-top: 0;
}
.m-richeditor h2 {
  font-size: 1.5em;
  margin-top: 65px;
  line-height: 1.4583333333;
  font-weight: 500;
}
@media (max-width: 768px) {
  .m-richeditor h2 {
    margin-top: 50px;
  }
}
.m-richeditor h3 {
  font-size: 1.25em;
  margin-top: 65px;
  line-height: 1.45;
  font-weight: 500;
}
@media (max-width: 768px) {
  .m-richeditor h3 {
    margin-top: 50px;
  }
}
.m-richeditor p {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .m-richeditor p {
    margin-top: 20px;
  }
}
.m-richeditor ul {
  font-size: 1em;
  margin-top: 30px;
  list-style: none;
}
@media (max-width: 768px) {
  .m-richeditor ul {
    margin-top: 20px;
  }
}
.m-richeditor ul li {
  padding-left: 1.4em;
  position: relative;
}
.m-richeditor ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.m-richeditor ol {
  font-size: 1em;
  margin-top: 30px;
  list-style: none;
  counter-reset: item;
}
@media (max-width: 768px) {
  .m-richeditor ol {
    margin-top: 20px;
  }
}
.m-richeditor ol li {
  padding-left: 1.4em;
  position: relative;
}
.m-richeditor ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.m-richeditor li {
  margin-top: 5px;
}
.m-richeditor li:first-of-type {
  margin-top: 0;
}
.m-richeditor img {
  max-width: 100%;
  height: auto;
  margin: 30px auto 0;
  display: block;
}
@media (max-width: 768px) {
  .m-richeditor img {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=module.css.map */
