@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
}

.is-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

html {
  font-size: 14px;
}
@media (max-width: 375px) {
  html {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.2727272727vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}
html small {
  font-size: 75%;
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.8;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.book-detail {
  padding-bottom: 122.5px;
  padding-bottom: 8.75rem;
}

@media screen and (min-width: 768px) {
  .book-detail__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
    padding-bottom: 8rem;
  }
}

.book-detail__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .book-detail__body {
    gap: 5rem;
    width: calc(70% - 1.25rem);
  }
}

.book-detail__lead {
  font-size: 17.5px;
  font-size: 1.25rem;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 768px) {
  .book-detail__lead {
    font-size: 1.875rem;
  }
}

.book-detail__section h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Shippori Mincho", serif;
  font-size: 21px;
  font-size: 1.5rem;
}
.book-detail__section h2::before {
  content: attr(data-en);
  font-size: 21px;
  font-size: 1.5rem;
  font-family: "Cinzel", serif;
  font-weight: normal;
  color: #6c2559;
  opacity: 0.8;
  position: relative;
  top: 7px;
  top: 0.5rem;
  left: -7px;
  left: -0.5rem;
  opacity: 0.4;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .book-detail__section h2::before {
    font-size: 2.5rem;
    top: 0.25rem;
    left: 0;
    opacity: 1;
  }
}
.book-detail__section h2 + * {
  margin-top: 21px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .book-detail__section h2 + * {
    margin-top: 2.75rem;
  }
}
.book-detail__section h3 {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 17.5px;
  font-size: 1.25rem;
  padding-left: 5.25px;
  padding-left: 0.375rem;
}
@media screen and (min-width: 768px) {
  .book-detail__section h3 {
    padding-left: 0.5rem;
  }
}
.book-detail__section h3::before {
  content: "";
  position: absolute;
  height: 80%;
  width: 1.75px;
  width: 0.125rem;
  background: #A67C9B;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .book-detail__section h3::before {
    height: 100%;
  }
}
.book-detail__section h3 + * {
  margin-top: 14px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .book-detail__section h3 + * {
    margin-top: 1.5rem;
  }
}
.book-detail__section p + p {
  margin-top: 1.5em;
}

.book-detail__table {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #ededed;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.book-detail__table.open {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .book-detail__table {
    background-color: #fff;
    position: sticky;
    top: 7.5rem;
    width: 30%;
    opacity: 1;
    visibility: visible;
  }
}

.book-detail__img {
  margin-top: 28px;
  margin-top: 2rem;
  border: 1px solid #d9d9d9;
}
.book-detail__img + * {
  margin-top: 43.75px;
  margin-top: 3.125rem;
}

.book-detail__name {
  margin-left: 8.75px;
  margin-left: 0.625rem;
}

.book-detail__quote {
  display: block;
  text-align: right;
  margin-right: 8.75px;
  margin-right: 0.625rem;
}
.book-detail__quote a {
  color: #507a89;
}

.book-detail__summary {
  margin-top: 28px;
  margin-top: 2rem;
  background-color: #fbfafa;
  padding: 10px;
}
.book-detail__summary dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  gap: 3.5px;
  gap: 0.25rem;
}
.book-detail__summary dt span {
  position: relative;
  background-color: #6c2559;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  width: 21px;
  width: 1.5rem;
  height: 21px;
  height: 1.5rem;
  font-size: 14px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.5rem;
}
.book-detail__summary dt:not(:first-child) {
  margin-top: 14px;
  margin-top: 1rem;
}
.book-item {
  font-family: "Shippori Mincho", serif;
  position: relative;
  border: 1px solid #989292;
}
.book-item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 24px 24px;
  border-color: transparent transparent #333 transparent;
  position: absolute;
  right: 6px;
  bottom: 6px;
  display: none;
}
@media screen and (min-width: 768px) {
  .book-item::before {
    display: block;
  }
}

