@charset "UTF-8";
@font-face {
  font-family: "Marcellus-Regular";
  src: url("../fonts/Marcellus-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "EmojiOneColor";
  src: url("../fonts/EmojiOneColor.otf") format("opentype");
  font-display: swap;
}
body {
  color: #263A3D;
}

.of-hidden {
  overflow: hidden;
}

.md-hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .md-hidden {
    display: inline-block;
  }
}

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

.xxxl-hidden {
  display: block;
}
@media screen and (min-width: 1780px) {
  .xxxl-hidden {
    display: none;
  }
}

.inner {
  margin: 0 auto;
  padding-inline: 31px 25px;
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-inline: 100px;
    max-width: 1320px;
  }
}
@media screen and (min-width: 1780px) {
  .inner {
    padding-inline: 119px 103px;
    max-width: 1920px;
  }
}

.label {
  display: block;
  width: fit-content;
  height: fit-content;
  position: relative;
}
.label--icon {
  position: absolute;
  display: block;
  width: 28px;
  z-index: -1;
  top: -20px;
}
@media screen and (min-width: 768px) {
  .label--icon {
    width: 41px;
    top: -38px;
  }
}
@media screen and (min-width: 1280px) {
  .label--icon {
    width: 61px;
    top: -38px;
  }
}
.label--icon img {
  display: block;
  width: 100%;
}
.label--text {
  font-family: "Marcellus-Regular", sans-serif;
  font-weight: medium;
  font-size: 13px;
  writing-mode: vertical-lr;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .label--text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .label--text {
    font-size: 19px;
  }
}

.label--left {
  margin-left: -3px;
}
.label--left .label--icon {
  top: -13px;
  left: -10px;
}
@media screen and (min-width: 768px) {
  .label--left .label--icon {
    top: -32px;
    left: -36px;
  }
}

