@charset "UTF-8";
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, 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%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

ul, ol {
  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;
}

picture {
  font-size: 0;
}

sub, sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 50%;
}

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 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

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

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  word-wrap: break-word;
  word-break: break-all;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 80px;
}

body {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: 100%;
  color: #000;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-width: 1024px;
  _display: inline;
  _zoom: 1;
  background: #fcfbf5;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

b,
strong {
  font-weight: 700;
}

p {
  line-height: 1;
  font-weight: 500;
  color: #53131e;
  font-feature-settings: "palt";
}

a {
  color: #53131e;
  text-decoration: none;
  outline: none;
  transition: opacity .3s;
}
@media screen and (max-width: 767px) {
  a {
    transition: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.6);
  }
}
@media print, screen and (min-width: 1025px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input,
textarea,
button,
select {
  font: inherit;
}

button {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

label {
  cursor: pointer;
}

hr {
  margin: 0;
}

.palt {
  font-feature-settings: "palt";
}

.object-fit {
  object-fit: cover;
}

.img-100 {
  width: 100%;
}

.none {
  display: none;
}

.cf {
  width: 100%;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 110;
  min-width: 1024px;
  height: 80px;
  transition: .3s;
  padding-left: 1.4%;
}
@media screen and (max-width: 767px) {
  .l-header {
    min-width: 320px;
    height: 5rem;
    padding-left: 4%;
  }
}
.l-header__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  transition: .3s;
}
.l-header__logo {
  position: relative;
  width: 110px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 7rem;
    z-index: 110;
  }
}
.l-header__nav {
  margin-left: auto;
  width: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    width: 100%;
    position: fixed;
    opacity: 0;
    height: 0;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
    transform: translate(0, -6rem);
    overflow-y: auto;
    margin-left: 0;
    padding: 7rem 5% 5rem;
    background: #fcfbf5;
  }
  .l-header__nav.show {
    opacity: 1;
    position: fixed;
    height: 100%;
    transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: translate(0, 0);
    transform: translateZ(0);
    z-index: 101;
  }
  .l-header__nav.show::after {
    content: "SITE MENU";
    display: block;
    position: absolute;
    top: 1.5rem;
    left: 4%;
    font-family: "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-style: normal;
    font-size: 1.8rem;
    font-weight: 400;
    color: #53131e;
  }
}
.l-header__nav ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__nav ul {
    flex-direction: column;
  }
}
.l-header__nav ul > li {
  position: relative;
  margin-right: 50px;
}
@media screen and (max-width: 1100px) {
  .l-header__nav ul > li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav ul > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .l-header__nav ul > li:last-child {
    margin-bottom: 0;
  }
}
.l-header__nav ul > li:last-child {
  margin-right: 0;
}
.l-header__nav ul > li > a {
  position: relative;
  display: block;
  font-family: "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .01em;
}
@media screen and (max-width: 767px) {
  .l-header__nav ul > li > a {
    font-size: 1.6rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #daa497;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .l-header__nav ul > li > a {
    font-size: 1.5rem;
  }
}
.l-header__nav ul > li > a::before {
  background: #53131e;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -6px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
@media screen and (max-width: 767px) {
  .l-header__nav ul > li > a::before {
    display: none;
  }
}
.l-header__nav ul > li > a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.l-header__nav ul > li > a.btn-nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #770523;
  color: #fff;
  border-radius: 0 0 0 30px;
  width: 200px;
  height: 80px;
  z-index: 1;
  transition: .4s;
}
@media screen and (max-width: 767px) {
  .l-header__nav ul > li > a.btn-nav {
    transition: none;
    width: 100%;
    border-radius: 1rem;
    height: 7rem;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.l-header__nav ul > li > a.btn-nav::after {
  content: "";
  display: block;
  background: linear-gradient(135deg, #770523, #e0ae9e40 20%, #e0ae9e59 60%, #770523);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0 0 0 30px;
  z-index: 2;
  transition: .4s;
}
@media screen and (max-width: 767px) {
  .l-header__nav ul > li > a.btn-nav::after {
    transition: none;
    border-radius: 1rem;
  }
}
.l-header__nav ul > li > a.btn-nav::before {
  display: none;
}
.l-header__nav ul > li > a.btn-nav span {
  position: relative;
  font-family: "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .1em;
  z-index: 3;
  left: -.1em;
}
.l-header__nav ul > li > a.btn-nav i {
  display: block;
  position: absolute;
  width: 40px;
  height: 9px;
  right: 10px;
  margin-top: -18px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .l-header__nav ul > li > a.btn-nav i {
    right: 2rem;
  }
}
.l-header__nav ul > li > a.btn-nav:hover::after {
  filter: brightness(120%) contrast(120%);
}
@media screen and (max-width: 1024px) {
  .l-header__nav ul > li > a.btn-nav:hover::after {
    filter: brightness(100%) contrast(100%);
  }
}
.l-header__nav ul > li > a em {
  display: block;
  font-family: "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  color: #e0ae9e;
  font-size: 1.3rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .l-header__nav ul > li > a em {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: .5em;
  }
}
@media screen and (max-width: 480px) {
  .l-header__nav ul > li > a em {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav ul > li > a:not(.btn-nav)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -.9rem;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 1px solid rgba(115, 5, 35, 0.6);
    border-right: 1px solid rgba(115, 5, 35, 0.6);
    transform: rotate(45deg);
  }
}
.l-header__nav ul > li .dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: calc(50% - 150px);
  width: 300px;
  background: #fcfbf5;
  padding: 20px 15px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(224, 174, 158, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
}
@media screen and (max-width: 767px) {
  .l-header__nav ul > li .dropdown-menu {
    position: relative;
    top: 0;
    left: 5%;
    width: 95%;
    padding: 2.5rem 0 .5rem;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: none;
  }
}
.l-header__nav ul > li .dropdown-menu ul {
  display: block;
}
.l-header__nav ul > li .dropdown-menu ul li {
  margin-right: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #daa497;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-header__nav ul > li .dropdown-menu ul li {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.l-header__nav ul > li .dropdown-menu ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.l-header__nav ul > li .dropdown-menu ul li a {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.2;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  padding-left: 1em;
  transition: opacity .3s;
}
@media screen and (max-width: 767px) {
  .l-header__nav ul > li .dropdown-menu ul li a {
    transition: none;
  }
}
.l-header__nav ul > li .dropdown-menu ul li a:hover {
  opacity: .65;
}
@media screen and (max-width: 767px) {
  .l-header__nav ul > li .dropdown-menu ul li a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav ul > li .dropdown-menu ul li a {
    border-bottom: 1px solid #daa49765;
    padding-bottom: 1.5rem;
  }
}
.l-header__nav ul > li .dropdown-menu ul li a::after {
  content: "";
  display: block;
  background: #d3aeb2;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 6px !important;
  height: calc(tan(60deg) * 10px / 2) !important;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .l-header__nav ul > li .dropdown-menu ul li a::after {
    right: inherit;
    border: none;
    transform: rotate(0);
    margin-top: -1.1rem;
  }
}
.l-header__nav ul > li .dropdown-menu ul li a span {
  display: block;
  margin-top: .5rem;
  font-size: 1.3rem;
  font-weight: 400;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .l-header__nav ul > li .dropdown-menu ul li a span {
    font-size: 1.2rem;
  }
}
.l-header__nav ul > li.dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 4px);
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid rgba(115, 5, 35, 0.6);
  border-right: 1px solid rgba(115, 5, 35, 0.6);
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .l-header__nav ul > li.dropdown::after {
    display: none;
  }
}
.l-header__nav ul > li.dropdown a::before {
  display: none;
}
.l-header__nav ul > li.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.l-header__menu {
  display: none;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__menu {
    z-index: 110;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 5rem;
    height: 5rem;
    background: #770523;
    border-radius: 0 0 0 1.25rem;
    box-shadow: 5px 5px 4px rgba(224, 174, 158, 0.2);
  }
}
.l-header__menu span {
  position: absolute;
  display: inline-block;
  left: 1rem;
  width: 3rem;
  height: 1px;
  background-color: #fcfbf5;
  transition: .2s;
}
.l-header__menu span:nth-of-type(1) {
  top: 1rem;
}
.l-header__menu span:nth-of-type(2) {
  top: 2rem;
}
.l-header__menu span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 3rem;
  height: 1px;
  background-color: #fcfbf5;
  transition: .2s;
}
.l-header__menu span:nth-of-type(3) {
  top: 3rem;
}
.l-header__menu.active {
  opacity: 1;
}
.l-header__menu.active span:nth-of-type(1) {
  transform: translateY(0px) scale(0);
  opacity: 0;
}
.l-header__menu.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-header__menu.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.l-header__menu.active span:nth-of-type(3) {
  transform: translateY(0px) scale(0);
  opacity: 0;
}
.l-header.show {
  background-color: #fcfbf5;
}
@media screen and (max-width: 767px) {
  .l-header.show {
    background-color: transparent;
  }
  .l-header.show h1 {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header.open {
    background-color: #fcfbf5;
  }
  .l-header.open h1 {
    opacity: 0;
  }
}
.l-footer {
  position: relative;
  width: 100%;
  padding: 100px 0;
}
@media screen and (max-width: 1199px) {
  .l-footer {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 4rem 4%;
  }
}
.l-footer__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    max-width: 100%;
    flex-direction: column;
  }
}
.l-footer__company {
  width: 27.5%;
}
@media screen and (max-width: 767px) {
  .l-footer__company {
    width: 100%;
  }
}
.l-footer__company h2 {
  width: 110px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__company h2 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .l-footer__company h2 {
    width: 90px;
  }
}
.l-footer__company p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .05em;
}
@media screen and (max-width: 767px) {
  .l-footer__company p {
    font-size: 1.4rem;
  }
}
.l-footer__company p span {
  display: block;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__company p span {
    font-size: 1.2rem;
  }
}
.l-footer__nav {
  width: 72.5%;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    margin-top: 3rem;
    width: 100%;
  }
}
.l-footer__nav .f-nav {
  display: flex;
  gap: 0 15px;
  justify-content: flex-end;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .l-footer__nav .f-nav {
    gap: 0 40px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav .f-nav {
    justify-content: flex-start;
    gap: 0 4%;
  }
}
@media screen and (max-width: 1199px) {
  .l-footer__nav .f-nav li {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav .f-nav li {
    width: 48%;
  }
}
.l-footer__nav .f-nav li::before {
  content: "";
  display: inline-block;
  background: #d3aeb2;
  width: 10px;
  height: 1px;
  margin-right: 10px;
  position: relative;
  top: -5px;
}
.l-footer__nav .f-nav li a {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-footer__nav .f-nav li a {
    font-size: 1.5rem;
  }
}
.l-footer__nav .f-nav li a::before {
  background: #53131e;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -4px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
@media screen and (max-width: 767px) {
  .l-footer__nav .f-nav li a::before {
    display: none;
  }
}
.l-footer__nav .f-nav li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.l-footer__nav .f-sns {
  display: flex;
  gap: 0 20px;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav .f-sns {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.l-footer__nav .f-sns li a:hover {
  opacity: .7;
}
@media screen and (max-width: 767px) {
  .l-footer__nav .f-sns li a:hover {
    opacity: 1;
  }
}
.l-footer__nav .f-sns li.insta {
  width: 25px;
}
.l-footer__nav .f-sns li.movie {
  width: 30px;
}
.l-footer__nav .f-sns li.line {
  width: 26px;
}
.l-footer__nav .copy {
  text-align: right;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-footer__nav .copy {
    font-size: 1.3rem;
    text-align: center;
  }
}

.p- {
  /*  Container  */
  /*  Title  */
  /*  btn  */
  /*  CTA  */
  /*  TOP  */
  /*  Page style  */
}
.p-wrapper {
  position: relative;
  overflow: hidden;
}
.p-sec {
  position: relative;
  background: #f8f4e6;
  margin: 100px 0 200px;
  padding: 100px 0 150px;
}
@media screen and (max-width: 767px) {
  .p-sec {
    margin: 8rem 0 14rem;
    padding: 6rem 0 8rem;
  }
}
.p-sec::before, .p-sec::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../img/common/bg-sec_top.png") no-repeat center top/cover;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .p-sec::before, .p-sec::after {
    height: auto;
    top: -5vw;
    aspect-ratio: 2000 / 100;
  }
}
.p-sec::after {
  background: url("../img/common/bg-sec_bottom.png") no-repeat center top/cover;
  top: inherit;
  bottom: -100px;
}
@media screen and (max-width: 767px) {
  .p-sec::after {
    top: inherit;
    bottom: -5vw;
    background: url("../img/common/bg-sec_bottom.png") no-repeat center top/cover;
  }
}
.p-sec-bg {
  position: relative;
}
.p-sec-bg::after {
  content: "";
  display: block;
  background: url("../img/common/bg-section.png") no-repeat center top/cover;
  width: 100%;
  height: 547px;
  position: absolute;
  left: 0;
  top: -160px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-sec-bg::after {
    background: url("../img/common/bg-section.png") no-repeat center top/120vw auto;
    height: auto;
    aspect-ratio: 2000 / 547;
    top: -10rem;
  }
}
.p-sec-bg h2 {
  filter: brightness(100%) contrast(100%) !important;
}
.p-deco__wrap {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fcfbf5;
  box-shadow: 0 0 20px rgba(224, 174, 158, 0.2);
  border-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .p-deco__wrap {
    max-width: 100%;
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .p-deco__wrap {
    width: 92%;
  }
}
.p-deco__wrap::before, .p-deco__wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  background: url("../img/top/bg-deco.png") no-repeat left top/contain;
  width: 80px;
  height: 36px;
}
.p-deco__wrap::before {
  left: 10px;
  transform: scale(-1, 1);
}
.p-deco__wrap::after {
  right: 10px;
}
.p-deco__wrap .deco-border {
  position: absolute;
  background: #d3aeb250;
}
.p-deco__wrap .bg-deco {
  width: 83%;
  height: 1px;
  top: 24px;
  left: 8.5%;
}
@media screen and (max-width: 767px) {
  .p-deco__wrap .bg-deco {
    width: calc(100% - 200px);
    left: 100px;
  }
}
.p-deco__wrap .bg-deco02 {
  width: 1px;
  top: 56px;
  height: calc(100% - 112px);
  left: calc(100% - 24px);
}
@media screen and (max-width: 767px) {
  .p-deco__wrap .bg-deco02 {
    display: none;
  }
}
.p-deco__wrap .bg-deco03 {
  width: 83%;
  height: 1px;
  bottom: 24px;
  left: 8.5%;
}
@media screen and (max-width: 767px) {
  .p-deco__wrap .bg-deco03 {
    width: calc(100% - 200px);
    left: 100px;
  }
}
.p-deco__wrap .bg-deco04 {
  width: 1px;
  height: calc(100% - 112px);
  top: 56px;
  left: 24px;
}
@media screen and (max-width: 767px) {
  .p-deco__wrap .bg-deco04 {
    display: none;
  }
}
.p-deco__wrap--box {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-deco__wrap--box {
    padding: 6rem 4% 8rem;
  }
}
.p-deco__wrap--box::before, .p-deco__wrap--box::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  background: url("../img/top/bg-deco.png") no-repeat left top/contain;
  width: 80px;
  height: 36px;
}
.p-deco__wrap--box::before {
  left: 10px;
  transform: scale(-1, -1);
}
.p-deco__wrap--box::after {
  right: 10px;
  transform: scale(1, -1);
}
.p-pagetop {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  position: fixed;
  right: 2%;
  bottom: 2%;
  z-index: 120;
}
.p-pagetop a {
  display: block;
  width: 9px;
  transition: transform 0.3s ease;
}
.p-pagetop a img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(70%) saturate(4506%) hue-rotate(333deg) brightness(95%) contrast(104%);
}
@media screen and (max-width: 767px) {
  .p-pagetop a {
    transition: none;
  }
}
.p-pagetop a:hover {
  transform: translateY(-8px);
}
@media screen and (max-width: 767px) {
  .p-pagetop a:hover {
    transform: translateY(0px);
  }
}
.p-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.p-ttl--h2 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-ttl--h2 {
    margin-bottom: 6rem;
  }
}
.p-ttl--h2 em {
  font-family: "Great Vibes", cursive;
  font-style: normal;
  font-size: 3rem;
  color: #e0ae9e;
  letter-spacing: .075em;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-ttl--h2 em {
    font-size: 2rem;
  }
}
.p-ttl--h2 span {
  display: block;
  position: relative;
  font-family: "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-size: 3.4rem;
  font-weight: 400;
  color: #53131e;
  letter-spacing: .15em;
}
@media screen and (max-width: 767px) {
  .p-ttl--h2 span {
    font-size: 2.6rem;
  }
}
.p-ttl--h2 span::before, .p-ttl--h2 span::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: rgba(83, 19, 30, 0.3);
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .p-ttl--h2 span::before, .p-ttl--h2 span::after {
    width: 5rem;
  }
}
.p-ttl--h2 span::before {
  left: calc(-100px - .5em);
}
@media screen and (max-width: 767px) {
  .p-ttl--h2 span::before {
    left: calc(-5rem - .5em);
  }
}
.p-ttl--h2 span::after {
  left: calc(100% + .5em);
}
.p-ttl--h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  color: #53131e;
  text-align: center;
  letter-spacing: .1em;
  border-top: 1px solid #d3aeb2;
  border-bottom: 1px solid #d3aeb2;
  padding: 30px 10px;
  margin-bottom: 60px;
  filter: brightness(100%) contrast(100%) !important;
}
@media screen and (max-width: 767px) {
  .p-ttl--h3 {
    flex-direction: column;
    font-size: 2rem;
    padding: 2.4rem 1rem;
    line-height: 1.25;
    margin-bottom: 3.5rem;
  }
}
.p-ttl--h3 span {
  font-family: "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  color: #53131e;
  background: #e0ae9e50;
  border-radius: 100vmax;
  display: inline-block;
  letter-spacing: .1em;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-ttl--h3 span {
    order: 2;
    display: block;
    text-align: center;
    margin-top: 1.25rem;
    font-size: 1.7rem;
  }
}
.p-btn-wh {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-btn-wh {
    max-width: 100%;
  }
}
.p-btn--type01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #770523;
  color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 80px;
  z-index: 1;
  transition: .4s;
}
@media screen and (max-width: 767px) {
  .p-btn--type01 {
    height: 6.5rem;
    transition: none;
  }
}
.p-btn--type01::after {
  content: "";
  display: block;
  background: linear-gradient(135deg, #770523, #e0ae9e40 20%, #e0ae9e59 60%, #770523);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 2;
  transition: filter .4s ease;
}
.p-btn--type01 span {
  position: relative;
  font-family: "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .1em;
  z-index: 3;
  left: -.1em;
  transition: letter-spacing 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-btn--type01 span {
    transition: none;
  }
}
.p-btn--type01 i {
  display: block;
  position: absolute;
  width: 40px;
  height: 9px;
  right: 20px;
  margin-top: -18px;
  z-index: 3;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-btn--type01 i {
    transition: none;
  }
}
.p-btn--type01:hover::after {
  filter: brightness(120%) contrast(120%);
}
@media screen and (max-width: 1024px) {
  .p-btn--type01:hover::after {
    filter: brightness(100%) contrast(100%);
  }
}
.p-btn--type01:hover span {
  letter-spacing: .2em;
}
@media screen and (max-width: 767px) {
  .p-btn--type01:hover span {
    letter-spacing: .1em;
  }
}
.p-btn--type01:hover i {
  transform: translateX(8px);
}
@media screen and (max-width: 767px) {
  .p-btn--type01:hover i {
    transform: translateX(0px);
  }
}
.p-btn--type02 {
  background: #f9f2ea;
  border: 1px solid #770523;
  color: #53131e;
}
.p-btn--type02::after {
  display: none;
}
.p-btn--type02 i img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(70%) saturate(4506%) hue-rotate(333deg) brightness(95%) contrast(104%);
}
.p-btn--type02:hover {
  opacity: .7;
}
@media screen and (max-width: 767px) {
  .p-btn--type02:hover {
    opacity: 1;
  }
}
.p-img__zoom {
  transition: opacity .3s ease;
}
.p-img__zoom figure {
  overflow: hidden;
}
.p-img__zoom figure img {
  transition: transform .3s ease;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-img__zoom figure img {
    transition: none;
  }
}
.p-img__zoom:hover {
  transition: none;
  opacity: .7;
}
@media screen and (max-width: 767px) {
  .p-img__zoom:hover {
    transition: none;
    opacity: 1;
  }
}
.p-img__zoom:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .p-img__zoom:hover img {
    transform: scale(1);
  }
}
.p-cta {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-bottom: 8rem;
  }
}
.p-cta::after {
  content: "";
  display: block;
  background: #f8f4e6;
  width: 100%;
  height: 500px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.p-cta .p-deco__wrap--box {
  padding: 60px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-cta .p-deco__wrap--box {
    padding: 6rem 0 8rem;
  }
}
.p-cta h2 {
  filter: brightness(100%) contrast(100%) !important;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-cta h2 {
    margin-bottom: 4rem;
  }
}
.p-cta__box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .p-cta__box {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__box {
    max-width: 100%;
    flex-direction: column;
    padding: 0 4%;
  }
}
.p-cta__box--txt {
  width: 60%;
  filter: brightness(100%) contrast(100%) !important;
}
@media screen and (max-width: 767px) {
  .p-cta__box--txt {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.p-cta__box--txt p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .05em;
}
@media screen and (max-width: 767px) {
  .p-cta__box--txt p {
    font-size: 1.5rem;
  }
  .p-cta__box--txt p br {
    display: none;
  }
}
.p-cta__box--btn {
  width: 36%;
  filter: brightness(100%) contrast(100%) !important;
}
@media screen and (max-width: 767px) {
  .p-cta__box--btn {
    width: 100%;
  }
}
.p-cta__box--btn ul {
  width: 100%;
}
.p-cta__box--btn ul li {
  margin-bottom: 20px;
}
.p-cta__box--btn ul li:last-child {
  margin-bottom: 0;
}
.p-top {
  /*  greeting  */
  /*  service  */
  /*  works  */
  /*  faq  */
  /*  column  */
}
.p-top__fv {
  position: relative;
  width: 100%;
  background: url("../img/top/mv-bg.png") no-repeat center top/1373px 521px;
  min-height: 800px;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top__fv {
    background: url("../img/top/mv-bg.png") no-repeat center top/110vw auto;
    min-height: 50rem;
  }
}
.p-top__fv .inner {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  height: 520px;
}
@media screen and (max-width: 767px) {
  .p-top__fv .inner {
    max-width: 100%;
    height: 100%;
    display: block;
    top: 7rem;
    padding-left: 4%;
  }
}
.p-top__fv .inner hgroup {
  position: relative;
  padding-bottom: 40px;
  margin-left: 90px;
}
@media screen and (max-width: 1366px) {
  .p-top__fv .inner hgroup {
    margin-left: 5%;
  }
}
@media screen and (max-width: 1023px) {
  .p-top__fv .inner hgroup {
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__fv .inner hgroup {
    margin-left: 0;
    padding-bottom: 3rem;
  }
}
.p-top__fv .inner hgroup h2 {
  padding-top: 1em;
  animation-delay: .5s;
}
@media screen and (max-width: 767px) {
  .p-top__fv .inner hgroup h2 {
    padding-top: 4rem;
  }
}
.p-top__fv .inner hgroup h2 em {
  display: block;
  color: #e0ae9e;
  font-family: "Great Vibes", cursive;
  font-style: normal;
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: .1em;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top__fv .inner hgroup h2 em {
    font-size: 2.75rem;
    text-align: left;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .p-top__fv .inner hgroup h2 em {
    font-size: 2rem;
  }
}
.p-top__fv .inner hgroup h2 img {
  display: block;
  width: auto;
  margin: 0 auto 45px;
}
@media screen and (max-width: 1279px) {
  .p-top__fv .inner hgroup h2 img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__fv .inner hgroup h2 img {
    width: 65%;
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
.p-top__fv .inner hgroup p {
  animation-delay: 1s;
  animation-duration: 1.5s;
  font-family: "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-size: 2.1rem;
  font-weight: 300;
  text-align: center;
  letter-spacing: .15em;
}
@media screen and (max-width: 1279px) {
  .p-top__fv .inner hgroup p {
    font-size: 1.65vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-top__fv .inner hgroup p {
    font-size: 1.65rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__fv .inner hgroup p {
    width: 60%;
    text-align: left;
    line-height: 1.6;
  }
  .p-top__fv .inner hgroup p br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .p-top__fv .inner hgroup p {
    font-size: 1.4rem;
  }
}
.p-top__fv .inner picture {
  position: absolute;
  top: 40px;
  right: 120px;
}
@media screen and (max-width: 1366px) {
  .p-top__fv .inner picture {
    right: -4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top__fv .inner picture {
    top: -6.5rem;
    right: -4rem;
  }
  .p-top__fv .inner picture img {
    display: block;
    width: auto;
    height: 46rem;
    object-fit: cover;
  }
}
@media screen and (max-width: 480px) {
  .p-top__fv .inner picture {
    right: -7rem;
  }
}
@media screen and (max-width: 390px) {
  .p-top__fv .inner picture {
    top: -4.5rem;
  }
  .p-top__fv .inner picture img {
    height: 42rem;
  }
}
.p-top__greeting {
  position: relative;
  padding: 0 0 160px;
}
@media screen and (max-width: 767px) {
  .p-top__greeting {
    padding: 0 0 4rem;
  }
}
.p-top__greeting::after {
  content: "";
  display: block;
  background: url("../img/common/bg-section.png") no-repeat center top/cover;
  width: 100%;
  height: 547px;
  position: absolute;
  left: 0;
  top: -160px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-top__greeting::after {
    background: url("../img/common/bg-section.png") no-repeat center top/120vw auto;
    height: auto;
    aspect-ratio: 2000 / 547;
    top: -10rem;
  }
}
.p-top__greeting .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  padding: 0 40px;
  background: url("../img/top/bg-greeting.png") no-repeat 90% -30px;
}
@media screen and (max-width: 1366px) {
  .p-top__greeting .inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top__greeting .inner {
    max-width: 100%;
    background: url("../img/top/bg-greeting.png") no-repeat 85% 120%;
  }
}
.p-top__greeting .inner > div {
  width: calc(100% - 340px);
  order: 2;
  filter: brightness(100%) contrast(100%) !important;
}
@media screen and (max-width: 767px) {
  .p-top__greeting .inner > div {
    width: 100%;
    padding: 0 4%;
  }
}
.p-top__greeting .inner > div p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .1em;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  .p-top__greeting .inner > div p {
    padding-left: 1em;
  }
  .p-top__greeting .inner > div p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top__greeting .inner > div p {
    font-size: 1.4rem;
    margin-bottom: 3.5%;
    text-align: left;
  }
}
.p-top__greeting .inner > div p:last-of-type {
  margin-bottom: 0;
}
.p-top__greeting .inner figure {
  position: relative;
  top: -100px;
  width: 260px;
  order: 1;
  animation-delay: .75s;
}
@media screen and (max-width: 767px) {
  .p-top__greeting .inner figure {
    display: none;
  }
}
.p-top__greeting .inner figure figcaption {
  position: relative;
  top: -2em;
  color: #53131e;
  font-family: "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: .1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-top__greeting .inner figure figcaption {
    font-size: 1.6rem;
  }
}
.p-top__greeting .inner figure figcaption span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5714;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-top__greeting .inner figure figcaption span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__greeting .inner .cf::after {
    content: "";
    display: block;
    clear: both;
  }
  .p-top__greeting .inner .cf .sp-img {
    float: left;
    width: 35%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 480px) {
  .p-top__greeting .inner .cf .sp-img {
    width: 40%;
  }
}
.p-top__service .inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 40px;
}
@media screen and (max-width: 1366px) {
  .p-top__service .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__service .inner {
    padding: 0 4%;
  }
}
.p-top__service .inner h2 {
  margin-bottom: 100px;
  filter: brightness(100%) contrast(100%) !important;
}
@media screen and (max-width: 767px) {
  .p-top__service .inner h2 {
    margin-bottom: 7rem;
  }
}
.p-top__service .inner h2 span {
  letter-spacing: .05em;
}
.p-top__service .inner ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-top__service .inner ul {
    flex-direction: column;
    margin-bottom: 10%;
  }
}
.p-top__service .inner ul li {
  position: relative;
  width: 30%;
  background: #fcfbf5;
  box-shadow: 0 0 20px rgba(224, 174, 158, 0.2);
  border-radius: 20px;
  padding: 60px 20px 40px;
  filter: brightness(100%) contrast(100%) !important;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1366px) {
  .p-top__service .inner ul li {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__service .inner ul li {
    width: 100%;
    padding: 7rem 5% 4rem;
    margin-bottom: 8rem;
  }
  .p-top__service .inner ul li:last-child {
    margin-bottom: 0;
  }
}
.p-top__service .inner ul li::before, .p-top__service .inner ul li::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/top/bg-deco.png") no-repeat left center/contain;
  width: 80px;
  height: 36px;
  right: 10px;
  top: 10px;
}
.p-top__service .inner ul li::before {
  transform: scale(-1, 1);
  right: inherit;
  left: 10px;
}
.p-top__service .inner ul li h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  color: #53131e;
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 1px solid #daa497;
  min-height: 80px;
  margin-bottom: 30px;
  letter-spacing: .1em;
  line-height: 1.3;
}
@media screen and (max-width: 1366px) {
  .p-top__service .inner ul li h3 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__service .inner ul li h3 {
    min-height: auto;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
}
.p-top__service .inner ul li:nth-child(2) {
  animation-delay: .5s;
}
.p-top__service .inner ul li:nth-child(3) {
  animation-delay: .75s;
}
.p-top__service .inner ul li:nth-child(3) h3 {
  font-size: 2.1rem;
  letter-spacing: .035em;
}
@media screen and (max-width: 1366px) {
  .p-top__service .inner ul li:nth-child(3) h3 {
    font-size: 1.7rem;
  }
}
.p-top__service .inner ul li:nth-last-child(-n+2) .p-top__service--lead p {
  letter-spacing: .1em;
}
.p-top__service--lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 140px;
  background: #53131e09;
  border-radius: 10px;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-top__service--lead {
    height: auto;
    margin: 2.5rem 0;
    padding: 2.5rem 4%;
  }
}
.p-top__service--lead h4 {
  width: fit-content;
  color: #770523;
  font-family: "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 100vmax;
  background: #fff;
  border: 1px solid #973748;
  padding: 5px 1em;
  letter-spacing: .1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-top__service--lead h4 {
    font-size: 1.8rem;
  }
}
.p-top__service--lead p {
  font-family: "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .p-top__service--lead p {
    font-size: 1.7rem;
    letter-spacing: -.05em;
  }
}
@media screen and (max-width: 767px) {
  .p-top__service--lead p {
    font-size: 1.5rem;
  }
}
.p-top__service--txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-top__service--txt {
    font-size: 1.4rem;
  }
}
.p-top__service--txt + div {
  margin-top: auto;
}
.p-top__service--num {
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-top__service--num i {
  font-family: "Great Vibes", cursive;
  font-style: normal;
  color: #e0ae9e50;
  font-size: 9rem;
  font-style: italic;
}
.p-top__works .inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 200px;
}
@media screen and (max-width: 1366px) {
  .p-top__works .inner {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__works .inner {
    padding: 0 4%;
    margin-bottom: 10rem;
  }
}
.p-top__works .inner h2 {
  margin-bottom: 100px;
  filter: brightness(100%) contrast(100%) !important;
}
@media screen and (max-width: 767px) {
  .p-top__works .inner h2 {
    margin-bottom: 7rem;
  }
}
.p-top__works--box {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top__works--box {
    max-width: 100%;
    flex-direction: column;
    margin-bottom: 6rem;
  }
}
.p-top__works--box figure {
  position: relative;
  width: 33.18584%;
  max-width: 375px;
  z-index: 1;
  filter: brightness(100%) contrast(100%) !important;
}
@media screen and (max-width: 767px) {
  .p-top__works--box figure {
    max-width: 100%;
    width: 50%;
    margin: 0 auto 5rem;
  }
}
@media screen and (max-width: 480px) {
  .p-top__works--box figure {
    width: 65%;
  }
}
.p-top__works--box figure::after {
  content: "";
  display: block;
  background: url("../img/top/bg-works_ph.png") no-repeat left top/contain;
  width: 574px;
  height: 451px;
  position: absolute;
  left: -100px;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top__works--box figure::after {
    bottom: -7rem;
  }
}
.p-top__works--box dl {
  width: 57.5%;
  filter: brightness(100%) contrast(100%) !important;
}
@media screen and (max-width: 1366px) {
  .p-top__works--box dl {
    width: 62.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__works--box dl {
    width: 100%;
  }
}
.p-top__works--box dl div {
  margin-bottom: 60px;
}
.p-top__works--box dl div:last-child {
  margin-bottom: 0;
}
.p-top__works--box dl div dt {
  font-family: "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  color: #53131e;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .15em;
  padding-bottom: 20px;
  border-bottom: 1px solid #daa497;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-top__works--box dl div dt {
    font-size: 2.1rem;
    margin-bottom: 2.5rem;
  }
}
.p-top__works--box dl div dd ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1em;
}
.p-top__works--box dl div dd ul li {
  position: relative;
  color: #53131e;
  font-size: 1.6rem;
  font-weight: 400;
  margin-right: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
  line-height: 1.15;
}
@media screen and (max-width: 480px) {
  .p-top__works--box dl div dd ul li {
    font-size: 1.4rem;
  }
}
.p-top__works--box dl div dd ul li::before {
  content: "●";
  display: inline-block;
  color: #e0ae9e;
  font-size: .8rem;
  position: absolute;
  margin-top: 6px;
  left: -.02rem;
}
@media screen and (max-width: 480px) {
  .p-top__works--box dl div dd ul li::before {
    margin-top: 4px;
  }
}
.p-top__faq {
  padding-bottom: 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__faq {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 480px) {
  .p-top__faq {
    padding-bottom: 6rem;
  }
}
.p-top__faq::after {
  content: "";
  display: block;
  background: url("../img/common/bg-section.png") no-repeat center top/cover;
  width: 100%;
  height: 547px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-top__faq h2 {
  filter: brightness(100%) contrast(100%) !important;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-top__faq h2 {
    margin-bottom: 3rem;
  }
}
.p-top__faq--box dl {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1199px) {
  .p-top__faq--box dl {
    max-width: 100%;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__faq--box dl {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.p-top__faq--box dl > div {
  filter: brightness(100%) contrast(100%) !important;
  border-bottom: 1px solid #daa497;
}
.p-top__faq--box dl > div dt {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-top__faq--box dl > div dt {
    padding: 2rem 0;
    padding-right: 3.5rem;
  }
}
.p-top__faq--box dl > div dt::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #770523;
  border-right: solid 2px #770523;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 20px;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .p-top__faq--box dl > div dt::before {
    right: .5rem;
  }
}
.p-top__faq--box dl > div dt em {
  font-family: "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  color: #770523;
  font-size: 3rem;
  font-weight: 300;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-top__faq--box dl > div dt em {
    font-size: 2.1rem;
    margin-right: 2rem;
  }
}
.p-top__faq--box dl > div dt span {
  font-size: 1.6rem;
  font-weight: 400;
  color: #53131e;
}
@media screen and (max-width: 480px) {
  .p-top__faq--box dl > div dt span {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.p-top__faq--box dl > div dt.active::before {
  transform: rotate(-135deg);
}
.p-top__faq--box dl > div dd {
  overflow: hidden;
  max-height: 0;
  transition: max-height .2s ease-out;
}
.p-top__faq--box dl > div dd > div {
  background: #f0ebe650;
  border-radius: 10px;
  display: flex;
  padding: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-top__faq--box dl > div dd > div {
    padding: 2rem 4%;
  }
}
.p-top__faq--box dl > div dd em {
  font-family: "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  color: #e0ae9e;
  font-size: 3rem;
  font-weight: 300;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-top__faq--box dl > div dd em {
    font-size: 2.1rem;
    margin-right: 2rem;
  }
}
.p-top__faq--box dl > div dd div p {
  width: 95%;
  font-size: 1.6rem;
  font-weight: 400;
  color: #53131e;
  line-height: 2;
  letter-spacing: .05em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-top__faq--box dl > div dd div p {
    font-size: 1.4rem;
    position: relative;
    top: -.25em;
  }
}
.p-top__column {
  background: #f7efe7;
  margin-bottom: 300px;
}
@media screen and (max-width: 767px) {
  .p-top__column {
    margin-bottom: 15rem;
  }
}
.p-top__column::before {
  background: url("../img/common/bg-sec_top--pink.png") no-repeat center top/cover;
}
.p-top__column::after {
  background: url("../img/common/bg-sec_bottom--pink.png") no-repeat center top/cover;
}
.p-top__column h2 {
  margin-bottom: 80px;
  filter: brightness(100%) contrast(100%) !important;
}
@media screen and (max-width: 767px) {
  .p-top__column h2 {
    margin-bottom: 6rem;
  }
}
.p-top__column .inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top__column .inner .p-btn-wh {
    width: 92%;
    margin: 0 auto;
  }
}
.p-top__column ul {
  width: 100%;
  display: flex;
  padding: 0 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-top__column ul {
    flex-wrap: wrap;
    padding: 0 4%;
    margin-bottom: 3rem;
  }
}
.p-top__column ul li {
  width: 22.75%;
  margin-right: 3%;
  filter: brightness(100%) contrast(100%) !important;
}
@media screen and (max-width: 767px) {
  .p-top__column ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3rem;
  }
  .p-top__column ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-top__column ul li:last-child {
  margin-right: 0;
}
.p-top__column ul li a {
  display: block;
}
.p-top__column ul li a figure {
  border-radius: 10px;
}
.p-top__column ul li a figure img {
  aspect-ratio: 300 / 200;
  object-fit: cover;
}
.p-top__column ul li a time {
  display: block;
  font-size: 1.4rem;
  margin: 15px 0;
  color: #c8b2b3;
}
@media screen and (max-width: 767px) {
  .p-top__column ul li a time {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
.p-top__column ul li a p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top__column ul li a p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.p-top__column ul li a:hover p {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-top__column ul li a:hover p {
    text-decoration: none;
  }
}
.p-top__column .news-container {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .p-top__column .news-container {
    margin-top: 8rem;
  }
}
.p-top__column .news-container h2 {
  filter: brightness(100%) contrast(100%) !important;
}
@media screen and (max-width: 767px) {
  .p-top__column .news-container h2 {
    margin-bottom: 4rem;
  }
}
.p-top__column .news-container dl {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1199px) {
  .p-top__column .news-container dl {
    max-width: 100%;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__column .news-container dl {
    width: 100%;
    margin-bottom: 6rem;
  }
}
.p-top__column .news-container dl > div {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #daa497;
  margin-bottom: 40px;
  filter: brightness(100%) contrast(100%) !important;
}
@media screen and (max-width: 767px) {
  .p-top__column .news-container dl > div {
    margin-bottom: 3rem;
    flex-direction: column;
  }
}
.p-top__column .news-container dl > div:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.p-top__column .news-container dl > div dt {
  color: #c8b2b3;
  font-size: 1.4rem;
  font-weight: 500;
  width: 16%;
}
@media screen and (max-width: 767px) {
  .p-top__column .news-container dl > div dt {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.p-top__column .news-container dl > div dd {
  width: 84%;
}
@media screen and (max-width: 767px) {
  .p-top__column .news-container dl > div dd {
    width: 100%;
  }
}
.p-top__column .news-container dl > div dd a {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top__column .news-container dl > div dd a {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.p-top__column .news-container dl > div dd a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-top__column .news-container dl > div dd a:hover {
    text-decoration: none;
  }
}
.p-page {
  /*  Concept  */
  /*  Profile  */
  /*  Service  */
}
.p-page__container .inner {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.p-page__mv {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-page__mv {
    height: 30rem;
  }
}
.p-page__mv#concept {
  background: url("../img/concept/mv.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-page__mv#concept {
    background: url("../img/concept/mv.png") no-repeat 10% center/cover;
  }
}
.p-page__mv#profile {
  background: url("../img/profile/mv.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-page__mv#profile {
    background: url("../img/profile/mv.png") no-repeat 35% center/cover;
  }
}
@media screen and (max-width: 480px) {
  .p-page__mv#profile {
    background: url("../img/profile/mv-sp.png") no-repeat 60% center/cover;
  }
}
.p-page__mv#service {
  background: url("../img/service/mv.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-page__mv#service {
    background: url("../img/service/mv.png") no-repeat 10% center/cover;
  }
}
@media screen and (max-width: 480px) {
  .p-page__mv#service {
    background: url("../img/service/mv.png") no-repeat 50% center/cover;
  }
}
.p-page__mv h2 {
  position: relative;
  left: 140px;
  color: #53131e;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: .05em;
  top: -.5em;
  padding: .1em 0;
  animation-duration: 2s !important;
  font-family: "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
}
@media screen and (max-width: 1399px) {
  .p-page__mv h2 {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-page__mv h2 {
    font-size: 3rem;
    left: 4%;
  }
}
@media screen and (max-width: 480px) {
  .p-page__mv h2 {
    font-size: 2.75rem;
  }
}
.p-page__mv h2 em {
  display: block;
  color: #e0ae9e;
  font-size: 3.5rem;
  font-family: "Great Vibes", cursive;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .1em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-page__mv h2 em {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .p-page__mv h2 em {
    font-size: 2.25rem;
  }
}
.p-page__mv ol {
  position: absolute;
  right: 0;
  bottom: 80px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1399px) {
  .p-page__mv ol {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-page__mv ol {
    bottom: 4rem;
    right: 1rem;
  }
}
.p-page__mv ol li {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-page__mv ol li {
    font-size: 1.3rem;
  }
}
.p-page__mv ol li:not(:last-of-type)::after {
  content: ">";
  margin: 0 .6em;
}
.p-page__mv ol li a {
  color: #53131e;
}
.p-page__mv ol li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-page__mv ol li a:hover {
    text-decoration: none;
  }
}
.p-page__concept h2 {
  filter: brightness(100%) contrast(100%) !important;
}
.p-page__concept--intro {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding-top: 100px;
  margin-bottom: 300px;
}
@media screen and (max-width: 1399px) {
  .p-page__concept--intro {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-page__concept--intro {
    max-width: 100%;
    padding-top: 4rem;
    padding-left: 0;
    margin-bottom: 16rem;
  }
}
.p-page__concept--intro::after {
  content: "";
  display: block;
  background: url("../img/concept/bg-intro.png") no-repeat left center/100% auto;
  position: absolute;
  left: -160px;
  top: 80px;
  width: 100%;
  height: 675px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-page__concept--intro::after {
    display: none;
  }
}
.p-page__concept--intro .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
}
@media screen and (max-width: 767px) {
  .p-page__concept--intro .inner {
    max-width: 100%;
    padding: 0 4%;
    flex-direction: column;
  }
}
.p-page__concept--intro .inner > div {
  width: 52.8%;
}
@media screen and (max-width: 1399px) {
  .p-page__concept--intro .inner > div {
    width: 55.8%;
  }
}
@media screen and (max-width: 767px) {
  .p-page__concept--intro .inner > div {
    width: 100%;
  }
}
.p-page__concept--intro .inner > div h2 {
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-page__concept--intro .inner > div h2 {
    margin-bottom: 4rem;
  }
  .p-page__concept--intro .inner > div h2 img {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .p-page__concept--intro .inner > div h2 img {
    width: 100%;
  }
}
.p-page__concept--intro .inner > div h2 em {
  display: block;
  font-family: "Great Vibes", cursive;
  font-style: normal;
  color: #e0ae9e;
  font-size: 3.4rem;
  letter-spacing: .1em;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-page__concept--intro .inner > div h2 em {
    font-size: 2.8rem;
  }
}
.p-page__concept--intro .inner > div p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.875;
  letter-spacing: .175em;
}
@media screen and (max-width: 1080px) {
  .p-page__concept--intro .inner > div p {
    letter-spacing: .125em;
  }
}
@media screen and (max-width: 767px) {
  .p-page__concept--intro .inner > div p {
    font-size: 1.4rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-page__concept--intro .inner > div div::after {
    content: "";
    display: block;
    clear: both;
  }
  .p-page__concept--intro .inner > div div img {
    float: right;
    width: 40%;
    margin-left: 2%;
  }
}
.p-page__concept--intro .inner > figure {
  width: 39.2%;
  max-width: 455px;
  animation-delay: .5s !important;
}
@media screen and (max-width: 767px) {
  .p-page__concept--intro .inner > figure {
    display: none;
  }
}
.p-page__concept--trouble {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .p-page__concept--trouble {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 560px) {
  .p-page__concept--trouble h2 span {
    font-size: 2.3rem;
    text-align: center;
    line-height: 1.25;
    letter-spacing: .05em;
  }
}
.p-page__concept--trouble h2 span br {
  display: none;
}
@media screen and (max-width: 560px) {
  .p-page__concept--trouble h2 span br {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .p-page__concept--trouble h2.recommend span {
    font-size: 2.1rem;
  }
}
.p-page__concept--trouble .inner {
  max-width: 1160px;
  z-index: 2;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-page__concept--trouble .inner {
    padding: 0 4%;
  }
}
.p-page__concept--trouble .trouble-box {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 260px;
}
@media screen and (max-width: 767px) {
  .p-page__concept--trouble .trouble-box {
    flex-direction: column;
    margin-bottom: 10rem;
  }
}
.p-page__concept--trouble .trouble-box::after {
  content: "";
  display: block;
  background: url("../img/concept/bg-arrow.png") no-repeat left center/cover;
  width: 95%;
  aspect-ratio: 1101 / 98;
  position: absolute;
  top: 100%;
  left: 2.5%;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-page__concept--trouble .trouble-box::after {
    margin-top: 4rem;
  }
}
.p-page__concept--trouble .trouble-box ul {
  width: 56%;
  background: #fcfbf5;
  box-shadow: 0 0 20px rgba(224, 174, 158, 0.2);
  padding: 50px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-page__concept--trouble .trouble-box ul {
    width: 100%;
    padding: 3rem 5%;
    order: 2;
  }
}
.p-page__concept--trouble .trouble-box ul li {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
  color: #53131e;
  margin-bottom: 3rem;
  text-indent: -.5em;
  margin-left: .5em;
}
@media screen and (max-width: 767px) {
  .p-page__concept--trouble .trouble-box ul li {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 390px) {
  .p-page__concept--trouble .trouble-box ul li {
    font-size: 1.4rem;
  }
}
.p-page__concept--trouble .trouble-box ul li:last-child {
  margin-bottom: 0;
}
.p-page__concept--trouble .trouble-box ul li::before {
  content: "●";
  display: inline-block;
  font-size: .8rem;
  color: #e0ae9e;
  margin-right: 1em;
  position: relative;
  top: -2px;
}
.p-page__concept--trouble .trouble-box figure {
  width: 34.5%;
}
@media screen and (max-width: 767px) {
  .p-page__concept--trouble .trouble-box figure {
    order: 1;
    width: 65%;
    margin: 0 auto 3rem;
  }
}
.p-page__concept--trouble .trouble-box.recommend {
  margin-bottom: 0;
}
.p-page__concept--trouble .trouble-box.recommend::after {
  display: none;
}
.p-page__concept--trouble .trouble-box.recommend ul {
  order: 2;
}
.p-page__concept--trouble .trouble-box.recommend figure {
  order: 1;
}
.p-page__concept--service {
  background: #f7efe7;
  margin-bottom: 300px;
}
@media screen and (max-width: 767px) {
  .p-page__concept--service {
    margin-bottom: 10rem;
  }
}
.p-page__concept--service::before {
  background: url("../img/common/bg-sec_top--pink.png") no-repeat center top/cover;
}
.p-page__concept--service::after {
  background: url("../img/common/bg-sec_bottom--pink.png") no-repeat center top/cover;
}
.p-page__concept--service .inner {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-page__concept--service .inner {
    padding: 0 4%;
  }

  .p-page__concept--service .inner h2 span {
    font-size: 2rem;
  }
}
.p-page__concept--service .inner ul {
  width: 100%;
  display: flex;
  gap: 0 5%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1366px) {
  .p-page__concept--service .inner ul {
    gap: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .p-page__concept--service .inner ul {
    flex-direction: column;
    gap: 0;
    width: 75%;
    margin: 0 auto 4rem;
  }
}
@media screen and (max-width: 480px) {
  .p-page__concept--service .inner ul {
    width: 100%;
  }
}
.p-page__concept--service .inner ul li {
  width: 30%;
  background: #fcfbf5;
  box-shadow: 0 0 20px rgba(224, 174, 158, 0.2);
  border-radius: 20px;
}
@media screen and (max-width: 1366px) {
  .p-page__concept--service .inner ul li {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .p-page__concept--service .inner ul li {
    width: 100%;
    margin-bottom: 4rem;
    animation-delay: 0 !important;
  }
  .p-page__concept--service .inner ul li:last-child {
    margin-bottom: 0;
  }
}
.p-page__concept--service .inner ul li figure img {
  object-fit: cover;
  aspect-ratio: 400 / 250;
}
.p-page__concept--service .inner ul li > div {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1199px) {
  .p-page__concept--service .inner ul li > div {
    padding: 40px 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-page__concept--service .inner ul li > div {
    padding: 2.5rem 5%;
  }
}
.p-page__concept--service .inner ul li > div > div {
  margin-top: auto;
}
.p-page__concept--service .inner ul li h3 {
  text-align: center;
  font-family: "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #53131e;
  border-bottom: 1px solid #53131e;
  padding-bottom: 20px;
  margin-bottom: 25px;
  letter-spacing: .15em;
}
@media screen and (max-width: 1199px) {
  .p-page__concept--service .inner ul li h3 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page__concept--service .inner ul li h3 {
    font-size: 2rem;
  }
}
.p-page__concept--service .inner ul li p {
  font-family: "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .p-page__concept--service .inner ul li p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page__concept--service .inner ul li p {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}
.p-page__concept--service .inner ul li:nth-child(2) {
  animation-delay: .5s;
}
.p-page__concept--service .inner ul li:nth-child(3) {
  animation-delay: .75s;
}
.p-page__concept--service .inner ul + div a {
  background: #fcfbf5;
}
@media screen and (max-width: 1199px) {
  .p-page__profile .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-page__profile .inner {
    padding: 0 4%;
  }
}
.p-page__profile--career {
  margin: 200px 0;
}
@media screen and (max-width: 767px) {
  .p-page__profile--career {
    margin: 10rem 0;
  }
}
.p-page__profile--career .career-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 150px;
  background: #fcfbf5;
  box-shadow: 0 0 20px rgba(224, 174, 158, 0.2);
  border-radius: 20px;
  padding: 100px;
}
@media screen and (max-width: 1199px) {
  .p-page__profile--career .career-container {
    max-width: 100%;
    padding: 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-page__profile--career .career-container {
    margin-bottom: 10rem;
    padding: 4rem 5%;
  }
}
.p-page__profile--career .career-container dl div {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-page__profile--career .career-container dl div {
    flex-direction: column;
    padding-bottom: 4rem;
  }
}
.p-page__profile--career .career-container dl div:last-child {
  padding-bottom: 0;
}
.p-page__profile--career .career-container dl div::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #53131e30;
  position: absolute;
  left: calc(15% + 1.8rem);
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-page__profile--career .career-container dl div::after {
    display: none;
  }
}
.p-page__profile--career .career-container dl div dt {
  width: 30%;
  position: relative;
  font-family: "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-size: 3.4rem;
  font-weight: 400;
  color: #53131e;
  letter-spacing: .1em;
}
@media screen and (max-width: 1199px) {
  .p-page__profile--career .career-container dl div dt {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page__profile--career .career-container dl div dt {
    width: 100%;
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
}
.p-page__profile--career .career-container dl div dt::before, .p-page__profile--career .career-container dl div dt::after {
  content: "";
  display: block;
  border-radius: 50%;
  border: 1px solid #e0ae9e;
  width: 18px;
  height: 18px;
  position: absolute;
  top: calc(50% - .9rem);
  left: calc(50% + .9rem);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-page__profile--career .career-container dl div dt::before, .p-page__profile--career .career-container dl div dt::after {
    display: none;
  }
}
.p-page__profile--career .career-container dl div dt::after {
  background: #e0ae9e;
  width: 14px;
  height: 14px;
  margin-top: 2px;
  margin-left: 2px;
}
.p-page__profile--career .career-container dl div dd {
  width: 70%;
  position: relative;
  background: #53131e07;
  border-radius: 7px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .p-page__profile--career .career-container dl div dd {
    width: 100%;
    padding: 2.5rem 5%;
  }
}
.p-page__profile--career .career-container dl div dd p {
  color: #53131e;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.3333;
}
@media screen and (max-width: 767px) {
  .p-page__profile--career .career-container dl div dd p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p-page__profile .career-box {
  background: #fcfbf5;
  box-shadow: 0 0 20px rgba(224, 174, 158, 0.2);
  border-radius: 20px;
  padding: 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .p-page__profile .career-box {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-page__profile .career-box {
    padding: 3rem 5%;
    flex-direction: column;
  }
}
.p-page__profile .career-box figure {
  width: 36%;
  max-width: 400px;
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .p-page__profile .career-box figure {
    max-width: 100%;
    width: 60%;
    margin: 0 auto 3rem;
  }
}
@media screen and (max-width: 480px) {
  .p-page__profile .career-box figure {
    width: 75%;
  }
}
.p-page__profile .career-box ol {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-page__profile .career-box ol {
    width: 100%;
  }
}
.p-page__profile .career-box ol li {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  color: #53131e;
  line-height: 1.4;
  margin-bottom: 1.2rem;
  letter-spacing: .05em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-page__profile .career-box ol li {
    font-size: 1.5rem;
  }
}
.p-page__profile .career-box ol li:last-child {
  margin-bottom: 0;
}
.p-page__profile .career-box ol li::before {
  content: "";
  display: block;
  background: #e0ae9e;
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -.2rem;
  margin-left: -1em;
}
.p-page__profile .profile-box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 767px) {
  .p-page__profile .profile-box {
    margin-bottom: 7.5rem;
  }
}
.p-page__profile .profile-box:nth-of-type(2) figure {
  order: 2;
  margin-right: 0;
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  .p-page__profile .profile-box:nth-of-type(2) figure {
    order: 1;
    margin: 0 auto 3rem;
  }
}
.p-page__profile .profile-box:nth-of-type(2) ol {
  order: 1;
}
@media screen and (max-width: 767px) {
  .p-page__profile .profile-box:nth-of-type(2) ol {
    order: 2;
  }
}
.p-page__profile .profile-box.p-page__profile--works ol {
  padding-left: 4%;
}
@media screen and (max-width: 1199px) {
  .p-page__profile .profile-box.p-page__profile--works ol {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-page__profile .profile-box.p-page__profile--seminar h3 {
    line-height: 1.25;
  }
}
.p-page__profile .profile-box.p-page__profile--seminar .career-box > div {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-page__profile .profile-box.p-page__profile--seminar .career-box > div {
    width: 100%;
  }
}
.p-page__profile .profile-box.p-page__profile--seminar .career-box > div ol {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.p-page__profile .profile-box.p-page__profile--seminar .career-box > div ol li {
  font-size: 1.6rem;
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .p-page__profile .profile-box.p-page__profile--seminar .career-box > div ol li {
    font-size: 1.3rem;
  }
}
.p-page__profile .profile-box.p-page__profile--seminar .career-box > div ol li:last-child {
  margin-right: 0;
  margin-bottom: 1.2rem;
}
.p-page__profile .profile-box.p-page__profile--seminar .career-box > div ol + h4 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-page__profile .profile-box.p-page__profile--seminar .career-box > div ol + h4 {
    margin-top: 3rem;
  }
}
.p-page__profile .profile-box.p-page__profile--seminar .career-box > div h4 {
  font-family: "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-size: 2.1rem;
  font-weight: 500;
  color: #53131e;
  letter-spacing: .1em;
  padding-bottom: 20px;
  border-bottom: 1px solid #daa497;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-page__profile .profile-box.p-page__profile--seminar .career-box > div h4 {
    font-size: 1.8rem;
  }
}
.p-page__service--container {
  margin: 200px 0;
}
@media screen and (max-width: 767px) {
  .p-page__service--container {
    margin: 10rem 0;
  }
}
@media screen and (max-width: 1199px) {
  .p-page__service--container .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-page__service--container .inner {
    padding: 0 4%;
  }
}
.p-page__service--container .service-nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fcfbf5;
  box-shadow: 0 0 20px rgba(224, 174, 158, 0.2);
  border-radius: 20px;
  padding: 20px 50px;
}
@media screen and (max-width: 1199px) {
  .p-page__service--container .service-nav {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-page__service--container .service-nav {
    padding: 0;
  }
}
.p-page__service--container .service-nav ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.p-page__service--container .service-nav ul li {
  width: 50%;
  border-right: 1px solid #53131e30;
}
.p-page__service--container .service-nav ul li:nth-child(even) {
  border-right: none;
}
.p-page__service--container .service-nav ul li:nth-child(-n+2) {
  border-bottom: 1px solid #53131e30;
}
.p-page__service--container .service-nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .p-page__service--container .service-nav ul li a {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page__service--container .service-nav ul li a {
    flex-direction: column;
    padding: 2rem 1.5rem 6rem;
  }
}
.p-page__service--container .service-nav ul li a::after {
  content: "";
  display: block;
  background: url("../img/common/ic-arrow_menu.png") no-repeat left center/cover;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 20px;
  transition: transform .3s ease;
}
@media screen and (max-width: 767px) {
  .p-page__service--container .service-nav ul li a::after {
    transition: none;
    top: calc(100% - 4rem);
    margin-top: inherit;
    right: inherit;
    left: 50%;
    margin-left: -15px;
  }
}
.p-page__service--container .service-nav ul li a figure {
  width: 100px;
}
.p-page__service--container .service-nav ul li a figure img {
  aspect-ratio: 100 / 100;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-page__service--container .service-nav ul li a figure {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .p-page__service--container .service-nav ul li a figure {
    width: 65%;
  }
}
.p-page__service--container .service-nav ul li a h3 {
  width: calc(100% - 100px);
  font-family: "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: 500;
  color: #53131e;
  line-height: 1.7;
  padding-left: 3rem;
}
@media screen and (max-width: 1199px) {
  .p-page__service--container .service-nav ul li a h3 {
    padding-left: 2rem;
    padding-right: 3em;
  }
  .p-page__service--container .service-nav ul li a h3 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-page__service--container .service-nav ul li a h3 {
    width: 100%;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.25;
    margin-top: 1.5rem;
    text-align: center;
  }
}
.p-page__service--container .service-nav ul li a:hover::after {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .p-page__service--container .service-nav ul li a:hover::after {
    transform: scale(1);
  }
}
.p-page__service--sec {
  width: 100%;
  max-width: 1200px;
  margin: 140px auto 0;
}
@media screen and (max-width: 767px) {
  .p-page__service--sec {
    margin-top: 10rem;
  }
}
.p-page__service--sec#sec01 h3 span {
  margin-right: 1em;
}
.p-page__service--sec#sec03 h3 span, .p-page__service--sec#sec04 h3 span, .p-page__service--sec#sec05 h3 span {
  margin-left: 1em;
}
.p-page__service--sec .service--box {
  display: flex;
  align-items: flex-end;
  background: #fcfbf5;
  box-shadow: 0 0 20px rgba(224, 174, 158, 0.2);
  border-radius: 20px;
  padding: 50px;
}
@media screen and (max-width: 1199px) {
  .p-page__service--sec .service--box {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-page__service--sec .service--box {
    flex-direction: column;
    padding: 2.5rem 5%;
  }
}
.p-page__service--sec .service--box figure {
  width: 36%;
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .p-page__service--sec .service--box figure {
    order: 1;
    width: 50%;
    margin: 0 auto 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .p-page__service--sec .service--box figure {
    width: 65%;
  }
}
.p-page__service--sec .service--box > div {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-page__service--sec .service--box > div {
    width: 100%;
    order: 2;
  }
}
.p-page__service--sec .service--box h4 {
  font-family: "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  display: flex;
  color: #53131e;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #53131e;
  margin-bottom: 20px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-page__service--sec .service--box h4 {
    flex-direction: column;
  }
}
.p-page__service--sec .service--box h4 span, .p-page__service--sec .service--box h4 em {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .1em;
}
@media screen and (max-width: 1199px) {
  .p-page__service--sec .service--box h4 span, .p-page__service--sec .service--box h4 em {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page__service--sec .service--box h4 span, .p-page__service--sec .service--box h4 em {
    display: block;
    text-align: center;
    font-size: 2rem;
  }
}
.p-page__service--sec .service--box h4 span {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .p-page__service--sec .service--box h4 span {
    width: 100%;
  }
}
.p-page__service--sec .service--box h4 em {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .p-page__service--sec .service--box h4 em {
    width: 100%;
    margin-top: 1rem;
  }
}
.p-page__service--sec .service--box .lead {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-page__service--sec .service--box .lead {
    font-size: 1.6rem;
  }
}
.p-page__service--sec .service--box .lead + p {
  background: #53131e07;
  border-radius: 7px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  padding: 25px 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-page__service--sec .service--box .lead + p {
    font-size: 1.4rem;
    padding: 2rem 5%;
    margin-top: 2rem;
  }
}
.p-page__service--sec .service--box .lead + p span {
  display: block;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.p-page__service--sec .service--box .lead + p span:last-child {
  margin-bottom: 0;
}
.p-page__service--sec:nth-child(even) figure {
  order: 2;
  margin-right: 0;
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  .p-page__service--sec:nth-child(even) figure {
    order: 1;
    margin: 0 auto 2.5rem;
  }
}
.p-page__service--sec:nth-child(even) > div {
  order: 1;
}
@media screen and (max-width: 767px) {
  .p-page__service--sec:nth-child(even) > div {
    order: 2;
  }
}
.p-page__service--sec#sec03 h4 span, .p-page__service--sec#sec03 h4 em {
  font-size: 1.8rem;
}
.p-page__service--sec#sec05 .service--box {
  align-items: flex-start;
}

/* view anime */
@-webkit-keyframes fade-in {
  0% {
    transform: translateY(0px);
    filter: brightness(400%) contrast(400%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    filter: brightness(100%) contrast(100%);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    transform: translateY(0px);
    filter: brightness(400%) contrast(400%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    filter: brightness(100%) contrast(100%);
    opacity: 1;
  }
}
.is-fade_in {
  opacity: 0;
}

.is-fade_in.is-fade_in--done {
  opacity: 1;
  -webkit-animation: fade-in 2s ease 0s;
  animation: fade-in 2s ease 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (max-width: 1023px) and (max-height: 600px) {
  .is-fade_in {
    opacity: 1 !important;
    filter: brightness(100%) contrast(100%);
    transform: translateY(0) !important;
  }
}
@media screen and (max-width: 767px) {
  .is-fade_in {
    opacity: 1 !important;
    filter: brightness(100%) contrast(100%) !important;
    transform: translateY(0) !important;
  }
}
@-webkit-keyframes fade-up {
  0% {
    transform: translateY(40px);
    filter: brightness(400%) contrast(400%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    filter: brightness(100%) contrast(100%);
    opacity: 1;
  }
}
@keyframes fade-up {
  0% {
    transform: translateY(40px);
    filter: brightness(400%) contrast(400%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    filter: brightness(100%) contrast(100%);
    opacity: 1;
  }
}
.is-fade_up {
  opacity: 0;
}

.is-fade_up.is-fade_up--done {
  opacity: 1;
  -webkit-animation: fade-up 1s ease 0.1s;
  animation: fade-up 1s ease 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (max-width: 1023px) and (max-height: 600px) {
  .is-fade_up {
    filter: brightness(100%) contrast(100%) !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
@media screen and (max-width: 767px) {
  .is-fade_up {
    filter: brightness(100%) contrast(100%) !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
/* Text Anime */
@-webkit-keyframes txt-view {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes txt-view {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
.is-txt-view {
  clip-path: inset(0 100% 0 0);
}

.is-txt-view.is-txt-view--done {
  opacity: 1;
  -webkit-animation: txt-view 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: txt-view 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Photo Anime */
@-webkit-keyframes photo-view {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
  }
}
@keyframes photo-view {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
  }
}
.is-photo-view {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
}

.is-photo-view.is-photo-view--done {
  opacity: 1;
  -webkit-animation: photo-view 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation: photo-view 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (max-width: 1023px) and (max-height: 600px) {
  .is-photo-view {
    clip-path: inset(0) !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 767px) {
  .is-photo-view {
    clip-path: inset(0) !important;
    opacity: 1 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .u-tab, .u-sp {
    display: none !important;
  }
  .u-pc-none {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pc, .u-sp {
    display: none !important;
  }
  .u-tab-none {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-pc, .u-tab {
    display: none !important;
  }
  .u-sp-none {
    display: none !important;
  }
}
