/**
 * 
 * Name: NAPA
 * Author: Takumi Matsuyama
 * 
 */
html, body, main, div, section, article,
header, footer, nav, h1, h2, h3, h4, h5, h6,
ul, li, ol, table, tbody, tr, th, td,
a, button, p, span, b, strong, small, blockquote,
canvas, figure, picture, img, audio, video,
form, label, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: initial;
  vertical-align: baseline;
}

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

a {
  display: inline-block;
  color: initial;
  background-color: transparent;
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 90%;
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
  vertical-align: top;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  color: initial;
  outline: none;
  text-align: left;
  -webkit-appearance: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
  background-color: transparent;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}
@charset "UTF-8";
html {
  font-size: 0.7142857153vw;
}
@media only screen and (max-width: 980px) {
  html {
    height: -webkit-fill-available;
    height: 100svh;
    font-size: 2.666666667vw;
  }
  html body {
    min-height: 100svh;
    max-height: 100svh;
  }
}
html.wf-loading {
  opacity: 0;
  visibility: hidden;
}

@font-face {
  font-family: "QuadrantTextMono";
  src: url("./assets/font/QuadrantTextMono-Regular.woff");
  font-weight: 300;
}
h1, h2, h3, h4, h5, h6, a, p, span, button, b, strong, label, input, textarea, select, th, td {
  font-family: fot-tsukuaoldmin-pr6n, ryo-gothic-plusn, serif, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.65;
  color: #F5F4F0;
  font-feature-settings: "pkna" 1;
  -webkit-font-feature-settings: "pkna" 1;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1:before, h1:after, h2:before, h2:after, h3:before, h3:after, h4:before, h4:after, h5:before, h5:after, h6:before, h6:after, a:before, a:after, p:before, p:after, span:before, span:after, button:before, button:after, b:before, b:after, strong:before, strong:after, label:before, label:after, input:before, input:after, textarea:before, textarea:after, select:before, select:after, th:before, th:after, td:before, td:after {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-feature-settings: inherit;
  -webkit-font-feature-settings: inherit;
}
@media only screen and (max-width: 980px) {
  h1, h2, h3, h4, h5, h6, a, p, span, button, b, strong, label, input, textarea, select, th, td {
    font-size: 1.6rem;
  }
}

a *, button * {
  pointer-events: none;
}

.roboto,
.roboto * {
  font-family: "roboto-mono", monospace, ryo-gothic-plusn, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", system-ui, serif, sans-serif;
  font-weight: 400;
}

.quadrant,
.quadrant * {
  font-family: "QuadrantTextMono", fot-tsukuaoldmin-pr6n, ryo-gothic-plusn, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", system-ui, serif, sans-serif;
  font-weight: 300;
  line-height: 1;
}

.desktop {
  display: block;
}

.smart {
  display: none;
}

@media only screen and (max-width: 980px) {
  .desktop {
    display: none;
  }
  .smart {
    display: block;
  }
}
.flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-start {
  justify-content: flex-start;
}

.flex-center {
  justify-content: center;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.nowrap {
  flex-wrap: nowrap;
}

.ratio-fixed {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  backface-visibility: hidden;
}
.ratio-fixed img,
.ratio-fixed video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
}
.ratio-fixed.dead_apple {
  padding-top: 0 !important;
}
.ratio-fixed.dead_apple img,
.ratio-fixed.dead_apple video {
  position: relative;
}
body {
  position: relative;
  overscroll-behavior: none;
  -webkit-overscroll-behavior: none;
}

.body_fix {
  overflow: hidden;
}

main {
  position: relative;
  overscroll-behavior: none;
  -webkit-overscroll-behavior: none;
  overflow: hidden;
}

.mask {
  overflow: hidden;
}
.vertical_text {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  font-feature-settings: initial;
  -webkit-font-feature-settings: initial;
}

.sticky {
  position: sticky;
  height: fit-content;
}

.icon {
  position: relative;
  display: inline-block;
  padding-right: 1.6rem;
}
.icon i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 1.2rem;
  height: 1.2rem;
  overflow: hidden;
}
.icon i:before, .icon i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s ease-in-out, opacity 0.2s 0.2s ease-in-out;
  background-image: url("./assets/image/icon/arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon i:before {
  transform: translate3d(-100%, 100%, 0);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
@media only screen and (max-width: 980px) {
  .icon {
    padding-right: 1.2rem;
  }
  .icon i {
    width: 1rem;
    height: 1rem;
  }
}
@media only screen and (min-width: 980px) {
  .icon:hover i:before {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition: transform 0.4s ease-in-out, opacity 0.2s 0.2s ease-in-out;
  }
  .icon:hover i:after {
    transform: translate3d(100%, -100%, 0);
    opacity: 0;
    transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  }
}

@media only screen and (min-width: 980px) {
  a:hover .icon i:before, button:hover .icon i:before {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition: transform 0.4s ease-in-out, opacity 0.2s 0.2s ease-in-out;
  }
  a:hover .icon i:after, button:hover .icon i:after {
    transform: translate3d(100%, -100%, 0);
    opacity: 0;
    transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  }
}

.underline {
  position: relative;
  padding-bottom: 0.4rem;
}
.underline:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #1A1A1A;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.16, 0.97, 0.32, 1), transform 0.4s cubic-bezier(0.16, 0.97, 0.32, 1);
}
.underline.ivory:after {
  background-color: #F7E9E1;
}
.underline.red:after {
  background-color: #81333C;
}
@media only screen and (min-width: 980px) {
  .underline:hover:after {
    transform: scaleX(0);
    transform-origin: right;
  }
}
@media only screen and (max-width: 980px) {
  .underline {
    padding-bottom: 0.2rem;
  }
}

