@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bellefair&family=Noto+Serif+JP:wght@200..900&display=swap");
/*!
Coding style from FLOCSS
https://github.com/hiloki/flocss
 */
html, body, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
}

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

main, article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  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;
  background: transparent;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

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

input, select {
  vertical-align: middle;
  margin: 0;
}

input, textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

input[type=button], input[type=submit],
input[type=reset], button {
  outline: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: top;
}

html {
  font-size: 16px;
}

body {
  font-family: "Noto Serif JP", serif;
  color: #000;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 880px) {
  body {
    font-size: 12px;
  }
}
body.en {
  font-family: "Bellefair", serif;
}

_:lang(x)::-ms-backdrop, body {
  /* IE11で游ゴシック・游明朝系が崩れる対策 */
  font-family: "メイリオ", Meiryo, sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 881px) {
  a:hover img {
    opacity: 0.8;
  }
}

img {
  max-width: 100%;
  height: auto;
}

input,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

@keyframes line {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    transform-origin: center bottom;
  }
  35% {
    transform: translate(0, 0) rotate(0deg) scale(0);
    transform-origin: center bottom;
  }
  36% {
    transform: translate(0, 0) rotate(0deg) scale(0);
    transform-origin: center top;
  }
  60%, to {
    transform: translate(0, 0) rotate(0deg) scale(1);
    transform-origin: center top;
  }
}
.l-body {
  word-break: break-all;
  overflow-wrap: break-word;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.l-footer {
  background: #000;
}
.l-footer__copyright {
  color: #FFF;
  font-family: "Bellefair", serif;
  font-weight: 300;
  text-align: center;
  padding: 16px 0;
}
@media only screen and (max-width: 880px) {
  .l-footer__copyright {
    padding: 3.73vw 0;
  }
}
.l-footer__copyright p {
  line-height: 1.2;
  letter-spacing: 0.3125em;
  font-size: 11px;
}
@media only screen and (max-width: 880px) {
  .l-footer__copyright p {
    font-size: 2.56vw;
  }
}
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 27px 20px;
}
@media only screen and (max-width: 880px) {
  .l-header__inner {
    padding: 6.28vw 4.66vw;
  }
}
.l-header__logo img {
  width: 229px;
  height: 27px;
}
@media only screen and (max-width: 880px) {
  .l-header__logo img {
    width: 53.26vw;
    height: 6.28vw;
  }
}
.l-wrapper {
  overflow: hidden;
  position: relative;
}

