@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 {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

body {
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
}

.l-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/bg_marble.jpg) no-repeat center center;
  background-size: cover;
}

.l-wrap {
  position: relative;
  min-height: 100vh;
}
@media screen and (min-width: 960px) {
  .l-wrap {
    display: flex;
  }
}

.l-content {
  position: relative;
  background: url(../img/bg_red.jpg) repeat 0 0;
  background-size: 400px;
  padding: 8px 0;
}
@media screen and (min-width: 960px) {
  .l-content {
    padding: 0 20px;
  }
}
.l-content::before {
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.18) 100%);
}
@media screen and (min-width: 960px) {
  .l-content {
    flex-grow: 1;
    margin-right: 3.5%;
    word-break: break-all;
  }
}
.l-content__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.l-content__frame::before {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/line_sp.png) repeat-x left bottom;
  background-size: 2px;
}
@media screen and (min-width: 960px) {
  .l-content__frame::before {
    width: 18px;
    height: 100%;
    background: url(../img/line_pc.png) repeat-y left top;
    background-size: 18px;
  }
}
.l-content__frame::after {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scaleY(-1);
  background: url(../img/line_sp.png) repeat-x left top;
  background-size: 2px;
}
@media screen and (min-width: 960px) {
  .l-content__frame::after {
    bottom: auto;
    top: 0;
    width: 18px;
    height: 100%;
    background: url(../img/line_pc.png) repeat-y left top;
    background-size: 18px;
    transform: scaleX(-1);
  }
}
.l-content__deco {
  position: absolute;
  top: 0;
  right: 4%;
  transform: translateY(-82%);
  width: 31%;
}
.l-content__inner {
  position: relative;
  z-index: 1;
  padding: 77px 0 70px;
}
@media screen and (min-width: 960px) {
  .l-content__inner {
    padding: 72px 0 0;
  }
}
@media screen and (min-width: 960px) {
  .l-content__main {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 87%;
  }
}

.l-footer {
  padding: 69px 5% 68px;
}
@media screen and (min-width: 960px) {
  .l-footer {
    padding: 86px 5% 68px;
  }
}
.l-footer__share-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-footer__share-ttl {
  font-family: "EB Garamond", serif;
  font-weight: 700;
  height: 100%;
  color: #a8821c;
  font-size: 14px;
  letter-spacing: 1px;
  flex-shrink: 0;
  margin-right: 23px;
}
@media screen and (min-width: 960px) {
  .l-footer__share-ttl {
    font-size: 16px;
  }
}
.l-footer__share-list {
  display: flex;
  align-items: center;
}
.l-footer__share-list-item {
  width: 24px;
}
@media screen and (min-width: 960px) {
  .l-footer__share-list-item {
    width: 28px;
  }
}
.l-footer__share-list-item + .l-footer__share-list-item {
  margin-left: 21px;
}
.l-footer__share-list-item a {
  display: block;
}
@media (hover: hover) {
  .l-footer__share-list-item a:hover svg {
    fill: #c80000;
  }
}
.l-footer__share-list-item a svg {
  fill: #a8821c;
  transition: fill 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-footer__anilink {
  margin-top: 44px;
}
@media screen and (min-width: 960px) {
  .l-footer__anilink {
    margin-top: 0;
  }
}
.l-footer__anilink-list {
  display: flex;
  justify-content: center;
}
.l-footer__anilink-list-item + .l-footer__anilink-list-item {
  margin-left: 8px;
}
@media screen and (min-width: 960px) {
  .l-footer__anilink-list-item + .l-footer__anilink-list-item {
    margin-left: 15px;
  }
}
.l-footer__anilink-list-item a {
  text-decoration: none;
  color: #a8821c;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  font-size: 12px;
  letter-spacing: 1.5px;
}
@media (hover: hover) {
  .l-footer__anilink-list-item a:hover {
    color: #ffffff;
  }
}
@media screen and (min-width: 960px) {
  .l-footer__anilink-list-item a {
    color: #cdb576;
  }
}
@media screen and (min-width: 960px) {
  .l-footer__anilink-list-item a {
    letter-spacing: 1px;
    font-size: 17px;
  }
}
.l-footer__text {
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .l-footer__text {
    font-size: 12px;
    margin-top: 23px;
    color: #ffffff;
  }
}
.l-footer__copy {
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
  margin-top: 9px;
}
@media screen and (min-width: 960px) {
  .l-footer__copy {
    font-size: 12px;
    margin-top: 3px;
    color: #ffffff;
  }
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  z-index: 1;
}
.is-load .l-loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}

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

