@charset "UTF-8";
/* system
--------------------------- */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital@0;1&display=swap");
/* reset
--------------------------- */
/* 
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css 
 */
* {
  box-sizing: border-box;
}

::after,
::before {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.font-a1mincho {
  font-family: "A1明朝", "A1 Mincho", serif;
}

.font-reiminy10 {
  font-family: "黎ミンY10 M", "Reimin Y10 Medium", serif;
}

.font-ebgaramond {
  font-family: "EB Garamond", serif;
}

@media (max-width: 1129px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 1130px) {
  .sp-only {
    display: none;
  }
}

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

.noscroll {
  height: 100vh;
  overflow-y: hidden;
}

@supports (-webkit-touch-callout: none) {
  /* iPhoneの表示のみ指定を上書き */
  .noscroll {
    min-height: 100%;
    height: -webkit-fill-available;
  }
}
/* base
--------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  color: #575757;
  font-size: 1rem;
  font-family: "ゴシックMB101 R", "Gothic MB101 Regular", serif;
  line-height: 2;
  position: relative;
  max-width: 100vw;
  min-width: 320px;
  width: 100%;
  background-color: #171717;
}

::selection {
  background-color: rgba(13, 13, 13, 0.7);
  color: #F2F2F2;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a {
  color: #575757;
  text-decoration: none;
  position: relative;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}

a {
  transition: all 0.4s;
}

/* l-header
--------------------------- */
@media (min-width: 1130px) {
  .l-header__btn {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 56px;
    z-index: 9900;
  }
  .l-header__btn span {
    position: relative;
    display: block;
  }
  .l-header__btn span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(./img/nav_btn02_pc.svg);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
  }
  .l-header__btn img {
    transition: all 0.4s;
  }
}
.l-header__btn button {
  transition: all 0.4s;
}
.l-header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(13, 13, 13, 0.95);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  z-index: 9800;
  will-change: visibility, opacity;
  transition: all 0.4s;
}
@media (min-width: 1130px) {
  .l-header__overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 56px;
    height: 100%;
    background-color: #0D0D0D;
    z-index: 9801;
  }
}
.l-header__overlay .c-navigation {
  vertical-align: middle;
  display: table;
  width: 100%;
  height: 100%;
  padding-top: 40px;
}
.l-header__overlay .c-navigation .c-section__inner {
  vertical-align: middle;
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
}
@media (min-width: 1130px) {
  .l-header__overlay .c-navigation .c-section__inner {
    width: calc(100% - 56px);
  }
}
@media (max-width: 1129px) {
  .l-header__overlay .c-navigation .c-section__inner button.sp-only {
    position: fixed;
    top: 40px;
    right: 20px;
    z-index: 9900;
  }
}
.l-header__overlay .c-navigation__cont {
  margin-top: auto;
}
@media (min-width: 1130px) {
  .l-header__overlay .c-navigation__cont {
    padding-top: 98px;
  }
}
@media (min-width: 1130px) {
  .l-header.ham-active .l-header__btn span::after {
    opacity: 1;
  }
  .l-header.ham-active .l-header__btn img {
    opacity: 0;
  }
}
.l-header.ham-active .l-header__overlay {
  opacity: 1;
  visibility: visible;
}

/* l-main
--------------------------- */
.l-main {
  overflow-x: hidden;
  background-color: #FCFCFC;
}
@media (max-width: 1129px) {
  .l-main .top-nav {
    display: none;
  }
}
@media (min-width: 1130px) {
  .l-main .top-nav {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
  }
  .l-main .top-nav ul {
    padding: 20px;
  }
  .l-main .top-nav ul li {
    display: inline-block;
    color: #808080;
  }
  .l-main .top-nav ul li a {
    color: #808080;
    font-size: 16px;
  }
  .l-main .top-nav ul li:nth-child(1)::after {
    content: "|";
    padding: 0 1em;
  }
}
.l-main .p-mv__button01 {
  padding: 28px 0 30px;
}
.l-main .p-mv__button01 a {
  background: #0D0D0D;
  border: 1px solid #0D0D0D;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vh;
  width: 191px;
  height: 45px;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  position: relative;
  margin: auto;
}
.l-main .p-mv__button01 a::before {
  content: url("/assets/img/p-mv__button01.svg");
  font-size: 0px;
  padding-right: 2px;
}
.l-main .p-mv__button01 a:hover {
  background: #fff;
  color: #0D0D0D;
}

/* l-footer
--------------------------- */
.l-footer {
  overflow-x: hidden;
  padding-top: 136px;
}
@media (min-width: 1130px) {
  .l-footer {
    padding-top: 198px;
  }
}
@media (max-width: 1129px) {
  .l-footer .c-navigation__cont {
    margin-bottom: 156px;
  }
}
@media (max-width: 1129px) {
  .l-footer .c-navigation__logo {
    margin-bottom: 73px;
  }
}

/* c-section
--------------------------- */
.c-section__inner {
  position: relative;
  z-index: 10;
}
@media (max-width: 1129px) {
  .c-section__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1130px) {
  .c-section__inner {
    margin-left: 56px;
  }
}
.c-section__img {
  position: relative;
}
.c-section__img img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-section__title01 {
  color: #171717;
  font-size: 1.25rem;
  line-height: 1.45;
  padding-bottom: 2px;
  border-bottom: solid 1px #171717;
}
@media (min-width: 1130px) {
  .c-section__title01 {
    font-size: 1.5rem;
    line-height: 1.333;
    padding-bottom: 7px;
  }
}
.c-section__title02 {
  color: #171717;
  font-size: 2rem;
  line-height: 1.281;
}
@media (min-width: 1130px) {
  .c-section__title02 {
    font-size: 3.5rem;
    line-height: 1.276;
  }
}