@media only screen and (min-width: 980px) {
  a:hover .underline:after, button:hover .underline:after {
    transform: scaleX(0);
    transform-origin: right;
  }
}

.endless {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  flex-wrap: nowrap;
  margin: auto;
  width: calc((100% - 2px) / 3);
  transform: translate3d(0, 100%, 0);
  background-color: #000000;
  border-top: 1px solid rgba(245, 244, 240, 0.6);
  overflow: hidden;
  z-index: 10;
}
.endless .wrap {
  position: relative;
  flex-wrap: nowrap;
  width: fit-content;
  white-space: nowrap;
}
.endless .wrap .item {
  position: relative;
  margin-right: 8rem;
  padding: 0.6rem 0;
  padding-right: 10rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
.endless .wrap .item i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  margin: auto;
  width: fit-content;
  height: fit-content;
}
.endless .wrap .item i:before, .endless .wrap .item i:after {
  content: "";
  display: inline-block;
  margin: auto;
  background-image: url("./assets/image/icon/arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.endless .wrap .item i:before {
  margin-right: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("./assets/image/icon/arrow.svg");
  transform: rotate(45deg);
}
.endless .wrap .item i:after {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("./assets/image/icon/instagram.svg");
}
.endless .wrap:nth-of-type(odd) {
  animation: endless 50s -25s linear infinite forwards;
}
.endless .wrap:nth-of-type(even) {
  animation: endless_2 50s linear infinite forwards;
}
.endless .re:nth-of-type(odd), .endless .re:nth-of-type(even) {
  animation-direction: reverse;
}
.endless.show {
  transform: translate3d(0, 0%, 0);
}
@media only screen and (max-width: 980px) {
  .endless {
    width: 100%;
  }
}

@keyframes endless {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes endless_2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
@charset "UTF-8";
header {
  position: relative;
  z-index: 10;
}
header .shadow.up {
  position: fixed;
}
header .mask {
  display: block;
  font-size: 1.1rem;
}
header .mask .text {
  font-size: 1.1rem;
}
header .default .mask .text {
  display: inline-block;
}
header .scroll {
  position: absolute;
  top: 0;
  z-index: -1;
}
header .scroll * {
  font-size: 1.3rem;
}
header .scroll .mask .text {
  transform: translate3d(0, 100%, 0);
}
header .scroll .wrap {
  display: none;
  z-index: 1;
}
header .scroll.open {
  background-color: #F5F4F0;
  z-index: 2;
}
header .scroll.open * {
  color: #000000;
}
header .scroll.open .wrap {
  display: block;
}
header .scroll.open .wrap * {
  display: inline-block;
}
header .info_wrap {
  position: fixed;
  top: 2rem;
  left: 2rem;
  z-index: 5;
}
header .info_wrap .scroll {
  left: 0;
}
header .info_wrap .scroll .wrap {
  width: 24rem;
}
header .info_wrap .scroll .wrap * {
  font-size: 1.3rem;
}
header .info_wrap .scroll .wrap p {
  margin-top: 2rem;
}
header .info_wrap .scroll .wrap p a i:before, header .info_wrap .scroll .wrap p a i:after {
  background-image: url("./assets/image/icon/arrow_b.svg");
}
header .info_wrap .scroll.open {
  top: -1.2rem;
  left: -1.2rem;
  padding: 1.2rem 3rem 3rem 1.2rem;
}
header .button_wrap {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 66.6666666667svh;
  overflow: hidden;
}
header .button_wrap button {
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 16rem;
}
header .button_wrap h1 {
  margin: auto;
  margin-bottom: 0;
  width: 100%;
  height: fit-content;
  text-align: center;
}
header .button_wrap h1 img {
  display: inline-block;
  margin: auto;
}
header .button_wrap h1.fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 6rem;
  background-color: rgb(0, 0, 0);
  border-bottom: 1px solid rgba(245, 244, 240, 0.6);
}
header .button_wrap .scroll_text {
  position: fixed;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 10;
}
header .button_wrap .scroll_text .text {
  display: inline-block;
  font-size: 1.2rem;
}
header .button_wrap .scroll_text.none {
  opacity: 0;
  transition: all 0.2s ease;
}
header .nav_wrap {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 5;
  text-align: right;
}
header .nav_wrap .scroll {
  right: 0;
}
header .nav_wrap .scroll .wrap {
  margin-top: 2rem;
}
header .nav_wrap .scroll.open {
  top: -1.2rem;
  right: -1.2rem;
  padding: 1.2rem 1.2rem 3rem 3rem;
}
header .nav_wrap .scroll.open * {
  font-size: 1.1rem;
}
header.scrolled .scroll {
  z-index: 2;
}
@media only screen and (max-width: 980px) {
  header .scroll * {
    font-size: 1.2rem;
  }
  header .scroll .mask .text {
    transform: translate3d(0, 0%, 0);
  }
  header .info_wrap {
    top: 1.6rem;
    left: 0.8rem;
  }
  header .info_wrap .scroll.open {
    top: -0.4rem;
    left: -0.4rem;
    padding: 0.4rem 2rem 2rem 0.4rem;
  }
  header .button_wrap {
    position: relative;
  }
  header .button_wrap button {
    top: 1.2rem;
    width: 11rem;
  }
  header .button_wrap h1 {
    margin-bottom: auto;
  }
  header .button_wrap h1.fix {
    height: 5rem;
  }
  header .button_wrap .scroll_text {
    position: absolute;
    top: initial;
    left: 0;
    right: 0;
    bottom: 30%;
    display: block;
    text-align: center;
  }
  header .button_wrap .scroll_text.none {
    opacity: initial;
    transition: all 0s ease;
  }
  header .button_wrap .scroll_text.scrolled .text {
    transform: translate3d(0, -100%, 0);
    transition: all 0.1s ease;
  }
  header .nav_wrap {
    top: 1.6rem;
    right: 0.8rem;
  }
  header .nav_wrap .scroll.open {
    top: -0.4rem;
    right: -0.4rem;
    padding: 0.4rem 0.4rem 2rem 2rem;
  }
}

.shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.bg .visual {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg .noise {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
}

.contents {
  position: relative;
  border-top: 1px solid rgba(245, 244, 240, 0.6);
}
.contents .contents_wrap {
  width: calc((100% - 2px) / 3);
  border-right: 1px solid rgba(245, 244, 240, 0.6);
}
.contents .contents_wrap.fix {
  position: sticky;
  top: 6rem;
  left: 0;
  height: calc(100svh - 6rem);
}
@media only screen and (max-width: 980px) {
  .contents .contents_wrap {
    width: 100%;
    border-right: none;
  }
}
.contents .data_wrap .mask {
  position: absolute;
  top: 0;
  left: 2rem;
  bottom: 6rem;
  display: block;
  margin: auto;
  width: fit-content;
  height: fit-content;
}
.contents .data_wrap .mask .logo {
  display: block;
  margin: auto 0;
  width: 16rem;
  width: auto;
  height: 6rem;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
.contents .data_wrap .fix {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  font-size: 1.3rem;
}
.contents .data_wrap .fix a {
  display: inline-block;
  font-size: 1.3rem;
}
.contents .image_wrap {
  border-right: none;
}
.contents .image_wrap img {
  height: 100%;
  object-fit: cover;
}
.contents .main main h2 {
  font-size: 4.2rem;
  line-height: 1;
}
.contents .main main .heading {
  display: inline-block;
  margin-right: 2rem;
  font-size: 1.2rem;
  vertical-align: top;
}
.contents .main main .introduction {
  margin-top: 3rem;
}
.contents .main main .kv {
  display: block;
  width: 66%;
}
@media only screen and (max-width: 980px) {
  .contents .main main h2 {
    font-size: 3.5rem;
  }
  .contents .main main .heading {
    margin-right: 0.8rem;
    font-size: 1.1rem;
  }
  .contents .main main .introduction {
    margin-top: 2.4rem;
  }
}
.contents .main main .concept {
  padding: 15rem 2rem 6rem;
}
.contents .main main .concept .kv {
  margin: 3.5rem auto;
}
@media only screen and (max-width: 980px) {
  .contents .main main .concept {
    padding: 4.8rem 1.6rem 6rem;
  }
  .contents .main main .concept .kv {
    margin: 3rem auto;
  }
}
.contents .main main .f_d {
  padding: 9.6rem 2rem 6rem;
}
.contents .main main .f_d .kv {
  margin: 7rem auto;
}
.contents .main main .f_d ul {
  counter-reset: num;
}
.contents .main main .f_d ul li {
  position: relative;
  padding-top: 2.4rem;
  margin-bottom: 2.4rem;
  width: calc(50% - 0.4rem);
  height: fit-content;
  counter-increment: num;
}
.contents .main main .f_d ul li:before {
  content: counter(num);
  position: absolute;
  top: 0.1rem;
  left: 0.4rem;
  display: inline-block;
  font-family: "QuadrantTextMono", fot-tsukuaoldmin-pr6n, ryo-gothic-plusn, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", system-ui, serif, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  color: #f5f4f4;
}
.contents .main main .f_d ul li .vertical_text {
  display: block;
  height: 26rem;
  font-size: 1.3rem;
  line-height: 1.3;
  text-orientation: sideways;
  -webkit-text-orientation: sideways;
}
.contents .main main .f_d ul li img {
  width: 81%;
  height: fit-content;
  height: 26rem;
}
@media only screen and (max-width: 980px) {
  .contents .main main .f_d {
    padding: 6rem 1.6rem 4.8rem;
  }
  .contents .main main .f_d .kv {
    margin: 6rem auto;
  }
  .contents .main main .f_d ul li {
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
  .contents .main main .f_d ul li:before {
    top: 0.1rem;
    left: 0.4rem;
    font-size: 1.2rem;
  }
  .contents .main main .f_d ul li .vertical_text {
    height: 22rem;
    font-size: 1.1rem;
  }
  .contents .main main .f_d ul li img {
    height: 22rem;
  }
}
.contents .main main .gallery {
  position: relative;
  padding: 6rem 2rem 9.6rem;
}
.contents .main main .gallery .introduction {
  margin-bottom: 3.5rem;
}
.contents .main main .gallery .images {
  position: relative;
  height: 125rem;
  counter-reset: num;
}
.contents .main main .gallery .images li {
  position: absolute;
  display: block;
  counter-increment: num;
}
.contents .main main .gallery .images li:before {
  content: "[" counter(num) "]";
  position: absolute;
  display: inline-block;
  font-family: "QuadrantTextMono", fot-tsukuaoldmin-pr6n, ryo-gothic-plusn, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", system-ui, serif, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  color: #f5f4f4;
}
.contents .main main .gallery .images li:nth-of-type(1) {
  top: 0;
  right: 2.5rem;
  width: 15rem;
}
.contents .main main .gallery .images li:nth-of-type(1):before {
  top: 0;
  left: -3rem;
}
.contents .main main .gallery .images li:nth-of-type(2) {
  top: 8rem;
  left: 2rem;
  width: 19rem;
}
.contents .main main .gallery .images li:nth-of-type(2):before {
  top: 0;
  left: -3rem;
}
.contents .main main .gallery .images li:nth-of-type(3) {
  top: 22rem;
  left: 15rem;
  width: 10.8rem;
}
.contents .main main .gallery .images li:nth-of-type(3):before {
  top: -2rem;
  right: 0;
}
.contents .main main .gallery .images li:nth-of-type(4) {
  top: 15rem;
  right: -2rem;
  width: 15rem;
}
.contents .main main .gallery .images li:nth-of-type(4):before {
  left: 0;
  bottom: -2rem;
}
.contents .main main .gallery .images li:nth-of-type(5) {
  top: 39rem;
  left: -2rem;
  width: 15rem;
}
.contents .main main .gallery .images li:nth-of-type(5):before {
  right: 0;
  bottom: -2rem;
}
.contents .main main .gallery .images li:nth-of-type(6) {
  top: 44rem;
  right: 10rem;
  width: 15rem;
  z-index: 1;
}
.contents .main main .gallery .images li:nth-of-type(6):before {
  left: 0;
  bottom: -2rem;
}
.contents .main main .gallery .images li:nth-of-type(7) {
  top: 51rem;
  right: 2.5rem;
  width: 15rem;
}
.contents .main main .gallery .images li:nth-of-type(7):before {
  left: -3rem;
  bottom: 0;
}
.contents .main main .gallery .images li:nth-of-type(8) {
  top: 66rem;
  left: -2rem;
  width: 19rem;
}
.contents .main main .gallery .images li:nth-of-type(8):before {
  right: 0;
  bottom: -2rem;
}
.contents .main main .gallery .images li:nth-of-type(9) {
  top: 78rem;
  right: -2rem;
  width: 22.5rem;
}
.contents .main main .gallery .images li:nth-of-type(9):before {
  left: 0;
  bottom: -2rem;
}
.contents .main main .gallery .images li:nth-of-type(10) {
  top: 90rem;
  left: 2rem;
  width: 13rem;
}
.contents .main main .gallery .images li:nth-of-type(10):before {
  top: 0;
  left: -3rem;
}
.contents .main main .gallery .images li:nth-of-type(11) {
  top: 96rem;
  right: -2rem;
  width: 11rem;
  z-index: 1;
}
.contents .main main .gallery .images li:nth-of-type(11):before {
  top: 0;
  left: -3rem;
}
.contents .main main .gallery .images li:nth-of-type(12) {
  top: 100rem;
  right: 2rem;
  width: 19rem;
}
.contents .main main .gallery .images li:nth-of-type(12):before {
  right: 0;
  bottom: -2rem;
}
.contents .main main .gallery .caption {
  writing-mode: vertical-rl;
}
.contents .main main .gallery .caption li {
  text-orientation: sideways;
}
.contents .main main .gallery .caption li span {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.5;
}
.contents .main main .gallery .modal {
  display: none;
}
.contents .main main .gallery .modal.show {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 50;
}
.contents .main main .gallery .modal.show .wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.contents .main main .gallery .modal.show .wrap .content {
  margin: auto;
}
.contents .main main .gallery .modal.show .wrap .content * {
  display: inline-block;
  line-height: 1.5;
}
.contents .main main .gallery .modal.show .wrap .content .num {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
}
.contents .main main .gallery .modal.show .wrap .content button {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
}
.contents .main main .gallery .modal.show .wrap .content img {
  margin: 4.4rem auto;
  padding: 1.6rem;
  width: calc(100svh - 12rem);
  height: calc(100svh - 12rem);
}
.contents .main main .gallery .modal.show .wrap .content .text {
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  display: block;
}
@media only screen and (max-width: 980px) {
  .contents .main main .gallery {
    padding: 4.8rem 1.6rem 6rem;
  }
  .contents .main main .gallery .introduction {
    margin-bottom: 3rem;
  }
  .contents .main main .gallery .images {
    height: 105rem;
  }
  .contents .main main .gallery .images li:before {
    font-size: 1.1rem;
  }
  .contents .main main .gallery .images li:nth-of-type(1) {
    right: 2rem;
    width: 12rem;
  }
  .contents .main main .gallery .images li:nth-of-type(1):before {
    left: -2.4rem;
  }
  .contents .main main .gallery .images li:nth-of-type(2) {
    top: 6rem;
    left: 1.6rem;
    width: 15rem;
  }
  .contents .main main .gallery .images li:nth-of-type(2):before {
    left: -2.4rem;
  }
  .contents .main main .gallery .images li:nth-of-type(3) {
    top: 19rem;
    left: 11.5rem;
    width: 8.6rem;
  }
  .contents .main main .gallery .images li:nth-of-type(3):before {
    top: -1.6rem;
  }
  .contents .main main .gallery .images li:nth-of-type(4) {
    top: 12rem;
    right: -1.6rem;
    width: 12rem;
  }
  .contents .main main .gallery .images li:nth-of-type(4):before {
    bottom: -1.6rem;
  }
  .contents .main main .gallery .images li:nth-of-type(5) {
    top: 33rem;
    left: -1.6rem;
    width: 12rem;
  }
  .contents .main main .gallery .images li:nth-of-type(5):before {
    bottom: -1.6rem;
  }
  .contents .main main .gallery .images li:nth-of-type(6) {
    top: 35rem;
    right: 8rem;
    width: 11.5rem;
  }
  .contents .main main .gallery .images li:nth-of-type(6):before {
    bottom: -1.6rem;
  }
  .contents .main main .gallery .images li:nth-of-type(7) {
    top: 42rem;
    right: 2rem;
    width: 12rem;
  }
  .contents .main main .gallery .images li:nth-of-type(7):before {
    left: -2.4rem;
  }
  .contents .main main .gallery .images li:nth-of-type(8) {
    top: 51rem;
    left: -1.6rem;
    width: 15rem;
  }
  .contents .main main .gallery .images li:nth-of-type(8):before {
    bottom: -1.6rem;
  }
  .contents .main main .gallery .images li:nth-of-type(9) {
    top: 61rem;
    right: -1.6rem;
    width: 18rem;
  }
  .contents .main main .gallery .images li:nth-of-type(9):before {
    bottom: -1.6rem;
  }
  .contents .main main .gallery .images li:nth-of-type(10) {
    top: 75rem;
    left: 2.5rem;
    width: 11rem;
  }
  .contents .main main .gallery .images li:nth-of-type(10):before {
    left: -2.4rem;
  }
  .contents .main main .gallery .images li:nth-of-type(11) {
    top: 77rem;
    right: -1.6rem;
    width: 9rem;
  }
  .contents .main main .gallery .images li:nth-of-type(11):before {
    left: -2.4rem;
  }
  .contents .main main .gallery .images li:nth-of-type(12) {
    top: 81rem;
    right: 1.6rem;
    width: 15rem;
  }
  .contents .main main .gallery .images li:nth-of-type(12):before {
    bottom: -1.6rem;
  }
  .contents .main main .gallery .caption li span {
    font-size: 1.1rem;
  }
  .contents .main main .gallery .modal.show .wrap {
    margin: auto;
  }
  .contents .main main .gallery .modal.show .wrap .content {
    margin: auto;
    margin: auto 0.8rem;
  }
  .contents .main main .gallery .modal.show .wrap .content .num,
  .contents .main main .gallery .modal.show .wrap .content button,
  .contents .main main .gallery .modal.show .wrap .content .text {
    position: relative;
    left: initial;
    right: initial;
    bottom: initial;
  }
  .contents .main main .gallery .modal.show .wrap .content img {
    margin: 0.8rem auto;
    padding: 0;
    width: calc(100vw - 1.6rem);
    height: calc(100vw - 1.6rem);
  }
}
.contents .main main .information {
  padding: 0 2rem 7rem;
}
.contents .main main .information .logo {
  display: block;
  margin: auto;
  width: auto;
  height: 6rem;
}
.contents .main main .information ul {
  margin-top: 4.8rem;
}
.contents .main main .information ul li {
  margin-bottom: 1.6rem;
  width: 32%;
}
.contents .main main .information ul li * {
  font-size: 1.3rem;
}
.contents .main main .information ul li span {
  display: block;
}
.contents .main main .information .recruit .kv {
  margin: 4.8rem auto;
}
.contents .main main .information .recruit .link_wrap {
  margin-top: 4.8rem;
  text-align: center;
}
.contents .main main .information .recruit .link_wrap a {
  display: inline-block;
  color: #BA1C22;
  line-height: 1;
}
.contents .main main .information .recruit .link_wrap a span {
  position: relative;
  padding-right: 2rem;
  color: #BA1C22;
  line-height: 1;
}
.contents .main main .information .recruit .link_wrap a span i {
  width: 2rem;
  height: 2rem;
}
.contents .main main .information .recruit .link_wrap a span i:before, .contents .main main .information .recruit .link_wrap a span i:after {
  background-image: url("./assets/image/icon/arrow_r.svg");
}
@media only screen and (max-width: 980px) {
  .contents .main main .information {
    padding: 0 1.6rem 6rem;
  }
  .contents .main main .information .logo {
    height: 5rem;
  }
  .contents .main main .information ul {
    margin-top: 3.5rem;
  }
  .contents .main main .information ul li {
    margin-bottom: 1.2rem;
  }
  .contents .main main .information ul li * {
    font-size: 1.1rem;
  }
  .contents .main main .information .recruit .kv {
    margin: 3.5rem auto;
  }
  .contents .main main .information .recruit .link_wrap {
    margin-top: 3.5rem;
  }
  .contents .main main .information .recruit .link_wrap a span {
    padding-right: 1.6rem;
  }
  .contents .main main .information .recruit .link_wrap a span i:after {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.contents .main footer {
  position: relative;
  padding: 7rem 0 12rem;
  text-align: center;
  border-top: 1px solid rgba(245, 244, 240, 0.6);
}
.contents .main footer * {
  color: #F5F4F0;
}
.contents .main footer span {
  display: block;
  font-size: 1.2rem;
}
.contents .main footer a {
  display: inline-block;
  margin: 3.5rem auto;
}
.contents .main footer a img {
  display: block;
  margin: auto;
  width: auto;
  height: 3.5rem;
}
@media only screen and (max-width: 980px) {
  .contents .main footer {
    padding: 4.8rem 0 9.6rem;
  }
  .contents .main footer span {
    font-size: 1.1rem;
  }
  .contents .main footer a {
    margin: 3rem auto;
  }
  .contents .main footer a img {
    height: 3rem;
  }
}