@charset "UTF-8";
/* btn
----------------------------------------- */
.c-btn {
  display: block;
  width: 35.8rem;
  padding: 2rem;
  color: #000;
  font-family: "游明朝", "YuMincho", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  border: 1px solid #000;
  border-radius: 5.6px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1619px) {
  .c-btn {
    width: 24rem;
    margin: 0 auto;
    font-size: 1.4rem;
    padding: 1.4rem;
  }
}
.c-btn:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  font-weight: 600;
  opacity: 1;
}

/* link
----------------------------------------- */
.c-link {
  position: relative;
  display: inline-block;
  padding-bottom: 1.65rem;
  font-family: "游明朝", "YuMincho", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 1.7rem;
  line-height: 1;
  color: #000;
  text-decoration: none;
  background-image: url(../images/common/link_arrow.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1619px) {
  .c-link {
    padding-bottom: 1.4rem;
    font-size: 1.4rem;
  }
}

/* link
----------------------------------------- */
.c-txt {
  font-size: 0.18rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .c-txt {
    font-size: 0.16rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.75;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/SourceHanSansJP-Light.woff2") format("woff2"), url("../../fonts/SourceHanSansJP-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SourceHanSansJP-Regular.woff2") format("woff2"), url("../../fonts/SourceHanSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/SourceHanSansJP-Medium.woff2") format("woff2"), url("../../fonts/SourceHanSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/SourceHanSansJP-Bold.woff2") format("woff2"), url("../../fonts/SourceHanSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSerifCJKjp-Light.woff2") format("woff2"), url("../../fonts/NotoSerifCJKjp-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp-Regular.woff2") format("woff2"), url("../../fonts/NotoSerifCJKjp-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifCJKjp-Medium.woff2") format("woff2"), url("../../fonts/NotoSerifCJKjp-Medium.woff") format("woff");
  font-display: swap;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
input,
textarea,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited,
a:link,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol li,
ul li {
  list-style: none;
}

img,
iframe,
video {
  max-width: 100%;
}

img {
  height: auto;
  border: none;
  vertical-align: top;
}

br {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

input,
select,
label {
  vertical-align: middle;
}

[type=text] {
  line-height: normal;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=submit] {
  -webkit-appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  resize: vertical;
}

*:focus {
  outline: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

address {
  font-style: normal;
}

html {
  height: -webkit-fill-available;
  font-size: 100px;
}
@media screen and (max-width: 1619px) {
  html {
    font-size: 6.1728395062vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 26.0416666667vw;
  }
}

* {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
  overscroll-behavior: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.16rem;
  font-weight: 400;
  background: #fff;
  font-kerning: normal;
  line-height: 1.15;
  color: #000;
  letter-spacing: 0.1em;
  counter-reset: number 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body.is-menuOpen {
  overflow: hidden;
}

.wrap {
  overflow-x: hidden;
}

a {
  color: inherit;
  outline: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}
a::after {
  transition: 0.5s;
}

/* breadcrumbs
----------------------------------------- */
/* container
----------------------------------------- */
.l-container {
  max-width: 12.6rem;
  padding: 0 0.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding: 0 0.4rem;
  }
}

.l-overlay {
  height: 100dvh;
  position: relative;
}
.l-overlay-bottom {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}
.l-overlay::after {
  content: "";
  width: 100%;
  height: 100dvh;
  background: url(../image/img_frame_tl.svg) no-repeat top left, url(../image/img_frame_tr.svg) no-repeat top right, url(../image/img_frame_bl.svg) no-repeat bottom left, url(../image/img_frame_br.svg) no-repeat bottom right;
  background-size: 0.44rem auto, 0.44rem auto, 0.44rem auto, 0.44rem auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 100000;
}
.l-overlay::before {
  content: "";
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  border: 0.2rem solid #fff;
  z-index: 100000;
}

/* desktop-menu
----------------------------------------- */
.l-desktop__navWrap {
  display: block;
}
@media screen and (max-width: 1619px) {
  .l-desktop__navWrap {
    display: none;
  }
}

.l-desktop__navList {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.l-desktop__navItem:not(:first-of-type) {
  margin-left: 6rem;
}
@media screen and (max-width: 1024px) {
  .l-desktop__navItem:not(:first-of-type) {
    margin-left: 3rem;
  }
}
.l-desktop__navItem.-reserve {
  margin-left: 7rem;
}
.l-desktop__navItem.-reserve .l-desktop__navLink {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 8.2rem;
  margin-top: 0;
  height: 8.2rem;
  padding-bottom: 0;
  border: 1px solid #fff;
  border-radius: 50%;
}
.l-desktop__navItem.-reserve .l-desktop__navLink.is-active {
  border: 1px solid #b18490;
}
.l-desktop__navItem.-reserve .l-desktop__navLink.is-active:hover {
  background-color: #b18490;
  color: #fff;
}
.l-desktop__navItem.-reserve .l-desktop__navLink::after {
  display: none;
}
.l-desktop__navItem.-reserve .l-desktop__navLink:hover {
  background-color: #b18490;
  border: 1px solid #b18490;
}

.l-desktop__navLink {
  position: relative;
  display: block;
  font-family: "Oswald", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  padding-bottom: 0.8rem;
  line-height: 1.1875;
  color: #fff;
  text-decoration: none;
  margin-top: 0.8rem;
}
.l-desktop__navLink.is-active {
  color: #b18490;
}
.l-desktop__navLink.is-active::after {
  background: #b18490;
}
.l-desktop__navLink:hover {
  opacity: 1;
}
.l-desktop__navLink:hover::after {
  transform: scale(1, 1);
}
.l-desktop__navLink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.5s;
  transform: scale(0, 1);
  transform-origin: left top;
}

/* fadein
----------------------------------------- */
.l-fade-in {
  visibility: visible !important;
  -webkit-animation-name: fid;
  animation-name: fid;
  -webkit-animation-duration: 1.6s;
  -ms-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fid {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fid {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.l-fade-saboten {
  visibility: visible !important;
  -webkit-animation-name: fidsaboten;
  animation-name: fidsaboten;
  -webkit-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fidsaboten {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fidsaboten {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* footer
----------------------------------------- */
/* form
----------------------------------------- */
/* hamburger
----------------------------------------- */
.l-hamburger__toggle {
  position: absolute;
  top: 4.75rem;
  right: 4rem;
  z-index: 3;
  display: block;
  width: 6.2rem;
  height: 6.2rem;
  padding: 2.1rem 1.8rem;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.5s ease;
  transform: translate(0%, 0%);
}
@media screen and (max-width: 1619px) {
  .l-hamburger__toggle {
    top: 1.5rem;
    right: 1.5rem;
  }
}
.l-hamburger__toggle.is-active .l-hamburger__toggleWrap span:nth-of-type(1) {
  transform: translateY(0.9rem) rotate(-45deg);
}
.l-hamburger__toggle.is-active .l-hamburger__toggleWrap span:nth-of-type(2) {
  opacity: 0;
}
.l-hamburger__toggle.is-active .l-hamburger__toggleWrap span:nth-of-type(3) {
  transform: translateY(-0.9rem) rotate(45deg);
}
.l-hamburger__toggle:hover {
  opacity: 1;
}

.l-hamburger__toggleWrap {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.l-hamburger__toggleWrap span {
  position: absolute;
  display: inline-block;
  width: 2.6rem;
  height: 0.18rem;
  background-color: #221815;
  border-radius: 2px;
  transition: all 0.5s ease;
}
.l-hamburger__toggleWrap span:nth-of-type(1) {
  top: 0;
}
.l-hamburger__toggleWrap span:nth-of-type(2) {
  top: 0.9rem;
  transition: all 0.5s ease;
}
.l-hamburger__toggleWrap span:nth-of-type(3) {
  bottom: 0;
}

/* header
----------------------------------------- */
.l-header {
  width: 100%;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}
/*
main
----------------------------------------- */
.l-change {
  position: relative;
}

.l-main-content {
  padding-bottom: 0.3rem;
  margin-bottom: -0.3rem;
  position: relative;
  background: #fff;
}

/* menu
----------------------------------------- */
.l-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 22%;
  height: 100vh;
  padding: 18rem 6rem 0;
  background-color: #fff;
  transition: all 0.5s ease;
  transform: translateX(100%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-menu {
    width: 36%;
  }
}
@media screen and (max-width: 1619px) {
  .l-menu {
    width: 72%;
  }
}
.l-menu.is-active {
  transform: translateX(0%);
  animation-duration: 0.5s;
}

.l-menu__item {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1619px) {
  .l-menu__item {
    margin-bottom: 4rem;
  }
}

.l-menu__link {
  font-family: "游明朝", "YuMincho", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 1.3rem;
}
@media screen and (max-width: 1619px) {
  .l-menu__link {
    font-size: 1.4rem;
  }
}

/* page-hero
----------------------------------------- */
/* pagination
----------------------------------------- */
/* section
----------------------------------------- */
.l-section__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5;
}

.l-section__title {
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 2.18;
  text-align: center;
  letter-spacing: 0.26em;
}
@media screen and (max-width: 1619px) {
  .l-section__title {
    font-size: 2.2rem;
  }
}
.l-section__title rt {
  font-size: 1rem;
  letter-spacing: 0;
}

/* home-mv
----------------------------------------- */
@keyframes top-scroll {
  0% {
    opacity: 0;
    top: 0;
  }
  10% {
    opacity: 1;
    top: 0;
  }
  90% {
    opacity: 1;
    top: calc(100% - 0.15rem);
    @media screen and (max-width: 767px) {
      top: calc(100% - 0.1rem);
    }
  }
  100% {
    opacity: 0;
    top: calc(100% - 0.15rem);
    @media screen and (max-width: 767px) {
      top: calc(100% - 0.1rem);
    }
  }
}
@keyframes top-scroll-sp {
  0% {
    opacity: 0;
    top: 0;
  }
  10% {
    opacity: 1;
    top: 0;
  }
  90% {
    opacity: 1;
    top: calc(100% - 0.1rem);
  }
  100% {
    opacity: 0;
    top: calc(100% - 0.1rem);
  }
}
.p-top-mv {
  width: calc(100% - 0.4rem);
  height: 100vh;
  margin: 0 0.2rem;
  background: url(../image/bg_top_ptn.png) #E9E9E9;
  background-size: 0.28rem, 0.28rem;
  background-attachment: fixed;
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    background-size: 0.14rem, 0.14rem;
  }
}
.p-top-mv__ttl {
  font-size: 0;
  width: 3.16rem;
  height: 2.76rem;
  display: flex;
  background: url(../image/img_frame_logo.svg) no-repeat center;
  background-size: contain;
  justify-content: center;
  align-items: center;
  background-size: contain;
  position: fixed;
  bottom: 0.18rem;
  left: 0.19rem;
  z-index: 999;
  transition: 0.3s ease 0s;
  transition-property: transform;
}
@media screen and (max-width: 767px) {
  .p-top-mv__ttl {
    width: 1.76rem;
    height: 1.53rem;
  }
}
.p-top-mv__ttl a {
  width: 1.8rem;
  height: 1.3rem;
  display: block;
  margin: 0.7rem 0.55rem 0 0;
  background: url(../image/img_logo.svg) no-repeat center;
  background-size: contain;
  transition: 0.3s ease 0.3s;
  transition-property: opacity;
}
@media screen and (max-width: 767px) {
  .p-top-mv__ttl a {
    width: 1.04rem;
    height: 0.75rem;
    margin: 0.45rem 0.35rem 0 0;
  }
}
.active.p-top-mv .p-top-mv__ttl {
  transform: translateY(100%);
  transition-delay: 0.3s;
}
.active.p-top-mv .p-top-mv__ttl a {
  opacity: 0;
  transition-delay: 0s;
}

.on.p-top-mv .p-top-mv__ttl {
  transform: translateY(100%);
  transition-delay: 0.3s;
}
.on.p-top-mv .p-top-mv__ttl a {
  opacity: 0;
  transition-delay: 0s;
}

.p-top-mv__line {
  position: absolute;
  top: 0.2rem;
}
.p-top-mv__canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-top-mv__canvas canvas {
  max-height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* home-mv
----------------------------------------- */
.p-top-work {
  padding: 1.2rem 0.2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-work {
    padding: 0.7rem 0.2rem 0;
  }
}
.p-top-work__ttl::before {
  content: "" attr(data-ttl);
  display: block;
  margin-bottom: 0.05rem;
  font-size: 0.46rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2391304348;
  font-family: "Oswald", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-top-work__ttl::before {
    margin-bottom: 0;
    font-size: 0.32rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.46875;
  }
}
.p-top-work__ttl {
  margin-bottom: 0.4rem;
  font-size: 0.18rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-work__ttl {
    font-size: 0.12rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.6666666667;
  }
}
.p-top-work__inner {
  max-width: 15.8rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-work__inner {
    display: block;
  }
}
.p-top-work__child {
  width: calc(33.33333% - 0.1333333333rem);
}
@media screen and (max-width: 767px) {
  .p-top-work__child {
    width: 100%;
    margin-bottom: 0.15rem;
  }
}
.p-top-work__link {
  display: block;
  position: relative;
}
.p-top-work__link:hover {
  opacity: 1;
}
.p-top-work__img {
  width: 100%;
  height: 2.26rem;
  display: block;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.p-top-work__img img {
  transition: transform 0.8s ease;
}
.p-top-work__img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgb(0, 0, 0);
  mix-blend-mode: color;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}
a:hover .p-top-work__img::before {
  opacity: 1;
}
a:hover .p-top-work__img img {
  transform: scale(1.1, 1.1);
}

@media screen and (max-width: 767px) {
  .p-top-work__img {
    height: 1.66rem;
  }
  a:hover .p-top-work__img::before {
    opacity: 0;
  }
  .active .p-top-work__img::before {
    opacity: 1;
  }
  .active .p-top-work__img img {
    transform: scale(1.1, 1.1);
  }
  .active a:hover .p-top-work__img::before {
    opacity: 1;
  }
}
a:hover .p-top-work__cover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  a:hover .p-top-work__cover {
    opacity: 0;
  }
  .active .p-top-work__cover {
    opacity: 1;
  }
  .active a:hover .p-top-work__cover {
    opacity: 1;
  }
}
.p-top-work__cover::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../image/top/img_works_bg.png) no-repeat center left 0.1rem;
  background-size: 3.09rem auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .p-top-work__cover::before {
    background-size: 2.09rem auto;
  }
}
.p-top-work__cover {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 0.35rem 0.35rem;
  border-radius: 0.12rem;
  background-image: linear-gradient(35deg, rgba(255, 23, 116, 0.8), rgba(51, 132, 224, 0.8));
  backdrop-filter: blur(0.1rem);
  transition: 0.5s ease;
  transition-property: opacity;
  opacity: 0;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  bottom: 0.2rem;
  left: 0.2rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-work__cover {
    padding: 0.24rem 0.25rem;
    top: 0.12rem;
    right: 0.12rem;
    bottom: 0.12rem;
    left: 0.12rem;
  }
}
.p-top-work__cover::after {
  content: "more";
  display: block;
  padding-right: 0.4rem;
  background: url(../image/top/img_works_arrow.svg) no-repeat center right;
  background-size: 0.3rem auto;
  font-size: 0.22rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.0909090909;
  font-family: "Oswald", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: absolute;
  right: 0.35rem;
  bottom: 0.35rem;
}
@media screen and (max-width: 767px) {
  .p-top-work__cover::after {
    padding-right: 0.3rem;
    background-size: 0.24rem auto;
    font-size: 0.16rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    right: 0.25rem;
    bottom: 0.18rem;
  }
}
.p-top-work__name {
  width: 100%;
  font-size: 0.26rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2307692308;
}
@media screen and (max-width: 767px) {
  .p-top-work__name {
    font-size: 0.2rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.3;
  }
}
.p-top-workCat {
  display: flex;
  gap: 0.06rem;
}
.p-top-workCat__child {
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 0.08rem;
}
@media screen and (max-width: 767px) {
  .p-top-workCat__child {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 0.08rem;
  }
}
.p-top-workCat__child--code {
  width: 0.25rem;
  height: 0.26rem;
  display: block;
  background: url(../image/top/ico_coding.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-top-workCat__child--code {
    width: 0.2rem;
    height: 0.21rem;
  }
}
.p-top-workCat__child--wp {
  width: 0.25rem;
  height: 0.26rem;
  display: block;
  background: url(../image/top/ico_wordpress.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-top-workCat__child--wp {
    width: 0.2rem;
    height: 0.21rem;
  }
}
.p-top-workCat__child--other {
  width: 0.25rem;
  height: 0.26rem;
  display: block;
  background: url(../image/top/ico_other.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-top-workCat__child--other {
    width: 0.2rem;
    height: 0.21rem;
  }
}
.p-top-workCat__child--design {
  width: 0.25rem;
  height: 0.26rem;
  display: block;
  background: url(../image/top/ico_design.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-top-workCat__child--design {
    width: 0.2rem;
    height: 0.21rem;
  }
}
.p-top-workCat__child--illust {
  width: 0.25rem;
  height: 0.26rem;
  display: block;
  background: url(../image/top/ico_illust.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-top-workCat__child--illust {
    width: 0.2rem;
    height: 0.21rem;
  }
}

/* home-mv
----------------------------------------- */
.p-top-about {
  margin: 0.7rem 0.2rem;
  border-radius: 0.2rem;
  padding: 1.2rem 0.2rem;
  background: #E9E9E9 url(../image/top/img_bg_about.png) no-repeat center;
  background-size: 12.62rem auto;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .p-top-about {
    margin: 0.7rem 0.2rem 0;
    padding: 0.45rem 0.2rem;
    background-size: 7.62rem auto;
    background-attachment: auto;
  }
}
.p-top-about__ttl::before {
  content: "" attr(data-ttl);
  display: block;
  margin-bottom: 0.05rem;
  font-size: 0.46rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2391304348;
  font-family: "Oswald", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-top-about__ttl::before {
    margin-bottom: 0;
    font-size: 0.32rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.46875;
  }
}
.p-top-about__ttl {
  margin-bottom: 0.6rem;
  font-size: 0.18rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-about__ttl {
    margin-bottom: 0.4rem;
    font-size: 0.12rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.6666666667;
  }
}
.p-top-aboutTxt {
  max-width: 10rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-aboutTxt {
    display: block;
  }
}
.p-top-aboutTxt__img {
  width: 2.68rem;
  height: 1.93rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-aboutTxt__img {
    width: 1.77rem;
    height: auto;
    margin: 0 auto 0.4rem;
  }
}
.p-top-aboutTxt__txt {
  width: calc(100% - 3.58rem);
}
@media screen and (max-width: 767px) {
  .p-top-aboutTxt__txt {
    width: 100%;
  }
}
.p-top-aboutTxt__txt p {
  margin-bottom: 0.2rem;
}

/* home-mv
----------------------------------------- */
.p-top-prof {
  margin: 0 0.2rem;
  padding: 0.7rem 0 1.4rem;
  border-radius: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-prof {
    margin: 0 0.2rem;
    padding: 0.7rem 0;
  }
}
.p-top-prof__ttl::before {
  content: "" attr(data-ttl);
  display: block;
  margin-bottom: 0.05rem;
  font-size: 0.46rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2391304348;
  font-family: "Oswald", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-top-prof__ttl::before {
    margin-bottom: 0;
    font-size: 0.32rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.46875;
  }
}
.p-top-prof__ttl {
  margin-bottom: 0.6rem;
  font-size: 0.18rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-prof__ttl {
    margin-bottom: 0.4rem;
    font-size: 0.12rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.6666666667;
  }
}
.p-top-profTxt {
  margin-bottom: 0.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-profTxt {
    margin-bottom: 0.3rem;
    text-align: left;
  }
}
.p-top-prof__dl {
  max-width: 8.4rem;
  margin: 0 auto;
  display: flex;
  gap: 0.04rem;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 0.16rem;
  padding: 0.2rem 0.1rem;
  background: #e9e9e9;
}
@media screen and (max-width: 767px) {
  .p-top-prof__dl {
    gap: 0.08rem;
    justify-content: flex-start;
  }
}
.p-top-prof__dt {
  width: 100%;
  margin-bottom: 0.1rem;
  font-size: 0.18rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6111111111;
  text-align: center;
}
.p-top-prof__dd, .p-top-prof__dd--wp, .p-top-prof__dd--js, .p-top-prof__dd--css, .p-top-prof__dd--html, .p-top-prof__dd--xd, .p-top-prof__dd--ai, .p-top-prof__dd--ps {
  width: calc(14.2857142857% - 0.0685714286rem);
  height: 1.06rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.12rem 0.05rem;
  border-radius: 0.08rem;
  font-size: 0.15rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.1333333333;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-prof__dd, .p-top-prof__dd--wp, .p-top-prof__dd--js, .p-top-prof__dd--css, .p-top-prof__dd--html, .p-top-prof__dd--xd, .p-top-prof__dd--ai, .p-top-prof__dd--ps {
    width: calc(33.3333% - 0.0533333333rem);
    padding: 0.14rem 0.05rem;
    font-size: 0.14rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.1428571429;
  }
}
.p-top-prof__dd::before, .p-top-prof__dd--wp::before, .p-top-prof__dd--js::before, .p-top-prof__dd--css::before, .p-top-prof__dd--html::before, .p-top-prof__dd--xd::before, .p-top-prof__dd--ai::before, .p-top-prof__dd--ps::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  margin: 0 0.15rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-prof__dd::before, .p-top-prof__dd--wp::before, .p-top-prof__dd--js::before, .p-top-prof__dd--css::before, .p-top-prof__dd--html::before, .p-top-prof__dd--xd::before, .p-top-prof__dd--ai::before, .p-top-prof__dd--ps::before {
    width: 0.44rem;
    height: 0.41rem;
    margin: 0 0.15rem 0.05rem;
  }
}
.p-top-prof__dd--ps::before {
  background: url(../image/top/img_prof_ico_ps.png) no-repeat center;
  background-size: contain;
}
.p-top-prof__dd--ai::before {
  background: url(../image/top/img_prof_ico_ai.png) no-repeat center;
  background-size: contain;
}
.p-top-prof__dd--xd::before {
  background: url(../image/top/img_prof_ico_xd.png) no-repeat center;
  background-size: contain;
}
.p-top-prof__dd--html::before {
  background: url(../image/top/img_prof_ico_html.png) no-repeat center;
  background-size: contain;
}
.p-top-prof__dd--css::before {
  background: url(../image/top/img_prof_ico_css.png) no-repeat center;
  background-size: contain;
}
.p-top-prof__dd--js::before {
  background: url(../image/top/img_prof_ico_js.png) no-repeat center;
  background-size: contain;
}
.p-top-prof__dd--wp::before {
  background: url(../image/top/img_prof_ico_wp.png) no-repeat center;
  background-size: contain;
}

/* home-mv
----------------------------------------- */
.p-top-bg {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-top-bg canvas {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* single
----------------------------------------- */
.p-work {
  padding: calc(100vh - 0.6rem) 0 0;
}
@media screen and (max-width: 767px) {
  .p-work {
    padding: 100vh 0.195rem 0;
    padding: 100svh 0.195rem 0;
  }
}
.p-work-img {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transition: 0.1s ease;
  transition-property: height, filter, transform;
}
.p-work-img__bg {
  width: calc(100% + 0.6rem);
  height: calc(100vh + 0.6rem);
  object-fit: cover;
}
.p-work__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-work__bg canvas {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-work__inner {
  max-width: 12.6rem;
  border-radius: 0.2rem;
  padding: 0.8rem 0.8rem 1rem;
  margin: 0 auto 1.7rem;
  text-align: center;
  background: url(../image/bg_top_ptn.png) #E9E9E9;
  background-size: 0.14rem, 0.14rem;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-work__inner {
    margin: 0 auto 0;
    padding: 0.4rem 0.2rem 0.6rem;
    transition: margin 0.5s ease;
  }
}
.p-work__ttl {
  margin-bottom: 0.25rem;
  font-size: 0.26rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #000;
  font-family: "Oswald", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-work__ttl {
    margin-bottom: 0.15rem;
    font-size: 0.18rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.7777777778;
  }
}
.p-work__img {
  border-radius: 0.1rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-work__img {
    margin-bottom: 0.2rem;
  }
}
.p-work__txt {
  margin-bottom: 1rem;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-work__txt {
    margin-bottom: 0.6rem;
  }
}
.p-work__txt p {
  margin-bottom: 0.2rem;
}
.p-work__txt p:last-child {
  margin-bottom: 0;
}
.p-work-cat {
  margin-bottom: 1rem;
  display: flex;
  gap: 0.05rem;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-work-cat {
    display: block;
    gap: 0;
    margin-bottom: 0.6rem;
  }
}
.p-work-cat__ttl {
  width: 2rem;
  border-radius: 0.1rem;
  padding: 0.17rem 0 0.13rem 0.05rem;
  color: #000;
  font-size: 0.16rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.25;
  background-image: linear-gradient(35deg, rgb(255, 23, 116), rgb(51, 132, 224));
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-work-cat__ttl {
    width: 100%;
    margin-bottom: 0.04rem;
    padding: 0.12rem 0 0.1rem;
    font-size: 0.13rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.1538461538;
  }
  .p-work-cat__ttl::before {
    content: "";
    width: calc(100% - 0.04rem);
    height: calc(100% - 0.04rem);
    display: block;
    border-radius: 0.08rem;
    background: #fff;
    position: absolute;
    top: 0.02rem;
    right: 0.02rem;
    bottom: 0.02rem;
    left: 0.02rem;
  }
  .p-work-cat__ttl span {
    display: inline-block;
    position: relative;
    z-index: 1;
    background: linear-gradient(35deg, rgb(255, 23, 116), rgb(51, 132, 224));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.p-work-cat__list {
  width: calc(100% - 1.63rem);
  display: flex;
  gap: 0.04rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-work-cat__list {
    width: 100%;
  }
}
.p-work-cat__child {
  display: flex;
  align-items: center;
  border-radius: 0.1rem;
  padding: 0.05rem 0.15rem 0.03rem;
  font-size: 0.16rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #000;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-work-cat__child {
    width: calc(50% - 0.02rem);
    padding: 0.05rem 0.1rem 0.03rem;
    font-size: 0.13rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.5384615385;
  }
}
.p-work-cat__child i {
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.1rem 0.02rem 0;
}
@media screen and (max-width: 767px) {
  .p-work-cat__child i {
    width: 0.26rem;
    height: 0.26rem;
  }
}
.p-work-cat__child--code {
  background: url(../image/works/ico_coding.svg) no-repeat center;
  background-size: contain;
}
.p-work-cat__child--wp {
  background: url(../image/works/ico_wordpress.svg) no-repeat center;
  background-size: contain;
}
.p-work-cat__child--design {
  background: url(../image/works/ico_design.svg) no-repeat center;
  background-size: contain;
}
.p-work-cat__child--illust {
  background: url(../image/works/ico_illust.svg) no-repeat center;
  background-size: contain;
}
.p-work-cat__child--other {
  background: url(../image/works/ico_other.svg) no-repeat center;
  background-size: contain;
}
.p-work-illust {
  margin-bottom: 0.7rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-work-illust {
    margin-bottom: 0.4rem;
  }
}
.p-work-illust__child {
  width: calc(20% - 0.1rem);
  overflow: hidden;
  border-radius: 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-work-illust__child {
    width: calc(33.3333% - 0.1rem);
  }
}
.p-work-illust__child img {
  width: 100%;
  height: auto;
}
.p-work-list {
  margin-bottom: 0.7rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-work-list {
    margin-bottom: 0.4rem;
  }
}
.p-work-list__child {
  margin-bottom: 0.5rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-work-list__child {
    margin-bottom: 0.15rem;
  }
}
.p-work-list__child:last-child {
  margin-bottom: 0;
}
.p-work__btn {
  width: 4rem;
  display: block;
  margin: 0 auto;
  border-radius: 0.15rem;
  padding: 0.3rem 0.45rem;
  background: url(../image/works/img_works_hp_btn.svg) no-repeat center right -1rem, linear-gradient(65deg, rgb(255, 23, 116), rgb(51, 132, 224));
  background-size: 3.43rem, 4.27rem;
  font-size: 0.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #fff;
  text-align: left;
  position: relative;
  z-index: 1;
  box-shadow: 0 0.03rem 0.1rem rgba(0, 0, 0, 0.3);
  transition: 0.5s ease;
}
.p-work__btn::after {
  content: "";
  width: 0.24rem;
  height: 0.08rem;
  display: block;
  background: url(../image/top/img_works_arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.04rem);
  right: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-work__btn {
    width: 100%;
    margin: 0 auto;
    padding: 0.25rem 0.45rem;
    border-radius: 0.1rem;
    font-size: 0.18rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.3333333333;
    background-size: auto;
  }
}
.p-work__btn:hover {
  opacity: 1;
  background-size: 3.83rem, 4.67rem;
}
.p-work-nav {
  margin: -0.2rem auto;
  padding: 0.5rem 0.2rem 0.7rem;
  background: #fff;
  display: flex;
  gap: 0.2rem;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-work-nav {
    justify-content: space-between;
  }
}
.p-work-nav__prev::before {
  content: "";
  width: 0.28rem;
  height: 0.28rem;
  display: block;
  margin: 0 auto 0.05rem;
  background: url(../image/works/ico_arrow_prev.svg) no-repeat center;
  background-size: contain;
}
.p-work-nav__prev {
  width: 1.14rem;
  padding: 0.1rem 0;
  display: inline-block;
  border-radius: 0.1rem;
  font-size: 0.18rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2222222222;
  text-align: center;
  color: #24305D;
  box-shadow: 0 0.02rem 0.06rem rgba(0, 0, 0, 0.3);
}
.p-work-nav__prev:hover {
  opacity: 1;
  background: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .p-work-nav__prev {
    width: 0.74rem;
    font-size: 0.14rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.2857142857;
    box-shadow: 0 0.02rem 0.03rem rgba(0, 0, 0, 0.2);
  }
}
.p-work-nav__all::before {
  content: "";
  width: 0.28rem;
  height: 0.28rem;
  display: block;
  margin: 0 auto 0.05rem;
  background: url(../image/works/ico_list.svg) no-repeat center;
  background-size: contain;
}
.p-work-nav__all {
  width: 2.02rem;
  padding: 0.1rem 0;
  display: inline-block;
  border-radius: 0.1rem;
  font-size: 0.18rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2222222222;
  text-align: center;
  color: #24305D;
  box-shadow: 0 0.02rem 0.06rem rgba(0, 0, 0, 0.3);
}
.p-work-nav__all:hover {
  opacity: 1;
  background: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .p-work-nav__all {
    width: 1.52rem;
    font-size: 0.14rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.2857142857;
    box-shadow: 0 0.02rem 0.03rem rgba(0, 0, 0, 0.2);
  }
}
.p-work-nav__next::before {
  content: "";
  width: 0.28rem;
  height: 0.28rem;
  display: block;
  margin: 0 auto 0.05rem;
  background: url(../image/works/ico_arrow_next.svg) no-repeat center;
  background-size: contain;
}
.p-work-nav__next {
  width: 1.14rem;
  padding: 0.1rem 0;
  display: inline-block;
  border-radius: 0.1rem;
  font-size: 0.18rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2222222222;
  text-align: center;
  color: #24305D;
  box-shadow: 0 0.02rem 0.06rem rgba(0, 0, 0, 0.3);
}
.p-work-nav__next:hover {
  opacity: 1;
  background: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .p-work-nav__next {
    width: 0.74rem;
    font-size: 0.14rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.2857142857;
    box-shadow: 0 0.02rem 0.03rem rgba(0, 0, 0, 0.2);
  }
}
.p-work-nav__span {
  width: 0.75rem;
  display: inline-block;
}

/* scroll
----------------------------------------- */
.p-hd-logo {
  width: 1.74rem;
  height: 1.44rem;
  margin: 0.19rem 0 0 0.095rem;
  background: url(../image/img_frame_logo_hd.svg) no-repeat right bottom;
  background-size: contain;
  position: fixed;
  z-index: 10;
  pointer-events: none;
  transition: transform 0.3s ease 0.3s;
  transform: translateY(-1.1rem);
}
.p-hd-logo img {
  width: 1.04rem;
  display: block;
}
.active .p-hd-logo {
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .p-hd-logo {
    width: 1.24rem;
    height: 1rem;
    margin: 0.19rem 0 0 0.095rem;
  }
  .p-hd-logo img {
    width: 0.74rem;
    display: block;
  }
}
.p-hd-logo__link {
  width: 1.37rem;
  display: block;
  padding: 0.08rem 0.18rem 0.1rem;
}
.p-hd-logo__link img {
  transition: 0.3s ease 0s;
  opacity: 0;
}
.p-hd-logo__link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-hd-logo__link {
    width: 1.07rem;
    display: block;
    padding: 0.08rem 0.1rem 0.1rem 0.18rem;
  }
}
.p-hd-burger {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: fixed;
  z-index: 10;
  top: 0.4rem;
  right: 0.4rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-hd-burger {
    top: 0.3rem;
    right: 0.3rem;
  }
}
.p-hd-burger span {
  width: 0.06rem;
  height: 0.06rem;
  display: block;
  background: #000;
  border-radius: 1rem;
  position: absolute;
  left: 0.3rem;
  transition: 0.4s ease;
  transition-property: width, height, box-shadow, background, opacity, top, transform;
  transition-delay: 0s, 0s, 0.2s, 0.2s, 0.2s, 0.2s, 0.2s;
}
@media screen and (max-width: 767px) {
  .p-hd-burger span {
    width: 0.06rem;
    height: 0.06rem;
    left: 0.3rem;
  }
}
.p-hd-burger span:nth-child(1) {
  top: 0.13rem;
}
.p-hd-burger span:nth-child(2) {
  top: 0.27rem;
  z-index: 1;
}
.p-hd-burger span:nth-child(3) {
  top: 0.41rem;
}
.p-hd-burger:hover span:nth-child(1) {
  top: 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-hd-burger:hover span:nth-child(1) {
    top: 0.13rem;
  }
}
.p-hd-burger:hover span:nth-child(3) {
  top: 0.44rem;
}
@media screen and (max-width: 767px) {
  .p-hd-burger:hover span:nth-child(3) {
    top: 0.41rem;
  }
}
.active.p-hd-burger span {
  background: #fff;
  transition-delay: 0.2s, 0.2s, 0s, 0s, 0s, 0s, 0s;
}
.active.p-hd-burger span:nth-child(1) {
  width: 0.5rem;
  top: 0.27rem;
  transform: translateX(calc(-50% + 0.03rem)) rotate(135deg);
  transform-origin: center;
}
.active.p-hd-burger span:nth-child(2) {
  width: 0.24rem;
  height: 0.1rem;
  top: 0.25rem;
  border: 0.02rem solid #5A94D7;
  background-image: linear-gradient(35deg, rgba(255, 23, 116, 0.8), rgba(51, 132, 224, 0.8));
  transform: translateX(calc(-50% + 0.02rem));
}
.active.p-hd-burger span:nth-child(3) {
  width: 0.5rem;
  top: 0.27rem;
  transform: translateX(calc(-50% + 0.03rem)) rotate(-135deg);
}
.p-hd-nav {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(35deg, rgba(255, 23, 116, 0.8), rgba(51, 132, 224, 0.8));
  backdrop-filter: blur(0.1rem);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.on.p-hd-nav {
  opacity: 1;
  pointer-events: auto;
}

.p-hd-nav__child {
  width: 100%;
  margin: 0.6rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-hd-nav__child {
    margin: 0.4rem 0;
  }
}
.p-hd-nav__link {
  display: inline-block;
  font-size: 0.14rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5714285714;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-hd-nav__link {
    font-size: 0.12rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}
.p-hd-nav__link::before {
  content: " " attr(data-sub);
  display: block;
  margin-bottom: 0.1rem;
  font-size: 0.38rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.1052631579;
  font-family: "Oswald", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-hd-nav__link::before {
    margin-bottom: 0.05rem;
    font-size: 0.32rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.46875;
  }
}
.active .p-hd-logo {
  transform: translateY(0);
  transition-delay: 0s;
}
.active .p-hd-logo__link img {
  opacity: 1;
  transition-delay: 0.3s;
}

.on .p-hd-logo {
  transform: translateY(0);
  transition-delay: 0s;
}
.on .p-hd-logo__link img {
  opacity: 1;
  transition-delay: 0.3s;
}
.on .p-hd-burger span {
  box-shadow: 0 0 0 #fff;
  background: #fff;
}

/* scroll
----------------------------------------- */
.p-ft, .p-ft--nxt {
  background: #110e0e;
  padding: 0.25rem 0.8rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ft, .p-ft--nxt {
    margin: 0 0.2rem;
    border-radius: 0.25rem 0.25rem 0 0;
    padding: 0.4rem 0.2rem;
  }
}
.p-ft__wrap {
  padding: 1.1rem 0 1.6rem;
  max-width: 11rem;
  margin: 0 auto;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-ft__wrap {
    padding: 0;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-ft-logo {
    margin-bottom: 0.7rem;
  }
}
.p-ft-logo__link {
  width: 1.74rem;
  height: 1.25rem;
  display: block;
  margin: 0 auto;
  font-size: 0;
  background: url(../image/img_logo_wh.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-ft-logo__link {
    width: 1.04rem;
    height: 0.75rem;
  }
}
.p-ft-list {
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-ft-list {
    margin-bottom: 1rem;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-ft-list__child {
    margin-bottom: 0.45rem;
  }
}
.p-ft-list__child:last-child {
  margin-bottom: 0;
}
.p-ft-list__link {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 0.18rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .p-ft-list__link {
    font-size: 0.16rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.625;
  }
}
.p-ft__copy {
  display: block;
  padding: 0.2rem 0;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-family: "Oswald", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ft__copy {
    padding: 0;
    font-size: 0.16rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.375;
  }
}
.p-ft--nxt .p-ft__copy {
  color: #fff;
  filter: drop-shadow(0 0 0.02rem rgba(36, 48, 93, 0.5));
}

/* scroll
----------------------------------------- */
@keyframes bg-top {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: -0.7rem bottom;
  }
}
@keyframes bg-bottom {
  0% {
    background-position: left 1px;
  }
  100% {
    background-position: -0.7rem 1px;
  }
}
@keyframes bg-top-sp {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: -0.35rem bottom;
  }
}
@keyframes bg-bottom-sp {
  0% {
    background-position: left 1px;
  }
  100% {
    background-position: -0.35rem 1px;
  }
}
.p-mask {
  width: 100%;
  height: 100%;
  display: block;
  backdrop-filter: blur(0.1rem);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease;
  transition-property: opacity;
}
.p-mask::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  background: linear-gradient(35deg, rgb(255, 23, 116), rgb(51, 132, 224));
  transition: 0.5s ease 0.2s;
}
.is-active.p-mask {
  pointer-events: auto;
  opacity: 1;
  transition-delay: 0s;
}
.is-active.p-mask::before {
  opacity: 1;
  transition-delay: 0.2s;
}

.p-mask_load {
  width: 100%;
  height: 100%;
  display: block;
  backdrop-filter: blur(0.1rem);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  transition: 0.5s ease 0.2s;
  transition-property: opacity;
}
.p-mask_load::after {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(35deg, rgb(255, 23, 116), rgb(51, 132, 224));
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: 0.5s ease;
}
.js-complete.p-mask_load {
  opacity: 0;
  pointer-events: none;
}
.js-complete.p-mask_load span {
  opacity: 0;
}
.js-complete.p-mask_load::after {
  opacity: 0;
}

.p-mask svg {
  width: 120%;
  height: 110vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  stroke-dashoffset: 1287;
}
@media screen and (max-width: 767px) {
  .p-mask svg {
    height: auto;
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

.mask-path {
  stroke-dashoffset: 1287;
  transition: stroke-dashoffset 0.1s linear;
}

.u-only-sp {
  display: block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-only-sp {
    display: none !important;
  }
}

.u-only-pc {
  display: none !important;
}
@media screen and (max-width: 1619px) {
  .u-only-pc {
    display: block !important;
  }
}

.u-fit__cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.u-fit__contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}/*# sourceMappingURL=style.css.map */