/* c-navigation
--------------------------- */
.c-navigation {
  line-height: 2.188;
  padding-bottom: 32px;
}
@media (min-width: 1130px) {
  .c-navigation {
    padding-bottom: 40px;
  }
}
.c-navigation a {
  font-family: "EB Garamond", serif;
}
.c-navigation small {
  font-size: 0.625rem;
  text-align: center;
  display: block;
}
@media (min-width: 1130px) {
  .c-navigation .c-section__inner {
    padding: 0 167px;
  }
}
.c-navigation__cont {
  margin-bottom: 75px;
}
@media (min-width: 1130px) {
  .c-navigation__cont {
    display: flex;
    align-items: center;
    margin-bottom: 98px;
  }
}
@media (max-width: 1129px) {
  .c-navigation__logo {
    margin-bottom: 65px;
  }
}
@media (min-width: 1130px) {
  .c-navigation__logo {
    width: 50%;
    padding-right: 117px;
  }
}
.c-navigation__logo a,
.c-navigation__logo img {
  display: block;
  width: 201px;
  margin: 0 auto;
}
@media (max-width: 1129px) {
  .c-navigation__list {
    padding-left: 50%;
  }
}
.c-navigation__list a {
  display: inline-block;
  padding: 0 4px;
}
@media (min-width: 1130px) {
  .c-navigation__list a {
    padding: 0 10px;
  }
}
.c-navigation__list a:hover {
  color: #F2F2F2;
}
.c-navigation__contact {
  text-align: center;
  margin: auto 0 8px;
  color: #F2F2F2;
}
@media (min-width: 1130px) {
  .c-navigation__contact {
    margin-bottom: 4px;
  }
}
.c-navigation__contact a {
  color: #F2F2F2;
}
.c-navigation__contact a:hover {
  color: #575757;
}

/* c-access
--------------------------- */
@media (min-width: 1130px) {
  .c-access {
    position: absolute;
    right: 40px;
    bottom: 23px;
    z-index: 8000;
    transition: all 0.4s;
  }
  .c-access.fixed {
    position: fixed;
  }
}

/* p-mv
--------------------------- */
.p-mv {
  position: relative;
}
@media (max-width: 1129px) {
  .p-mv {
    padding-left: 32px;
  }
}
@media screen and (min-width: 390px) and (max-width: 430px) {
  .p-mv {
    padding-top: 60px;
  }
}
@media (min-width: 1130px) {
  .p-mv__corp {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9999px;
  }
}
@media (max-width: 1129px) {
  .p-mv .c-section__inner {
    padding-top: 48px;
  }
}
@media (min-width: 1130px) {
  .p-mv .c-section__inner {
    display: flex;
    align-items: center;
    min-height: 862px;
    height: 100vh;
    padding: 64px 0 38px;
  }
}
@media (min-width: 2560px) {
  .p-mv .c-section__inner {
    padding: 100px 0 60px;
  }
}
@media (min-width: 1130px) {
  .p-mv__cont {
    width: 520px;
    padding: 34px 56px 0;
  }
}
@media (min-width: 2560px) {
  .p-mv__cont {
    padding-top: 60px;
  }
}
.p-mv__logo {
  width: 159px;
  margin: 0 auto;
}
@media (min-width: 1130px) {
  .p-mv__logo {
    width: 248px;
  }
}
.p-mv__photo-list {
  display: flex;
  margin: 50px 0 24px;
}
@media (max-width: 1129px) {
  .p-mv__photo-list {
    gap: 0 30px;
    margin-right: 30px;
  }
}
@media (min-width: 1130px) {
  .p-mv__photo-list {
    margin: 78px 0 44px;
  }
}
.p-mv__photo-list li {
  width: 100%;
  height: 185px;
}
@media (min-width: 1024px) {
  .p-mv__photo-list li {
    height: 344px;
  }
}
@media (min-width: 1130px) {
  .p-mv__photo-list li {
    width: 56px;
    margin-left: 56px;
  }
}
@media (min-width: 1130px) {
  .p-mv__photo-list li:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1130px) {
  .p-mv__photo-list li:nth-child(2) {
    margin-left: 168px;
  }
}
@media (max-width: 1129px) {
  .p-mv__photo-list li.sp-only button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #0D0D0D;
  }
}
.p-mv__note01 {
  color: #171717;
}
@media (max-width: 1129px) {
  .p-mv__note01 {
    text-align: center;
  }
}
@media (min-width: 1130px) {
  .p-mv__note01 {
    font-size: 1.125rem;
  }
}
.p-mv__note02 {
  color: #C2B38D;
  line-height: 1.305;
  margin-top: 39px;
}
@media (max-width: 1129px) {
  .p-mv__note02 {
    text-align: center;
    position: relative;
    padding-bottom: 71px;
  }
  .p-mv__note02::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 23px;
    display: block;
    width: 1px;
    height: 30px;
    background-color: #C2B38D;
  }
}
@media (min-width: 1130px) {
  .p-mv__note02 {
    color: #575757;
    font-size: 0.9375rem;
    line-height: 1.59;
    margin-top: 24px;
  }
}
.p-mv__main {
  height: 296px;
}
@media (min-width: 1024px) {
  .p-mv__main {
    height: 400px;
  }
}
@media (min-width: 1130px) {
  .p-mv__main {
    flex: 1;
    height: 100%;
    padding-left: 4.51vw;
  }
}
@media (min-width: 2560px) {
  .p-mv__main {
    padding-left: 5.82vw;
  }
}
.p-mv__main img {
  object-position: 60% 86%;
}

.top-navi {
  position: absolute;
  top: 0;
  right: 0;
}

