@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  position: relative;
}

html {
  overscroll-behavior: none;
  background-color: white;
  font-size: calc(100vw / 493 * 100);
  scroll-behavior: smooth !important;
  scroll-padding-top: 0px !important;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(calc(100vw / 1456 * 100), 100px);
    scroll-padding-top: 50px;
  }
}

strong {
  font-weight: 700;
}

a {
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

img {
  display: inline-block;
}

ul {
  list-style: none;
}

body {
  overscroll-behavior-y: none;
  font-weight: 500;
  color: #0F0E0E;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  will-change: top;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 0.16rem;
  }
}
body * {
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  max-width: 100%;
  font-weight: inherit;
  color: inherit;
}

section {
  position: relative;
}

::-moz-selection {
  background: #0F0E0E;
  color: #ffffff;
}

::selection {
  background: #0F0E0E;
  color: #ffffff;
}

::-moz-selection {
  background: #0F0E0E;
  color: #ffffff;
}

#fv {
  position: relative;
  height: 100vh;
  width: 100%;
  background-image: url("../img/header/fv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#fv .l-logo {
  width: 2.02rem;
  height: 1.57rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 3;
  display: block;
}
#fv .l-logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#fv .l-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#intro {
  padding-top: 1.01rem;
  padding-bottom: 1.44rem;
}
#intro .l-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.77rem;
  margin-bottom: 0.48rem;
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(90%) hue-rotate(189deg) brightness(124%) contrast(89%);
}
#intro .l-logo img {
  display: block;
}
#intro .l-logo--main {
  width: 2.09rem;
  height: 1.08rem;
}
#intro .l-logo--catch {
  width: 2.41rem;
  height: 0.45rem;
}
#intro .c-desc {
  margin-bottom: 0.65rem;
  display: block;
}
#intro .c-btn--arrow {
  margin: auto;
}

#service {
  padding-bottom: 1rem;
}
#service .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.6rem;
}
#service .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
}
#service .l-container .l-wrapper figcaption {
  font-family: "Manrope", serif;
  font-size: 0.22rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  font-weight: 600;
}
#service .l-container .l-wrapper img {
  display: block;
  width: 100%;
  height: 2.23rem;
}
#service .c-btn--arrow {
  margin: 0.65rem auto 0;
}

#digital-art {
  padding-bottom: 1rem;
}
#digital-art .c-desc {
  margin-bottom: 0.4rem;
}
#digital-art .c-btn--arrow {
  margin: 0.42rem auto 0;
}

#artist-label {
  padding-bottom: 1rem;
}
#artist-label .c-desc {
  margin-bottom: 0.4rem;
}
#artist-label .c-btn--arrow {
  margin: 0.42rem auto 0;
}

#client {
  padding-bottom: 0.98rem;
}
#client .c-heading--large {
  position: relative;
  top: -0.29rem;
  margin-bottom: -0.13rem;
}

#works {
  padding-top: 0.96rem;
  padding-bottom: 1.05rem;
}
#works .c-btn--round {
  margin-top: 0.53rem;
}

#news {
  padding-bottom: 1.18rem;
}
#news .c-heading--large {
  margin-bottom: 0.29rem;
}
#news .c-btn--round {
  margin-top: 0.4rem;
}

#sns {
  padding-bottom: 1.5rem;
}
#sns .c-gallery--wrapper figcaption {
  display: flex;
  align-items: center;
  gap: 0.16rem;
}
#sns .c-gallery--wrapper figcaption::before {
  content: "";
  width: 0.31rem;
  height: 0.23rem;
  background-image: url("../img/common/icon_youtube.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
}
#sns #youtube-desc {
  margin-top: 0.12rem;
  margin-bottom: 0.6rem;
}
#sns #instagram-desc {
  margin-top: 0.24rem;
  margin-bottom: 0.4rem;
}
#sns #x-desc {
  margin-top: 0.24rem;
}

#recruit {
  padding-bottom: 1.27rem;
}
#recruit .c-heading--large {
  margin-bottom: 0.4rem;
}
#recruit .c-desc {
  margin-bottom: 0.65rem;
}
#recruit .l-image {
  width: 100%;
}
#recruit .l-image img {
  display: block;
  width: 100%;
  height: auto;
}
#recruit .c-btn--arrow {
  margin: 0.42rem auto 0;
}

#office {
  padding-bottom: 1.68rem;
}
#office .c-heading--large {
  margin-bottom: 0.42rem;
}
#office .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
#office .c-heading--middle {
  margin-bottom: 0.26rem;
}
#office .l-slider {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
}
#office .l-slider--thumb .swiper-slide {
  cursor: pointer;
  transition: 0.3s;
}
#office .l-slider--thumb .swiper-slide:hover {
  opacity: 0.7;
}
#office .l-address {
  font-style: normal;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.29rem;
  letter-spacing: -0.01em;
  font-weight: 400;
  margin-top: 0.26rem;
  margin-bottom: 0.13rem;
  display: block;
}
#office .l-map {
  width: 100%;
  height: 2.23rem;
}

#about-intro {
  padding-top: 0.82rem;
  padding-bottom: 0.88rem;
  position: relative;
}
#about-intro .c-desc {
  margin-bottom: 0.76rem;
}
#about-intro .l-image {
  display: block;
  width: 100%;
  aspect-ratio: 393/468;
}

#about-service {
  padding-bottom: 1.54rem;
}
#about-service .c-headidng--jp {
  margin-bottom: 0.47rem;
}
#about-service .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
#about-service .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
#about-service .l-container .l-wrapper h3 {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: -0.01em;
  font-weight: 700;
}
#about-service .l-container .l-wrapper div {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.29rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
#about-service .c-btn--arrow {
  margin: 0.69rem auto 0;
}

#about-company {
  padding-bottom: 1.56rem;
}
#about-company .c-heading--middle {
  font-size: 0.28rem;
  line-height: 0.38rem;
  margin-bottom: 0.28rem;
}
#about-company .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
#about-company .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
}
#about-company .l-container .l-wrapper h3 {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: -0.01em;
  font-weight: 700;
}
#about-company .l-container .l-wrapper div {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.35rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}