.heading {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 1780px) {
  .heading {
    flex-direction: row;
    align-items: center;
    gap: 58px;
  }
}
.heading--title {
  font-family: "Shippori Mincho", serif;
  font-size: 23px;
  font-weight: 500;
}
@media screen and (min-width: 1080px) {
  .heading--title {
    font-size: 38px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1780px) {
  .heading--title {
    font-size: 48px;
    letter-spacing: 0.05em;
  }
}
.heading--desc {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 13px;
  line-height: 161%;
  letter-spacing: 0.1em;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 1280px) {
  .heading--desc {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

.swiper-slide {
  width: auto;
}

@keyframes arrow-animation {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  16.66% {
    transform: translateX(150%);
    opacity: 1;
  }
  16.67% {
    transform: translateX(-150%);
    opacity: 0;
  }
  17.66% {
    opacity: 1;
  }
  33.33% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes link-animation {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  16.66% {
    transform: translateY(-100%);
    opacity: 1;
  }
  16.67% {
    transform: translateY(100%);
    opacity: 0;
  }
  17.66% {
    opacity: 1;
  }
  33.33% {
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.buttons {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .buttons {
    gap: 30px;
  }
}

.button-prev,
.button-next {
  margin-top: 0;
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  border: 1px solid #263a3d;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media screen and (min-width: 1080px) {
  .button-prev,
  .button-next {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .button-prev,
  .button-next {
    width: 66px;
    height: 66px;
    border: 2px solid #263a3d;
  }
}
.button-prev::after,
.button-next::after {
  display: none;
}

.button-prev .button__wrap {
  transform: rotate(180deg);
}

.swiper-control {
  margin-top: 35px;
  margin-left: -5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .swiper-control {
    margin-top: 50px;
    margin-left: 0;
    justify-content: end;
    gap: 53px;
  }
}
@media screen and (min-width: 1780px) {
  .swiper-control {
    margin-top: 0;
  }
}
.swiper-control__scroll-content {
  display: flex;
  align-items: center;
  gap: 14px;
}
.swiper-control__num {
  font-family: "Marcellus-Regular", sans-serif;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .swiper-control__num {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .swiper-control__num {
    font-size: 21px;
  }
}
.swiper-control__scrollbar {
  width: 71px;
  height: 2px;
  background-color: #a1a1a1; /* 背景 */
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .swiper-control__scrollbar {
    width: 112px;
  }
}
.swiper-control__bar {
  height: 100%;
  width: 0%;
  background-color: #263a3d; /* 伸びる棒 */
  transition: none;
}
.button {
  overflow: hidden;
}
.button:hover img {
  animation: arrow-animation 2s infinite forwards;
}
.button__arrow {
  position: relative;
  z-index: -1;
  display: block;
  width: 16px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .button__arrow {
    width: 20px;
    height: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .button__arrow {
    width: 27px;
    height: 13px;
  }
}
.button__arrow img {
  display: block;
  width: 100%;
}

.link {
  padding-inline: 5px;
  padding-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid #263A3D;
  width: fit-content;
}
@media screen and (min-width: 1280px) {
  .link {
    padding-inline: 24px;
    padding-bottom: 8px;
    gap: 14px;
  }
}
.link:hover .link__arrow img {
  animation: arrow-animation 2s infinite forwards;
}
.link:hover .link__text {
  animation: link-animation 2s forwards;
}
.link__text-wrap {
  overflow: hidden;
}
.link__text {
  width: fit-content;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 1080px) {
  .link__text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .link__text {
    font-size: 23px;
  }
}
.link__arrow {
  overflow: hidden;
  display: block;
  width: 19px;
}
@media screen and (min-width: 1080px) {
  .link__arrow {
    width: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .link__arrow {
    width: 27px;
  }
}
.link__arrow img {
  display: block;
  width: 100%;
  transition: 0.3;
}

.fixed-button {
  position: fixed;
  display: inline-block;
  bottom: 2px;
  right: 0px;
  width: fit-content;
  z-index: 97;
  transition: opacity 0.5s;
  opacity: 1;
}
.fixed-button.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.fixed-button:hover .fixed-button__text {
  color: #fff;
}
.fixed-button:hover .fixed-button__desc {
  color: #fff;
}
.fixed-button:hover .fixed-button__icon path {
  fill: #fff;
}
.fixed-button:hover .fixed-button__outline path:nth-child(even) {
  fill: #fff;
}
.fixed-button:hover .fixed-button__outline path:nth-child(odd) {
  fill: #263A3D;
}
.fixed-button__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1280px) {
  .fixed-button__content {
    padding-right: 25px;
    justify-content: end;
    gap: 20px;
  }
}
.fixed-button__body {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .fixed-button__body {
    gap: 5px;
  }
}
.fixed-button__text {
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  font-weight: 500;
  transition: 0.5s;
}
@media screen and (min-width: 1280px) {
  .fixed-button__text {
    font-size: 21px;
  }
}
.fixed-button__desc {
  display: none;
  transition: 0.5s;
}
@media screen and (min-width: 1280px) {
  .fixed-button__desc {
    display: inline-block;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.06em;
  }
}
.fixed-button__icon {
  display: block;
  width: 27px;
}
@media screen and (min-width: 1280px) {
  .fixed-button__icon {
    width: 52px;
  }
}
.fixed-button__icon svg {
  display: block;
  width: 100%;
}
.fixed-button__icon svg path {
  transition: 0.5s;
}
.fixed-button__outline {
  display: block;
  width: 211px;
  height: 67px;
}
@media screen and (min-width: 1280px) {
  .fixed-button__outline {
    width: 374.99px;
    height: 131.19px;
  }
}
.fixed-button__outline svg {
  display: block;
  width: 211px;
  height: 67px;
}
@media screen and (min-width: 1280px) {
  .fixed-button__outline svg {
    width: 374.99px;
    height: 131.19px;
  }
}
.fixed-button__outline svg path {
  transition: 0.5s;
}

/* ---------------- */
/* header.php */
/* ---------------- */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}
.header__inner {
  position: relative;
  padding-block: 15px;
  padding-inline: 19px 17px;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-inline: 38px 32px;
  }
}
@media screen and (min-width: 1780px) {
  .header__inner {
    padding-block: 35px 27px;
  }
}
.header__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__container {
    align-items: center;
  }
}
.header__content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 101;
  transition: 0.5s;
}
.header__content.is-checked {
  color: #fff;
}
@media screen and (min-width: 1440px) {
  .header__content {
    flex-direction: row;
    align-items: center;
    gap: 33px;
  }
}
.header__title {
  font-family: "Marcellus-Regular", sans-serif;
  font-size: 25px;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .header__title {
    font-size: 37px;
  }
}
@media screen and (min-width: 1080px) {
  .header__title {
    font-size: 47px;
  }
}
.header__desc {
  padding-left: 4px;
  font-family: "Shippori Mincho", serif;
  font-size: 11px;
  font-weight: 500;
	letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .header__desc {
    padding-left: 0;
    font-size: 16px;
  }
}
.header__message {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__message {
    position: absolute;
    display: inline-block;
    font-family: "Shippori Mincho", serif;
    font-size: 17px;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: 0.01em;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1080px) {
  .header__message {
    font-size: 22px;
  }
}
.header__drawer-icon {
  padding-block: 5px 12px;
  position: relative;
  z-index: 101;
  font-family: "Marcellus-Regular", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  transition: 0.5s;
  color: #263A3D;
}
.header__drawer-icon.is-checked {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header__drawer-icon {
    font-size: 16px;
  }
}
@media screen and (min-width: 1780px) {
  .header__drawer-icon {
    display: none;
  }
}
.header nav {
  display: none;
}
@media screen and (min-width: 1780px) {
  .header nav {
    display: block;
  }
}
.header__links {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header__links span {
  width: 1px;
  height: 6px;
  display: inline-block;
  background: #263A3D;
}
.header__link {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 500;
}
.header__link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 1px;
  background: #263A3D;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.5s ease;
}
.header__link:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.header__line-link {
  margin-left: 10px;
  width: 67px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  transition: 0.5s;
}
.header__line-link::after {
  position: absolute;
  content: "";
  background: url(../img/icon-line-circle.svg) no-repeat center center/contain;
  width: 67px;
  height: 67px;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.5s;
  transform-origin: 50% 50%;
}
.header__line-link:hover {
  transform: scale(0.9);
}
.header__line-link:hover::after {
  transform: rotate(120deg);
}
.header__line-icon {
  display: block;
  width: 42px;
}
.header__line-icon img {
  display: block;
  width: 100%;
}
/* ------ drawer ------ */
.drawer {
  padding-bottom: 45px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #263A3D;
  color: #fff;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.drawer__wrap {
  padding-top: min(30%, 100px);
}
.drawer__nav {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 43px;
  width: fit-content;
}
.drawer__link {
  padding-inline: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  width: fit-content;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .drawer__link {
    font-size: 20px;
  }
}
.drawer__link::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #fff;
  left: 50%;
  top: -11px;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s;
}
.drawer__link span {
  font-family: "Marcellus-Regular", sans-serif;
  font-size: 12px;
  opacity: 0.5;
}
.drawer__link:hover::after {
  opacity: 1;
}
.drawer__buttons {
  margin: 50px auto 0;
  width: fit-content;
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 22px;
}
.drawer__button {
  position: relative;
}
.drawer__button:hover .drawer__button-wrap {
  color: #fff;
}
.drawer__button:hover .drawer__button-icon path {
  fill: #fff;
}
.drawer__button:hover .drawer__button-inline path,
.drawer__button:hover .drawer__button-outline path {
  fill: #263A3D;
  stroke: #fff;
}
.drawer__button-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #263A3D;
  transition: 0.3s;
}
.drawer__button-text {
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .drawer__button-text {
    font-size: 16px;
  }
}
.drawer__button-icon {
  display: block;
  width: 27px;
}
.drawer__button-icon svg {
  display: block;
  width: 100%;
}
.drawer__button-icon path {
  display: block;
  fill: #263A3D;
  transition: 0.3s;
}
.drawer__button-inline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 289px;
}
.drawer__button-inline svg {
  display: block;
  width: 100%;
}
.drawer__button-inline svg path {
  display: block;
  width: 100%;
  transition: 0.3s;
}
.drawer__button-outline {
  display: block;
  width: 298px;
}
.drawer__button-outline svg {
  display: block;
  width: 100%;
}
.drawer__button-outline svg path {
  display: block;
  width: 100%;
  transition: 0.3s;
}
/* ---------------- */
/* index.php */
/* ---------------- */
/* ------ hero ------ */
.hero {
  margin-top: 140px;
}
@media screen and (min-width: 768px) {
  .hero {
    margin-top: 97px;
  }
}
@media screen and (min-width: 1080px) {
  .hero {
    margin-top: 109px;
  }
}
@media screen and (min-width: 1440px) {
  .hero {
    margin-top: 86px;
  }
}
@media screen and (min-width: 1780px) {
  .hero {
    margin-top: 129px;
  }
}
.hero__title {
  margin: 0px 21px 66px;
  display: block;
  width: 303px;
}
.hero__title img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hero__title {
    display: none;
  }
}
.hero__wrap {
  padding: 1px;
  background: #263A3D;
}
@media screen and (min-width: 768px) {
  .hero__wrap {
    padding: 4px;
  }
}
.hero__container {
  padding: 8px;
  position: relative;
  border-radius: 3px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .hero__container {
    padding: 10px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .hero__container {
    padding: 20px;
    border-radius: 8px;
  }
}
.hero .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hero__image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 370/486;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero__image {
    height: calc(100dvh - 97px - 8px - 20px);
    max-height: 100dvh;
  }
}
@media screen and (min-width: 1080px) {
  .hero__image {
    height: calc(100dvh - 109px - 8px - 20px);
  }
}
@media screen and (min-width: 1280px) {
  .hero__image {
    height: calc(100dvh - 109px - 8px - 40px);
  }
}
@media screen and (min-width: 1440px) {
  .hero__image {
    height: calc(100dvh - 86px - 8px - 40px);
  }
}
@media screen and (min-width: 1780px) {
  .hero__image {
    height: calc(100dvh - 129px - 8px - 40px);
  }
}
.hero__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero__image--right {
  object-position: right center !important;
}
@media screen and (min-width: 768px) {
  .hero__image--right {
    object-position: -1282px center !important;
  }
}
@media screen and (min-width: 1280px) {
  .hero__image--right {
    object-position: right center !important;
  }
}
@media screen and (min-width: 768px) {
  .hero__image--left {
    object-position: -436px center !important;
  }
}
@media screen and (min-width: 1440px) {
  .hero__image--left {
    object-position: center center !important;
  }
}
.hero__deco {
  display: block;
  position: absolute;
  width: 30px;
  bottom: 25px;
  left: 22px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .hero__deco {
    width: 40px;
    bottom: 46px;
    left: 53px;
  }
}
@media screen and (min-width: 1080px) {
  .hero__deco {
    width: 629px;
  }
}
.hero__deco img {
  display: block;
  width: 100%;
}

/* ------ concept ------ */
.concept {
  padding-block: 70px 10px;
}
@media screen and (min-width: 768px) {
  .concept {
    padding-block: 100px 10px;
  }
}
@media screen and (min-width: 1280px) {
  .concept {
    padding-block: 150px 10px;
  }
}
@media screen and (min-width: 1780px) {
  .concept {
    padding-block: 50px 10px;
  }
}
.concept__wrap {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 34px;
  width: 100%;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .concept__wrap {
    max-width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .concept__wrap {
    flex-direction: row;
    align-items: end;
    max-width: 100%;
  }
}
@media screen and (min-width: 1780px) {
  .concept__wrap {
    gap: 79px;
    justify-content: space-between;
  }
}
.concept__swiper {
  display: flex;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .concept__swiper {
    gap: 14px;
    flex-shrink: 0;
    width: 100%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1780px) {
  .concept__swiper {
    max-width: 931px;
    margin-bottom: 151px;
  }
}
.concept .swiper {
  margin: 0;
  width: 315px;
  aspect-ratio: 315/374;
}
@media screen and (min-width: 768px) {
  .concept .swiper {
    margin-right: auto;
    max-width: 910px;
    width: 100%;
    aspect-ratio: 910/1080;
  }
}
.concept .swiper-wrapper {
  height: 100%;
}
.concept .swiper-slide {
  height: 100%;
}
.concept__image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 315/374;
  overflow: hidden;
}
.concept__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.concept__swiper-text {
  position: absolute;
  font-family: "Marcellus-Regular", sans-serif;
  font-size: 10px;
  letter-spacing: 0.12em;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  color: #fff;
}
@media screen and (min-width: 1080px) {
  .concept__swiper-text {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1780px) {
  .concept__swiper-text {
    bottom: 17px;
    left: 50%;
    transform: translateX(-48.5%);
    white-space: nowrap;
  }
}
.concept .swiper-pagination {
  position: static;
  transform: translate3d(0px, 0%, 0);
  display: flex;
  flex-direction: column-reverse;
  justify-content: start;
  gap: 5.5px;
}
@media screen and (min-width: 768px) {
  .concept .swiper-pagination {
    gap: 13px;
  }
}
.concept .swiper-pagination-bullet {
  margin: 0 !important;
  background: #263A3D;
  opacity: 0.3;
  width: 3px;
  height: 3px;
}
@media screen and (min-width: 768px) {
  .concept .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
.concept .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #263A3D;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .concept__container {
    margin-left: auto;
    padding-right: 100px;
    width: fit-content;
  }
}
@media screen and (min-width: 1280px) {
  .concept__container {
    padding-right: 47px;
    width: 100%;
  }
}
.concept__inner {
  padding-inline: 46px 46px;
}
@media screen and (min-width: 768px) {
  .concept__inner {
    padding-inline: 0;
  }
}
.concept .label {
  margin-inline: auto 8px;
}
@media screen and (min-width: 1080px) {
  .concept .label {
    margin-inline: auto 25%;
  }
}
.concept .label--icon {
  top: -17px;
  left: 7px;
}
.concept__content {
  margin-top: -15px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media screen and (min-width: 1280px) {
  .concept__content {
    margin-top: 10px;
    gap: 43px;
  }
}
.concept__title {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  line-height: 213%;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .concept__title {
    font-size: 29px;
    line-height: 187%;
  }
}
.concept__text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  line-height: 200%;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .concept__text {
    font-size: 17px;
  }
}
.concept__item-image {
  position: relative;
  margin: 87px -17px 0 auto;
  display: block;
  width: 145px;
}
@media screen and (min-width: 768px) {
  .concept__item-image {
    width: 277px;
  }
}
@media screen and (min-width: 1780px) {
  .concept__item-image {
    margin: 181px 62px 0 auto;
    width: 377px;
  }
}
.concept__item-image::after {
  position: absolute;
  content: "";
  width: 200vw;
  height: 0.7px;
  background-color: #000;
  top: 45%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .concept__item-image::after {
    top: 40%;
  }
}
.concept__item-image img {
  width: 100%;
}
/* ------ works ------ */
.t-works {
  padding-block: 36px 103px;
}
@media screen and (min-width: 768px) {
  .t-works {
    padding-block: 99px 167px;
  }
}
@media screen and (min-width: 1280px) {
  .t-works .inner {
    padding-inline: 57px 24px;
    width: 100%;
    max-width: 1808px;
  }
}
@media screen and (min-width: 1440px) {
  .t-works .inner {
    padding-inline: 57px 50px;
  }
}
@media screen and (min-width: 1280px) {
  .t-works__wrap {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .t-works__contain {
    display: flex;
    align-items: center;
    gap: 25px;
  }
}
.t-works .heading {
  margin-top: 18px;
}
@media screen and (min-width: 1280px) {
  .t-works .heading {
    margin-top: 0;
  }
}
.t-works #works-swiper {
  padding-bottom: 10px;
  margin-top: 40px;
  margin-left: -8px;
}
@media screen and (min-width: 1280px) {
  .t-works #works-swiper {
    margin-top: 41px;
    margin-left: 0;
    padding-left: 40px;
  }
}
.t-works__link {
  margin-top: 25px;
  margin-left: 25px;
}
@media screen and (min-width: 768px) {
  .t-works__link {
    margin: 80px auto 0;
  }
}

.t-works-card {
  padding-left: 34px;
  width: 284px;
}
@media screen and (min-width: 768px) {
  .t-works-card {
    padding-left: 50px;
    width: 350px;
  }
}
@media screen and (min-width: 1440px) {
  .t-works-card {
    padding-left: 80px;
    width: 589px;
  }
}
.t-works-card__image {
  overflow: hidden;
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
}
.t-works-card__image:hover img {
  scale: 1.1;
}
.t-works-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s;
}
.t-works-card__meta {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
@media screen and (min-width: 1280px) {
  .t-works-card__meta {
    margin-top: 26px;
    gap: 8px;
  }
}
.t-works-card__row {
  display: flex;
  align-items: center;
  vertical-align: middle;
  gap: 22px;
}
@media screen and (min-width: 1440px) {
  .t-works-card__row {
    gap: 37px;
  }
}
.t-works-card__label {
  padding: 5px 24px;
  border: 1px solid #263a3d;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 12px;
  color: #263a3d;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .t-works-card__label {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .t-works-card__label {
    padding: 5px 31px;
    font-size: 20px;
  }
}
.t-works-card__value {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 12px;
  color: #263a3d;
}
@media screen and (min-width: 768px) {
  .t-works-card__value {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .t-works-card__value {
    font-size: 22px;
  }
}

/* ------ section-divider ------ */
.section-divider {
  overflow: hidden;
  position: relative;
  height: 351px;
  background: url(../img/section-divider-sp.webp) no-repeat center bottom/cover;
}
@media screen and (min-width: 768px) {
  .section-divider {
    background: url(../img/section-divider-pc.webp) no-repeat center center/cover;
  }
}
@media screen and (min-width: 1440px) {
  .section-divider {
    height: 617px;
  }
}
.section-divider__site-name {
  position: absolute;
  font-family: "Marcellus-Regular", sans-serif;
  font-size: 20px;
  left: calc(50% - 170px);
  top: 50%;
  transform: translateY(-134%);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .section-divider__site-name {
    font-size: 37px;
    left: 119px;
  }
}
@media screen and (min-width: 1440px) {
  .section-divider__site-name {
    font-size: 57px;
    top: 58%;
  }
}

/* ------ plans ------ */
.plan {
  padding-block: 92px 60px;
}
@media screen and (min-width: 768px) {
  .plan {
    padding-block: 175px 60px;
  }
}
@media screen and (min-width: 1780px) {
  .plan__inner {
    padding-inline: 264px 250px;
  }
}
@media screen and (min-width: 768px) {
  .plan__wrap {
    display: flex;
    gap: 35px;
  }
}
.plan .heading {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .plan .heading {
    margin-top: 37px;
  }
}
.plan__plans {
  padding-inline: 31px 25px;
  margin-top: 50px;
  margin-inline: -8px 0px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .plan__plans {
    padding-inline: 80px 84px;
    margin: 59px 0 0;
  }
}
.plan__plans::before {
  position: absolute;
  content: "";
  width: 84%;
  height: 75%;
  background-color: #263A3D;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .plan__plans::before {
    width: 89%;
    height: 57%;
    top: 56%;
  }
}
.plan__bg-massage {
  display: none;
}
@media screen and (min-width: 1080px) {
  .plan__bg-massage {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 47px;
    top: 82%;
    right: 13.5%;
    width: fit-content;
    transform: translateY(-53%);
    z-index: -1;
  }
  .plan__bg-massage span {
    display: block;
    width: 100vw;
    height: 2px;
    background: #fff;
  }
}
.plan__bg-text {
  padding-bottom: 11px;
  font-family: "Marcellus-Regular", sans-serif;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #fff;
  white-space: nowrap;
}
.plan__plans-wrap {
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 17px;
  max-width: 434px;
}
@media screen and (min-width: 768px) {
  .plan__plans-wrap {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1280px) {
  .plan__plans-wrap {
    max-width: 1268px;
    gap: 25px 51px;
  }
}
.plan__card {
  width: calc((100% - 17px) / 2);
}
@media screen and (min-width: 768px) {
  .plan__card {
    width: calc((100% - 102px) / 3);
  }
}
.plan__card:hover img {
  scale: 1.1;
}
.plan__label {
  font-family: "Marcellus-Regular", sans-serif;
  font-size: 10px;
  color: #263A3D;
  letter-spacing: 0.1em;
}
.plan__label span {
  display: none;
}
@media screen and (min-width: 1080px) {
  .plan__label {
    font-size: 13px;
  }
  .plan__label span {
    display: inline-block;
    font-family: "Marcellus-Regular", sans-serif;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.plan__label--white {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .plan__label--lg {
    color: #263A3D;
  }
}
.plan__image-wrap {
  margin-top: 3px;
  padding: 1px;
  position: relative;
  background: #263A3D;
  border: 1px solid #263A3D;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .plan__image-wrap {
    margin-top: 12px;
  }
}
.plan__image {
  overflow: hidden;
  display: block;
  position: relative;
  border: 3px solid #fff;
  aspect-ratio: 1/1;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .plan__image {
    width: 100%;
    border: 7px solid #fff;
    border-radius: 8px;
  }
}
.plan__image img {
  position: relative;
  display: block;
  object-fit: cover;
  z-index: 0;
  transition: 0.5s;
}
.plan__image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #263A3D;
  opacity: 0.3;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.plan__title {
  position: absolute;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
  z-index: 2;
}
@media screen and (min-width: 1080px) {
  .plan__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .plan__title {
    font-size: 35px;
  }
}
.plan-item:nth-child(1) {
  padding-block: 0px 139px;
}
@media screen and (min-width: 768px) {
  .plan-item:nth-child(1) {
    padding-block: 0px 203px;
  }
  .plan-item:nth-child(1) .plan-item__inner {
    align-items: end;
  }
}
.plan-item:nth-child(2) {
  padding-block: 29px 84px;
}
@media screen and (min-width: 768px) {
  .plan-item:nth-child(2) {
    padding-block: 81px 158px;
  }
  .plan-item:nth-child(2) .plan-item__inner {
    align-items: end;
  }
}
.plan-item:nth-child(3) {
  padding-block: 82px 149px;
}
@media screen and (min-width: 768px) {
  .plan-item:nth-child(3) {
    padding-block: 102px 209px;
  }
  .plan-item:nth-child(3) .plan-item__inner {
    align-items: center;
  }
  .plan-item:nth-child(3) .plan-item__content {
    margin-top: 50px;
  }
}
.plan-item:nth-child(4) {
  padding-block: 46px 97px;
}
@media screen and (min-width: 768px) {
  .plan-item:nth-child(4) {
    padding-block: 82px 158px;
  }
  .plan-item:nth-child(4) .plan-item__inner {
    align-items: center;
  }
  .plan-item:nth-child(4) .plan-item__content {
    margin-top: 50px;
  }
}
.plan-item:nth-child(5) {
  padding-block: 92px 50px;
}
@media screen and (min-width: 768px) {
  .plan-item:nth-child(5) {
    padding-block: 135px 50px;
  }
  .plan-item:nth-child(5) .plan-item__inner {
    align-items: center;
  }
  .plan-item:nth-child(5) .plan-item__note {
    margin-top: 40px;
  }
}
.plan-item__items {
  margin-top: 88px;
}
@media screen and (min-width: 768px) {
  .plan-item__items {
    margin-top: 160px;
  }
}
.plan-item__inner {
  padding-inline: 31px 29px;
}
@media screen and (min-width: 768px) {
  .plan-item__inner {
    padding-inline: 80px;
    margin: 0 auto;
    gap: 60px;
    max-width: 1000px;
  }
}
@media screen and (min-width: 1280px) {
  .plan-item__inner {
    max-width: 1000px;
    gap: 96px;
  }
}
@media screen and (min-width: 1440px) {
  .plan-item__inner {
    max-width: 1718px;
    display: flex;
  }
}
@media screen and (min-width: 1440px) {
  .plan-item__wrap {
    width: 50.5%;
    flex-shrink: 0;
  }
}
.plan-item__num {
  font-family: "Marcellus-Regular", sans-serif;
  font-size: 38px;
  color: #fff;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0.5px #263A3D;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .plan-item__num {
    font-size: 60px;
    -webkit-text-stroke: 1px #263A3D;
  }
}
@media screen and (min-width: 1440px) {
  .plan-item__num {
    font-size: 87px;
  }
}
.plan-item__thumb {
  margin-top: -6px;
  position: relative;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .plan-item__thumb {
    margin-top: -10px;
    max-width: 784px;
  }
}
.plan-item .swiper-slide {
  width: 100%;
}
.plan-item .swiper-pagination {
  bottom: 0px;
  left: 7px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .plan-item .swiper-pagination {
    bottom: 17px;
    left: 17px;
  }
}
.plan-item .swiper-pagination-bullet {
  margin: 0px 3px !important;
  background: #c5c7c5;
  width: 5.5px;
  height: 5.5px;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .plan-item .swiper-pagination-bullet {
    margin: 0px 8px !important;
    width: 13px;
    height: 13px;
  }
}
.plan-item .swiper-pagination-bullet-active {
  opacity: 1;
}
.plan-item__image {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 329/246;
}
.plan-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.plan-item__label {
  position: absolute;
  font-family: "Marcellus-Regular", sans-serif;
  font-size: 11px;
  writing-mode: vertical-lr;
  font-weight: 500;
  top: 0;
  left: -14px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .plan-item__label {
    font-size: 20px;
    left: -33px;
  }
}
.plan-item__message {
  position: absolute;
  writing-mode: vertical-lr;
  height: fit-content;
  top: -4px;
  right: 5px;
  z-index: 2;
  line-height: 163%;
}
@media screen and (min-width: 768px) {
  .plan-item__message {
    line-height: 294%;
    top: -27px;
    right: 38px;
  }
}
.plan-item__message span {
  padding-top: 6px;
  padding-bottom: 6px;
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 162%;
  letter-spacing: 0.01em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .plan-item__message span {
    padding-top: 12px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 20px;
  }
}
.plan-item__message span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.plan-item__content {
  padding-inline: 3px 5px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .plan-item__content {
    padding-bottom: 14px;
    width: 100%;
    white-space: wrap;
  }
}
.plan-item__title {
  position: relative;
  margin-top: 44px;
  font-family: "Shippori Mincho", serif;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.05em;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .plan-item__title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1780px) {
  .plan-item__title {
    font-size: 48px;
  }
}
.plan-item__title::after {
  position: absolute;
  content: "";
  background: url(../img/label-icon.svg);
  width: 28px;
  height: 30px;
  z-index: -1;
  top: -9px;
  left: -15px;
}
@media screen and (min-width: 768px) {
  .plan-item__title::after {
    width: 50px;
    height: 55px;
    top: -11px;
    left: -33px;
  }
}
@media screen and (min-width: 1440px) {
  .plan-item__title::after {
    width: 61px;
    height: 67px;
    top: -11px;
    left: -33px;
  }
}
.plan-item__price {
  margin-top: 13px;
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  font-weight: 500;
  display: flex;
  align-items: end;
  gap: 8px;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .plan-item__price {
    margin-top: 6px;
    font-size: 48px;
    gap: 13px;
  }
}
@media screen and (min-width: 1780px) {
  .plan-item__price {
    font-size: 63px;
  }
}
.plan-item__price span {
  padding-bottom: 8px;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .plan-item__price span {
    font-size: 25px;
  }
}
@media screen and (min-width: 1440px) {
  .plan-item__price span {
    font-size: 30px;
  }
}
.plan-item__desc {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .plan-item__desc {
    width: 85%;
  }
}
.plan-item__desc br {
  display: inline;
}
@media screen and (min-width: 768px) {
  .plan-item__desc br {
    display: none;
  }
}
.plan-item__desc--text {
  padding-left: 5px;
  padding-bottom: 4px;
  display: inline;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  font-weight: 500;
  border-bottom: 1px solid #263A3D;
  letter-spacing: 0.1em;
  line-height: 220%;
}
@media screen and (min-width: 768px) {
  .plan-item__desc--text {
    font-size: 16px;
    line-height: 187%;
  }
}
.plan-item__included {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .plan-item__included {
    margin-top: 17px;
  }
}
@media screen and (min-width: 1080px) {
  .plan-item__included {
    margin-top: 17px;
    display: flex;
    align-items: stretch;
  }
}
@media screen and (min-width: 1440px) {
  .plan-item__included {
    flex-direction: column;
  }
}
@media screen and (min-width: 1780px) {
  .plan-item__included {
    flex-direction: row;
  }
}
.plan-item__included-head {
  padding: 11px 16px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: #263A3D;
  font-weight: 500;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 768px) {
  .plan-item__included-head {
    padding: 8px 15px;
    font-size: 16px;
    flex-shrink: 0;
  }
}
.plan-item__included-body {
  padding: 11px 0px 11px 16px;
  display: flex;
  gap: 5px;
  background-color: #c5c7c5;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .plan-item__included-body {
    padding: 6px 20px 6px 16px;
    width: 100%;
    gap: 20px;
  }
}
.plan-item__included-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  color: #263A3D;
  font-weight: 500;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 768px) {
  .plan-item__included-text {
    font-size: 16px;
    font-weight: 600px;
  }
}
.plan-item__option {
  margin-top: 25px;
  border: 1px solid #263A3D;
}
@media screen and (min-width: 1080px) {
  .plan-item__option {
    margin-top: 44px;
    display: flex;
    align-items: stretch;
  }
}
@media screen and (min-width: 1440px) {
  .plan-item__option {
    flex-direction: column;
  }
}
@media screen and (min-width: 1780px) {
  .plan-item__option {
    width: 100%;
    flex-direction: row;
  }
}
.plan-item__option-head {
  padding: 8px 16px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  border-bottom: 1px solid #263A3D;
  font-weight: 500;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 768px) {
  .plan-item__option-head {
    padding: 10px 39px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1080px) {
  .plan-item__option-head {
    border-bottom: none;
    border-right: 1px solid #263A3D;
  }
}
@media screen and (min-width: 1440px) {
  .plan-item__option-head {
    flex-direction: column;
    border-right: none;
    border-bottom: 1px solid #263A3D;
  }
}
@media screen and (min-width: 1780px) {
  .plan-item__option-head {
    border-bottom: none;
    border-right: 1px solid #263A3D;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.plan-item__option-lists {
  padding: 11px 12px 14px;
}
@media screen and (min-width: 768px) {
  .plan-item__option-lists {
    padding: 12px 0px 17px 19px;
  }
}
.plan-item__option-list {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 165%;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 768px) {
  .plan-item__option-list {
    font-size: 16px;
  }
}
.plan-item__note {
  margin-top: 7px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .plan-item__note {
    font-size: 15px;
    line-height: 154%;
    letter-spacing: 0.1em;
  }
}
.plan-item.plan-item--even {
  background: #c5c7c5;
}
@media screen and (min-width: 768px) {
  .plan-item.plan-item--even .plan-item__inner {
    flex-direction: row-reverse;
    padding-inline: 95px 98px;
    gap: 56px;
  }
}
@media screen and (min-width: 1440px) {
  .plan-item.plan-item--even .plan-item__inner {
    display: flex;
    gap: 96px;
  }
}
@media screen and (min-width: 1440px) {
  .plan-item.plan-item--even .plan-item__wrap {
    width: 51.5%;
  }
}
.plan-item.plan-item--even .plan-item__num {
  color: #c5c7c5;
  -webkit-text-fill-color: #c5c7c5;
  text-align: right;
}
.plan-item.plan-item--even .plan-item__label {
  left: auto;
  right: -14px;
}
@media screen and (min-width: 768px) {
  .plan-item.plan-item--even .plan-item__label {
    right: -42px;
  }
}
.plan-item.plan-item--even .plan-item__message {
  right: auto;
  left: 12px;
  top: -12px;
}
@media screen and (min-width: 768px) {
  .plan-item.plan-item--even .plan-item__message {
    left: 43px;
    top: -32px;
  }
}
.plan-item.plan-item--even .plan-item__message span {
  padding-bottom: 10px;
  line-height: 140%;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .plan-item.plan-item--even .plan-item__message span {
    padding-left: 3px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 768px) {
  .plan-item.plan-item--even .plan-item__content {
    padding-bottom: 2px;
  }
}
.plan-item.plan-item--even .plan-item__title {
  margin-top: 39px;
}
.plan-item.plan-item--even .plan-item__title::after {
  background: url(../img/label-icon-white.svg);
}
.plan-item.plan-item--even .plan-item__price {
  margin-top: 7px;
}
.plan-item.plan-item--even .plan-item__included {
  margin-top: 19px;
}
@media screen and (min-width: 768px) {
  .plan-item.plan-item--even .plan-item__included {
    margin-top: 26px;
  }
}
.plan-item.plan-item--even .plan-item__included-body {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .plan-item.plan-item--even .plan-item__option {
    margin-top: 32px;
  }
}
.plan-item.plan-item--even .plan-item__option-lists {
  padding: 11px 12px 32px;
}
@media screen and (min-width: 768px) {
  .plan-item.plan-item--even .plan-item__option-lists {
    padding: 20px 0 21px 15px;
  }
}
@media screen and (min-width: 768px) {
  .plan-item.plan-item--even .plan-item__option-list {
    line-height: 148%;
  }
}
.plan-item.plan-item--even .plan-item__note {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .plan-item.plan-item--even .plan-item__note {
    margin-top: 8px;
  }
}
/* ------ option ------ */
.option {
  padding-block: 36px 50px;
}
@media screen and (min-width: 768px) {
  .option {
    padding-block: 95px 50px;
  }
}
@media screen and (min-width: 1280px) {
  .option .inner {
    padding-inline: 157px 24px;
    width: 100%;
    max-width: 1808px;
  }
}
@media screen and (min-width: 1440px) {
  .option .inner {
    padding-inline: 182px 50px;
  }
}
@media screen and (min-width: 1080px) {
  .option__wrap {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .option__contain {
    display: flex;
    align-items: end;
    gap: 36px;
  }
}
@media screen and (min-width: 768px) {
  .option .label {
    padding-bottom: 25px;
  }
}
.option .heading {
  margin-top: 18px;
  gap: 9px;
}
@media screen and (min-width: 1780px) {
  .option .heading {
    margin-top: 0;
    gap: 58px;
  }
  .option .heading--title {
    letter-spacing: -0.09em;
  }
  .option .heading--desc {
    padding-top: 10px;
  }
}
.option #option-swiper {
  margin-top: 33px;
  padding-left: 3px;
}
@media screen and (min-width: 768px) {
  .option #option-swiper {
    margin-top: 45px;
    padding-left: 16.7677vw;
  }
}
.option .swiper-wrapper {
  align-items: stretch;
}
.option .swiper-slide {
  height: auto !important;
  display: flex;
}
.option__link {
  margin-top: 35px;
  margin-left: 25px;
  padding-inline: 5px;
  padding-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid #263A3D;
  width: fit-content;
}
.option__link--text {
  width: fit-content;
  font-family: "Marcellus-Regular", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.option__link--arrow {
  display: block;
  width: 19px;
}
.option__link--arrow img {
  display: block;
  width: 100%;
}

.option-card {
  width: 250px;
  border-right: 1px solid #263A3D;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .option-card {
    width: 426px;
  }
}
.option-card__image {
  display: block;
  aspect-ratio: 222/247;
}
.option-card__image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.option-card__container {
  display: flex;
  flex-direction: column;
  padding-inline: 27px 5px;
  justify-content: space-between;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .option-card__container {
    gap: 18px;
  }
}
@media screen and (min-width: 768px) {
  .option-card__container {
    padding-inline: 38px 5px;
  }
}
.option-card__title {
  margin-top: 35px;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 768px) {
  .option-card__title {
    margin-top: 33px;
    font-size: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .option-card__title {
    margin-top: 43px;
    font-size: 30px;
  }
}
.option-card__price {
  margin-top: 10px;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .option-card__price {
    font-size: 47px;
  }
}
@media screen and (min-width: 1440px) {
  .option-card__price {
    margin-top: 0;
    font-size: 57px;
  }
}
.option-card__desc {
  margin-top: 12px;
  padding-left: 3px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 175%;
}
@media screen and (min-width: 768px) {
  .option-card__desc {
    margin-top: 15px;
    font-size: 16px;
  }
}
.option-card__foot {
  padding-right: 10px;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.option-card__cat {
  padding-bottom: 10px;
  font-family: "Marcellus-Regular", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .option-card__cat {
    font-size: 19px;
  }
}
.option-card__num {
  font-family: "Marcellus-Regular", sans-serif;
  font-size: 30px;
  color: #fff;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0.5px #263A3D;
}
@media screen and (min-width: 768px) {
  .option-card__num {
    font-size: 71px;
  }
}

/* ------ news ------ */
.t-news {
  padding-block: 50px 169px;
}
@media screen and (min-width: 768px) {
  .t-news {
    padding-block: 170px 211px;
    margin: 0 auto;
    width: 100%;
    max-width: 1645px;
  }
}
@media screen and (min-width: 1440px) {
  .t-news__wrap {
    display: flex;
    gap: 124px;
  }
}
@media screen and (min-width: 768px) {
  .t-news__head {
    display: flex;
    gap: 21px;
  }
}
.t-news__heading--title {
  margin-top: -29px;
  padding-left: 21px;
  font-family: "Shippori Mincho", serif;
  font-size: 23px;
  font-weight: 500;
  writing-mode: vertical-lr;
}
@media screen and (min-width: 768px) {
  .t-news__heading--title {
    margin-top: 15px;
    padding-left: 0;
    font-size: 48px;
  }
}
.t-news__items {
  margin-top: 39px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #b6b6b7;
}
@media screen and (min-width: 1280px) {
  .t-news__items {
    margin-top: 106px;
    max-width: 1040px;
    width: 100%;
  }
}
.t-news__item {
  padding: 20px 27px 25px 18px;
  border-bottom: 1px solid #b6b6b7;
  transition: 0.8s;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .t-news__item {
    padding: 44px 27px 27px 18px;
  }
}
@media screen and (min-width: 1080px) {
  .t-news__item {
    flex-direction: row;
    align-items: center;
    gap: 53px;
  }
}
.t-news__item:hover {
  background-color: rgba(197, 199, 197, 0.16);
}
.t-news__date {
  font-family: "Marcellus-Regular", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .t-news__date {
    font-size: 22px;
  }
}
.t-news__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  line-height: 180%;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .t-news__title {
    font-size: 18px;
    -webkit-line-clamp: 1;
  }
}
.t-news__link {
  margin-top: 44px;
  margin-left: auto;
}
/* ------ profile ------ */
.profile {
  padding-block: 64px 66px;
  overflow: hidden;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .profile {
    padding-block: 125px 120px;
  }
}
.profile::after {
  position: absolute;
  content: "";
  background: url(../img/profile-image.webp) no-repeat center center/cover;
  height: 110%;
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(10px);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .profile .inner {
    max-width: 1000px;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .profile .inner {
    max-width: 1735px;
  }
}
.profile__wrap {
  margin-left: -5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
}
@media screen and (min-width: 1440px) {
  .profile__wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}
.profile__head {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
@media screen and (min-width: 768px) {
  .profile__head {
    flex-direction: row-reverse;
  }
}
.profile__image {
  display: block;
  width: 100%;
  flex-shrink: 0;
  pointer-events: none;
}
.profile__image img {
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .profile__image {
    max-width: 650px;
  }
}
.profile__label {
  font-family: "Marcellus-Regular", sans-serif;
  font-size: 11px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .profile__label {
    writing-mode: vertical-lr;
    text-align: left;
    font-size: 20px;
  }
}
.profile__text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 209%;
}
@media screen and (min-width: 768px) {
  .profile__text {
    font-size: 16px;
    line-height: 176%;
  }
}
.profile__bg {
  position: absolute;
}
.profile__bg img {
  height: 100%;
  width: 100%;
}
/* ---------------- */
/* page-news.php */
/* ---------------- */
.news {
  padding-block: 60px 111px;
  margin-top: 76px;
}
@media screen and (min-width: 768px) {
  .news {
    padding-block: 149px 211px;
    margin-top: 97px;
    margin-inline: auto;
    width: 100%;
    max-width: 1645px;
  }
}
@media screen and (min-width: 1080px) {
  .news {
    margin-top: 86px;
  }
}
@media screen and (min-width: 1780px) {
  .news {
    margin-top: 129px;
  }
}
.news__wrap {
  margin-inline: auto;
  max-width: 814px;
}
@media screen and (min-width: 1280px) {
  .news__wrap {
    display: flex;
    gap: 58px;
    max-width: 1920px;
  }
}
.news__head {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .news__head {
    display: flex;
    gap: 21px;
  }
}
.news__heading--title {
  margin-top: -29px;
  padding-left: 21px;
  font-family: "Shippori Mincho", serif;
  font-size: 23px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .news__heading--title {
    margin-top: 15px;
    padding-left: 0;
    font-size: 48px;
  }
}
.news__items {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #b6b6b7;
}
@media screen and (min-width: 1280px) {
  .news__items {
    margin-top: 190px;
    max-width: 1114px;
    width: 100%;
  }
}
.news__item {
  padding: 20px 27px 25px 18px;
  border-bottom: 1px solid #b6b6b7;
  transition: 0.8s;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .news__item {
    padding: 44px 27px 27px 18px;
  }
}
@media screen and (min-width: 1080px) {
  .news__item {
    flex-direction: row;
    align-items: center;
    gap: 53px;
  }
}
.news__item:hover {
  background-color: rgba(197, 199, 197, 0.16);
}
.news__date {
  font-family: "Marcellus-Regular", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .news__date {
    font-size: 22px;
  }
}
.news__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  line-height: 180%;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .news__title {
    font-size: 18px;
    -webkit-line-clamp: 1;
  }
}
.news__link {
  margin-top: 44px;
  margin-left: auto;
}
.news__pagination {
  margin-top: 50px;
  display: flex;
  gap: 17px;
  align-items: center;
  justify-content: end;
}
@media screen and (min-width: 768px) {
  .news__pagination {
    margin-top: 127px;
    margin-right: -13px;
  }
}
.news__pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: 40px;
  height: 40px;
  color: #263A3D;
  background: #fff;
  border-radius: 100%;
  font-family: "Marcellus-Regular", sans-serif;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .news__pagination .page-numbers {
    font-size: 27px;
    width: 58px;
    height: 58px;
  }
}
.news__pagination .page-numbers:hover {
  color: #fff;
  background: #263A3D;
}
.news__pagination .page-numbers.current {
  color: #fff;
  background: #263A3D;
}
.news__pagination .page-numbers.current:hover {
  color: #fff;
  background: #263A3D;
}

/* ---------------- */
/* single.php */
/* ---------------- */
.entry {
  margin-top: 150px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .entry {
    margin-top: 305px;
    padding-bottom: 269px;
  }
}
.entry__inner {
  padding-inline: 35px;
}
@media screen and (min-width: 768px) {
  .entry__inner {
    margin: 0 auto;
    padding-inline: 100px;
    max-width: 1208px;
  }
}
.entry__head {
  position: relative;
}
.entry__image {
  overflow: hidden;
  display: block;
  aspect-ratio: 1008/742;
  pointer-events: none;
}
.entry__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.entry__meta {
  padding: 5px 22px;
  position: absolute;
  font-family: "Marcellus-Regular", sans-serif;
  background: #fff;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .entry__meta {
    font-size: 23px;
    letter-spacing: 0.01em;
  }
}
.entry__body h1 {
  margin-top: 42px;
  padding: 0px 24px;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  background-color: #263A3D;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .entry__body h1 {
    font-size: 33px;
    letter-spacing: -0.07em;
    line-height: 223%;
  }
}
.entry__body h2 {
  margin-top: 40px;
  padding: 0 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  width: fit-content;
  border: 1px solid #263A3D;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.07em;
}
@media screen and (min-width: 768px) {
  .entry__body h2 {
    margin-top: 53px;
    padding: 0 20px;
    font-size: 29px;
    line-height: 168%;
    letter-spacing: -0.09em;
    border: 2px solid #263A3D;
  }
}
.entry__body h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  width: fit-content;
  background: #dcdedc;
  font-size: 17px;
  line-height: 155%;
  letter-spacing: -0.07em;
  margin-top: 35px;
  padding: 0 18px;
}
@media screen and (min-width: 768px) {
  .entry__body h3 {
    margin-top: 45px;
    padding: 0 25px;
    font-size: 25px;
    line-height: 160%;
    letter-spacing: -0.09em;
  }
}
.entry__body h4 {
  margin-top: 38px;
  padding: 0 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  width: fit-content;
  font-size: 16px;
  line-height: 165%;
  letter-spacing: -0.06em;
  border-bottom: 1px solid #263A3D;
}
@media screen and (min-width: 768px) {
  .entry__body h4 {
    margin-top: 60px;
    padding: 0 25px;
    font-size: 23px;
    line-height: 185%;
    letter-spacing: -0.09em;
    border-bottom: 2px solid #263A3D;
  }
}
.entry__body h5 {
  margin-top: 40px;
  padding: 0 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  width: fit-content;
  background: rgba(220, 222, 220, 0.45);
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.06em;
}
@media screen and (min-width: 768px) {
  .entry__body h5 {
    margin-top: 78px;
    padding: 0 25px;
    font-size: 21px;
    line-height: 160%;
    letter-spacing: -0.09em;
  }
}
.entry__body p {
  margin-top: 16px;
  padding-left: 8px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .entry__body p {
    margin-top: 19px;
    padding-left: 10px;
    font-size: 17px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}

.entry-nav {
  margin-top: 68px;
}
.entry-nav__wrap {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .entry-nav__wrap {
    gap: 19px;
  }
}
.entry-nav__link {
  padding-inline: 5px;
  overflow: hidden;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .entry-nav__link {
    padding-inline: 24px;
  }
}
.entry-nav__link:hover .entry-nav__link-text {
  animation: link-animation 2s forwards;
}
.entry-nav__link-text-wrap {
  overflow: hidden;
}
.entry-nav__link-text {
  width: fit-content;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .entry-nav__link-text {
    font-size: 22px;
  }
}

/* ---------------- */
/* archive-works.php */
/* ---------------- */
.works {
  margin-top: 150px;
  padding-bottom: 125px;
}
@media screen and (min-width: 768px) {
  .works {
    margin-top: 200px;
    padding-bottom: 125px;
  }
}
@media screen and (min-width: 1280px) {
  .works {
    margin-top: 295px;
    padding-bottom: 225px;
  }
}
@media screen and (min-width: 768px) {
  .works__inner {
    max-width: 900px;
  }
}
@media screen and (min-width: 1080px) {
  .works__inner {
    max-width: 1662px;
  }
}
@media screen and (min-width: 768px) {
  .works__head {
    margin-left: 10px;
    display: flex;
    gap: 26px;
  }
}
@media screen and (min-width: 768px) {
  .works .heading {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 52px;
  }
}
.works__wrap {
  margin-top: 57px;
}
@media screen and (min-width: 1080px) {
  .works__wrap {
    margin-top: 107px;
    display: flex;
    gap: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .works__wrap {
    gap: 100px;
  }
}
.works__sidebar {
  flex-shrink: 0;
}
@media screen and (min-width: 1080px) {
  .works__sidebar {
    width: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .works__sidebar {
    width: 290px;
  }
}
.works__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 25px;
}
@media screen and (min-width: 1080px) {
  .works__links {
    flex-direction: column;
    border-bottom: 1px solid #cdcdce;
  }
}
.works__link {
  padding: 19px 10px;
  border-top: 1px solid #cdcdce;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 13px;
  transition: 0.5s;
  width: calc((100% - 25px) / 2);
}
@media screen and (min-width: 768px) {
  .works__link:nth-child(4) {
    border-bottom: 1px solid #cdcdce;
  }
}
@media screen and (min-width: 1080px) {
  .works__link:nth-child(4) {
    border-bottom: none;
  }
}
.works__link:nth-child(5), .works__link:nth-child(6) {
  border-bottom: 1px solid #cdcdce;
}
@media screen and (min-width: 1080px) {
  .works__link:nth-child(5), .works__link:nth-child(6) {
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .works__link {
    width: calc((100% - 50px) / 3);
  }
}
@media screen and (min-width: 1080px) {
  .works__link {
    padding: 29px 18px;
    font-size: 15px;
    width: 100%;
  }
}
.works__link:hover {
  background-color: rgba(220, 222, 220, 0.2);
}
.works__link.is-current {
  background-color: rgba(220, 222, 220, 0.2);
}
.works__content {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 62px 25px;
}
@media screen and (min-width: 768px) {
  .works__content {
    max-width: 1028px;
  }
}
@media screen and (min-width: 1080px) {
  .works__content {
    margin-top: 0;
    gap: 62px 45px;
  }
}
@media screen and (min-width: 1280px) {
  .works__content {
    margin-top: 0;
    gap: 62px 75px;
  }
}
.works__article-card {
  width: calc((100% - 25px) / 2);
}
@media screen and (min-width: 1080px) {
  .works__article-card {
    width: calc((100% - 45px) / 2);
  }
}
@media screen and (min-width: 1280px) {
  .works__article-card {
    width: calc((100% - 75px) / 2);
  }
}
.works__thumb {
  position: relative;
  width: fit-content;
}
.works__thumb:hover .works__image img {
  scale: 1.1;
}
.works__image {
  overflow: hidden;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.works__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s;
}
.works__time {
  position: absolute;
  background: #fff;
  font-family: "Marcellus-Regular", sans-serif;
  right: 0;
  bottom: 0;
  padding: 1px 14px;
  font-size: 13px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .works__time {
    font-size: 14px;
  }
}
.works__meta {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 1280px) {
  .works__meta {
    margin-top: 26px;
    gap: 8px;
  }
}
.works__row {
  display: flex;
  vertical-align: middle;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1080px) {
  .works__row {
    align-items: center;
    flex-direction: row;
    gap: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .works__row {
    gap: 37px;
  }
}
.works__label {
  padding: 5px 18px;
  border: 1px solid #263a3d;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 12px;
  color: #263a3d;
  flex-shrink: 0;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .works__label {
    padding: 2px 18px;
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (min-width: 1440px) {
  .works__label {
    padding: 5px 27px;
    font-size: 20px;
  }
}
.works__value {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 12px;
  color: #263a3d;
}
@media screen and (min-width: 768px) {
  .works__value {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .works__value {
    font-size: 22px;
  }
}
.works__pagination {
  margin-left: auto;
  margin-top: 50px;
  display: flex;
  gap: 17px;
  align-items: center;
  justify-content: end;
}
@media screen and (min-width: 1080px) {
  .works__pagination {
    margin-top: 53px;
    margin-right: 6px;
  }
}
@media screen and (min-width: 1280px) {
  .works__pagination {
    margin-top: 115px;
    margin-right: 26px;
  }
}
.works__pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: 40px;
  height: 40px;
  color: #263A3D;
  background: #fff;
  border-radius: 100%;
  font-family: "Marcellus-Regular", sans-serif;
  transition: 0.5s;
}
@media screen and (min-width: 1080px) {
  .works__pagination .page-numbers {
    font-size: 27px;
    width: 58px;
    height: 58px;
  }
}
.works__pagination .page-numbers:hover {
  color: #fff;
  background: #263A3D;
}
.works__pagination .page-numbers.current {
  color: #fff;
  background: #263A3D;
}
.works__pagination .page-numbers.current:hover {
  color: #fff;
  background: #263A3D;
}

.works-nav {
  margin-top: 68px;
}
@media screen and (min-width: 768px) {
  .works-nav__wrap {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 19px;
  }
}
.works-nav__link {
  padding-inline: 5px;
  padding-bottom: 7px;
  overflow: hidden;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .works-nav__link {
    padding-inline: 24px;
    padding-bottom: 8px;
  }
}
.works-nav__link:hover .entry-nav__link-text {
  animation: link-animation 2s forwards;
}
.works-nav__link-text-wrap {
  overflow: hidden;
}
.works-nav__link-text {
  width: fit-content;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .works-nav__link-text {
    font-size: 22px;
  }
}

/* ---------------- */
/* single-works.php */
/* ---------------- */
.works-entry {
  margin-top: 150px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .works-entry {
    margin-top: 305px;
    padding-bottom: 269px;
  }
}
@media screen and (min-width: 1080px) {
  .works-entry {
    margin-top: 290px;
  }
}
.works-entry .entry__head {
  margin-top: 100px;
}
@media screen and (min-width: 1080px) {
  .works-entry .entry__head {
    margin-top: 0;
  }
}
.works-entry__meta {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
@media screen and (min-width: 1280px) {
  .works-entry__meta {
    margin-top: 30px;
    gap: 11px;
  }
}
.works-entry__row {
  display: flex;
  align-items: center;
  vertical-align: middle;
  gap: 22px;
}
@media screen and (min-width: 1440px) {
  .works-entry__row {
    gap: 37px;
  }
}
.works-entry__label {
  padding: 5px 24px;
  border: 1px solid #263a3d;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 12px;
  color: #263a3d;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .works-entry__label {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .works-entry__label {
    padding: 7px 41px;
    font-size: 23px;
  }
}
.works-entry__value {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 12px;
  color: #263a3d;
}
@media screen and (min-width: 768px) {
  .works-entry__value {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .works-entry__value {
    font-size: 27px;
  }
}
/* ---------------- */
/* footer.php */
/* ---------------- */
/* ------ info ------ */
.info {
  padding-block: 77px 99px;
  background-color: #263A3D;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .info {
    padding-block: 136px 144px;
  }
}
@media screen and (min-width: 768px) {
  .info .inner {
    max-width: 1670px;
  }
}
@media screen and (min-width: 768px) {
  .info__wrap {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .info__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.info__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .info__content {
    gap: 1px;
  }
}
.info__head {
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  line-height: 150%;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .info__head {
    font-size: 38px;
  }
}
.info__head span {
  padding-left: 8px;
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .info__head span {
    padding-inline: 13px;
    font-size: 38px;
  }
}
.info__desc {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 203%;
}
@media screen and (min-width: 768px) {
  .info__desc {
    font-size: 17px;
  }
}
.info__links {
  margin-top: 41px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .info__links {
    flex-direction: row;
    align-items: stretch;
    flex-shrink: 0;
    gap: 34px;
  }
}
@media screen and (min-width: 1440px) {
  .info__links {
    margin-top: 0;
  }
}
.info__link {
  padding: 2px;
  background: #fff;
  display: inline-block;
  width: 100%;
  max-width: 330px;
}
@media screen and (min-width: 768px) {
  .info__link:nth-child(1) {
    width: 297px;
  }
  .info__link:nth-child(2) {
    width: 334px;
  }
}
.info__link:hover .info__link-content {
  background: #fff;
  color: #263A3D;
}
.info__link:hover .info__link-icon path {
  fill: #263A3D;
}
.info__link-content {
  padding: 12px 20px;
  background: #263A3D;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 33px;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .info__link-content {
    height: 100%;
    gap: 17px;
  }
}
.info__link-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
}
@media screen and (min-width: 768px) {
  .info__link-icon {
    width: 40px;
  }
}
.info__link-icon svg path {
  display: block;
  width: 100%;
  transition: 0.5s;
}
.info__link-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .info__link-text {
    font-size: 20px;
  }
}

/* ------ footer ------ */
.footer {
  padding: 5px;
  background-color: #fff;
  position: relative;
  color: #fff;
  height: 663px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 14px 20px 24px;
    height: 916px;
    border: 2px solid #263A3D;
  }
}
.footer__copy {
  position: absolute;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  font-weight: 500;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    font-size: 20px;
    bottom: 47px;
  }
}
.footer__copy span {
  font-family: "Marcellus-Regular", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .footer__copy span {
    font-size: 18px;
  }
}
.footer__to-top {
  position: absolute;
  bottom: 22px;
  right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .footer__to-top {
    bottom: 45px;
    right: 54px;
    gap: 12px;
  }
}
.footer__to-top-text {
  font-family: "Marcellus-Regular", sans-serif;
  font-size: 11px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__to-top-text {
    font-size: 19px;
  }
}
.footer__to-top-icon {
  display: block;
  width: 28px;
}
@media screen and (min-width: 768px) {
  .footer__to-top-icon {
    width: 55px;
  }
}
.footer__to-top-icon img {
  display: block;
  width: 100%;
}
.footer__image {
  overflow: hidden;
  display: block;
  height: 100%;
  pointer-events: none;
}
.footer__image img {
  height: 100%;
  width: 100%;
  aspect-ratio: 2000/1333;
  object-fit: cover;
  object-position: -130px center;
}
@media screen and (min-width: 768px) {
  .footer__image img {
    object-position: -81px center;
  }
}
@media screen and (min-width: 1280px) {
  .footer__image img {
    object-position: center;
    scale: 1.15;
  }
}
@media screen and (min-width: 1780px) {
  .footer__image img {
    object-position: calc(50% + 54px) calc(50% - 111px);
  }
}