/* p-photo
--------------------------- */
@media (max-width: 1129px) {
  .p-photo {
    margin: 40px 0;
  }
  .p-photo__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .p-photo__list li {
    width: calc(50% - 8px);
    height: 87px;
  }
}
@media (min-width: 768px) {
  .p-photo__list li {
    height: 140px;
  }
}
@media (min-width: 1130px) {
  .p-photo {
    margin-top: 144px;
    padding: 42px 0 146px;
  }
  .p-photo .c-section__inner {
    padding-right: 60px;
  }
  .p-photo__list {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }
  .p-photo__list li {
    width: 307px;
    height: 184px;
  }
  .p-photo__list li::after {
    content: "";
    position: absolute;
    display: block;
    background-color: #E6E6E6;
    z-index: 1;
  }
  .p-photo__list li:first-child::after {
    top: 26.09%;
    left: -69.71%;
    width: 98.05%;
    height: 96.74%;
    background-color: #F0F0F0;
  }
  .p-photo__list li:nth-child(2)::after {
    top: -22.83%;
    left: -33.88%;
    width: 62.54%;
    height: 61.96%;
  }
  .p-photo__list li:nth-child(3)::after {
    top: 60.33%;
    left: -32.9%;
    width: 63.19%;
    height: 62.5%;
  }
  .p-photo__list li img {
    z-index: 2;
  }
}
@media (min-width: 2560px) {
  .p-photo {
    padding-bottom: 178px;
  }
  .p-photo__list {
    gap: 20px;
  }
  .p-photo li {
    width: 580px;
    height: 327px;
  }
}

/* p-concept
--------------------------- */
@media (min-width: 1130px) {
  .p-concept .c-section__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 60px;
  }
}
@media (max-width: 1129px) {
  .p-concept__sp {
    position: relative;
    margin: 85px 0 38px;
  }
  .p-concept__sp .c-section__title01 {
    position: absolute;
    left: 32px;
    bottom: 0;
    width: 295px;
    transform: rotate(-90deg);
    transform-origin: left bottom;
  }
  .p-concept__sp-img {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
  }
  .p-concept__sp-img li {
    width: 27.655%;
    height: 295px;
  }
}
@media (min-width: 1130px) {
  .p-concept__pc {
    display: flex;
    justify-content: space-between;
    width: 35.348%;
    padding-left: 4.53%;
  }
  .p-concept__pc li {
    aspect-ratio: 194/560;
    max-width: 306px;
    width: 47.548%;
    height: auto;
  }
  .p-concept__pc li:first-child {
    margin-bottom: 185px;
  }
  .p-concept__pc li:nth-child(2) {
    margin-top: 185px;
  }
}
@media (min-width: 2320px) {
  .p-concept__pc {
    padding-left: 3.87%;
    width: 32.897%;
  }
  .p-concept__pc li {
    aspect-ratio: 306/881;
  }
}
@media (min-width: 1130px) {
  .p-concept__cont {
    width: 55.061%;
    padding: 16px 107px 0 0;
  }
}
@media (min-width: 2560px) {
  .p-concept__cont {
    width: 56.588%;
    padding-right: 201px;
  }
}
.p-concept__cont .c-section__title02 {
  margin-top: 27px;
}
@media (max-width: 1129px) {
  .p-concept__cont .c-section__title02 {
    padding-bottom: 2px;
  }
}
@media (min-width: 1130px) {
  .p-concept__cont .c-section__title02 {
    margin-top: 40px;
  }
}
.p-concept__cont-wrap {
  padding-bottom: 40px;
}
@media (max-width: 1129px) {
  .p-concept__cont-wrap {
    padding-left: 32px;
  }
}
@media (min-width: 1130px) {
  .p-concept__cont-wrap {
    padding-bottom: 26px;
  }
}
.p-concept__cont-wrap p {
  color: #171717;
  margin-top: 24px;
}
@media (min-width: 1130px) {
  .p-concept__cont-wrap p {
    margin-top: 40px;
  }
}
@media (min-width: 1130px) {
  .p-concept__cont-wrap p.font-a1mincho {
    font-size: 1.5rem;
  }
}
.p-concept__cont-wrap p.font-reiminy10 {
  font-size: 0.8125rem;
}
@media (max-width: 1129px) {
  .p-concept__cont-wrap p.font-reiminy10 {
    line-height: 2.11;
  }
}
@media (min-width: 1130px) {
  .p-concept__cont-wrap p.font-reiminy10 {
    font-size: 0.9375rem;
  }
}
.p-concept__cont-wrap p.font-ebgaramond {
  line-height: 1.305;
}
@media (max-width: 1129px) {
  .p-concept__cont-wrap p.font-ebgaramond {
    font-size: 0.9375rem;
  }
}
@media (max-width: 1129px) {
  .p-concept__cont-text {
    text-align: right;
    margin: 40px -16px 0 -48px !important;
  }
  .p-concept__cont-text img {
    display: inline-block;
  }
}
.p-concept__cont-next {
  display: table;
}
.p-concept__cont-next a {
  color: #171717;
  vertical-align: bottom;
  position: relative;
  display: table-cell;
  height: 55px;
  padding: 0 0 6px 17px;
}
@media (min-width: 1130px) {
  .p-concept__cont-next a {
    padding-bottom: 4px;
  }
}
.p-concept__cont-next a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 6px;
  height: 26px;
  background-image: url(./img/arrow01.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: all 0.7s;
}
.p-concept__cont-next a:hover::before {
  height: 55px;
}
@media (max-width: 1129px) {
  .p-concept__link {
    padding: 29px 0 29px 32px;
    background-color: #F2F2F2;
  }
}
@media (min-width: 1130px) {
  .p-concept__link {
    position: relative;
    padding-bottom: 92px;
  }
  .p-concept__link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 462px;
    height: 359px;
    background-image: url(./img/line01.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 1;
  }
}
.p-concept__link .c-section__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1129px) {
  .p-concept__link .c-section__inner {
    padding-left: 0;
  }
}
@media (min-width: 1130px) {
  .p-concept__link .c-section__inner {
    padding-right: 115px;
  }
}
@media (min-width: 2560px) {
  .p-concept__link .c-section__inner {
    padding-right: 209px;
  }
}
.p-concept__link .c-section__img {
  width: 72.223%;
  height: 102px;
}
@media (min-width: 768px) {
  .p-concept__link .c-section__img {
    height: 140px;
  }
}
@media (min-width: 1024px) {
  .p-concept__link .c-section__img {
    width: 297px;
  }
}
.p-concept__link-text {
  line-height: 1.305;
  text-align: right;
  margin-top: 12px;
}
.p-concept__link-text a {
  color: #262626;
  position: relative;
  display: inline-block;
  padding-left: 21px;
}
.p-concept__link-text a::before, .p-concept__link-text a::after {
  content: "";
}
.p-concept__link-text a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1.305em;
  background-image: url(./img/arrow02_s.svg);
  background-repeat: no-repeat;
  background-size: 1em 1em;
  background-position: left center;
}
.p-concept__link-text a::after {
  display: inline-block;
  width: 24px;
  height: 1px;
  margin-left: 6px;
  background-color: #262626;
  transition: all 0.4s;
}
.p-concept__link-text a:hover::after {
  width: 40px;
}