#service-intro {
  padding-top: 0.74rem;
  padding-bottom: 0.74rem;
}
#service-intro .c-desc {
  margin-bottom: 0.74rem;
}
#service-intro .l-image {
  width: 100%;
  height: 5.75rem;
  position: relative;
}
#service-intro .l-image img {
  position: absolute;
  display: block;
}
#service-intro .l-image #intro-image1 {
  right: 0;
  top: 0;
  width: 3.12rem;
  height: 2.33rem;
}
#service-intro .l-image #intro-image2 {
  left: 0;
  bottom: 1.12rem;
  width: 2.15rem;
  height: 1.98rem;
}
#service-intro .l-image #intro-image3 {
  right: 0;
  bottom: 0;
  width: 2.46rem;
  height: 3.1rem;
}

#service-category, #service-art, #service-label {
  padding-bottom: 1.22rem;
}
#service-category .c-heading--small, #service-art .c-heading--small, #service-label .c-heading--small {
  margin-bottom: 0.17rem;
  font-size: 0.32rem;
}
#service-category .l-container, #service-art .l-container, #service-label .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.98rem;
  margin-top: 0.79rem;
}
#service-category .l-container .l-wrapper h3, #service-art .l-container .l-wrapper h3, #service-label .l-container .l-wrapper h3 {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.26rem;
  line-height: 0.36rem;
  letter-spacing: 0em;
  font-weight: 600;
  margin-bottom: 0.22rem;
}
#service-category .l-container .l-wrapper .c-btn--arrow--white, #service-category .l-container .l-wrapper .c-btn--arrow--black, #service-art .l-container .l-wrapper .c-btn--arrow--white, #service-art .l-container .l-wrapper .c-btn--arrow--black, #service-label .l-container .l-wrapper .c-btn--arrow--white, #service-label .l-container .l-wrapper .c-btn--arrow--black {
  margin: 0.34rem auto 0;
}
#service-category .l-slider, #service-art .l-slider, #service-label .l-slider {
  margin-bottom: 0.6rem;
  position: relataive;
}
#service-category .l-slider--nav, #service-art .l-slider--nav, #service-label .l-slider--nav {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  bottom: -0.25rem;
  transform: translate(-50%, 100%);
  display: flex;
  gap: 0.08rem;
}
#service-category .l-slider--nav .swiper-pagination-bullet, #service-art .l-slider--nav .swiper-pagination-bullet, #service-label .l-slider--nav .swiper-pagination-bullet {
  background-color: #D8D8D8;
  margin: unset;
  opacity: 1;
  cursor: pointer;
  transition: 0.3s;
  width: 0.1rem;
  height: 0.1rem;
}
#service-category .l-slider--nav .swiper-pagination-bullet:hover, #service-art .l-slider--nav .swiper-pagination-bullet:hover, #service-label .l-slider--nav .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
#service-category .l-slider--nav .swiper-pagination-bullet-active, #service-art .l-slider--nav .swiper-pagination-bullet-active, #service-label .l-slider--nav .swiper-pagination-bullet-active {
  background-color: #808080;
}

#service-art {
  padding-top: 1.09rem;
  padding-bottom: 1.17rem;
}
#service-art .c-heading--large {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.4rem;
}
#service-art .c-heading--large span {
  font-family: "Manrope", serif;
  font-size: 0.32rem;
  line-height: 0.44rem;
  letter-spacing: 0em;
  font-weight: 600;
}
#service-art .c-heading--large strong {
  font-family: "Manrope", serif;
  font-size: 0.4rem;
  line-height: 0.55rem;
  letter-spacing: 0em;
  font-weight: 600;
}

#service-label {
  padding-top: 1.29rem;
  padding-bottom: 1.32rem;
}
#service-label .l-container {
  margin-top: 0.59rem;
}

#works-archive {
  padding-top: 0.5rem;
  padding-bottom: 2.18rem;
}
#works-archive .c-category-list {
  margin-bottom: 0.51rem;
}
#works-archive .p-pagination {
  margin-top: 1.06rem;
}

#works-single {
  padding-top: 0.33rem;
  padding-bottom: 1.1rem;
}

#news-archive {
  padding-top: 0.5rem;
  padding-bottom: 1.18rem;
}
#news-archive .c-category-list {
  margin-bottom: 0.6rem;
}
#news-archive .p-news-archive {
  gap: 0.4rem;
}
#news-archive .p-news-archive__wrapper {
  border-color: #E2E5E5;
  padding-bottom: 0.4rem;
}
#news-archive .p-news-archive__date {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#news-archive .p-news-archive__category {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: -0.01em;
  font-weight: 500;
}
#news-archive .p-news-archive__title {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.32rem;
  letter-spacing: -0.01em;
  font-weight: 700;
}
#news-archive .p-news-archive__title span {
  margin-top: unset;
  padding-bottom: unset;
}
#news-archive .p-pagination {
  margin-top: 1.25rem;
}

#recruit-topics {
  padding-top: 0.44rem;
  padding-bottom: 1.57rem;
}
#recruit-topics .l-heading {
  font-family: "Manrope", serif;
  font-size: 0.22rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  font-weight: 600;
  margin-bottom: 0.44rem;
  text-align: center;
}
#recruit-topics .l-link {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}
#recruit-topics .l-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0.66rem;
  background-color: #F0F1F2;
  border-radius: 0.04rem;
  position: relative;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 700;
}
#recruit-topics .l-link a::after {
  content: "";
  position: absolute;
  width: 0.11rem;
  height: 0.07rem;
  background-image: url("../img/common/arrow_bottom.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 0.35rem;
  transform: translateY(-50%);
}