@media screen and (min-width: 960px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
.p-hero {
  padding: 13% 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-hero {
    width: 400px;
    min-height: 100vh;
    height: 100%;
    flex-shrink: 0;
    padding: 3.5% 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
  }
}
.p-hero__deco {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22%;
  transform: translateY(100%);
}
.is-load .p-hero__deco {
  transform: translateY(20%);
  transition: transform 0.7s cubic-bezier(0.76, 0, 0.24, 1);
  transition-delay: 1s;
}
.is-load .p-hero__deco img {
  transform: translateY(-20%);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
.p-hero__logo {
  margin: 0 auto;
  width: 80%;
  transform: scale(0.9);
  opacity: 0;
}
.is-load .p-hero__logo {
  opacity: 1;
  transform: scale(1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.1s;
}
@media screen and (min-width: 960px) {
  .p-hero__logo {
    width: 81%;
  }
}
.p-hero__camera {
  margin-top: 49px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-hero__camera {
    margin-top: 24%;
    margin-bottom: 98px;
  }
}
.p-hero__camera-text {
  font-weight: 700;
  margin-bottom: 19px;
  transform: translateY(35px);
  opacity: 0;
}
.is-load .p-hero__camera-text {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.6s;
}
@media screen and (min-width: 960px) {
  .p-hero__camera-text {
    font-size: 24px;
  }
}
.p-hero__camera-btn {
  margin: 0 auto;
  width: 40%;
  transform: translateY(35px);
  opacity: 0;
}
.is-load .p-hero__camera-btn {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
@media screen and (min-width: 960px) {
  .p-hero__camera-btn {
    width: 45%;
  }
}
.p-hero__camera-btn a {
  display: block;
}
@media (hover: hover) {
  .p-hero__camera-btn a:hover img {
    transform: scale(0.97);
    opacity: 0.8;
  }
}
.p-hero__camera-btn a img {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-head {
  text-align: center;
  color: #cdb576;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 57px;
  transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 959px) {
  .p-head.is-active {
    opacity: 1;
    transform: translateY(0);
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
@media screen and (min-width: 960px) {
  .p-head {
    padding: 0 8%;
    padding-bottom: 27px;
    font-size: 26px;
  }
  .is-load .p-head {
    opacity: 1;
    transform: translateY(0);
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition-delay: 0.2s;
  }
}
.p-head::before {
  content: "";
  width: 115px;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/deco_ttl.png) no-repeat center center;
  background-size: contain;
}

.p-box {
  color: #ffffff;
  margin: 0 auto;
  width: 86.5%;
}
@media screen and (min-width: 960px) {
  .p-box {
    width: 50%;
    margin: 0;
    padding: 0 2.5%;
  }
}
@media screen and (max-width: 959px) {
  .p-box + .p-box {
    position: relative;
    padding-top: 59px;
    margin-top: 60px;
  }
  .p-box + .p-box::before {
    content: "";
    width: 100vw;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #cdb576;
  }
}
.p-box__ttl {
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
  transform: translateY(30px);
  opacity: 0;
}
.p-box.is-active .p-box__ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 960px) {
  .p-box__ttl {
    font-size: 19px;
    letter-spacing: 3px;
    margin-bottom: 32px;
  }
}
.p-box__step-item {
  width: 100%;
  margin-bottom: 4%;
  display: flex;
  flex-direction: column;
  transform: translateY(30px);
  opacity: 0;
  position: relative;
  padding: 11.5% 0 7%;
}
.p-box__step-item::before {
  content: "";
  width: 100%;
  padding-top: 7%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/deco_step_top.png) no-repeat center top;
  background-size: contain;
}
.p-box__step-item::after {
  content: "";
  width: 100%;
  padding-top: 2%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/deco_step_bottom.png) no-repeat center bottom;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .p-box__step-item.is-active {
    opacity: 1;
    transform: translateY(0);
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
@media screen and (min-width: 960px) {
  .p-box__step-item {
    padding: 12% 0 6%;
    margin-right: 2.8%;
    margin-bottom: 3%;
  }
  .p-box.is-active .p-box__step-item {
    opacity: 1;
    transform: translateY(0);
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition-delay: 0.2s;
  }
}
.p-box__step-item:last-of-type {
  margin-right: 0;
}
.p-box__step-head {
  text-align: center;
  position: relative;
  margin-bottom: 6px;
}
@media screen and (min-width: 960px) {
  .p-box__step-head {
    margin-bottom: 3px;
  }
}
.p-box__step-head-text {
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  color: #cdb576;
}
@media screen and (min-width: 960px) {
  .p-box__step-head-text {
    font-size: 16px;
  }
}
.p-box__step-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.p-box__step-text {
  font-size: 11px;
  line-height: 1.5;
  flex-grow: 1;
}
@media screen and (min-width: 960px) {
  .p-box__step-text {
    font-size: 15px;
  }
}
.p-box__step-thumb {
  margin-top: 14px;
}
@media screen and (min-width: 960px) {
  .p-box__step-thumb {
    margin-top: 17px;
  }
}
.p-box__step-thumb img {
  width: 100%;
}