/* p-facilities
--------------------------- */
@media (max-width: 1129px) {
  .p-facilities {
    padding-top: 24px;
  }
}
@media (min-width: 1130px) {
  .p-facilities__title {
    position: relative;
    background: #C2B38D;
  }
  .p-facilities__title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 543px;
    height: 100%;
    background-color: #FCFCFC;
    z-index: 1;
  }
}
.p-facilities__title .c-section__inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1129px) {
  .p-facilities__title .c-section__inner {
    background: #C2B38D;
  }
  .p-facilities__title .c-section__inner::before, .p-facilities__title .c-section__inner::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    background-color: #FCFCFC;
    z-index: 1;
  }
  .p-facilities__title .c-section__inner::before {
    left: 0;
    width: 46px;
  }
  .p-facilities__title .c-section__inner::after {
    right: 0;
    width: 16px;
  }
}
@media (min-width: 1130px) {
  .p-facilities__title .c-section__inner {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
.p-facilities__title .c-section__title01 {
  text-align: right;
  position: relative;
  width: 50.56%;
  z-index: 15;
}
@media (min-width: 1130px) {
  .p-facilities__title .c-section__title01 {
    width: 52.67%;
    margin-left: 60px;
  }
}
.p-facilities__cont {
  background-color: #F2F2F2;
  position: relative;
  height: 700px;
}
@media (max-width: 1129px) {
  .p-facilities__cont {
    background-color: #171717;
    min-height: 610px;
  }
}
.p-facilities__cont .c-section__inner {
  background-color: #F2F2F2;
  height: 700px;
}
@media (max-width: 1129px) {
  .p-facilities__cont .c-section__inner {
    min-height: 610px;
    background-color: #171717;
  }
}
.p-facilities__cont-inner {
  padding-left: 60px;
  flex: 1;
}
@media (max-width: 1129px) {
  .p-facilities__cont-inner {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}
.p-facilities__cont-navi {
  margin-bottom: 48px;
}
@media (max-width: 1129px) {
  .p-facilities__cont-navi {
    margin-bottom: auto;
  }
}
.p-facilities__cont-navi ul {
  display: flex;
}
.p-facilities__cont-navi ul li {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 3px;
  position: relative;
  color: #171717;
  opacity: 0.3;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 1129px) {
  .p-facilities__cont-navi ul li {
    color: #fff;
    font-size: 17px;
  }
}
.p-facilities__cont-navi ul li::after {
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background: #171717;
  position: absolute;
  bottom: 1px;
  left: 1px;
  transition: all 0.4s;
}
@media (max-width: 1129px) {
  .p-facilities__cont-navi ul li::after {
    background: #fff;
  }
}
.p-facilities__cont-navi ul li:not(:last-child) {
  margin-right: 38px;
}
.p-facilities__cont-navi ul li.active {
  opacity: 1;
}
.p-facilities__cont-navi ul li.active::after {
  width: 100%;
}
.p-facilities__cont-navi ul li:hover {
  opacity: 1;
}
.p-facilities__cont-navi ul li:hover::after {
  width: 100%;
}
.p-facilities__cont-text {
  transition: all 0.4s;
  background: #F2F2F2;
}
@media (max-width: 1129px) {
  .p-facilities__cont-text {
    background: transparent;
    padding-left: 32px;
  }
}
@media (max-width: 1129px) {
  .p-facilities__cont-text {
    color: #fff;
    margin: auto;
  }
}
.p-facilities__cont-text .cont-sammary-ja {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 1129px) {
  .p-facilities__cont-text .cont-sammary-ja {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .p-facilities__cont-text .cont-sammary-ja br {
    display: none;
  }
}
.p-facilities__cont-text .cont-sammary-en {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 1129px) {
  .p-facilities__cont-text .cont-sammary-en {
    font-size: 13px;
  }
}
.p-facilities__cont .js-facilities-background {
  width: 662px;
  height: 700px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
  margin-left: auto;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-facilities__cont .js-facilities-background {
    width: 50%;
  }
}
.p-facilities__cont .js-facilities-background img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-height: 100%;
  width: auto;
}
@media (max-width: 1129px) {
  .p-facilities__cont .js-facilities-background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
  }
}
.p-facilities__cont .p-facilities__cont-text-outer {
  background: #F2F2F2;
}

.p-facilities__cont-inner {
  display: flex;
  align-items: center;
  height: 700px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #F2F2F2;
}
@media (max-width: 1129px) {
  .p-facilities__cont-inner {
    min-height: 610px;
    background: transparent;
  }
}
.p-facilities__cont-inner .p-facilities__cont-inner--text {
  width: calc(50% - 60px);
  padding: 0 60px;
}
@media (max-width: 1129px) {
  .p-facilities__cont-inner .p-facilities__cont-inner--text {
    width: 100%;
    padding: 48px 16px;
    position: absolute;
    z-index: 1;
    top: 0;
  }
}
.p-facilities__cont-inner .p-facilities__cont-inner--text .p-facilities__cont-navi {
  position: absolute;
  top: 10%;
  height: 40px;
}
.p-facilities__cont-inner .p-facilities__cont-inner--text .p-facilities__cont-text {
  margin-top: 120px;
}
.p-facilities__cont-inner .p-facilities__cont-inner--img {
  flex: 1;
  padding-left: 60px;
  height: 100%;
}
@media (max-width: 1129px) {
  .p-facilities__cont-inner .p-facilities__cont-inner--img {
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-facilities__cont-inner .p-facilities__cont-inner--img img {
  max-width: 120%;
  width: auto;
  height: auto;
  min-height: 100%;
}
@media (max-width: 1129px) {
  .p-facilities__cont-inner .p-facilities__cont-inner--img img {
    width: 100%;
    height: auto;
  }
}

.js-facilities-item.flex {
  display: flex !important;
}

.js-facilities-item[data-id=audio], .js-facilities-item[data-id=piano] {
  display: none;
}

.fadein {
  animation-name: fadein;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.fadeout {
  animation-name: fadeout;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
  1% {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
    display: block;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.p-facilities__banner {
  background: #D9D9D9;
  padding: 30px 60px;
}
@media (max-width: 1129px) {
  .p-facilities__banner {
    padding: 29px 17px;
  }
}
.p-facilities__banner .c-section__inner ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.p-facilities__banner .c-section__inner ul li:not(:last-child) {
  margin-right: 29px;
}
@media (max-width: 1129px) {
  .p-facilities__banner .c-section__inner ul li {
    margin-bottom: 17px;
  }
}
.p-facilities__banner .c-section__inner ul:nth-child(1) {
  margin-bottom: 17px;
}
.p-facilities__banner .c-section__inner ul:nth-child(2) {
  margin-bottom: 20px;
}
@media (max-width: 1129px) {
  .p-facilities__banner .c-section__inner ul:nth-child(2) li:not(:last-child) {
    margin-right: 24px;
  }
}
.p-facilities__banner .c-section__inner p {
  font-size: 10px;
  text-align: center;
  font-family: "ゴシックMB101 R", "Gothic MB101 Regular", serif;
}

/* p-experience
--------------------------- */
.p-experience .c-section__inner.d-flex {
  padding: 112px 60px 111px 60px;
}
@media (min-width: 1130px) {
  .p-experience .c-section__inner.d-flex {
    display: flex;
  }
}
@media (max-width: 1129px) {
  .p-experience .c-section__inner.d-flex {
    padding: 91px 17px;
  }
}
.p-experience .c-section__inner .p-experience__img {
  flex: 1;
}
.p-experience .c-section__inner .p-experience__img figure {
  max-width: 520px;
  width: calc(100% - 160px);
  height: 182px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1129px) {
  .p-experience .c-section__inner .p-experience__img figure {
    height: 35%;
  }
}
@media (min-width: 1130px) {
  .p-experience .c-section__inner .p-experience__img figure {
    max-width: 100%;
  }
}
.p-experience .c-section__inner .p-experience__img figure img {
  position: absolute;
  /* min-width: 100%; */
  width: 100%;
  height: auto;
  top: 0;
  aspect-ratio: 29/16;
  left: 0;
  bottom: 0;
  max-width: 9999px;
  right: 0;
  margin: auto;
}
.p-experience .c-section__inner .p-experience__img figure:nth-child(2) {
  margin-left: auto;
  margin-right: 79px;
}
.p-experience .c-section__inner .p-experience__img--sp .c-section__title01 {
  position: absolute;
  left: 32px;
  bottom: 0;
  width: 295px;
  transform: rotate(-90deg);
  transform-origin: left bottom;
}
.p-experience .c-section__inner .c-section__title03 {
  font-size: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #171717;
  margin-bottom: 40px;
  color: #171717;
}
.p-experience .c-section__inner .c-section__text01 {
  color: #171717;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px;
}
@media (max-width: 1129px) {
  .p-experience .c-section__inner .c-section__text01 {
    padding-left: 40px;
    padding-top: 17px;
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.p-experience .c-section__inner .c-section__text01--en {
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1129px) {
  .p-experience .c-section__inner .c-section__text01--en {
    font-size: 15px;
    padding-left: 40px;
  }
}
.p-experience .c-section__inner .p-experience__text {
  width: 515px;
}
@media (max-width: 1129px) {
  .p-experience .c-section__inner .p-experience__text {
    width: 100%;
  }
  .p-experience .c-section__inner .p-experience__text .c-section__title02 {
    margin-bottom: 37px;
  }
}
.p-experience .c-section__inner .p-experience__img--sp {
  position: relative;
  margin-bottom: 37px;
}
.p-experience .c-section__inner .p-experience__img--sp .p-experience__img--sp-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 17px;
}
.p-experience .c-section__inner .p-experience__img--sp .p-experience__img--sp-img li {
  height: 139px;
  overflow: hidden;
  width: calc(100% - 115px);
}
.p-experience .c-section__inner .p-experience__img--sp .p-experience__img--sp-img li img {
  width: 100%;
}
.p-experience .p-experience__notice {
  padding: 32px 16px;
}
@media (max-width: 1129px) {
  .p-experience .p-experience__notice .c-section__inner {
    border-right: 1px solid #E84545;
    border-left: 1px solid #E84545;
    padding: 24px;
  }
  .p-experience .p-experience__notice .c-section__inner .p-experience__notice-title {
    cursor: pointer;
  }
  .p-experience .p-experience__notice .c-section__inner .p-experience__notice-title h4 {
    display: flex;
    padding: 20px 0;
    font-size: 14px;
    color: #E84545;
    font-family: "ゴシックMB101 R", "Gothic MB101 Regular", sans-serif !important;
    position: relative;
  }
  .p-experience .p-experience__notice .c-section__inner .p-experience__notice-title h4 span {
    padding-left: 24px;
    font-size: 12px;
  }
  .p-experience .p-experience__notice .c-section__inner .p-experience__notice-title h4::after {
    content: url("/assets/img/notice-toggle.svg");
    position: absolute;
    right: 0;
    transition: all 0.4s ease;
    transform: rotate(0);
    transform-origin: center;
  }
  .p-experience .p-experience__notice .c-section__inner .p-experience__notice-title.active h4::after {
    transform: rotate(45deg);
  }
}
.p-experience .p-experience__notice-inner {
  max-width: 1040px;
  margin: auto;
  padding: 28px 64px;
  display: flex;
  align-items: center;
  border: 1px solid #575757;
  border-radius: 3px;
}
@media (max-width: 1129px) {
  .p-experience .p-experience__notice-inner {
    border: none;
    padding: 0;
    display: none;
  }
}
.p-experience .p-experience__notice-inner-text--ja {
  font-size: 11px;
  line-height: 2;
  margin-right: 16px;
  font-family: "ゴシックMB101 R", "Gothic MB101 Regular", sans-serif !important;
}
@media (max-width: 1129px) {
  .p-experience .p-experience__notice-inner-text--ja {
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 11px;
  }
}
.p-experience .p-experience__notice-inner-text--en {
  font-size: 10px;
  line-height: 2.2;
  margin-left: 16px;
  font-family: "ゴシックMB101 R", "Gothic MB101 Regular", sans-serif !important;
}
@media (max-width: 1129px) {
  .p-experience .p-experience__notice-inner-text--en {
    font-size: 11px;
    margin-left: 0;
  }
}

.d-block {
  display: block !important;
}

/* p-roomtype
--------------------------- */
.p-roomtype {
  margin-top: 114px;
  padding-bottom: 114px;
  position: relative;
  padding-right: 60px;
}
@media (max-width: 1129px) {
  .p-roomtype {
    margin-top: 50px;
    padding-bottom: 47px;
    padding-right: 0;
  }
}
.p-roomtype::before {
  content: "";
  display: block;
  width: calc(100% - 428px);
  height: 437px;
  background: rgba(230, 230, 230, 0.8);
  position: absolute;
  left: 167px;
  top: 0;
}
@media (max-width: 1129px) {
  .p-roomtype::before {
    width: 211px;
    height: 173px;
  }
}
@media (max-width: 1129px) {
  .p-roomtype .p-roomtype__title .c-section__inner {
    padding: 0;
  }
}
.p-roomtype .c-section__title04 {
  width: 194px;
  padding-bottom: 8px;
  text-align: right;
  font-size: 24px;
  border-bottom: 1px solid #171717;
  padding-top: 50px;
}
@media (max-width: 1129px) {
  .p-roomtype .c-section__title04 {
    font-size: 20px;
  }
}
.p-roomtype .p-roomtype__text-text {
  padding-left: 214px;
  margin-bottom: 30px;
  max-width: 730px;
}
@media (max-width: 1129px) {
  .p-roomtype .p-roomtype__text-text {
    padding-left: 31px;
    margin-bottom: 47px;
  }
}
.p-roomtype .p-roomtype__text-text .p-roomtype__text-text--ja {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 36px;
  margin-top: 33px;
}
@media (max-width: 1129px) {
  .p-roomtype .p-roomtype__text-text .p-roomtype__text-text--ja {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.p-roomtype .p-roomtype__text-text .p-roomtype__text-text--en {
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1129px) {
  .p-roomtype .p-roomtype__text-text .p-roomtype__text-text--en {
    font-size: 15px;
  }
}
.p-roomtype .p-roomtype__image {
  padding-left: 346px;
  overflow: hidden;
}
@media (max-width: 1129px) {
  .p-roomtype .p-roomtype__image {
    padding-left: 0;
  }
}
.p-roomtype .p-roomtype__image ul {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 34px;
}
@media (max-width: 1129px) {
  .p-roomtype .p-roomtype__image ul {
    flex-direction: column;
  }
}
.p-roomtype .p-roomtype__image ul li {
  width: 380px;
}
.p-roomtype .p-roomtype__image ul li h3 {
  font-size: 20px;
  margin-bottom: 16px;
}
.p-roomtype .p-roomtype__image ul li img {
  margin-bottom: 16px;
}
@media (max-width: 1129px) {
  .p-roomtype .p-roomtype__image ul li {
    width: 100%;
  }
  .p-roomtype .p-roomtype__image ul li h3 {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    margin-bottom: 8px;
  }
  .p-roomtype .p-roomtype__image ul li h3 span {
    font-size: 12px;
  }
  .p-roomtype .p-roomtype__image ul li .img {
    width: 100%;
    height: 171px;
    position: relative;
    overflow: hidden;
  }
  .p-roomtype .p-roomtype__image ul li .img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    min-width: 100%;
    width: auto;
    height: auto;
    aspect-ratio: 14/9;
  }
}
.p-roomtype .p-roomtype__image ul li:not(:last-child) {
  margin-right: 16px;
}
@media (max-width: 1129px) {
  .p-roomtype .p-roomtype__image ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.p-roomtype .p-roomtype__button--pc {
  text-align: right;
  padding: 30px 0;
}
.p-roomtype .p-roomtype__button--pc a {
  border-radius: 24.5px;
  background: #0D0D0D;
  border: 1px solid #0D0D0D;
  display: flex;
  width: 220px;
  height: 40px;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #F2F2F2;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 219%; /* 35.04px */
  margin-left: auto;
}
.p-roomtype .p-roomtype__button--sp {
  padding-top: 25px;
}
.p-roomtype .p-roomtype__button--sp a {
  font-size: 15px;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 0;
}
.p-roomtype .p-roomtype__button--sp a img {
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
.p-roomtype .p-roomtype__button--sp a::after {
  content: "";
  width: 24px;
  height: 1px;
  border-bottom: 1px solid #262626;
  display: block;
  padding-left: 5px;
  position: relative;
  top: 6px;
  left: 5px;
  transition: all 0.4s ease;
}
.p-roomtype .p-roomtype__button--sp a:hover::after {
  width: 40px;
}
.p-roomtype .p-roomtype__image--notice {
  padding-right: 107px;
}
@media (max-width: 1129px) {
  .p-roomtype .p-roomtype__image--notice {
    padding-right: 0;
    padding-left: 32px;
  }
}
.p-roomtype .p-roomtype__image--notice p {
  text-align: right;
  color: #171717;
}
.p-roomtype .p-roomtype__image--notice--ja {
  font-size: 14px;
  margin-bottom: 4px;
}
@media (max-width: 1129px) {
  .p-roomtype .p-roomtype__image--notice--ja {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
.p-roomtype .p-roomtype__image--notice--en {
  font-size: 14px;
}
@media (max-width: 1129px) {
  .p-roomtype .p-roomtype__image--notice--en {
    line-height: 1.3;
  }
}

/* p-enviroments
--------------------------- */
.p-enviroments {
  background: #D9D9D9;
  padding: 62px 0;
}
.p-enviroments .d-flex {
  display: flex;
  align-items: center;
}
@media (max-width: 1129px) {
  .p-enviroments .d-flex {
    display: none;
  }
}
.p-enviroments .d-flex .p-enviroments__text {
  width: 100%;
  padding: 0 60px;
}
.p-enviroments .d-flex .p-enviroments__text .c-section__title03 {
  font-size: 24px;
  padding-bottom: 8px;
  width: 194px;
  border-bottom: 1px solid #171717;
  margin-bottom: 40px;
}
.p-enviroments .d-flex .p-enviroments__text .ja {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px;
}
.p-enviroments .d-flex .p-enviroments__text .en {
  font-size: 16px;
  margin-bottom: 40px;
}
.p-enviroments .d-flex .p-enviroments__text a.btn-round {
  margin: 33px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 40px;
  border-radius: 24.5px;
  background: #0D0D0D;
  color: #fff;
  font-size: 12px;
  font-family: "ゴシックMB101 R", "Gothic MB101 Regular", serif;
}
.p-enviroments .d-flex .p-enviroments__image {
  width: 100%;
  height: 576px;
  margin-left: auto;
}
.p-enviroments .d-flex .p-enviroments__image figure {
  height: 100%;
}
.p-enviroments .d-flex .p-enviroments__image figure img {
  height: 100%;
  width: auto;
}
@media (max-width: 1129px) {
  .p-enviroments .p-enviroments-sp__img {
    position: relative;
    margin-bottom: 55px;
  }
  .p-enviroments .p-enviroments-sp__img .c-section__title01 {
    position: absolute;
    left: 48px;
    bottom: 0;
    width: 295px;
    transform: rotate(-90deg);
    transform-origin: left bottom;
  }
  .p-enviroments .p-enviroments-sp__img-img .slidesp {
    max-width: 70%;
    margin-left: auto;
    margin-right: 17px;
  }
  .p-enviroments .p-enviroments-sp__img-img li {
    height: 295px;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (max-width: 1129px) and (max-width: 640px) {
  .p-enviroments .p-enviroments-sp__img-img li img {
    width: auto;
    max-width: 9999px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100%;
  }
}
@media (max-width: 1129px) {
  .p-enviroments .p-enviroments-sp__text {
    text-align: right;
  }
  .p-enviroments .p-enviroments-sp__text .c-section__text01 {
    font-size: 16px;
    margin-bottom: 55px;
  }
  .p-enviroments .p-enviroments-sp__text .c-section__text01--en {
    font-size: 15px;
    margin-bottom: 67px;
    line-height: 1.3;
  }
  .p-enviroments .linktext-arrow {
    font-size: 15px;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 0;
  }
  .p-enviroments .linktext-arrow img {
    margin-right: 5px;
    width: 16px;
    height: 16px;
  }
  .p-enviroments .linktext-arrow::after {
    content: "";
    width: 24px;
    height: 1px;
    border-bottom: 1px solid #262626;
    display: block;
    padding-left: 5px;
    position: relative;
    top: 6px;
    left: 5px;
    transition: all 0.4s ease;
  }
  .p-enviroments .linktext-arrow:hover::after {
    width: 40px;
  }
}
.p-enviroments .swiper {
  height: 100%;
}
.p-enviroments .swiper-button-prev:after, .p-enviroments .swiper-rtl .swiper-button-next:after {
  content: url("/assets/img/prev-sp.svg");
}
.p-enviroments .swiper-button-next, .p-enviroments .swiper-rtl .swiper-button-prev {
  right: 0;
}
.p-enviroments .swiper-button-prev, .p-enviroments .swiper-rtl .swiper-button-next {
  left: 0;
}
.p-enviroments .swiper-button-next:after, .p-enviroments .swiper-rtl .swiper-button-prev:after {
  content: url("/assets/img/next-sp.svg");
}
.p-enviroments .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1 !important;
}
.p-enviroments .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

/* p-contact
--------------------------- */
.p-contact {
  padding: 0px 60px 156px 120px;
}
@media (max-width: 1129px) {
  .p-contact {
    padding: 64px 17px 0 17px;
  }
}
.p-contact a {
  background: url("/assets/img/tips_img04_pc.jpg") no-repeat top center/cover;
  width: 100%;
  height: 433px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin: auto;
}
@media (max-width: 1129px) {
  .p-contact a {
    background: url("/assets/img/tips_img04_sp.jpg") no-repeat top center/cover;
  }
}
@media (max-width: 1129px) {
  .p-contact a {
    justify-content: center;
    align-items: flex-end;
  }
}
.p-contact a img.logo {
  width: 213px;
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
  margin-bottom: -70px;
}
@media (max-width: 1129px) {
  .p-contact a img.logo {
    display: none;
  }
}
.p-contact a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 1129px) {
  .p-contact a::before {
    opacity: 1;
  }
}
.p-contact a .contacttext {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  transform: translateY(20px);
  color: #fff;
  font-size: 16px;
  display: flex;
  padding-right: 0;
  align-items: center;
  position: relative;
  z-index: 1;
  top: 100px;
  font-family: "EB Garamond", serif;
}
@media (max-width: 1129px) {
  .p-contact a .contacttext {
    top: auto;
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }
}
.p-contact a .contacttext img.arrow {
  width: 32px;
  margin-bottom: 0;
  transition: all 0.5s ease;
  margin-left: 10px;
}
.p-contact a .contacttext:hover img.arrow {
  margin-left: 20px;
}
.p-contact a:hover::before {
  opacity: 1;
}
.p-contact a:hover img.logo {
  width: 178px;
}
.p-contact a:hover .contacttext {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.p-contact a:hover .contacttext img.arrow {
  width: 32px;
}
.p-contact p.name {
  font-size: 10px;
  text-align: right;
  padding-right: 167px;
  font-family: "ゴシックMB101 R", "Gothic MB101 Regular", sans-serif !important;
}
@media (max-width: 1129px) {
  .p-contact p.name {
    padding: 24px 0;
  }
}

/* p-tips
--------------------------- */
.p-tips {
  padding: 144px 60px;
}
@media (max-width: 1129px) {
  .p-tips {
    padding: 47px 0 0 0;
  }
}
@media (max-width: 1129px) {
  .p-tips .p-tips__text {
    padding: 0 0 0 32px;
  }
}
.p-tips .p-tips__text .p-tips__title .c-section__title03 {
  font-size: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #171717;
  margin-bottom: 20px;
  width: 194px;
}
@media (max-width: 1129px) {
  .p-tips .p-tips__text .p-tips__title .c-section__title03 {
    width: 100%;
  }
}
.p-tips .p-tips__text .p-tips__title .c-section__title03 + p {
  font-size: 56px;
  margin-bottom: 64px;
}
@media (max-width: 1129px) {
  .p-tips .p-tips__text .p-tips__title .c-section__title03 + p {
    font-size: 32px;
    margin-bottom: 47px;
    line-height: 1.28;
  }
}
@media (max-width: 1129px) {
  .p-tips .p-tips__cont {
    padding-left: 32px;
  }
}
.p-tips .p-tips__cont ul {
  display: flex;
}
@media (max-width: 1129px) {
  .p-tips .p-tips__cont ul {
    flex-direction: column;
    gap: 36px;
  }
}
.p-tips .p-tips__cont ul li {
  display: flex;
  align-items: center;
  flex: 1;
}
@media (max-width: 1129px) {
  .p-tips .p-tips__cont ul li {
    flex-direction: row-reverse;
  }
}
.p-tips .p-tips__cont ul li .img {
  width: 106px;
  height: 440px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1129px) {
  .p-tips .p-tips__cont ul li .img {
    height: 304px;
    min-width: 76px;
    width: 100%;
    max-width: 188px;
    flex: 1;
    margin-left: 36px;
  }
}
.p-tips .p-tips__cont ul li .img img {
  max-width: 9999px;
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1129px) {
  .p-tips .p-tips__cont ul li .img img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
}
.p-tips .p-tips__cont ul li .text {
  padding-left: 36px;
}
@media (max-width: 1129px) {
  .p-tips .p-tips__cont ul li .text {
    padding-left: 0;
    width: 216px;
    margin-right: auto;
  }
}
.p-tips .p-tips__cont ul li .text h3 {
  color: #C2B38D;
  margin-bottom: 10px;
  font-size: 24px;
}
.p-tips .p-tips__cont ul li .text p.ja {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 10px;
}
.p-tips .p-tips__cont ul li .text p.en {
  font-size: 14px;
  line-height: 1.3;
}

/* p-btm
--------------------------- */
.p-btm::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-btm .c-section__inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  min-height: 244px;
}
@media (min-width: 1130px) {
  .p-btm .c-section__inner {
    min-height: 367px;
    padding: 0 60px;
  }
}
.p-btm__note {
  color: #D9D9D9;
  line-height: 1.59;
}
@media (max-width: 1129px) {
  .p-btm__note {
    text-align: right;
  }
}
@media (min-width: 1130px) {
  .p-btm__note {
    font-size: 1.5rem;
    line-height: 1.305;
    min-width: 40.744%;
  }
}

/* utility
--------------------------- */
.u-inline-blc {
  display: inline-block;
}

.u-hidden {
  opacity: 0;
  visibility: hidden;
}

.u-url {
  letter-spacing: 0;
  word-break: break-all;
}

.u-relative {
  position: relative;
}