#recruit-about {
  padding-bottom: 1.91rem;
}
#recruit-about #about-image1 {
  margin-top: 0.44rem;
  margin-bottom: 0.78rem;
  width: 100%;
  height: 2.77rem;
}
#recruit-about #about-image2 {
  margin-top: 0.78rem;
  margin-bottom: 1.06rem;
  width: 100%;
  height: 5.48rem;
}
#recruit-about #about-image3 {
  margin-top: 0.62rem;
  width: 100%;
  height: 3.68rem;
}
#recruit-about #about-image1-1 {
  width: 100%;
  height: 100%;
}
#recruit-about #about-image2-1 {
  top: 0;
  right: 0;
  width: 3.65rem;
  height: 2.73rem;
}
#recruit-about #about-image2-2 {
  bottom: 0;
  left: 0;
  width: 3.12rem;
  height: 2.33rem;
}
#recruit-about #about-image3-1 {
  top: 0;
  right: 0;
  width: 2.51rem;
  height: 3.08rem;
}
#recruit-about #about-image3-2 {
  bottom: 0;
  left: 0;
  width: 2.16rem;
  height: 1.92rem;
}
#recruit-about .l-image img {
  display: block;
  position: absolute;
}

#recruit-desire {
  padding-bottom: 1.64rem;
}
#recruit-desire #desire-image1 {
  margin-top: 0.46rem;
  margin-bottom: 0.58rem;
  width: 100%;
  height: 2.77rem;
}
#recruit-desire .l-image img {
  display: block;
  position: absolute;
}
#recruit-desire .l-catch {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.39rem;
  letter-spacing: -0.01em;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

#recruit-requirements {
  padding-top: 1.25rem;
  padding-bottom: 1.79rem;
}
#recruit-requirements .l-heading {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: -0.01em;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 0.99rem;
  padding-bottom: 0.1rem;
  border-bottom: 0.01rem solid #0F0E0E;
}
#recruit-requirements .c-heading--underline {
  margin-bottom: 0.4rem;
}
#recruit-requirements .l-container {
  display: flex;
  flex-direction: column;
  gap: 1.2em;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.29rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
#recruit-requirements .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
}
#recruit-requirements .l-container .l-wrapper h4 {
  font-weight: 700;
}
#recruit-requirements .c-btn--round--black {
  margin-top: 1.08rem;
}
#recruit-requirements .l-items {
  display: flex;
  flex-direction: 0.5rem;
}

#recruit-intern {
  padding-bottom: 1.67rem;
}
#recruit-intern .c-desc {
  margin-top: 0.39rem;
  margin-bottom: 0.75rem;
}

#privacy-policy {
  padding-top: 0.96rem;
  padding-bottom: 1.07rem;
}
#privacy-policy .l-container {
  display: flex;
  flex-direction: column;
  gap: 1.4em;
  margin-bottom: 0.8rem;
  margin-top: 1.4em;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.29rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
#privacy-policy .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
}
#privacy-policy .l-container .l-wrapper h3 {
  font-weight: 700;
}
#privacy-policy .c-heading--underline {
  margin-bottom: 0.26rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding-bottom: 0.07rem;
}
#privacy-policy #policy-contact {
  margin-bottom: 0.77rem;
}

#contact-top {
  padding-top: 1.12rem;
  padding-bottom: 0.89rem;
}
#contact-top .c-desc {
  margin-top: 0.51rem;
  margin-bottom: 1.47rem;
}
#contact-top .l-heading {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 0.09rem;
  border-bottom: 0.01rem solid #E5E5E5;
}
#contact-top .l-heading strong {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: -0.01em;
  font-weight: 700;
}
#contact-top .l-heading span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  display: flex;
  align-items: center;
  position: relative;
  bottom: 0.02rem;
  gap: 0.06rem;
}
#contact-top .l-heading span::before {
  content: "";
  width: 0.085rem;
  height: 0.085rem;
  border-radius: 100%;
  background-color: #B38236;
}

#contact-main .p-form-phase {
  margin-bottom: 1.24rem;
}
#contact-main .l-phase-switch {
  display: none;
}
#contact-main .l-phase-switch[id=sw-input]:checked ~ #contact-input {
  display: block;
}
#contact-main .l-phase-switch[id=sw-confirm]:checked ~ #contact-confirm {
  display: block;
}
#contact-main .l-phase-switch[id=sw-complete]:checked ~ #contact-complete {
  display: block;
}
#contact-main .l-phase-switch--target {
  display: none;
}

#contact-input {
  padding-bottom: 2.03rem;
}
#contact-input .p-form {
  margin-top: 1.24rem;
}

#contact-confirm {
  padding-bottom: 2.21rem;
}
#contact-confirm .l-button {
  margin-top: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: center;
}

#contact-complete {
  padding-bottom: 1.4rem;
}
#contact-complete .c-desc {
  margin-top: 0.99rem;
  margin-bottom: 1.03rem;
}
#contact-complete .l-back {
  display: block;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-decoration: underline;
}

#wpadminbar {
  display: none;
}
@media screen and (min-width: 768px) {
  #wpadminbar {
    display: flex;
  }
}