.book-item__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10.5px 7px;
  padding: 0.75rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .book-item__link {
    padding: 1rem 0.75rem 1.25rem;
  }
}

.book-item__img {
  width: 70%;
  margin-inline: auto;
  display: grid;
  place-items: center;
  aspect-ratio: 246/358;
}
@media screen and (min-width: 768px) {
  .book-item__img {
    width: 50%;
  }
}

.book-item__number {
  display: inline-block;
  margin-top: 7px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .book-item__number {
    margin-top: 1rem;
  }
}

.book-item__title {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 12.25px;
  font-size: 0.875rem;
  margin-top: 3.5px;
  margin-top: 0.25rem;
  padding: 7px 0;
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .book-item__title {
    font-size: 1rem;
    min-height: 4.375rem;
    padding: 0.75rem 0;
  }
}

.book-item__title span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.book-item__author {
  margin-top: 7px;
  margin-top: 0.5rem;
}

.book-item__author,
.book-item__publisher {
  font-size: 8.75px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .book-item__author,
  .book-item__publisher {
    font-size: 0.875rem;
  }
}

.book-item:first-child::before {
  border-width: 0 0 59.5px 59.5px;
  border-width: 0 0 4.25rem 4.25rem;
  right: 10.5px;
  right: 0.75rem;
  bottom: 10.5px;
  bottom: 0.75rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .book-item:first-child::before {
    border-width: 0 0 70px 70px;
    right: 1.25rem;
    bottom: 1.25rem;
  }
}
.book-item:first-child::after {
  content: "more";
  text-transform: capitalize;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: 12.25px;
  font-size: 0.875rem;
  position: absolute;
  right: 14px;
  right: 1rem;
  bottom: 10.5px;
  bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .book-item:first-child::after {
    font-size: 1rem;
    right: 1.75rem;
    bottom: 1.25rem;
  }
}
.book-item:first-child .book-item__link {
  padding: 10.5px 10.5px 47.25px;
  padding: 0.75rem 0.75rem 3.375rem;
}
@media screen and (min-width: 768px) {
  .book-item:first-child .book-item__link {
    padding: 5rem 1.25rem 2.25rem;
  }
}
.book-item:first-child .book-item__number {
  margin-top: 10.5px;
  margin-top: 0.75rem;
  font-size: 26.25px;
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .book-item:first-child .book-item__number {
    margin-top: 2.25rem;
  }
}
.book-item:first-child .book-item__title {
  margin-top: 3.5px;
  margin-top: 0.25rem;
  font-size: 21px;
  font-size: 1.5rem;
  padding: 14px 0;
  padding: 1rem 0;
}
.book-item:first-child .book-item__author {
  margin-top: 12.25px;
  margin-top: 0.875rem;
}
.book-item:first-child .book-item__author,
.book-item:first-child .book-item__publisher {
  font-size: 14px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .book-item:first-child .book-item__author,
  .book-item:first-child .book-item__publisher {
    font-size: 1.25rem;
  }
}

.book-item--soon .book-item__link {
  pointer-events: none;
  position: relative;
}
.book-item--soon .book-item__link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #989292;
  opacity: 0.8;
  top: 0;
  left: 0;
}
.book-item--soon .book-item__link::after {
  position: absolute;
  content: "Coming soon";
  font-size: 21px;
  font-size: 1.5rem;
  white-space: nowrap;
  color: #fff;
  top: 50%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%) rotate(15deg);
          transform: translate(-50%, -50%) rotate(15deg);
}
@media screen and (min-width: 768px) {
  .book-item--soon .book-item__link::after {
    font-size: 2rem;
  }
}

.book-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .book-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}

.book__item:first-child {
  grid-area: 1/1/2/3;
}
@media screen and (min-width: 768px) {
  .book__item:first-child {
    grid-area: 1/1/3/3;
  }
}

.book-name__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .book-name__inner {
    gap: 5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.book-name__img {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 21px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .book-name__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 38%;
    margin-top: 0;
  }
}

