@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
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, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

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

blockquote, q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 901px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
html {
  font-size: 0.625em;
}

body {
  font-family: var(--font-jp);
  color: var(--color-white);
  background: url(../img/bg.jpg) repeat left top/contain;
}

a {
  text-decoration: none;
}

.p-wrap {
  font-family: "zen-old-mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

.p-camera_header {
  width: 100%;
  padding: 20px 0 50px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-camera_header {
    padding: 60px 0 34px;
  }
}

.p-camera_header__title {
  width: 682px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-camera_header__title {
    width: 110%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-camera_header__title img {
  width: 100%;
  opacity: 0;
  transform: scale(1.05);
  filter: blur(10px);
  transition: opacity 0.8s var(--ease-main), transform 0.8s var(--ease-main), filter 0.8s var(--ease-main);
}
.is-load .p-camera_header__title img {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

.p-camera_main {
  position: relative;
  overflow: hidden;
  color: #4b3a22;
}

.p-camera_main__link {
  padding: 25px 0;
  background: url(../img/bg_block.png) repeat-x left top/469px auto;
  position: relative;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.8s var(--ease-main) 0.1s, transform 0.8s var(--ease-main) 0.1s, filter 0.8s var(--ease-main);
}
.is-load .p-camera_main__link {
  opacity: 1;
  filter: blur(0);
}
@media screen and (max-width: 900px) {
  .p-camera_main__link {
    padding: 20px 0 22px;
    background: url(../img/bg_block_sp.png) repeat-x left top/469px auto;
  }
}
.p-camera_main__link-item {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.p-camera_main__link-item .p-in-link {
  width: 225px;
  margin: 0 auto;
  transition: transform 0.5s var(--ease-main);
}
@media screen and (min-width: 901px) {
  .p-camera_main__link-item .p-in-link:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 900px) {
  .p-camera_main__link-item .p-in-link {
    width: 41.5%;
    max-width: 160px;
  }
}
.p-camera_main__link-deco {
  width: 15.3%;
  position: absolute;
  left: 4.7%;
  bottom: -31.4%;
  transform: translate(-10px, -3px);
  opacity: 0;
  transition: opacity 0.8s var(--ease-main) 0.3s, transform 0.8s var(--ease-bound) 0.3s;
}
.is-load .p-camera_main__link-deco {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 900px) {
  .p-camera_main__link-deco {
    width: 24%;
    max-width: 145px;
    position: absolute;
    left: 4.2%;
    bottom: -26.4%;
  }
}

.p-camera_main__about {
  padding: 50px 0 40px;
}
@media screen and (max-width: 900px) {
  .p-camera_main__about {
    padding: 22px 0 40px;
  }
}
.p-camera_main__about-title {
  line-height: 1.8;
  margin-bottom: 50px;
  font-size: 3.5rem;
  letter-spacing: -0.05em;
  text-align: center;
  transform: scaleX(1.15) translateY(8px);
  opacity: 0;
  transition: transform 0.5s var(--ease-bound), opacity 0.5s var(--ease-main);
}
.p-camera_main__about-title.p-scroll.is-active {
  opacity: 1;
  transform: scaleX(1.15);
}
@media screen and (max-width: 900px) {
  .p-camera_main__about-title {
    margin-bottom: 17px;
    font-size: 1.9rem;
    line-height: 1.7;
    letter-spacing: -0.02em;
  }
}
.p-camera_main__about-subtitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 43px;
  text-align: center;
  font-size: 2.7rem;
  letter-spacing: -0.1em;
  position: relative;
  transform: scaleX(1.15) translateY(8px);
  opacity: 0;
  transition: transform 0.5s var(--ease-bound), opacity 0.5s var(--ease-main);
}
@media screen and (max-width: 900px) {
  .p-camera_main__about-subtitle {
    margin: 0 auto 26px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-camera_main__about-subtitle::before {
  content: "";
  display: block;
  width: 4.2%;
  padding-top: 7.2%;
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translate(-100%, -50%);
  background: url(../img/img_deco-left.png) no-repeat center/contain;
}
@media screen and (max-width: 900px) {
  .p-camera_main__about-subtitle::before {
    width: 10%;
    padding-top: 16%;
    left: -2%;
  }
}
.p-camera_main__about-subtitle::after {
  content: "";
  display: block;
  width: 4.2%;
  padding-top: 7.2%;
  position: absolute;
  top: 50%;
  right: -7px;
  transform: translate(100%, -50%) rotate(180deg);
  background: url(../img/img_deco-left.png) no-repeat center/contain;
}
@media screen and (max-width: 900px) {
  .p-camera_main__about-subtitle::after {
    width: 10%;
    padding-top: 16%;
    right: -2%;
  }
}
.p-camera_main__about-subtitle.p-scroll.is-active {
  opacity: 1;
  transform: scaleX(1.15);
}
.p-camera_main__about-contents {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-camera_main__about-contents {
    width: 92%;
  }
}
.p-camera_main__about-contents-deco {
  position: absolute;
  z-index: 1;
  transform: scale(0.95);
  opacity: 0;
  transition: transform 0.8s var(--ease-bound), opacity 0.8s var(--ease-main);
}
.p-scroll.is-active .p-camera_main__about-contents-deco {
  opacity: 1;
  transform: scale(1);
}
.p-camera_main__about-contents-item {
  margin-bottom: 22px;
  padding: 4.3% 5.4%;
  background: url(../img/about/bg_about-main.svg) repeat-y center top/100% auto;
  position: relative;
  transform: translateY(8px);
  opacity: 0;
  transition: transform 0.5s var(--ease-bound) 0.1s, opacity 0.5s var(--ease-main) 0.1s;
}
.p-camera_main__about-contents-item.p-scroll.is-active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 900px) {
  .p-camera_main__about-contents-item {
    margin-bottom: 11%;
    padding: 5.7% 8.7%;
    z-index: 1;
  }
  .p-camera_main__about-contents-item:last-of-type {
    margin-bottom: 0;
  }
}
.p-camera_main__about-contents-item:nth-of-type(1) .p-camera_main__about-contents-deco {
  width: 13.6%;
  right: -14.5%;
  bottom: -9.2%;
}
@media screen and (max-width: 900px) {
  .p-camera_main__about-contents-item:nth-of-type(1) .p-camera_main__about-contents-deco {
    width: 24.3%;
    max-width: 114px;
    right: -16.3%;
    bottom: -7.8%;
  }
}
.p-camera_main__about-contents-item:nth-of-type(2) .p-camera_main__about-contents-deco {
  width: 16%;
  left: -6.9%;
  top: -10.4%;
}
@media screen and (max-width: 900px) {
  .p-camera_main__about-contents-item:nth-of-type(2) .p-camera_main__about-contents-deco {
    width: 28.2%;
    max-width: 132px;
    left: -14.4%;
    top: -2.4%;
  }
}
.p-camera_main__about-contents-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: url(../img/about/bg_about-top.svg) no-repeat center top/100% auto;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .p-camera_main__about-contents-item::before {
    background: url(../img/about/bg_about-top_sp.svg) no-repeat center top/100% auto;
  }
}
.p-camera_main__about-contents-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: url(../img/about/bg_about-bottom.svg) no-repeat center bottom/100% auto;
}
@media screen and (max-width: 900px) {
  .p-camera_main__about-contents-item::after {
    background: url(../img/about/bg_about-bottom_sp.svg) no-repeat center bottom/100% auto;
  }
}
.p-camera_main__about-contents-item-inner {
  position: relative;
  z-index: 1;
}
.p-camera_main__about-contents-item-head {
  line-height: 1.5;
  margin-bottom: 37px;
  font-size: 2.2rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
  text-align: center;
  position: relative;
  transform: scaleX(1.15) translateY(8px);
  opacity: 0;
  transition: transform 0.5s var(--ease-bound) 0.2s, opacity 0.5s var(--ease-main) 0.2s;
}
.p-scroll.is-active .p-camera_main__about-contents-item-head {
  opacity: 1;
  transform: scaleX(1.15);
}
@media screen and (max-width: 900px) {
  .p-camera_main__about-contents-item-head {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.p-camera_main__about-contents-item-head .p-in-text {
  padding-bottom: 7px;
}
.p-camera_main__about-contents-item-head .p-in-deco {
  width: 86.8%;
  margin: 0 auto;
}
.p-camera_main__about-contents-item-head .p-in-deco img {
  width: 100%;
}
.p-camera_main__about-contents-item-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .p-camera_main__about-contents-item-list {
    display: block;
  }
}
.p-camera_main__about-contents-item-list .p-in-item {
  width: 22%;
  transform: translateY(8px);
  opacity: 0;
  transition: transform 0.8s var(--ease-bound) 0.2s, opacity 0.8s var(--ease-main) 0.2s;
}
.p-camera_main__about-contents-item-list .p-in-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-camera_main__about-contents-item-list .p-in-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-camera_main__about-contents-item-list .p-in-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-camera_main__about-contents-item-list .p-in-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-camera_main__about-contents-item-list .p-in-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-camera_main__about-contents-item-list .p-in-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-camera_main__about-contents-item-list .p-in-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-camera_main__about-contents-item-list .p-in-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-camera_main__about-contents-item-list .p-in-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-camera_main__about-contents-item-list .p-in-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-scroll.is-active .p-camera_main__about-contents-item-list .p-in-item {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 900px) {
  .p-camera_main__about-contents-item-list .p-in-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0.1fr 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-bottom: 18px;
  }
}
.p-camera_main__about-contents-item-list .p-in-item .p-in-num {
  width: 100%;
  margin-bottom: 10px;
  color: #8c7350;
  font-size: 3.6rem;
  font-family: "magister", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-camera_main__about-contents-item-list .p-in-item .p-in-num {
    grid-area: 1/2/2/3;
    font-size: 2.5rem;
    font-weight: 500;
  }
}
.p-camera_main__about-contents-item-list .p-in-item .p-in-num-text {
  transform: scaleY(0.85);
}
.p-camera_main__about-contents-item-list .p-in-item .p-in-num-bg {
  width: 70%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .p-camera_main__about-contents-item-list .p-in-item .p-in-num-bg {
    width: 80%;
  }
}
.p-camera_main__about-contents-item-list .p-in-item .p-in-image {
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  .p-camera_main__about-contents-item-list .p-in-item .p-in-image {
    width: 85%;
    margin-bottom: 0;
    grid-area: 1/1/3/2;
  }
}
.p-camera_main__about-contents-item-list .p-in-item .p-in-text {
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 900px) {
  .p-camera_main__about-contents-item-list .p-in-item .p-in-text {
    grid-area: 2/2/3/3;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}