.c-animate {
  opacity: 0;
  transform: translate(0, 60px);
  transition: 0.8s;
}
.c-animate.__animated {
  opacity: 1;
  transform: translate(0, 0);
}
.c-btn {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  color: #000;
  font-family: "Bellefair", serif;
  letter-spacing: 0.3125em;
  font-size: 16px;
  padding: 14px;
  width: 392px;
  border-radius: 8px;
  border: solid 1px #000;
  margin-bottom: 32px;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 880px) {
  .c-btn {
    font-size: 3.73vw;
  }
}
@media only screen and (max-width: 880px) {
  .c-btn {
    padding: 3.26vw;
    width: 100%;
    border-radius: 1.87vw;
    border: solid 0.24vw #000;
    margin-bottom: 7.45vw;
  }
}
.c-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #000;
  height: 8px;
  width: 12px;
  left: 12px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transition: all 0.25s ease;
  transform: rotate(90deg);
}
@media only screen and (max-width: 880px) {
  .c-btn::after {
    height: 1.87vw;
    width: 2.8vw;
    left: 2.8vw;
  }
}
.c-btn:hover {
  background: #000;
  color: #fff;
}
.c-btn:hover::after {
  background-color: #FFF;
}
.c-container {
  width: 100%;
  max-width: calc(800px + 80px);
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 880px) {
  .c-container {
    max-width: none;
    padding: 0 4.66vw;
    margin: 0;
  }
}
.c-title {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-title span {
  width: 100%;
}
.c-titleEn {
  margin: 10px 0;
  letter-spacing: 0.15em;
  line-height: 1.1;
  font-family: "Bellefair", serif;
  font-size: 64px;
  font-weight: 300;
}
@media only screen and (max-width: 880px) {
  .c-titleEn {
    font-size: 13.03vw;
    letter-spacing: 0.18em;
    margin: 2.33vw 0;
  }
}
.c-titleEn img {
  width: 100%;
  height: 46px;
}
@media only screen and (max-width: 880px) {
  .c-titleEn img {
    height: 8.84vw;
  }
}
.c-titleJa {
  margin: 10px 0;
  letter-spacing: 0.2em;
  font-size: 20px;
}
@media only screen and (max-width: 880px) {
  .c-titleJa {
    font-size: 5.12vw;
    margin: 2.33vw 0;
  }
}
.c-lead {
  font-size: 18px;
  margin-bottom: 32px;
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 32px;
  font-size: 18px;
}
@media only screen and (max-width: 880px) {
  .c-lead {
    margin-bottom: 5.59vw;
    font-size: 7.45vw;
    line-height: 1.8;
  }
}
.c-media {
  overflow: hidden;
}
.c-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-description p {
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-size: 12px;
}
@media only screen and (max-width: 880px) {
  .c-description p {
    font-size: 2.8vw;
  }
}
.c-section {
  position: relative;
  z-index: 5;
  padding: 40px 0 40px;
}
@media only screen and (max-width: 880px) {
  .c-section {
    padding: 9.31vw 0 9.31vw;
  }
}
.c-section__head {
  margin: 0 auto 80px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 880px) {
  .c-section__head {
    margin: 0 auto 13.96vw;
  }
}
.c-section__title {
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.25em;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-size: 40px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 880px) {
  .c-section__title {
    font-size: 9.77vw;
    margin-bottom: 20.94vw;
  }
}
.c-section__title span {
  display: block;
}
.c-section__title .en {
  font-family: "Bellefair", serif;
  letter-spacing: 0.325em;
}
.c-section__title .ja {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.125em;
  font-weight: 400;
  margin-top: 1em;
  font-size: 18px;
}
@media only screen and (max-width: 880px) {
  .c-section__title .ja {
    margin-top: 0.5em;
    font-size: 5.12vw;
  }
}
.c-section__description {
  line-height: 2.2;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 880px) {
  .c-section__description {
    line-height: 2.4;
    font-size: 4.66vw;
    letter-spacing: 0.2em;
  }
}

.p-content {
  position: relative;
  background: #fff;
}
.p-content--lower {
  position: relative;
  background: #fff;
}
.p-content--lower .c-section {
  padding-top: 81px;
}
@media only screen and (max-width: 880px) {
  .p-content--lower .c-section {
    padding-top: 18.84vw;
  }
}
.p-content--lower .box__sec__inner {
  position: relative;
  width: 100%;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 880px) {
  .p-content--lower .box__sec__inner {
    margin: 0 auto 18.61vw;
  }
}
.p-content--lower .box__img.large {
  width: 100%;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 880px) {
  .p-content--lower .box__img.large {
    width: calc(100% + 9.31vw);
    margin: 0 -4.65vw 9.31vw;
  }
}
.p-content--lower .box__img.large img {
  display: block;
  margin: 0 auto;
}
.p-content--lower .box__title {
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 880px) {
  .p-content--lower .box__title {
    font-size: 3.26vw;
    margin-bottom: 3.49vw;
  }
}
.p-content--lower .box__title span {
  display: block;
}
.p-content--lower .box__title--main {
  letter-spacing: 0.21em;
  line-height: 1.6;
  font-size: 22px;
}
@media only screen and (max-width: 880px) {
  .p-content--lower .box__title--main {
    font-size: 3.73vw;
  }
}
.p-content--lower .box__txt {
  margin: 2rem auto;
  text-align: center;
}
@media only screen and (max-width: 880px) {
  .p-content--lower .box__txt {
    text-align: justify;
  }
}
.p-content--lower .box__txt p {
  padding: 0.25em 0;
  line-height: 2;
  letter-spacing: 0.21em;
  font-size: 13px;
}
@media only screen and (max-width: 880px) {
  .p-content--lower .box__txt p {
    font-size: 2.8vw;
  }
}
.p-content--lower .box__galleryList {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 880px) {
  .p-content--lower .box__galleryList {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.73vw;
    margin-bottom: 9.31vw;
  }
}
.p-content--lower .box__galleryItem .box__img {
  width: 100%;
}
.p-content--lower .box__galleryItem .box__img img {
  width: 100%;
  margin: 0 auto;
}
.p-content--lower .is-br--sp-show {
  display: none;
}
@media only screen and (max-width: 880px) {
  .p-content--lower .is-br--sp-show {
    display: inline-block;
  }
}
.p-lead {
  position: relative;
  z-index: 10;
  background: url(../img/lead_bg.jpg) center/cover;
  padding: 108px 0 20px;
}
@media only screen and (max-width: 880px) {
  .p-lead {
    background: url(../img/lead_bg@sp.jpg) center/cover;
    padding: 25.12vw 0 4.66vw;
  }
}
.p-lead__title {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
@media only screen and (max-width: 880px) {
  .p-lead__title {
    margin-bottom: 9.31vw;
  }
}
.p-lead__title span {
  display: block;
}
.p-lead__title span.en {
  font-family: "Bellefair", serif;
  letter-spacing: 0.3125em;
  line-height: 1.475;
  font-size: 40px;
}
@media only screen and (max-width: 880px) {
  .p-lead__title span.en {
    line-height: 1.425;
    font-size: 9.31vw;
  }
}
.p-lead__title span.jp {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.215em;
  line-height: 1.475;
  font-size: 12px;
}
@media only screen and (max-width: 880px) {
  .p-lead__title span.jp {
    font-size: 2.8vw;
  }
}
.p-lead__description {
  text-align: center;
  color: #fff;
  margin-bottom: 56px;
}
@media only screen and (max-width: 880px) {
  .p-lead__description {
    margin-bottom: 23.26vw;
  }
}
.p-lead__description p {
  letter-spacing: 0.2em;
  line-height: 2.2;
  font-size: 14px;
}
@media only screen and (max-width: 880px) {
  .p-lead__description p {
    font-size: 3.26vw;
  }
}
.p-lead__tab {
  display: flex;
  justify-content: center;
  gap: 6px;
}
@media only screen and (max-width: 880px) {
  .p-lead__tab {
    gap: 1.4vw;
  }
}
.p-lead__tabBtn {
  background: #f0f0f0;
  color: #000;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 192px;
  height: 58px;
  transition: all ease 0.25s;
}
@media only screen and (max-width: 880px) {
  .p-lead__tabBtn {
    width: 44.66vw;
    height: 13.49vw;
  }
}
.p-lead__tabBtn .en {
  font-family: "Bellefair", serif;
  margin-bottom: 0.3125em;
  letter-spacing: 0.3125em;
  line-height: 1.4;
  font-size: 14px;
}
@media only screen and (max-width: 880px) {
  .p-lead__tabBtn .en {
    font-size: 3.26vw;
  }
}
.p-lead__tabBtn::after {
  content: "";
  display: block;
  background-color: #000;
  height: 8px;
  width: 12px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media only screen and (max-width: 880px) {
  .p-lead__tabBtn::after {
    height: 1.87vw;
    width: 2.8vw;
  }
}
.p-lead__tabBtn:hover, .p-lead__tabBtn.--active {
  background: #000;
  color: #f0f0f0;
}
.p-lead__tabBtn:hover::after, .p-lead__tabBtn.--active::after {
  background-color: #f0f0f0;
}
.p-lead::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  width: 100%;
  height: 20px;
  border-radius: 20px 20px 0 0;
}
@media only screen and (max-width: 880px) {
  .p-lead::after {
    height: 4.66vw;
    border-radius: 4.66vw 4.66vw 0 0;
  }
}
.p-gallery__group {
  margin-bottom: 16px;
}
@media only screen and (max-width: 880px) {
  .p-gallery__group {
    margin-bottom: 3.73vw;
  }
}
.p-gallery__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 880px) {
  .p-gallery__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.73vw;
  }
}
.p-gallery__item {
  list-style: none;
  margin-bottom: 22px;
}
@media only screen and (max-width: 880px) {
  .p-gallery__item {
    margin-bottom: 5.12vw;
  }
}
.p-gallery__media {
  position: relative;
  margin-bottom: 8px;
}
@media only screen and (max-width: 880px) {
  .p-gallery__media {
    margin-bottom: 1.87vw;
  }
}
.p-gallery__media img {
  z-index: 1;
}
.p-gallery__media::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #000 url(../img/icon_arrow.svg) left top/110%;
  width: 22px;
  height: 22px;
  border-radius: 8px 0 0 0;
  z-index: 10;
}
@media only screen and (max-width: 880px) {
  .p-gallery__media::after {
    width: 5.12vw;
    height: 5.12vw;
    border-radius: 1.87vw 0 0 0;
  }
}
.p-gallery__description {
  text-align: center;
}
.p-gallery__description p {
  letter-spacing: 0.185em;
  font-size: 10px;
}
@media only screen and (max-width: 880px) {
  .p-gallery__description p {
    font-size: 2.33vw;
  }
}
.p-realBrides {
  position: relative;
}
.p-realBrides__filter {
  overflow: hidden;
  width: 392px;
  margin: 0 auto;
}
@media only screen and (max-width: 880px) {
  .p-realBrides__filter {
    width: 100%;
  }
}
.p-realBrides__filterSelect {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  border: solid 1px #000;
  margin-bottom: 32px;
}
.p-realBrides__filterSelect::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../img/icon_select.svg) no-repeat center/contain;
  width: 15px;
  height: 10px;
  right: 10px;
  transition: all ease 0.25s;
  transform: rotate(0deg);
}
@media only screen and (max-width: 880px) {
  .p-realBrides__filterSelect::before {
    width: 3.49vw;
    height: 2.33vw;
    right: 2.33vw;
  }
}
.p-realBrides__filterSelect.--open::before {
  transform: rotate(180deg);
}
@media only screen and (max-width: 880px) {
  .p-realBrides__filterSelect {
    border-radius: 1.87vw;
    border: solid 0.24vw #000;
    margin-bottom: 7.45vw;
  }
}
.p-realBrides__filterSelect li {
  cursor: pointer;
  list-style: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  height: 70px;
}
.p-realBrides__filterSelect li:not(:first-child) {
  display: none;
}
@media only screen and (max-width: 880px) {
  .p-realBrides__filterSelect li {
    height: 16.28vw;
  }
}
.p-realBrides__filterSelect li span {
  display: block;
}
.p-realBrides__filterSelect li .en {
  font-family: "Bellefair", serif;
  margin-bottom: 0.3125em;
  letter-spacing: 0.3125em;
  line-height: 1.4;
  font-size: 14px;
}
@media only screen and (max-width: 880px) {
  .p-realBrides__filterSelect li .en {
    font-size: 3.26vw;
  }
}
.p-realBrides__filterSelect li .jp {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.215em;
  line-height: 1.475;
  font-size: 12px;
}
@media only screen and (max-width: 880px) {
  .p-realBrides__filterSelect li .jp {
    font-size: 2.8vw;
  }
}
.p-realBrides__filterList {
  overflow: hidden;
  display: none;
}
.p-realBrides__filterList li {
  list-style: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f0f0f0;
  color: #000;
  height: 70px;
  cursor: pointer;
  transition: all ease 0.25s;
}
@media only screen and (max-width: 880px) {
  .p-realBrides__filterList li {
    height: 16.28vw;
  }
}
.p-realBrides__filterList li:hover, .p-realBrides__filterList li.--active {
  background: #000;
  color: #f0f0f0;
}
.p-realBrides__filterList li span {
  display: block;
}
.p-realBrides__filterList li .en {
  font-family: "Bellefair", serif;
  margin-bottom: 0.3125em;
  letter-spacing: 0.3125em;
  line-height: 1.4;
  font-size: 14px;
}
@media only screen and (max-width: 880px) {
  .p-realBrides__filterList li .en {
    font-size: 3.26vw;
  }
}
.p-realBrides__filterList li .jp {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.215em;
  line-height: 1.475;
  font-size: 12px;
}
@media only screen and (max-width: 880px) {
  .p-realBrides__filterList li .jp {
    font-size: 2.8vw;
  }
}
.p-slide__group {
  margin-bottom: 16px;
}
@media only screen and (max-width: 880px) {
  .p-slide__group {
    margin-bottom: 3.73vw;
  }
}
.p-slide__item {
  list-style: none;
  width: 392px;
}
@media only screen and (max-width: 880px) {
  .p-slide__item {
    width: 100%;
  }
}
.p-slide__title {
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 880px) {
  .p-slide__title {
    margin-bottom: 5.59vw;
  }
}
.p-slide__title span {
  display: block;
}
.p-slide__title .en {
  font-family: "Bellefair", serif;
  margin-bottom: 0.25em;
  letter-spacing: 0.3125em;
  line-height: 1.4;
  font-size: 20px;
}
@media only screen and (max-width: 880px) {
  .p-slide__title .en {
    font-size: 4.66vw;
  }
}
.p-slide__title .jp {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.215em;
  line-height: 1.475;
  font-size: 12px;
}
@media only screen and (max-width: 880px) {
  .p-slide__title .jp {
    font-size: 2.8vw;
  }
}
.p-slide__themeColor {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
@media only screen and (max-width: 880px) {
  .p-slide__themeColor {
    margin-bottom: 2.8vw;
  }
}
.p-slide__themeColor img {
  display: block;
  width: 110px;
}
@media only screen and (max-width: 880px) {
  .p-slide__themeColor img {
    width: 25.59vw;
  }
}
.p-slide__keyWord {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
  min-height: 2.8em;
  font-size: 12px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 880px) {
  .p-slide__keyWord {
    font-size: 2.8vw;
    margin-bottom: 3.73vw;
  }
}
.p-slide__mosaic {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
@media only screen and (max-width: 880px) {
  .p-slide__mosaic {
    gap: 1.87vw;
  }
}
.p-slide__media {
  position: relative;
}
.p-slide__media:nth-child(1) {
  grid-column: 1/4;
}
.p-slide__media:nth-child(2) {
  grid-column: 4/7;
}
.p-slide__media:nth-child(3) {
  grid-column: 1/3;
}
.p-slide__media:nth-child(4) {
  grid-column: 3/7;
}
.p-slide__media:nth-child(5) {
  grid-column: 1/4;
}
.p-slide__media:nth-child(6) {
  grid-column: 4/7;
}
.p-slide__media:nth-child(7) {
  grid-column: 1/3;
}
.p-slide__media:nth-child(8) {
  grid-column: 3/5;
}
.p-slide__media:nth-child(9) {
  grid-column: 5/7;
}
.p-slide__navigation--prev {
  margin: 0;
  transform: translateY(-15%);
  border-radius: 50%;
  background: #000;
  color: #fff;
  top: 0;
  left: 40px;
  width: 38px;
  height: 38px;
}
@media only screen and (max-width: 880px) {
  .p-slide__navigation--prev {
    left: 4.66vw;
    width: 8.84vw;
    height: 8.84vw;
  }
}
.p-slide__navigation--prev::after {
  transform: translateX(-12.5%);
  font-size: 16px;
}
@media only screen and (max-width: 880px) {
  .p-slide__navigation--prev::after {
    font-size: 3.73vw;
  }
}
.p-slide__navigation--next {
  margin: 0;
  transform: translateY(-15%);
  border-radius: 50%;
  background: #000;
  color: #fff;
  top: 0;
  right: 40px;
  width: 38px;
  height: 38px;
}
@media only screen and (max-width: 880px) {
  .p-slide__navigation--next {
    right: 4.66vw;
    width: 8.84vw;
    height: 8.84vw;
  }
}
.p-slide__navigation--next::after {
  transform: translateX(12.5%);
  font-size: 16px;
}
@media only screen and (max-width: 880px) {
  .p-slide__navigation--next::after {
    font-size: 3.73vw;
  }
}
.p-nineConcepts {
  position: relative;
}
.p-nineConcepts__lead {
  text-align: center;
  color: #000;
}
.p-nineConcepts__lead p {
  letter-spacing: 0.2em;
  line-height: 2.2;
  font-size: 14px;
}
@media only screen and (max-width: 880px) {
  .p-nineConcepts__lead p {
    font-size: 3.26vw;
  }
}
.p-nineConcepts__slideContainer {
  max-width: 1768px;
}
@media only screen and (max-width: 880px) {
  .p-nineConcepts__slideContainer {
    max-width: 100%;
  }
}

.u-n {
  display: none !important;
}

.u-tl {
  text-align: left !important;
}

.u-tr {
  text-align: right !important;
}

.u-tc {
  text-align: center !important;
}

.u-fl {
  float: left !important;
}

.u-fr {
  float: right !important;
}

.u-fn {
  float: none !important;
}

.u-dn {
  display: none !important;
}

.u-db {
  display: block !important;
}

.u-dib {
  display: inline-block !important;
}

.u-di {
  display: inline !important;
}

.u-dt {
  display: table !important;
}

.u-dtc {
  display: table-cell !important;
}

.u-dtr {
  display: table-row !important;
}

.u-df {
  display: flex !important;
}

.u-dif {
  display: inline-flex !important;
}

@media only screen and (min-width: 881px) {
  .u-lg--n {
    display: none !important;
  }
  .u-lg--tl {
    text-align: left !important;
  }
  .u-lg--tr {
    text-align: right !important;
  }
  .u-lg--tc {
    text-align: center !important;
  }
  .u-lg--fl {
    float: left !important;
  }
  .u-lg--fr {
    float: right !important;
  }
  .u-lg--fn {
    float: none !important;
  }
  .u-lg--dn {
    display: none !important;
  }
  .u-lg--db {
    display: block !important;
  }
  .u-lg--dib {
    display: inline-block !important;
  }
  .u-lg--di {
    display: inline !important;
  }
  .u-lg--dt {
    display: table !important;
  }
  .u-lg--dtc {
    display: table-cell !important;
  }
  .u-lg--dtr {
    display: table-row !important;
  }
  .u-lg--df {
    display: flex !important;
  }
  .u-lg--dif {
    display: inline-flex !important;
  }
}
@media only screen and (max-width: 880px) {
  .u-sm--n {
    display: none !important;
  }
  .u-sm--tl {
    text-align: left !important;
  }
  .u-sm--tr {
    text-align: right !important;
  }
  .u-sm--tc {
    text-align: center !important;
  }
  .u-sm--fl {
    float: left !important;
  }
  .u-sm--fr {
    float: right !important;
  }
  .u-sm--fn {
    float: none !important;
  }
  .u-sm--dn {
    display: none !important;
  }
  .u-sm--db {
    display: block !important;
  }
  .u-sm--dib {
    display: inline-block !important;
  }
  .u-sm--di {
    display: inline !important;
  }
  .u-sm--dt {
    display: table !important;
  }
  .u-sm--dtc {
    display: table-cell !important;
  }
  .u-sm--dtr {
    display: table-row !important;
  }
  .u-sm--df {
    display: flex !important;
  }
  .u-sm--dif {
    display: inline-flex !important;
  }
}