.book-name__body {
  display: contents;
}
@media screen and (min-width: 768px) {
  .book-name__body {
    width: calc(62% - 7.5rem);
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.book-name__title {
  color: #6c2559;
  font-family: "Shippori Mincho", serif;
  font-size: 17.5px;
  font-size: 1.25rem;
  line-height: 1.4;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .book-name__title {
    font-size: 1.875rem;
  }
}
.book-name__title span {
  display: block;
  font-size: 26.25px;
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .book-name__title span {
    font-size: 2.5rem;
  }
}

.book-name__author {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-family: "Shippori Mincho", serif;
  margin-top: 7px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .book-name__author {
    margin-top: 1.5rem;
  }
}

.book-name__text {
  margin-top: 35px;
  margin-top: 2.5rem;
  line-height: 2;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  position: relative;
}
.book-name__text::before {
  position: absolute;
  content: "";
  background: url("../images/common/compass.png") center/cover;
  width: 168px;
  width: 12rem;
  height: 161px;
  height: 11.5rem;
  right: 0;
  bottom: -52.5px;
  bottom: -3.75rem;
}
@media screen and (min-width: 768px) {
  .book-name__text::before {
    width: 19.25rem;
    height: 18.5rem;
    bottom: -11.25rem;
  }
}

.book-table {
  padding: 17.5px;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .book-table {
    padding: 1.25rem 0.625rem;
    border: 1px solid #989292;
  }
}

.book-table__title {
  text-align: center;
  color: #6c2559;
  font-family: "Shippori Mincho", serif;
}

.book-table__list {
  margin-top: 21px;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  gap: 1rem;
}

.book-table__sec-title {
  font-weight: bold;
  padding-left: 10.5px;
  padding-left: 0.75rem;
  position: relative;
}
.book-table__sec-title::before {
  content: "";
  position: absolute;
  width: 3.5px;
  width: 0.25rem;
  height: 3.5px;
  height: 0.25rem;
  background-color: #333;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.book-table__sub {
  margin-left: 8.75px;
  margin-left: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5px;
  gap: 0.25rem;
}

.book-table__sub-title {
  padding-left: 10.5px;
  padding-left: 0.75rem;
  position: relative;
}
.book-table__sub-title::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.btn {
  font-size: 17.5px;
  font-size: 1.25rem;
  border: 1px solid #989292;
  padding: 8.75px 17.5px;
  padding: 0.625rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.btn img {
  margin-top: 3.5px;
  margin-top: 0.25rem;
  width: 28px;
  width: 2rem;
}

.concept {
  position: relative;
}
.concept::before {
  position: absolute;
  content: "";
  background: url("../images/common/compass.png") center/cover;
  width: 168px;
  width: 12rem;
  height: 161px;
  height: 11.5rem;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .concept::before {
    top: 50%;
    right: calc(50% - 500px);
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16rem;
    height: 15.375rem;
  }
}

.concept__text {
  margin-top: 40.25px;
  margin-top: 2.875rem;
}

.fixed-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 30;
  width: 100%;
  border-top: 1px solid #333;
  background: #fff;
  opacity: 0;
}
.fixed-menu li {
  width: 50%;
  text-align: center;
  padding: 17.5px;
  padding: 1.25rem;
}
.fixed-menu li:first-child {
  border-right: 1px solid #333;
}
.fixed-menu a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.footer {
  background-color: #ededed;
  padding: 52.5px 0;
  padding: 3.75rem 0;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 28px;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__left {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__left {
    text-align: left;
  }
}

.footer__right {
  margin-top: 35px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .footer__right {
    display: block;
    margin-top: 0;
  }
}

.footer__name {
  font-family: "Shippori Mincho", serif;
}
.footer__name span {
  display: block;
  font-size: 17.5px;
  font-size: 1.25rem;
}

.footer__privacy {
  display: inline-block;
  color: #989292;
}

.footer__logo {
  width: 210px;
  width: 15rem;
}

.footer__sns {
  margin-top: 21px;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10.5px;
  gap: 0.75rem;
}
.footer__sns img {
  width: 28px;
  width: 2rem;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 30;
  background-color: #fff;
  padding: 7px 0;
  padding: 0.5rem 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
}
@media screen and (min-width: 768px) {
  .header {
    padding: 1.25rem 0;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1137.5px;
  max-width: 81.25rem;
  margin-inline: auto;
  padding: 0 8.75px;
  padding: 0 0.625rem;
}

.header__logo {
  width: 192.5px;
  width: 13.75rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 18.125rem;
  }
}

.header__btn .btn {
  border-width: 0;
}
@media screen and (min-width: 768px) {
  .header__btn .btn {
    border-width: 1px;
  }
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.mv__inner {
  max-width: 1137.5px;
  max-width: 81.25rem;
  margin-inline: auto;
}

.mv__title {
  font-family: "Cinzel", serif;
  font-size: 42px;
  font-size: 3rem;
  font-weight: normal;
  color: #6c2559;
  padding-left: 3.5px;
  padding-left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .mv__title {
    font-size: 6.25rem;
    text-align: right;
  }
}

.mv__title span {
  opacity: 0;
}
.mv__title.appear span {
  -webkit-animation: text_anime_on 1s ease-out forwards;
          animation: text_anime_on 1s ease-out forwards;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv__img {
  background: url("../images/common/mv.jpg") center/cover;
  position: relative;
  aspect-ratio: 750/1200;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
@media screen and (min-width: 768px) {
  .mv__img {
    aspect-ratio: 1300/750;
  }
}
.mv__img.show {
  opacity: 1;
}

.mv__img--detail {
  aspect-ratio: 400/200;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .mv__img--detail {
    aspect-ratio: 1300/420;
    background-position: center bottom;
  }
}

.mv__text {
  font-family: "Shippori Mincho", serif;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 17.5px;
  left: 1.25rem;
  opacity: 0;
  -webkit-transition: 1.8s;
  transition: 1.8s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  text-shadow: 1px 2px 3px #808080;
}
@media screen and (min-width: 768px) {
  .mv__text {
    left: 3.75rem;
  }
}
.mv__text.show {
  opacity: 1;
}

.mv-text--detail {
  top: 12%;
  -webkit-transform: translate(0) scale(0.8);
          transform: translate(0) scale(0.8);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .mv-text--detail {
    top: 7.5rem;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.mv__text-subtitle {
  margin-top: 10.5px;
  margin-top: 0.75rem;
  font-weight: bold;
  font-size: 21px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mv__text-subtitle {
    margin-top: 1.75rem;
  }
}
.mv__text-subtitle span {
  display: inline-block;
  padding: 0 3.5px;
  padding: 0 0.25rem;
  color: #6c2559;
  margin-inline: 3.5px;
  margin-inline: 0.25rem;
  background-color: #fff;
  text-shadow: none;
  line-height: 1.4;
}

.mv__text-title {
  font-size: 28px;
  font-size: 2rem;
  margin-top: 10.5px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .mv__text-title {
    font-size: 3.125rem;
  }
}

.pagetop {
  height: 43.75px;
  height: 3.125rem;
  width: 43.75px;
  width: 3.125rem;
  position: fixed;
  right: 17.5px;
  right: 1.25rem;
  bottom: 70px;
  bottom: 5rem;
  background: #fff;
  border: solid 1px #333;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .pagetop {
    right: 1.875rem;
    bottom: 1.875rem;
  }
}

.pagetop__arrow {
  height: 8.75px;
  height: 0.625rem;
  width: 8.75px;
  width: 0.625rem;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
}

.pagination__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pagination__items .prev,
.pagination__items .next {
  position: relative;
  padding: 0 17.5px;
  padding: 0 1.25rem;
  padding-bottom: 3.5px;
  padding-bottom: 0.25rem;
}
.pagination__items .prev::before, .pagination__items .prev::after,
.pagination__items .next::before,
.pagination__items .next::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0.875px;
  height: 0.0625rem;
  background: #989292;
}
.pagination__items .prev::before,
.pagination__items .next::before {
  width: 84px;
  width: 6rem;
}
.pagination__items .prev::after,
.pagination__items .next::after {
  width: 16px;
  bottom: 3.5px;
  bottom: 0.25rem;
}
.pagination__items .prev::before {
  right: 10.5px;
  right: 0.75rem;
}
.pagination__items .prev::after {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  left: -4.375px;
  left: -0.3125rem;
}
.pagination__items .next::before {
  left: 10.5px;
  left: 0.75rem;
}
.pagination__items .next::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  right: -4.375px;
  right: -0.3125rem;
}
.pagination__items .none {
  opacity: 0;
  pointer-events: none;
}
.pagination__items .all {
  border: 1px solid #989292;
  padding: 3.5px 14px;
  padding: 0.25rem 1rem;
}

.profile__header {
  margin-top: 45.5px;
  margin-top: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  gap: 1rem;
  padding-bottom: 15.75px;
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 768px) {
  .profile__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}

.profile__img {
  width: 162.75px;
  width: 11.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .profile__img {
    margin: 0;
  }
}

.profile__detail {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .profile__detail {
    text-align: left;
  }
}

.profile__name {
  font-family: "Shippori Mincho", serif;
  font-size: 26.25px;
  font-size: 1.875rem;
}
.profile__name span {
  font-size: 17.5px;
  font-size: 1.25rem;
  margin-left: 1em;
}

.profile__link {
  display: block;
  color: #217ced;
  text-decoration: underline;
}

.profile__hisotry {
  margin-top: 21px;
  margin-top: 1.5rem;
}

.profile__content {
  margin-top: 28px;
  margin-top: 2rem;
}
.profile__content p + p {
  margin-top: 1.5em;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24.5px;
  gap: 1.75rem;
  font-weight: normal;
  font-size: 14px;
  font-size: 1rem;
}
.section-title span {
  text-transform: uppercase;
  font-family: "Cinzel", serif;
  color: #6c2559;
  position: relative;
  font-size: 28px;
  font-size: 2rem;
  top: 7px;
  top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .section-title span {
    font-size: 3.125rem;
    top: 1.125rem;
  }
}
.section-title span::before {
  position: absolute;
  content: "";
  display: block;
  background: #000;
  width: 1px;
  height: 17.5px;
  height: 1.25rem;
  bottom: 10.5px;
  bottom: 0.75rem;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  left: calc(100% + 15px);
}
@media screen and (min-width: 768px) {
  .section-title span::before {
    height: 2.5rem;
    bottom: 1rem;
  }
}

.section {
  padding: 35px 0;
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .section {
    padding: 4.375rem 0;
  }
}
.section:last-of-type {
  padding-bottom: 122.5px;
  padding-bottom: 8.75rem;
}

.share-area__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  gap: 17.5px;
  gap: 1.25rem;
}
.share-area__title::before, .share-area__title::after {
  content: "";
  width: 14px;
  width: 1rem;
  height: 0.875px;
  height: 0.0625rem;
  background-color: #333;
}

.share-area__list {
  margin-top: 17.5px;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  gap: 0.5rem;
}
.share-area__list > * {
  width: 33.3333%;
}
@media screen and (min-width: 768px) {
  .share-area__list > * {
    width: 20%;
  }
}
.share-area__list a {
  display: block;
  border: solid 2px #333;
  border-radius: 0.25rem;
  padding: 7px 14px;
  padding: 0.5rem 1rem;
  text-align: center;
  font-weight: bold;
}
.share-area__list .facebook a {
  color: #3c5a99;
  border-color: #3c5a99;
}
.share-area__list .twitter a {
  color: #333;
  border-color: #333;
}
.share-area__list .line a {
  color: #01ba01;
  border-color: #01ba01;
}
/*# sourceMappingURL=styles.css.map */