.p-body {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-body::before {
    content: "";
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url("../img/common/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
  }
}

.p-main {
  background-color: white;
}
@media screen and (min-width: 768px) {
  .p-main {
    width: 4.93rem;
    margin: auto;
    position: relative;
    left: 1.64rem;
  }
}

.p-header--white {
  --color: white !important;
  --f-color: brightness(0) invert(1) !important;
}
.p-header__container {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .p-header__container {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 0.28rem;
    box-shadow: unset;
    justify-content: space-between;
  }
}
.p-header__nav {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-100%);
  transition: 0.3s;
  padding-top: 1.45rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  padding-bottom: 1.45rem;
  overflow: scroll;
  display: flex;
  background-color: #0F0E0E;
  color: white;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    background-color: transparent;
    transform: unset;
    padding: unset;
    top: unset;
    bottom: 0.89rem;
    left: unset;
    right: calc(50% + 1.76rem);
    width: 3.22rem;
    overflow: initial;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (min-width: 768px) {
  .p-header__nav .c-btn--kimono {
    width: 2.23rem;
    height: 0.58rem;
  }
}
.p-header__nav--bg {
  display: none;
}
.p-header__nav--container {
  display: flex;
  flex-direction: column;
  flex: none;
  max-height: unset;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.p-header__nav--logo {
  display: block;
  width: 1.58rem;
  height: 0.28rem;
  position: absolute;
  top: 0.37rem;
  left: 0.33rem;
  background-image: url("../img/common/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-header__nav--logo {
    position: initial;
    top: unset;
    left: unset;
    width: 2.76rem;
    height: 1.65rem;
    margin: 0 auto 1.56rem;
    background-image: url("../img/common/logo_full.svg");
  }
}
.p-header__nav--link {
  display: flex;
  flex-direction: column;
  gap: 0.29rem;
  width: 100%;
  color: #ffffff;
  margin-bottom: 0.41rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.3rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-header__nav--link {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0.14rem;
    line-height: 0.19rem;
    gap: 0.14rem 0.3rem;
    margin-bottom: 0.31rem;
  }
}
.p-header__nav--link small {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 600;
}
.p-header__nav--sns {
  display: flex;
  align-items: flex-end;
  gap: 0.49rem;
  margin-bottom: 0.76rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--sns {
    gap: 0.32rem;
    margin-bottom: unset;
  }
}
.p-header__nav--sns a {
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.p-header__nav--sns [href*="youtube.com"] {
  background-image: url("../img/common/icon_youtube.svg");
  width: 0.37rem;
  height: 0.26rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--sns [href*="youtube.com"] {
    width: 0.25rem;
    height: 0.17rem;
  }
}
.p-header__nav--sns [href*="x.com"] {
  background-image: url("../img/common/icon_x.svg");
  width: 0.25rem;
  height: 0.26rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--sns [href*="x.com"] {
    width: 0.17rem;
    height: 0.17rem;
  }
}
.p-header__nav--sns [href*="instagram.com"] {
  background-image: url("../img/common/icon_instagram.svg");
  width: 0.26rem;
  height: 0.26rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--sns [href*="instagram.com"] {
    width: 0.17rem;
    height: 0.17rem;
  }
}
.p-header__nav--info {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.28rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-header__nav--info {
    display: none;
  }
}
.p-header__nav--box {
  position: fixed;
  z-index: 100001;
  top: 0.36rem;
  right: 0.3rem;
  width: 0.29rem;
  height: 0.16rem;
  cursor: pointer;
  --color: #0F0E0E;
  --f-color: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(90%) hue-rotate(189deg) brightness(124%) contrast(89%);
}
@media screen and (min-width: 768px) {
  .p-header__nav--box {
    display: none;
  }
}
.p-header__nav--box--lines {
  width: 100%;
  height: 100%;
}
.p-header__nav--box--lines::after {
  content: "MENU";
  position: absolute;
  color: var(--color);
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 600;
  left: -0.07rem;
  top: 50%;
  transform: translate(-100%, -50%);
  white-space: nowrap;
  padding-bottom: 0.02rem;
  transition: 0.3s;
}
.p-header__nav--box--check {
  display: none;
}
.p-header__nav--box--check:checked ~ .p-header__nav {
  transform: translateX(0);
}
.p-header__nav--box--check:checked ~ .p-header__nav--bg {
  pointer-events: all;
  opacity: 1;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box {
  --color: #ffffff !important;
  --f-color: brightness(0) invert(1) !important;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(1) {
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(1) {
    height: 0.015rem;
  }
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(2) {
  opacity: 0;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(3) {
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(3) {
    height: 0.015rem;
  }
}
.p-header__nav--box--line {
  position: absolute;
  z-index: 1;
  top: 50%;
  transition: 0.3s;
  width: 100%;
  height: 0.01rem;
  background-color: var(--color);
}
.p-header__nav--box--line:nth-of-type(1) {
  transform: translateY(calc(-0.07rem - 50%));
}
.p-header__nav--box--line:nth-of-type(2) {
  transform: translateY(-50%);
}
.p-header__nav--box--line:nth-of-type(3) {
  transform: translateY(calc(0.07rem - 50%));
}
.p-header__nav .p-card {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.p-footer {
  background-color: #E2E3E5;
  padding: 0.69rem 0.5rem 0.38rem 0.5rem;
}
.p-footer__container {
  padding-left: 0.39rem;
}
.p-footer__logo {
  width: 2.03rem;
  height: 1.04rem;
  background-image: url("../img/common/logo_vert.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(17%) sepia(2%) saturate(747%) hue-rotate(326deg) brightness(95%) contrast(95%);
  display: block;
  margin: 0 auto 0.45rem;
}
.p-footer__link {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.23rem;
  letter-spacing: 0em;
  font-weight: 600;
  margin-bottom: 0.78rem;
}
.p-footer__link li:nth-of-type(2n+1) {
  width: 2.21rem;
}
.p-footer__link li:nth-of-type(2n) {
  width: alc(100%-2.21rem);
}
.p-footer__link li small {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 600;
  margin-top: 0.1rem;
}
.p-footer__info {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.26rem;
  letter-spacing: -0.01em;
  font-weight: 400;
  margin-bottom: 0.33rem;
}
.p-footer__copyright {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.19rem;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: center;
}

.p-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.19rem;
  line-height: 0.27rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #393329;
}
.p-navigation--archive {
  text-decoration: underline;
}
.p-navigation a[href=""] {
  opacity: 0.3;
  pointer-events: none;
}

.p-team-archive {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-team-archive {
    gap: 1.3rem;
  }
}

.p-works-archive {
  display: flex;
  flex-direction: column;
  gap: 0.54rem;
  width: 100%;
}
.p-works-archive__wrapper {
  width: 100%;
  border-bottom: 0.01rem solid #707070;
}
.p-works-archive__top {
  display: flex;
  align-items: baseline;
  gap: 0.12rem;
}
.p-works-archive__date {
  font-family: "Manrope", serif;
  font-size: 0.16rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-works-archive__date ~ .p-works-archive__category::before {
  content: "";
  width: 0.01rem;
  height: 0.12rem;
  background-color: #B4B4B4;
}
.p-works-archive__category {
  display: flex;
  gap: 0.12rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: -0.01em;
  font-weight: 500;
  align-items: baseline;
}
.p-works-archive__thumb {
  width: 100%;
  height: 2.62rem;
  margin-top: 0.1rem;
  margin-bottom: 0.17rem;
}
.p-works-archive__thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-works-archive__title {
  display: flex;
  align-items: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.29rem;
  letter-spacing: -0.01em;
  font-weight: 700;
  gap: 0.15rem;
  margin-bottom: 0.22rem;
}
.p-works-archive__title::after {
  content: "";
  flex: none;
  background-image: url("../img/common/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.07rem;
  height: 0.12rem;
  position: relative;
  top: 0.02rem;
}
.p-works-archive__tag {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.21rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #8B8B8B;
  padding-bottom: 0.44rem;
}
.p-works-archive__tag span::after {
  content: "/";
}
.p-works-archive__tag span:nth-last-of-type(1)::after {
  content: unset;
}

.p-news-archive {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  width: 100%;
}
.p-news-archive__wrapper {
  width: 100%;
  border-bottom: 0.01rem solid #707070;
}
.p-news-archive__top {
  display: flex;
  align-items: baseline;
  gap: 0.12rem;
}
.p-news-archive__date {
  font-family: "Manrope", serif;
  font-size: 0.16rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-news-archive__category {
  display: flex;
  gap: 0.12rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: -0.01em;
  font-weight: 500;
  align-items: baseline;
}
.p-news-archive__category::before {
  content: "";
  width: 0.01rem;
  height: 0.12rem;
  background-color: #B4B4B4;
}
.p-news-archive__thumb {
  width: 100%;
  height: 2.62rem;
  margin-top: 0.1rem;
  margin-bottom: 0.17rem;
}
.p-news-archive__thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-news-archive__title {
  display: flex;
  align-items: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.29rem;
  letter-spacing: -0.01em;
  font-weight: 700;
  gap: 0.15rem;
}
.p-news-archive__title span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.05rem;
  padding-bottom: 0.2rem;
}

.p-pagination .nav-links > .page-numbers {
  display: flex;
  justify-content: center;
  gap: 0.15rem;
}
.p-pagination .nav-links > .page-numbers li {
  width: 0.27rem;
  height: 0.47rem;
  background-color: white;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: -0.01em;
  font-weight: 700;
  color: #A8A8A8;
}
.p-pagination .nav-links > .page-numbers li span, .p-pagination .nav-links > .page-numbers li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0.05rem;
}
.p-pagination .nav-links > .page-numbers li span:hover, .p-pagination .nav-links > .page-numbers li a:hover {
  opacity: 1;
  color: #0F0E0E;
}
.p-pagination .nav-links > .page-numbers li .current {
  border-bottom: 0.01rem solid #0F0E0E;
  color: #0F0E0E;
}
.p-pagination .nav-links > .page-numbers li .dots {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-pagination .nav-links > .page-numbers li .next::after {
  content: "";
  width: 0.07rem;
  height: 0.13rem;
  background-image: url("../img/common/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.05rem;
}
.p-pagination .nav-links > .page-numbers li .prev::after {
  content: "";
  width: 0.07rem;
  height: 0.13rem;
  background-image: url("../img/common/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.05rem;
  transform: scaleX(-1);
}

.p-works-article__top {
  border-bottom: 0.01rem solid #E2E5E5;
}
.p-works-article__category {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.25rem;
  letter-spacing: -0.01em;
  font-weight: 500;
  color: #B4B4B4;
  margin-bottom: 0.14rem;
  min-height: 0.25rem;
  display: block;
}
.p-works-article__title {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.23rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 0.19rem;
}
.p-works-article__thumb {
  width: 100%;
  margin-bottom: 0.3rem;
}
.p-works-article__thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.p-works-article__tag {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #8B8B8B;
  margin-bottom: 0.39rem;
}
.p-works-article__tag span::after {
  content: "/";
}
.p-works-article__tag span:nth-last-of-type(1)::after {
  content: unset;
}
.p-works-article__content {
  padding-top: 0.39rem;
  padding-bottom: 1.2rem;
}

.p-news-article__top {
  padding-bottom: 0.26rem;
}
.p-news-article__category {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.25rem;
  letter-spacing: -0.01em;
  font-weight: 500;
  color: #B4B4B4;
  margin-bottom: 0.13rem;
  min-height: 0.25rem;
  display: block;
}
.p-news-article__title {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.23rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 700;
}
.p-news-article__thumb {
  width: 100%;
  margin-bottom: 0.3rem;
}
.p-news-article__thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.p-news-article__tag {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #8B8B8B;
  margin-bottom: 0.39rem;
}
.p-news-article__tag span::after {
  content: "/";
}
.p-news-article__tag span:nth-last-of-type(1)::after {
  content: unset;
}
.p-news-article__content {
  padding-bottom: 1.17rem;
}

.p-form-phase {
  display: flex;
  justify-content: center;
  gap: 0.72rem;
}
.p-form-phase__item {
  width: 0.185rem;
  height: 0.185rem;
  border-radius: 100%;
  background-color: #E2E5E5;
  position: relative;
}
.p-form-phase__item::before {
  content: "";
  position: absolute;
  bottom: -0.11rem;
  left: 50%;
  transform: translate(-50%, 100%);
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #18292B;
  max-width: unset;
  flex: none;
  white-space: nowrap;
}
.p-form-phase__item::after {
  content: "";
  width: 0.51rem;
  height: 0.01rem;
  position: absolute;
  top: 50%;
  right: -0.1rem;
  transform: translate(100%, -50%);
  background-color: #E2E5E5;
}
.p-form-phase__item[data-phase=input]::before {
  content: "入力";
}
.p-form-phase__item[data-phase=confirm]::before {
  content: "確認";
}
.p-form-phase__item[data-phase=complete]::before {
  content: "完了";
}
.p-form-phase__item[data-phase=complete]::after {
  content: unset;
}
.p-form-phase[data-phase=input] [data-phase=input] {
  background-color: #8197A5;
}
.p-form-phase[data-phase=confirm] [data-phase=input] {
  background-color: #8197A5;
}
.p-form-phase[data-phase=confirm] [data-phase=confirm] {
  background-color: #8197A5;
}
.p-form-phase[data-phase=complete] [data-phase=input] {
  background-color: #8197A5;
}
.p-form-phase[data-phase=complete] [data-phase=confirm] {
  background-color: #8197A5;
}
.p-form-phase[data-phase=complete] [data-phase=complete] {
  background-color: #8197A5;
}

.p-form .wpcf7-submit {
  display: none;
}
.p-form input[type=text], .p-form input[type=email], .p-form input[type=tel] {
  width: 100%;
  height: 0.5rem;
  border-radius: 0;
  border: unset !important;
  padding: 0.15rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
  background-color: #EDEDED;
}
.p-form input[type=text]::-moz-placeholder, .p-form input[type=email]::-moz-placeholder, .p-form input[type=tel]::-moz-placeholder {
  height: 0.66rem;
  color: #969A98;
}
.p-form input[type=text]::placeholder, .p-form input[type=email]::placeholder, .p-form input[type=tel]::placeholder {
  height: 0.66rem;
  color: #969A98;
}
.p-form input[type=text]:focus-visible, .p-form input[type=email]:focus-visible, .p-form input[type=tel]:focus-visible {
  border: unset;
}
.p-form input[type=text]:focus, .p-form input[type=email]:focus, .p-form input[type=tel]:focus {
  border: unset;
}
.p-form input[type=checkbox] {
  width: 0.2rem;
  height: 0.2rem;
  margin: 0;
}
.p-form textarea {
  width: 100%;
  background-color: #EDEDED;
  border-radius: 0;
  border: unset;
  min-height: 1.9rem;
  padding: 0.21rem 0.14rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
  min-height: 5.72rem;
}
.p-form textarea::-moz-placeholder {
  color: #AFAFAF;
}
.p-form textarea::placeholder {
  color: #AFAFAF;
}
.p-form #form-submit {
  display: none;
}
.p-form .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-bottom: 0.27rem;
}
.p-form .wpcf7-radio .wpcf7-list-item {
  margin-left: unset;
}
.p-form .wpcf7-radio .wpcf7-list-item input[type=radio] {
  display: none;
}
.p-form .wpcf7-radio .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label::before {
  border-width: 0.06rem;
  border-color: #2478F8;
}
.p-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 0.09rem;
}
.p-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  border-radius: 100%;
  background: white;
  border: 0.01rem solid black;
  display: block;
  flex: none;
  box-sizing: border-box;
  transition: 0.1s;
}
.p-form .wpcf7-not-valid-tip {
  width: 0rem;
  white-space: nowrap;
}
.p-form .wpcf7-spinner {
  display: none;
}
.p-form__switch {
  display: none;
}
.p-form__main--container {
  display: flex;
  flex-direction: column;
  gap: 0.34rem;
}
.p-form__item {
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
}
@media screen and (min-width: 768px) {
  .p-form__item {
    gap: 0.13rem;
  }
}
.p-form__item dt {
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.p-form__item dd small {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.22rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-top: 0.12rem;
  display: block;
}
.p-form__item--required dt {
  display: flex;
  gap: 0.09rem;
  align-items: baseline;
}
.p-form__item--required dt::after {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 100%;
  background-color: #B38236;
  position: relative;
  bottom: 0.02rem;
}
.p-form__bottom {
  margin-top: 0.65rem;
}
.p-form__policy {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  padding-left: 0.37rem;
}
.p-form__policy--check {
  display: flex;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: -0.01em;
  font-weight: 400;
  gap: 0.09rem;
  align-items: baseline;
}
.p-form__policy--check a {
  text-decoration: underline;
}
.p-form__policy--check .wpcf7-list-item {
  margin-left: unset;
}
.p-form__policy--check .wpcf7-list-item span {
  display: none;
}
.p-form__policy--check .wpdf7-first-item {
  margin-left: unset;
}
.p-form__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  margin-top: 0.6rem;
}

.p-form-confirm {
  display: flex;
  flex-direction: column;
  gap: 0.49rem;
}
.p-form-confirm dl {
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
}
.p-form-confirm dl dt {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding-bottom: 0.09rem;
  width: 100%;
  border-bottom: 0.01rem solid #E4E8E8;
}
.p-form-confirm dl dd {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
}

.c-page-header {
  width: 100%;
  height: 100vh;
  position: relative;
}
.c-page-header--image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.c-page-header--heading {
  position: absolute;
  z-index: 2;
  left: 0.5rem;
  bottom: 1.48rem;
  display: flex;
  flex-direction: column;
  color: white;
}
.c-page-header--heading strong {
  font-family: "Manrope", serif;
  font-size: 0.6rem;
  line-height: 0.82rem;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.c-page-header--heading b {
  font-family: "Manrope", serif;
  font-size: 0.4rem;
  line-height: 0.55rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 0.06rem;
}
.c-page-header--heading span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  display: block;
  margin-top: -0.02rem;
}

.c-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.29rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}

.c-bg--gray {
  background-color: #F7F7F7;
  width: 100%;
}
.c-bg--deep-gray {
  background-color: #F5F5F5;
  width: 100%;
}
.c-bg--navy {
  background-color: #001327;
  width: 100%;
  color: white;
}
.c-bg--black {
  background-color: #0F0E0E;
  width: 100%;
  color: white;
}

.c-heading--jp {
  display: block;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.26rem;
  line-height: 0.37rem;
  letter-spacing: -0.01em;
  font-weight: 700;
  margin-bottom: 0.42rem;
}
.c-heading--large {
  font-family: "Manrope", serif;
  font-size: 0.44rem;
  line-height: 0.6rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 0.6rem;
  display: block;
}
.c-heading--middle {
  font-family: "Manrope", serif;
  font-size: 0.3rem;
  line-height: 0.41rem;
  letter-spacing: 0em;
  font-weight: 600;
  margin-bottom: 0.1rem;
  display: block;
}
.c-heading--small {
  font-family: "Manrope", serif;
  font-size: 0.24rem;
  line-height: 0.33rem;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 0.26rem;
}
.c-heading--center {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: -0.01em;
  font-weight: 700;
  text-align: center;
}
.c-heading--underline {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.29rem;
  letter-spacing: -0.01em;
  font-weight: 700;
  padding-bottom: 0.1rem;
  width: 100%;
  border-bottom: 0.01rem solid #B4B4B4;
}
.c-heading--en-jp {
  display: flex;
  flex-direction: column;
}
.c-heading--en-jp strong {
  font-family: "Manrope", serif;
  font-size: 0.5rem;
  line-height: 0.68rem;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.c-heading--en-jp span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.29rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}

.c-full {
  max-width: unset;
  width: 4.93rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.c-gallery {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.6rem;
}
.c-gallery--wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
}
.c-gallery--wrapper figcaption {
  font-family: "Manrope", serif;
  font-size: 0.22rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  font-weight: 600;
}
.c-gallery--wrapper img {
  display: block;
  width: 100%;
  height: 2.23rem;
}

.c-slider--auto .swiper-wrapper {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition-timing-function: linear !important;
}

.c-btn, .c-btn--large, .c-btn--round, .c-btn--round--black, .c-btn--arrow, .c-btn--arrow--white, .c-btn--arrow--black, .c-btn--white, .c-btn--black {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-btn--white, .c-btn--black {
  width: 3.61rem;
  height: 0.81rem;
  border: 0.01rem solid #0F0E0E;
  color: #0F0E0E;
  background-color: white;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.19rem;
  line-height: 0.27rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}
.c-btn--white:hover, .c-btn--black:hover {
  opacity: 0.7;
}
.c-btn--black {
  background-color: #0F0E0E;
  border: unset;
  color: white;
}
.c-btn--arrow, .c-btn--arrow--white, .c-btn--arrow--black {
  width: 2.6rem;
  height: 0.54rem;
  border: 0.015rem solid #0F0E0E;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.19rem;
  line-height: 0.27rem;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
  padding-right: 0.06rem;
}
.c-btn--arrow:hover::after, .c-btn--arrow--white:hover::after, .c-btn--arrow--black:hover::after {
  right: 0.18rem;
}
.c-btn--arrow::after, .c-btn--arrow--white::after, .c-btn--arrow--black::after {
  content: "";
  width: 0.07rem;
  height: 0.11rem;
  background-image: url("../img/common/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0.21rem;
  transform: translateY(-50%);
  transition: 0.3s;
}
.c-btn--arrow--white, .c-btn--arrow--black {
  background-color: white;
  border: unset;
  color: #0F0E0E;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.19rem;
  line-height: 0.27rem;
  letter-spacing: 0em;
  font-weight: 700;
}
.c-btn--arrow--black {
  background-color: #0F0E0E;
  color: white;
}
.c-btn--arrow--black::after {
  filter: brightness(0) invert(1);
}
.c-btn--round, .c-btn--round--black {
  width: 1.42rem;
  height: 0.38rem;
  border: 0.01rem solid #0F0E0E;
  font-family: "Manrope", serif;
  font-size: 0.16rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 500;
  border-radius: 1rem;
  margin-left: auto;
}
.c-btn--round--black {
  width: 3.61rem;
  height: 0.81rem;
  background-color: #0F0E0E;
  color: white;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.19rem;
  line-height: 0.27rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin: auto;
}
.c-btn--round--black::after {
  content: "";
  width: 0.07rem;
  height: 0.11rem;
  position: absolute;
  top: 50%;
  right: 0.41rem;
  transform: translateY(-50%);
  background-image: url("../img/common/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
.c-btn--round--black:hover::after {
  right: 0.38rem;
}
.c-btn--large {
  width: 100%;
  height: 1.09rem;
  font-family: "Manrope", serif;
  font-size: 0.22rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  font-weight: 600;
  gap: 0.12rem;
  border: 0.015rem solid #0F0E0E;
  border-radius: 0.06rem;
}
.c-btn--large::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 0.02rem;
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(90%) hue-rotate(189deg) brightness(124%) contrast(89%);
}
.c-btn--large[href*="instagram.com"]::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background-image: url("../img/common/icon_instagram.svg");
}
.c-btn--large[href*="x.com"]::before {
  content: "";
  width: 0.27rem;
  height: 0.28rem;
  background-image: url("../img/common/icon_x.svg");
  margin-bottom: unset;
}

.c-list {
  display: flex;
  flex-direction: column;
  --color: #0F0E0E;
}
.c-list li {
  display: flex;
  align-items: baseline;
}
.c-list li::before {
  content: "";
  position: relative;
  top: 0.1em;
  display: block;
  flex: none;
  width: 1em;
  height: 1em;
  background: radial-gradient(var(--color) 0%, var(--color) 15%, transparent 20%, transparent 100%);
}
.c-list--num {
  padding-left: 1em;
}

.c-table {
  display: flex;
  flex-direction: column;
  gap: calc(var(--gap) * 0.01em);
}
.c-table dl {
  display: flex;
}
.c-table dl dt {
  flex: none;
  width: calc(var(--width) * 1%);
}
.c-table dl dd {
  width: calc(100% - var(--width) * 1%);
}

.c-modal--window {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}
.c-modal--close {
  position: absolute;
  top: 0.22rem;
  right: 0.23rem;
  width: 0.41rem;
  height: 0.41rem;
  border-radius: 100%;
  z-index: 10001;
  background-image: url("../img/common/icon_close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.c-modal--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #B2B2B2;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  cursor: pointer;
  transition: 0.5s;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .c-modal--bg {
    background-color: rgba(178, 178, 178, 0.5);
  }
}
.c-modal--main {
  position: relative;
  z-index: 3;
  transition: 0.5s;
  opacity: 0;
}
.c-modal--sw {
  display: none;
}
.c-modal--sw:checked ~ .c-modal--window {
  z-index: 10000;
  opacity: 1;
  pointer-events: all;
}
.c-modal--sw:checked ~ .c-modal--window .c-modal--bg {
  opacity: 1;
}
.c-modal--sw:checked ~ .c-modal--window .c-modal--main {
  opacity: 1;
}
.c-modal--content {
  position: relative;
  width: 3.57rem;
  height: calc(100svh - 0.38rem);
  background-color: white;
  border-radius: 0.16rem;
  overflow: scroll;
  padding: 1.38rem 0.28rem 1.13rem;
  color: #2C4E50;
}
@media screen and (min-width: 768px) {
  .c-modal--content {
    width: 5.4rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .c-modal--content::-webkit-scrollbar {
    display: none;
  }
}
.c-modal--content h2 {
  display: flex;
  flex-direction: column;
  gap: 0.03rem;
  margin-bottom: 0.74rem;
}
.c-modal--content h2 strong {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0.12em;
  font-weight: 500;
}
.c-modal--content h2 span {
  font-family: "Manrope", serif;
  font-size: 0.13rem;
  line-height: 0.17rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding-left: 0.3em;
}
.c-modal--list {
  display: flex;
  flex-direction: column;
  gap: 0.48rem;
}
.c-modal--list--wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}
.c-modal--list--wrapper h3 {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-modal--list--wrapper h3 {
    font-size: 0.18rem;
    line-height: 0.28rem;
  }
}
.c-modal--list--wrapper p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-modal--list--wrapper p {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.c-modal--list--wrapper a {
  text-decoration: underline;
}

.c-category-list {
  display: flex;
  gap: 0.39rem;
}
.c-category-list--heading {
  font-family: "Manrope", serif;
  font-size: 0.24rem;
  line-height: 0.33rem;
  letter-spacing: 0em;
  font-weight: 600;
  flex: none;
}
.c-category-list--main {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: -0.01em;
  font-weight: 500;
  margin-top: 0.04rem;
  color: #B4B4B4;
}
.c-category-list--main[data-category=""] [data-category=all] {
  color: #0F0E0E;
}
.c-category-list--main[data-category=branding] a[data-category=branding] {
  color: #0F0E0E;
}
.c-category-list--main[data-category=digital-art] a[data-category=digital-art] {
  color: #0F0E0E;
}
.c-category-list--main[data-category=label] a[data-category=label] {
  color: #0F0E0E;
}
.c-category-list--main[data-category=company] a[data-category=company] {
  color: #0F0E0E;
}
.c-category-list--main[data-category=works] a[data-category=works] {
  color: #0F0E0E;
}
.c-category-list--main[data-category=others] a[data-category=others] {
  color: #0F0E0E;
}

.c-article {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.34rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.c-article h1, .c-article h2 {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: -0.01em;
  font-weight: 700;
  margin-bottom: 0.26rem;
}
.c-article > * {
  margin-bottom: 0.3rem;
}
.c-article p {
  margin-bottom: 0.3rem;
}
.c-article img {
  width: 100%;
  height: auto;
}
.c-article a {
  color: #00ABBC;
  text-decoration: underline;
}
.c-article a[href$=".pdf"] {
  margin-right: 0.05rem;
}
.c-article a[href$=".pdf"]::before {
  content: "";
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  background-image: url("../img/common/icon_pdf.svg");
  margin-right: 0.12rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 0.06rem;
}
.c-article ul {
  display: flex;
  flex-direction: column;
  --color: #0F0E0E;
}
.c-article ul li {
  display: flex;
  align-items: baseline;
}
.c-article ul li::before {
  content: "";
  position: relative;
  top: 0.1em;
  display: block;
  flex: none;
  width: 1em;
  height: 1em;
  background: radial-gradient(var(--color) 0%, var(--color) 15%, transparent 20%, transparent 100%);
}
.c-article ul--num {
  padding-left: 1em;
}
.c-article ol {
  padding-left: 1em;
}
.c-article .wp-element-caption {
  text-align: center;
}

.u-width {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.swiper {
  opacity: 0;
  transition: 0.3s opacity ease;
  transition-delay: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper.swiper-initialized {
  opacity: 1;
}

.swiper-warpper {
  transition-timing-function: linear;
}

[class^=simplebar] {
  max-width: unset;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.simplebar-track {
  background: #DBE6EB !important;
  height: 0.04rem !important;
  width: 3.25rem;
  left: 50% !important;
  transform: translateX(-50%);
  border-radius: 0rem;
  overflow: hidden;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .simplebar-track {
    display: none;
  }
}

.simplebar-scrollbar {
  min-height: 0.04rem;
  background: #0A193D !important;
  border-radius: 0rem;
}
.simplebar-scrollbar::before {
  z-index: 10;
  background: #0A193D !important;
  opacity: 1 !important;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.js-fade, .js-fade--swipe {
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  pointer-events: none;
  opacity: 0;
}
.js-fade--active {
  animation: fade-appear 1.5s forwards;
}
.js-fade--swipe {
  animation-duration: 6s;
  animation-name: swipe-appear;
  width: 0.49rem;
  height: 0.98rem;
  background-image: url("../img/common/swipe.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  opacity: 0;
}

@keyframes swipe-appear {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  15% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes fade-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    pointer-events: all;
  }
}
.js-hover--zoomin {
  overflow: hidden;
}
.js-hover--zoomin img {
  transition: 1s;
}
.js-hover--zoomin:hover img {
  transform: scale(1.1);
}/*# sourceMappingURL=style.css.map */