@charset "UTF-8";
.c-arrow-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  color: rgb(91, 60, 30);
  text-decoration: none;
}
.c-arrow-btn:hover {
  color: rgba(91, 60, 30, 0.7);
}
.c-arrow-btn__txt {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
.c-arrow-btn__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2em;
  height: 2em;
  border: 1px solid rgb(91, 60, 30);
  border-radius: 50%;
  background-color: transparent;
  color: rgb(91, 60, 30);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.c-arrow-btn__icon svg {
  width: 0.9em;
  height: 0.9em;
}
.c-arrow-btn:hover .c-arrow-btn__icon {
  background-color: rgb(91, 60, 30);
  color: #fff;
}

.c-sub-title {
  font-size: 14px;
  margin-left: 22%;
  position: relative;
  color: rgba(91, 60, 30, 0.7);
}
.c-sub-title::before {
  content: "";
  position: absolute;
  background: rgba(91, 60, 30, 0.7);
  width: 60px;
  height: 1px;
  left: -26%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

html {
  font-size: clamp(1rem, 0.9rem + 0.4vw, 1.125rem);
  overflow-x: hidden;
}

body {
  margin: 0 auto;
  color: rgb(91, 60, 30);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg/noise.webp");
  background-repeat: repeat;
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

.l-container {
  width: min(1100px, 100%);
  margin: 0 auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
}

/* アウトライン表示 */
.bg-circle {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle at 45% 40%, rgba(247, 190, 190, 0.85) 0%, rgba(250, 210, 170, 0.7) 40%, rgba(255, 235, 200, 0.5) 65%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: blur(30px);
          filter: blur(30px);
}

.bg-grad {
  position: relative;
}

.bg-grad::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(245, 185, 190, 0.7) 0%, rgba(248, 200, 175, 0.6) 50%, rgba(245, 225, 175, 0.6) 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, black), color-stop(75%, black), to(transparent));
  mask-image: linear-gradient(to bottom, transparent 0%, black 25%, black 75%, transparent 100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, black), color-stop(75%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 25%, black 75%, transparent 100%);
  pointer-events: none;
}

.l-inner {
  margin: 0 auto;
  width: 100%;
}

.l-header {
  margin: 0 auto;
}

.p-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.p-menu-sp {
  font-size: 16px;
  line-height: 1;
  position: relative;
}

.p-menu__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  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;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: #fff;
  z-index: 100;
}
.p-menu__wrap.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.p-menu__wrap .p-menu__logo-wrapper {
  position: absolute;
  top: 3vw;
  left: 6vw;
}

.p-menu__nav {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  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;
  width: 100%;
  height: 100%;
}

.p-menu__list-wrap {
  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;
  width: 100%;
  height: 100%;
}

.p-menu-link {
  text-decoration: none;
  color: rgb(91, 60, 30);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-menu-link .p-menu-sp-txt {
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}

.p-menu__contact-wrap {
  width: 100%;
  position: relative;
  bottom: 2vh;
  z-index: 100;
}

.p-menu__contact-title {
  font-size: 16px;
  text-align: center;
}

.p-menu__contact-text {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.7;
}

.p-menu__btn {
  margin-bottom: 30px;
  background: rgba(249, 249, 249, 0.2);
}

.p-menu__contact-imageWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-menu__contact-img {
  width: 80%;
}

.p-menu-pc {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-block;
}

.p-menu-pc-list {
  position: fixed;
  padding: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.p-menu-pc-link {
  text-decoration: none;
  color: rgb(91, 60, 30);
  display: inline-block;
}
.p-menu-pc-link .p-menu-pc-txt {
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
.p-menu-pc-link .p-menu-pc-txt::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 0%;
  background-color: rgba(91, 60, 30, 0.7);
  opacity: 0;
  -webkit-transition: height 0.6s ease, opacity 0.6s ease;
  transition: height 0.6s ease, opacity 0.6s ease;
}
.p-menu-pc-link .p-menu-pc-txt:hover::after {
  height: 100%;
  opacity: 1;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background-color: transparent;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.p-header.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 4%;
}

.p-header__logo-link {
  display: block;
  text-align: center;
  color: rgb(91, 60, 30);
}

.p-header__logo-img {
  width: 60px;
  height: auto;
}

.p-header__logo-txt {
  display: block;
  font-size: 10px;
  margin-top: 5px;
}
.p-header__nav-pc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 0;
  font-size: 0.875rem;
  list-style: none;
}
.p-header__nav-pc-item a {
  text-decoration: none;
  color: rgb(91, 60, 30);
  display: block;
  padding: 15px 0;
}
.p-header__nav-pc-item a:hover .p-header__nav-pc-txt::after {
  height: 100%;
}
.p-header__nav-pc-txt {
  position: relative;
  display: inline-block;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
.p-header__nav-pc-txt::after {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  width: 1px;
  height: 0;
  background-color: rgb(91, 60, 30);
  -webkit-transition: height 0.6s ease;
  transition: height 0.6s ease;
  opacity: 0.7;
}
.p-header__nav-pc-item a:hover .p-header__nav-pc-txt::after {
  height: 100%;
}

.p-menu-hamburger {
  display: none;
}
.p-menu-hamburger__line {
  width: 100%;
  height: 2px;
  background-color: rgb(91, 60, 30);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.p-menu-hamburger.is-active .p-menu-hamburger__line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.p-menu-hamburger.is-active .p-menu-hamburger__line:nth-child(2) {
  opacity: 0;
}
.p-menu-hamburger.is-active .p-menu-hamburger__line:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

.p-footer {
  position: relative;
  background-color: rgb(249, 249, 249);
  overflow: hidden;
}
.p-footer__inner {
  position: relative;
  display: grid;
  margin: 0 auto;
}
.p-footer__illust--left {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.p-footer__illust--left img {
  width: 100%;
  display: block;
}
.p-footer__illust--right {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.p-footer__illust--right img {
  width: 100%;
  display: block;
  margin-left: auto;
}
.p-footer__illust--sp {
  margin-top: 40px;
}
.p-footer__illust--sp img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.p-footer__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-footer__logo {
  display: block;
  width: 60px;
}
.p-footer__logo img {
  width: 100%;
  height: auto;
}
.p-footer__body {
  display: grid;
}
.p-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.p-footer__address {
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.p-footer__company {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: rgb(91, 60, 30);
}
.p-footer__postal {
  margin: 0;
  font-size: 0.8125rem;
  letter-spacing: 0.03em;
  color: rgb(91, 60, 30);
  line-height: 1.6;
}
.p-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.p-footer__contact-ttl {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgb(91, 60, 30);
}
.p-footer__contact-txt {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.8;
  color: rgb(91, 60, 30);
}
.p-footer__nav-ttl {
  margin: 0 0 16px;
  font-size: 0.875rem;
  font-weight: 700;
  color: rgb(91, 60, 30);
}
.p-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}
.p-footer__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  color: rgb(91, 60, 30);
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.p-footer__nav-link:hover {
  opacity: 0.6;
}
.p-footer__nav-dash {
  font-size: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-footer__sns-list {
  list-style: none;
  margin: 0;
  padding: 0;
  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;
}
.p-footer__sns-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.p-footer__sns-dash {
  font-size: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: rgb(91, 60, 30);
}
.p-footer__sns-name {
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  color: rgb(91, 60, 30);
}
.p-footer__sns-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.p-footer__sns-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  color: rgb(91, 60, 30);
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-footer__sns-link svg {
  width: 100%;
  height: 100%;
  display: block;
}
.p-footer__sns-link:hover {
  opacity: 0.55;
}
.p-footer__copy {
  padding-block: 14px;
  text-align: center;
}
.p-footer__copy small {
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  color: rgb(91, 60, 30);
  opacity: 0.7;
}

.c-contact-btn {
  display: block;
  width: 100%;
  max-width: 320px;
  padding: 10px 20px;
  border: 1px solid rgb(91, 60, 30);
  background-color: transparent;
  color: rgb(91, 60, 30);
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-contact-btn:hover {
  background-color: rgb(91, 60, 30);
  color: rgb(249, 249, 249);
}

.p-home {
  position: relative;
  overflow-x: hidden;
  width: 100%;
}

.p-mainvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 140px;
  min-height: 1200px;
  margin-bottom: 100px;
  overflow: visible;
  z-index: 1;
  width: 100%;
}

@-webkit-keyframes rotateSlow {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateSlow {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateSlowReverse {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rotateSlowReverse {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.p-mainvisual__bg-clip {
  display: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
.p-mainvisual__bg-clip::before {
  content: "";
  background: url("../../img/mv/bg_circle.webp") center/contain no-repeat;
  width: 1000px;
  height: 1000px;
  top: -13%;
  left: -22%;
  position: absolute;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  opacity: 0.5;
  -webkit-animation: rotateSlow 30s linear infinite;
          animation: rotateSlow 30s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.p-mainvisual__bg-clip::after {
  content: "";
  background: url("../../img/mv/bg_circle.webp") center/contain no-repeat;
  width: 1600px;
  height: 1600px;
  top: 0%;
  right: -55%;
  position: absolute;
  -webkit-transform: rotate(200deg);
          transform: rotate(200deg);
  opacity: 0.5;
  -webkit-animation: rotateSlowReverse 40s linear infinite;
          animation: rotateSlowReverse 40s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.p-mainvisual__letter {
  margin-bottom: 20px;
  position: absolute;
  top: 35%;
  z-index: 2;
  left: calc((100% - 1100px) / 2);
}

.p-mainvisual__sub-title {
  font-size: 14px;
  margin-left: 22%;
  position: relative;
  color: rgba(91, 60, 30, 0.7);
}
.p-mainvisual__sub-title::before {
  content: "";
  position: absolute;
  background: rgba(91, 60, 30, 0.7);
  width: 60px;
  height: 1px;
  left: -26%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-mainvisual__title {
  font-size: 2rem;
  line-height: 1.5;
  margin: 0;
}

.p-mainvisual__title-big {
  font-size: 3rem;
  color: #DEA8A9;
}

.p-mainvisual__pict {
  z-index: 1;
}

.p-mainvisual__pict-item_01 {
  width: 200px;
  height: 150px;
}

.p-mainvisual__pict-item_02 {
  width: 200px;
  height: 160px;
  position: absolute;
  top: 20%;
  left: 32%;
}

.p-mainvisual__pict-item_03 {
  width: 300px;
  height: auto;
  position: absolute;
  right: 6%;
  top: 30%;
}

.p-mainvisual__pict-item_04 {
  width: 250px;
  height: auto;
  position: absolute;
  top: 60%;
}

.p-mainvisual__pict-item_05 {
  position: absolute;
  width: 430px;
  height: auto;
  top: 76%;
  right: 20%;
}

.expansion__img {
  -webkit-transform: translate(0, 90%) scale(0.9);
          transform: translate(0, 90%) scale(0.9);
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.16, 0.5, 0.43, 1);
  transition: -webkit-transform 1s cubic-bezier(0.16, 0.5, 0.43, 1);
  transition: transform 1s cubic-bezier(0.16, 0.5, 0.43, 1);
  transition: transform 1s cubic-bezier(0.16, 0.5, 0.43, 1), -webkit-transform 1s cubic-bezier(0.16, 0.5, 0.43, 1);
}

.p-mainvisual__copyright {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: absolute;
  right: -20%;
  top: 20%;
  margin: 0;
}

.p-message {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 200px 0;
}

.p-message__inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  min-height: 500px;
  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;
}

.p-message__bg {
  display: none;
  position: absolute;
  width: 800px;
  height: 800px;
  background: url("../../img/message/mg_bg.webp") center/cover no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
}

.p-message__images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.p-message__img-lion {
  position: absolute;
  width: 220px;
  height: auto;
  top: -60px;
  left: -20px;
}

.p-message__img-cats {
  position: absolute;
  width: 160px;
  height: auto;
  bottom: -60px;
  right: 20px;
  rotate: 10deg;
}

.p-message__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-message__ttl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-left: 40px;
  color: rgb(91, 60, 30);
}

.p-message__sub-title {
  margin-left: 13% !important;
}
.p-message__sub-title::before {
  left: -96% !important;
}

.p-message__txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.125rem;
  line-height: 2;
  color: rgb(91, 60, 30);
}
.p-message__txt p {
  margin: 0;
}

.p-philosophy {
  position: relative;
  overflow: hidden;
  padding-block: 120px 100px;
}
.p-philosophy__bg {
  position: absolute;
  top: 58%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}
.p-philosophy__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-philosophy__inner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
}
.p-philosophy__heading {
  grid-area: heading;
  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;
  gap: 16px;
}
.p-philosophy__logo {
  width: 72px;
}
.p-philosophy__logo img {
  width: 100%;
  height: auto;
}
.p-philosophy__vertical-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-philosophy__vertical-txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
.p-philosophy__vertical-txt--company {
  font-size: 1.375rem;
  font-weight: 400;
}
.p-philosophy__vertical-txt--label {
  font-size: 1.375rem;
  font-weight: 400;
}
.p-philosophy__csr {
  grid-area: csr;
  justify-self: end;
  align-self: start;
}
.p-philosophy__csr-img {
  overflow: hidden;
}
.p-philosophy__csr-img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-philosophy__csr-btn {
  margin-top: 12px;
  text-align: left;
}
.p-philosophy__catchcopy {
  grid-area: catchcopy;
  text-align: center;
  padding-block: 20px;
  margin-bottom: 30%;
}
.p-philosophy__catchcopy-txt {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.p-philosophy__catchcopy-accent {
  font-size: 2.25rem;
  color: rgb(222, 168, 169);
  font-weight: 500;
}
.p-philosophy__business {
  grid-area: business;
  justify-self: start;
  align-self: center;
}
.p-philosophy__business-img {
  position: relative;
}
.p-philosophy__business-img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-philosophy__business-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px !important;
  z-index: 1;
}
.p-philosophy__business-btn {
  margin-top: 16px;
  text-align: right;
}
.p-philosophy__cacao {
  grid-area: cacao;
  justify-self: end;
  align-self: end;
  position: relative;
}
.p-philosophy__cacao-img {
  overflow: hidden;
}
.p-philosophy__cacao-img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-philosophy__cacao-cat {
  position: absolute;
  top: -20px;
  right: -40px;
  width: 70px;
}
.p-philosophy__cacao-cat img {
  width: 100%;
  height: auto;
}
.p-philosophy__csr, .p-philosophy__business {
  display: block;
  text-decoration: none;
  color: inherit;
}
.p-philosophy__csr img, .p-philosophy__business img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-philosophy__csr:hover img, .p-philosophy__business:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-philosophy__csr:hover .c-arrow-btn__icon, .p-philosophy__business:hover .c-arrow-btn__icon {
  background-color: rgb(91, 60, 30);
  color: #fff;
}
.p-philosophy__csr-img, .p-philosophy__business-img {
  overflow: hidden;
}

.p-business {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.p-business__bg {
  position: absolute;
  top: 0;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-business__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}
.p-business__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 60px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}
.p-business__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 340px;
}
.p-business__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
  font-weight: 500;
  position: relative;
}
.p-business__heading-bg {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 140px;
  height: 200px;
  opacity: 0.6;
  pointer-events: none;
}
.p-business__heading-en {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 0.625rem;
  letter-spacing: 0.12em;
  color: rgb(91, 60, 30);
  opacity: 0.7;
  line-height: 1;
  margin-top: 4px;
}
.p-business__heading-ja {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.6;
  color: rgb(91, 60, 30);
  margin: 0;
}
.p-business__desc {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.06em;
  color: rgb(91, 60, 30);
  margin-bottom: 32px;
}
.p-business__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.p-business__nav-item .c-arrow-btn {
  gap: 0.75em;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.p-business__nav-item .c-arrow-btn.is-faded {
  opacity: 0.3;
}
.p-business__nav-item .c-arrow-btn.is-active {
  opacity: 1;
}
.p-business__nav-num {
  font-family: "Vollkorn", serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: rgb(91, 60, 30);
}
.p-business__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.p-business__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.p-business__card.is-faded {
  opacity: 0.3;
}
.p-business__card.is-active {
  opacity: 1;
}
.p-business__card-header {
  position: absolute;
  top: 0;
  left: -4%;
  z-index: 1;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.p-business__card-num-wrap {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.p-business__card-num {
  font-family: "Vollkorn", serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  color: rgb(91, 60, 30);
}
.p-business__card-line {
  width: 100%;
  height: 2px;
}
.p-business__card--01 .p-business__card-line {
  background-color: #a8d4f0;
}
.p-business__card--02 .p-business__card-line {
  background-color: #f5c6d0;
}
.p-business__card--03 .p-business__card-line {
  background-color: #f0e68c;
}
.p-business__card-title {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: rgb(91, 60, 30);
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
.p-business__card-body {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-business__card-img {
  width: 100%;
  overflow: hidden;
}
.p-business__card-img img {
  width: 100%;
  height: auto;
  display: block;
}

.p-book {
  position: relative;
  overflow: hidden;
}
.p-book__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.p-book__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(190, 220, 245, 0.6) 0%, rgba(200, 230, 248, 0.5) 50%, rgba(220, 240, 252, 0.4) 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, black), color-stop(75%, black), to(transparent));
  mask-image: linear-gradient(to bottom, transparent 0%, black 25%, black 75%, transparent 100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, black), color-stop(75%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 25%, black 75%, transparent 100%);
  pointer-events: none;
}
.p-book__label-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.p-book__label-ja {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: rgb(91, 60, 30);
  line-height: 1.4;
  padding-block: 6px;
  border-top: 1px solid rgb(91, 60, 30);
  border-bottom: 1px solid rgb(91, 60, 30);
}
.p-book__label-en {
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  color: rgb(91, 60, 30);
  opacity: 0.7;
  line-height: 1;
  text-transform: uppercase;
}
.p-book__shelf-books {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 8px;
}
.p-book__shelf-img {
  display: block;
  border-radius: 3px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.p-book__shelf-img--front {
  width: 70%;
  position: relative;
  z-index: 2;
}
.p-book__title-area {
  margin-bottom: 24px;
}
.p-book__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 0 0 8px;
}
.p-book__title-ja {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 100;
  letter-spacing: 0.08em;
  color: rgb(91, 60, 30);
  line-height: 1.4;
}
.p-book__title-icon {
  width: 100px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-book__subtitle {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  color: rgb(91, 60, 30);
  opacity: 0.7;
  margin: 0;
  line-height: 1;
}
.p-book__desc {
  font-size: 0.8rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: rgb(91, 60, 30);
  margin: 0 0 32px;
}
.p-book__links {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.p-book__right {
  position: relative;
}
.p-book__card {
  position: relative;
}
.p-book__card--deco .p-book__card-img {
  margin-bottom: 0;
}
.p-book__card--profile .p-book__card-img {
  margin-bottom: 16px;
}
.p-book__card-link {
  display: block;
}
.p-book__card-link img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-book__card-link:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-book__card-link:hover .c-arrow-btn__icon {
  background-color: rgb(91, 60, 30);
  color: #fff;
}
.p-book__card-img {
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 12px;
}
.p-book__card-img img {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-book__card-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.p-book__card-profile-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.p-book__card-profile-text {
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: rgb(91, 60, 30);
  margin: 0;
}
.p-book__card-profile-text span {
  display: block;
}

.p-cacao {
  position: relative;
  overflow: hidden;
}
.p-cacao__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.p-cacao__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(245, 195, 195, 0.5) 0%, rgba(248, 210, 190, 0.4) 50%, rgba(250, 230, 210, 0.3) 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, black), color-stop(75%, black), to(transparent));
  mask-image: linear-gradient(to bottom, transparent 0%, black 25%, black 75%, transparent 100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, black), color-stop(75%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 25%, black 75%, transparent 100%);
  pointer-events: none;
}
.p-cacao__label-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.p-cacao__label-ja {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: rgb(91, 60, 30);
  line-height: 1.4;
  padding-block: 6px;
  border-top: 1px solid rgb(91, 60, 30);
  border-bottom: 1px solid rgb(91, 60, 30);
}
.p-cacao__label-en {
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  color: rgb(91, 60, 30);
  opacity: 0.7;
  line-height: 1;
  text-transform: uppercase;
}
.p-cacao__visual-img {
  display: block;
  width: 70%;
  border-radius: 3px;
}
.p-cacao__title-area {
  margin-bottom: 24px;
}
.p-cacao__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 0 0 8px;
}
.p-cacao__title-ja {
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  font-weight: 100;
  letter-spacing: 0.15em;
  color: rgb(91, 60, 30);
  line-height: 1.4;
}
.p-cacao__title-icon {
  width: 80px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-cacao__subtitle {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: rgb(91, 60, 30);
  opacity: 0.7;
  margin: 0;
  line-height: 0.2;
}
.p-cacao__desc {
  font-size: 0.8rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: rgb(91, 60, 30);
  margin: 0 0 32px;
}
.p-cacao__links {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.p-cacao__right {
  position: relative;
}
.p-cacao__card {
  position: relative;
}
.p-cacao__card--deco .p-cacao__card-img {
  margin-bottom: 0;
}
.p-cacao__card-link {
  display: block;
}
.p-cacao__card-link img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-cacao__card-link:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-cacao__card-link:hover .c-arrow-btn__icon {
  background-color: rgb(91, 60, 30);
  color: #fff;
}
.p-cacao__card-img {
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 12px;
}
.p-cacao__card-img img {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-cacao__card-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.p-robot {
  position: relative;
  overflow: hidden;
}
.p-robot__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.p-robot__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(245, 235, 210, 0.5) 0%, rgba(248, 240, 220, 0.4) 50%, rgba(250, 245, 230, 0.3) 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, black), color-stop(75%, black), to(transparent));
  mask-image: linear-gradient(to bottom, transparent 0%, black 25%, black 75%, transparent 100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, black), color-stop(75%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 25%, black 75%, transparent 100%);
  pointer-events: none;
}
.p-robot__label-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.p-robot__label-ja {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: rgb(91, 60, 30);
  line-height: 1.4;
  padding-block: 6px;
  border-top: 1px solid rgb(91, 60, 30);
  border-bottom: 1px solid rgb(91, 60, 30);
}
.p-robot__label-en {
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  color: rgb(91, 60, 30);
  opacity: 0.7;
  line-height: 1;
  text-transform: uppercase;
}
.p-robot__visual-img {
  display: block;
  width: 70%;
  border-radius: 3px;
}
.p-robot__title-area {
  margin-bottom: 24px;
}
.p-robot__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 0 0 8px;
}
.p-robot__title-ja {
  font-size: 1.8rem;
  font-weight: 100;
  letter-spacing: 0.15em;
  color: rgb(91, 60, 30);
  line-height: 1.4;
}
.p-robot__title-icon {
  width: 80px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-robot__subtitle {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: rgb(91, 60, 30);
  opacity: 0.7;
  margin: 0;
  line-height: 1;
}
.p-robot__desc {
  font-size: 0.8rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: rgb(91, 60, 30);
  margin: 0 0 32px;
}
.p-robot__links {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.p-robot__right {
  position: relative;
}
.p-robot__card {
  position: relative;
}
.p-robot__card--deco .p-robot__card-img {
  margin-bottom: 0;
}
.p-robot__card-link {
  display: block;
}
.p-robot__card-link img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-robot__card-link:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-robot__card-link:hover .c-arrow-btn__icon {
  background-color: rgb(91, 60, 30);
  color: #fff;
}
.p-robot__card-img {
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 12px;
}
.p-robot__card-img img {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-robot__card-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.p-csr {
  position: relative;
  overflow: visible;
  padding-block: 100px;
  margin: 0 auto;
  width: 100%;
}
.p-csr__heading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-csr__heading-bg {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 140px;
  height: 400px;
  opacity: 0.6;
}
.p-csr__heading-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.p-csr__heading-en {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 0.625rem;
  letter-spacing: 0.12em;
  color: rgb(91, 60, 30);
  opacity: 0.7;
  line-height: 1;
  margin-top: 4px;
}
.p-csr__heading-ja {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.6;
  color: rgb(91, 60, 30);
  margin: 0;
}
.p-csr__main-img {
  margin-bottom: 32px;
  margin-inline: calc(clamp(2rem, 5vw, 1.5rem) * -1);
}
.p-csr__main-img img {
  width: 100%;
  display: block;
}
.p-csr__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-csr__subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgb(91, 60, 30);
  margin: 0 0 24px;
  line-height: 1.6;
}
.p-csr__desc {
  font-size: 0.8rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: rgb(91, 60, 30);
  margin: 0 0 8px;
}
.p-csr__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-csr__links-icon {
  width: 36px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-csr__slider {
  overflow: hidden;
}
.p-csr__slider .splide__track {
  overflow: visible;
}
.p-csr__slider .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 3px;
}
.p-csr__caption {
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
  color: rgb(91, 60, 30);
  opacity: 0.7;
  text-align: center;
  margin: 8px 0 0;
}

.p-movie {
  position: relative;
  overflow: hidden;
  padding-block: 100px 100px;
}
.p-movie__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(50% + 120px);
  height: calc(56% + 100px);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(245, 185, 190, 0.7) 0%, rgba(248, 200, 175, 0.6) 50%, rgba(245, 225, 175, 0.6) 100%);
  -webkit-filter: blur(40px);
          filter: blur(40px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.6;
}
.p-movie__inner {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto;
}
.p-movie__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.p-movie__thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.p-movie__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-movie__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-movie__play-btn:hover {
  opacity: 0.8;
}
.p-movie__play-btn-bg {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.p-movie__thumbnail:hover .p-movie__play-btn-bg {
  fill: rgba(204, 0, 0, 0.9);
}
.p-movie__iframe-wrap {
  display: none;
  width: 100%;
  height: 100%;
}
.p-movie__iframe-wrap.is-active {
  display: block;
}
.p-movie__iframe-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.p-movie__btn {
  margin-top: 16px;
  text-align: right;
}

.p-outline {
  position: relative;
  padding: 100px 0 200px 0;
  overflow: visible;
}
.p-outline__img {
  position: absolute;
  top: 90%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(50% - 1100px / 2 - 377px);
  width: 540px;
  z-index: 2;
  pointer-events: none;
  rotate: 8deg;
}
.p-outline__img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-outline__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}
.p-outline__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 280px;
}
.p-outline__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  position: relative;
}
.p-outline__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 500;
  position: relative;
}
.p-outline__heading-bg {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: -1;
  width: 200px;
  height: 200px;
  opacity: 0.6;
  pointer-events: none;
}
.p-outline__heading-en {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 0.625rem;
  letter-spacing: 0.12em;
  color: rgb(91, 60, 30);
  opacity: 0.7;
  line-height: 1;
  margin-top: 4px;
}
.p-outline__heading-ja {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.6;
  color: rgb(91, 60, 30);
  margin: 0;
}
.p-outline__table {
  margin: 0;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-outline__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 40px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(91, 60, 30, 0.15);
}
.p-outline__row:first-child {
  padding-top: 0;
}
.p-outline__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 140px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: rgb(91, 60, 30);
}
.p-outline__value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
  color: rgb(91, 60, 30);
}

.p-instagram {
  position: relative;
  padding: 100px 0 120px;
  overflow: hidden;
}
.p-instagram__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(60% + 120px);
  height: calc(50% + 100px);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(245, 185, 190, 0.5) 0%, rgba(248, 200, 175, 0.4) 50%, rgba(245, 225, 175, 0.4) 100%);
  -webkit-filter: blur(60px);
          filter: blur(60px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.6;
}
.p-instagram__inner {
  position: relative;
  z-index: 1;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}
.p-instagram__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}
.p-instagram__heading-icon {
  width: 36px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-instagram__heading-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.p-instagram__heading-txt {
  font-family: "Vollkorn", serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
  color: rgb(91, 60, 30);
  margin: 0;
}
.p-instagram__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.p-instagram__item {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.p-instagram__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-instagram__item:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
@media screen and (max-width: 767px) {
  .c-sub-title {
    font-size: 11px;
    margin-left: 28%;
  }
  .c-sub-title::before {
    content: "";
    width: 45px;
    left: -37%;
  }
  html {
    font-size: clamp(0.9375rem, 4vw, 1rem);
  }
  .u-hidden-sp {
    display: none;
  }
  .u-tab-only {
    display: none;
  }
  .u-pc-only {
    display: none;
  }
  .l-inner {
    max-width: 100%;
    padding-inline: clamp(2rem, 5vw, 1.5rem);
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-header {
    width: 100%;
  }
  .p-header__inner {
    padding: 15px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    max-width: 100%;
  }
  .p-header__nav-pc {
    display: none;
  }
  .p-menu-hamburger {
    position: fixed;
    top: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    width: 30px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 9999;
  }
  .p-menu-sp {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
    z-index: 1000;
    overflow-y: auto;
  }
  .p-menu-sp.is-active {
    right: 0;
  }
  .p-footer__inner {
    grid-template-columns: 1fr;
    padding: 50px clamp(2rem, 5vw, 1.5rem) 0;
  }
  .p-footer__center {
    gap: 0;
  }
  .p-footer__logo-wrap {
    margin-bottom: 32px;
  }
  .p-footer__body {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .p-footer__info {
    display: none;
  }
  .p-footer__contact {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-footer__contact-ttl {
    font-size: 1.09rem;
  }
  .p-footer__nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-footer__nav-ttl {
    font-size: 1rem;
  }
  .p-footer__sns {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-footer__sns-name {
    min-width: 100px;
  }
  .c-contact-btn {
    max-width: 100%;
  }
  .p-mainvisual {
    height: auto;
    margin-bottom: 30px;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    min-height: 1380px;
  }
  .p-mainvisual__bg-clip {
    display: none;
    max-width: 100vw;
  }
  .p-mainvisual__bg-clip::before {
    width: 200px;
    height: 200px;
    top: -2%;
    right: 68%;
  }
  .p-mainvisual__bg-clip::after {
    width: 500px;
    height: 500px;
    top: 15%;
    left: 15%;
    opacity: 0.5;
  }
  .p-mainvisual__letter {
    top: 30%;
    margin: 50px 0;
    left: 5%;
  }
  .p-mainvisual__sub-title {
    font-size: 11px;
    margin-left: 28%;
  }
  .p-mainvisual__sub-title::before {
    content: "";
    width: 45px;
    left: -37%;
  }
  .p-mainvisual__title {
    font-size: 1.6rem;
  }
  .p-mainvisual__title-big {
    font-size: 2.5rem;
  }
  .p-mainvisual__pict-item_01 {
    width: 152px;
    height: 114px;
    position: absolute;
    right: 5%;
    top: 7%;
  }
  .p-mainvisual__pict-item_02 {
    width: 208px;
    height: 157px;
    left: 5%;
    top: 17%;
  }
  .p-mainvisual__pict-item_03 {
    width: 220px;
    height: auto;
    right: 10%;
    top: 45%;
  }
  .p-mainvisual__pict-item_04 {
    width: 150px;
    height: 114px;
    top: 68%;
    left: 5%;
  }
  .p-mainvisual__pict-item_05 {
    width: 240px;
    height: auto;
    top: 80%;
    right: 14%;
  }
  .p-mainvisual__copyright {
    top: 0;
    right: -14%;
  }
  .p-message {
    padding: 30px 30px 130px 30px;
    max-width: 100vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-message__inner {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
  .p-message__bg {
    display: none;
    width: 600px;
    height: 600px;
    max-width: none;
    aspect-ratio: 1/1;
    background: url("../../img/message/mg_bg.webp") center/contain no-repeat;
    top: 56%;
    left: 50%;
  }
  .p-message__img-lion {
    width: 180px;
    top: 105%;
    left: 55%;
    rotate: 0deg;
    scale: -1 1;
  }
  .p-message__img-cats {
    width: 100px;
    display: none;
  }
  .p-message__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    width: 100%;
  }
  .p-message__ttl {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 1.8rem;
    margin: 0;
  }
  .p-message__txt {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 0.9rem;
  }
  .p-philosophy {
    max-width: 100%;
    width: 100%;
    padding-block: 80px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 30px 100px 30px;
  }
  .p-philosophy__bg {
    width: 100%;
    height: 16%;
    top: 45%;
  }
  .p-philosophy__inner {
    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;
    gap: 60px;
  }
  .p-philosophy__heading {
    gap: 12px;
  }
  .p-philosophy__logo {
    width: 56px;
  }
  .p-philosophy__vertical-txt--company {
    font-size: 1.25rem;
  }
  .p-philosophy__vertical-txt--label {
    font-size: 1.25rem;
  }
  .p-philosophy__csr {
    width: 68%;
    -ms-flex-item-align: end;
        align-self: end;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: -7%;
  }
  .p-philosophy__csr-btn {
    text-align: left;
  }
  .p-philosophy__catchcopy {
    padding-block: 0;
    margin-bottom: 0;
  }
  .p-philosophy__catchcopy-txt {
    font-size: 1.375rem;
  }
  .p-philosophy__catchcopy-accent {
    font-size: 1.875rem;
  }
  .p-philosophy__business {
    width: 68%;
    margin-right: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    -ms-flex-item-align: start;
        align-self: start;
  }
  .p-philosophy__business-logo {
    width: 90px !important;
  }
  .p-philosophy__business-btn {
    text-align: right;
  }
  .p-philosophy__cacao {
    width: 46%;
    margin-right: 1rem;
  }
  .p-philosophy__cacao-cat {
    width: 50px;
    top: -16px;
    right: -30px;
  }
  .p-business {
    padding: 60px 0;
  }
  .p-business__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0px;
    max-width: 100%;
    padding-inline: clamp(2rem, 5vw, 1.5rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-business__left {
    width: 100%;
  }
  .p-business__heading {
    margin-bottom: 24px;
    padding: 0 10px;
  }
  .p-business__heading-bg {
    width: 100px;
    height: 240px;
    top: 60%;
  }
  .p-business__heading-ja {
    font-size: 1.5rem;
  }
  .p-business__desc {
    margin-bottom: 32px;
    padding: 0 10px;
  }
  .p-business__nav {
    display: none;
  }
  .p-business__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
  }
  .p-business__card {
    width: 100%;
  }
  .p-business__card-header {
    left: -5%;
  }
  .p-business__card-num {
    font-size: 1.8rem;
  }
  .p-business__card-title {
    font-size: 1.3rem;
  }
  .p-book__scroll-inner {
    padding: 48px clamp(2rem, 5vw, 1.5rem) 64px;
  }
  .p-book__label {
    margin-bottom: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-book__main {
    margin-bottom: 40px;
    background: url("../img/illust/bubbles-sp.webp") no-repeat top center/contain;
    background-size: 90%;
    background-position: 70% 98%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-book__shelf {
    max-width: 330px;
    margin: 0 0 32px 0;
  }
  .p-book__shelf-img--front {
    width: 100%;
  }
  .p-book__title-area {
    margin-bottom: 32px;
  }
  .p-book__title {
    gap: 8px;
    margin: 0;
  }
  .p-book__title-ja {
    font-size: 2rem;
  }
  .p-book__title-icon {
    width: 100px;
  }
  .p-book__desc {
    font-size: 0.8125rem;
    line-height: 1.9;
    margin-bottom: 24px;
  }
  .p-book__links {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 12px;
  }
  .p-book__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    height: 1000px;
    margin-top: 60px;
    margin-bottom: 160px;
  }
  .p-book__card--01 {
    position: absolute;
    top: 18%;
    right: -5%;
    width: 240px;
  }
  .p-book__card--02 {
    position: absolute;
    top: 0;
    left: -5%;
    width: 160px;
  }
  .p-book__card--03 {
    position: absolute;
    top: 60%;
    right: -5%;
    width: 280px;
  }
  .p-book__card--04 {
    position: absolute;
    top: 42%;
    left: -5%;
    width: 160px;
  }
  .p-book__card--05 {
    position: absolute;
    top: 90%;
    left: -5%;
    width: 210px;
  }
  .p-cacao__scroll-inner {
    padding: 48px clamp(2rem, 5vw, 1.5rem) 64px;
  }
  .p-cacao__label {
    margin-bottom: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-cacao__main {
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: url("../img/illust/bubbles-sp.webp") no-repeat;
    background-position: 70% 96%;
    padding-bottom: 100px;
    background-size: 80%;
  }
  .p-cacao__visual {
    max-width: 330px;
    margin: 0 0 32px 0;
  }
  .p-cacao__visual-img {
    width: 100%;
  }
  .p-cacao__title-area {
    margin-bottom: 32px;
  }
  .p-cacao__title {
    gap: 8px;
    margin: 0;
  }
  .p-cacao__title-ja {
    font-size: 2rem;
  }
  .p-cacao__title-icon {
    width: 70px;
    position: relative;
    top: 11px;
    left: 0;
  }
  .p-cacao__desc {
    font-size: 0.8125rem;
    line-height: 1.9;
    margin-bottom: 24px;
  }
  .p-cacao__links {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 12px;
  }
  .p-cacao__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    height: 1200px;
    margin-top: 70px;
    margin-bottom: 80px;
  }
  .p-cacao__card--01 {
    position: absolute;
    top: -50px;
    left: -5%;
    width: 160px;
  }
  .p-cacao__card--02 {
    position: absolute;
    top: 8%;
    right: -5%;
    width: 120px;
  }
  .p-cacao__card--03 {
    position: absolute;
    top: 60%;
    left: -5%;
    width: 160px;
  }
  .p-cacao__card--04 {
    position: absolute;
    top: 22%;
    left: -5%;
    width: 140px;
  }
  .p-cacao__card--05 {
    position: absolute;
    top: 41%;
    right: -5%;
    width: 240px;
  }
  .p-cacao__card--06 {
    position: absolute;
    top: 85%;
    right: -10%;
    width: 100%;
  }
  .p-robot__scroll-inner {
    padding: 48px clamp(2rem, 5vw, 1.5rem) 64px;
  }
  .p-robot__label {
    margin-bottom: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-robot__main {
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    background: url("../img/illust/bubbles-sp.webp") no-repeat;
    background-position: 70% 96%;
    background-size: 80%;
  }
  .p-robot__visual {
    max-width: 330px;
    margin: 0 0 32px 0;
  }
  .p-robot__visual-img {
    width: 100%;
  }
  .p-robot__title-area {
    margin-bottom: 32px;
  }
  .p-robot__title {
    gap: 8px;
    margin: 0;
  }
  .p-robot__title-ja {
    font-size: 1.8rem;
  }
  .p-robot__title-icon {
    width: 80px;
  }
  .p-robot__desc {
    font-size: 0.8125rem;
    line-height: 1.9;
    margin-bottom: 24px;
  }
  .p-robot__links {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 12px;
  }
  .p-robot__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    height: 1100px;
    margin-bottom: 60px;
  }
  .p-robot__card--01 {
    position: absolute;
    top: 0;
    left: -5%;
    width: 120px;
  }
  .p-robot__card--02 {
    position: absolute;
    top: 14%;
    right: -5%;
    width: 160px;
  }
  .p-robot__card--03 {
    position: absolute;
    top: 38%;
    left: -5%;
    width: 200px;
  }
  .p-robot__card--04 {
    position: absolute;
    top: 70%;
    right: -5%;
    width: 64%;
  }
  .p-robot__card-img--01 {
    aspect-ratio: 1/1;
  }
  .p-csr {
    max-width: 100%;
    padding-inline: clamp(2rem, 5vw, 1.5rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-block: 60px;
  }
  .p-csr__inner {
    padding-inline: 0;
  }
  .p-csr__heading {
    top: 64px;
    right: clamp(2rem, 5vw, 1.5rem);
    left: auto;
  }
  .p-csr__heading-bg {
    width: 80px;
    height: 400px;
    top: 68%;
  }
  .p-csr__heading-ja {
    font-size: 1.5rem;
  }
  .p-csr__main-img img {
    width: 73%;
  }
  .p-csr__subtitle {
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .p-csr__desc {
    font-size: 0.8125rem;
    line-height: 1.9;
    margin-bottom: 24px;
  }
  .p-csr__links {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .p-csr__links-icon {
    width: 30px;
  }
  .p-csr__right {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    width: 100vw;
    margin-left: calc(clamp(2rem, 5vw, 1.5rem) * -1);
  }
  .p-csr__slider--top .splide__slide {
    width: 200px;
    height: 150px;
  }
  .p-csr__slider--bottom .splide__slide {
    width: 180px;
    height: 135px;
  }
  .p-csr__caption {
    font-size: 0.625rem;
    padding-inline: clamp(2rem, 5vw, 1.5rem);
  }
  .p-movie {
    padding: 60px 30px;
  }
  .p-movie__bg {
    width: calc(76% + 60px);
    height: calc(80% + 0px);
    -webkit-filter: blur(30px);
            filter: blur(30px);
    opacity: 0.65;
  }
  .p-movie__inner {
    max-width: 100%;
  }
  .p-movie__btn {
    margin-top: 12px;
  }
  .p-outline {
    padding: 60px 0 200px;
    overflow: hidden;
  }
  .p-outline__img {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: 65%;
    margin: 32px auto 0;
  }
  .p-outline__inner {
    -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;
    gap: 0;
    max-width: 100%;
    padding-inline: clamp(2rem, 5vw, 1.5rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-outline__left {
    width: 420px;
    position: absolute;
    bottom: -31%;
    left: -36%;
  }
  .p-outline__right {
    width: 100%;
  }
  .p-outline__heading {
    margin-bottom: 24px;
    padding: 0 10px;
  }
  .p-outline__heading-bg {
    display: none;
  }
  .p-outline__heading-ja {
    font-size: 1.5rem;
  }
  .p-outline__row {
    gap: 16px;
    padding: 16px 0;
  }
  .p-outline__label {
    width: 110px;
    font-size: 0.8125rem;
  }
  .p-outline__value {
    font-size: 0.8125rem;
  }
  .p-instagram {
    padding: 60px 0 80px;
  }
  .p-instagram__bg {
    width: calc(90% + 60px);
    height: calc(70% + 0px);
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0.5;
  }
  .p-instagram__inner {
    max-width: 100%;
    padding-inline: clamp(2rem, 5vw, 1.5rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-instagram__heading {
    margin-bottom: 24px;
    gap: 10px;
  }
  .p-instagram__heading-icon {
    width: 28px;
  }
  .p-instagram__heading-txt {
    font-size: 1.25rem;
  }
  .p-instagram__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .p-instagram__item--sp-hidden {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .u-hidden-tab {
    display: none;
  }
  .u-sp-only {
    display: none;
  }
  .u-pc-only {
    display: none;
  }
  .l-inner {
    max-width: 100%;
    padding-inline: clamp(2rem, 5vw, 1.5rem);
    overflow: hidden;
  }
  .l-header {
    width: 100%;
  }
  .p-menu-sp {
    display: none;
  }
  .p-footer__inner {
    grid-template-columns: 1fr;
    padding: 50px clamp(2rem, 5vw, 1.5rem) 0;
  }
  .p-footer__body {
    grid-template-columns: 1fr;
    row-gap: 40px;
    padding-bottom: 40px;
  }
  .p-mainvisual__letter {
    left: 5%;
  }
  .p-mainvisual__pict-item_03 {
    width: 250px;
    top: 28%;
    right: 0%;
  }
  .p-mainvisual__pict-item_05 {
    top: 80%;
    right: 0%;
    width: 400px;
  }
  .p-mainvisual__copyright {
    top: 28%;
    right: -4.4%;
  }
  .p-message__sub-title {
    display: none;
  }
  .p-philosophy__inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "business  heading  csr" "business  catchcopy  csr" "business  catchcopy  cacao";
    row-gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 1rem;
  }
  .p-philosophy__csr {
    max-width: 300px;
  }
  .p-philosophy__business {
    max-width: 320px;
    margin-left: -20px;
  }
  .p-philosophy__cacao {
    max-width: 200px;
    margin-right: 40px;
  }
  .p-business__inner {
    max-width: 100%;
    padding-inline: clamp(2rem, 5vw, 1.5rem);
  }
  .p-book__scroll-inner {
    padding: 60px clamp(2rem, 5vw, 1.5rem) 80px;
  }
  .p-book__label {
    margin-bottom: 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-book__main {
    margin-bottom: 48px;
    background: url("../img/illust/bubbles-sp.webp") no-repeat top center/contain;
    background-size: 90%;
    background-position: 70% 98%;
    padding-top: 60px;
  }
  .p-book__shelf {
    max-width: 300px;
    margin: 0 auto 40px;
  }
  .p-book__title-area {
    margin-bottom: 32px;
  }
  .p-book__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
  .p-cacao__scroll-inner {
    padding: 60px clamp(2rem, 5vw, 1.5rem) 80px;
  }
  .p-cacao__label {
    margin-bottom: 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-cacao__main {
    margin-bottom: 48px;
    padding-top: 60px;
    background: url("../img/illust/bubbles-sp.webp") no-repeat;
    background-position: 70% 50%;
  }
  .p-cacao__visual {
    max-width: 300px;
    margin: 0 auto 40px;
  }
  .p-cacao__title-area {
    margin-bottom: 32px;
  }
  .p-cacao__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
  .p-robot__scroll-inner {
    padding: 60px clamp(2rem, 5vw, 1.5rem) 80px;
  }
  .p-robot__label {
    margin-bottom: 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-robot__main {
    margin-bottom: 48px;
    padding-top: 60px;
    position: relative;
    background: url("../img/illust/bubbles-sp.webp") no-repeat;
    background-position: 70% 96%;
    background-size: 80%;
  }
  .p-robot__visual {
    max-width: 300px;
    margin: 0 auto 40px;
  }
  .p-robot__title-area {
    margin-bottom: 32px;
  }
  .p-robot__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
  .p-csr {
    max-width: 100%;
    padding-inline: clamp(2rem, 5vw, 1.5rem);
    padding-block: 60px;
  }
  .p-csr__inner {
    padding-inline: clamp(2rem, 5vw, 1.5rem);
  }
  .p-movie__inner {
    max-width: 680px;
  }
  .p-outline__img {
    left: -100px;
    width: 400px;
  }
  .p-outline__inner {
    max-width: 100%;
    padding-inline: clamp(2rem, 5vw, 1.5rem);
  }
  .p-outline__left {
    width: 220px;
  }
  .p-instagram__inner {
    max-width: 100%;
    padding-inline: clamp(2rem, 5vw, 1.5rem);
  }
  .p-instagram__grid {
    gap: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .u-hidden-pc {
    display: none;
  }
  .u-sp-only {
    display: none;
  }
  .u-tab-only {
    display: none;
  }
  .l-inner {
    max-width: 1100px;
    overflow: hidden;
  }
  .l-header {
    width: 100%;
  }
  .p-menu-sp {
    display: none;
  }
  .p-footer__inner {
    grid-template-columns: 220px 1fr 180px;
    min-height: 260px;
    padding-block: 60px 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .p-footer__illust--left {
    position: relative;
    left: -34%;
    top: 43%;
    rotate: 16deg;
    width: 280px;
  }
  .p-footer__illust--right {
    position: relative;
    left: -81%;
    top: 19%;
    rotate: 4deg;
    width: 300px;
  }
  .p-footer__center {
    padding-block: 0 50px;
    max-width: 1100px;
    width: 100%;
  }
  .p-footer__logo-wrap {
    margin-bottom: 20px;
  }
  .p-footer__body {
    grid-template-columns: auto 80px 1fr 40px 1fr;
    grid-template-rows: auto auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .p-footer__body .p-footer__info {
    grid-column: 1;
    grid-row: 1;
  }
  .p-footer__body .p-footer__nav {
    grid-column: 3;
    grid-row: 1/3;
  }
  .p-footer__body .p-footer__sns {
    grid-column: 5;
    grid-row: 1/3;
  }
  .p-footer__body .p-footer__contact {
    grid-column: 1;
    grid-row: 2;
  }
  .p-footer__contact {
    gap: 0;
    padding-top: 20px;
  }
  .p-footer__contact-txt {
    margin-bottom: 16px;
  }
  .p-footer__sns-name {
    width: 8em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-message__sub-title {
    display: none;
  }
  .p-philosophy__inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "business  heading  csr" "business  catchcopy  csr" "business  catchcopy  cacao";
    row-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 700px;
  }
  .p-philosophy__csr {
    max-width: 400px;
    padding-right: 0;
    margin-right: -20px;
  }
  .p-philosophy__business {
    max-width: 400px;
    margin-left: -20px;
  }
  .p-philosophy__business-btn {
    padding-right: 20px;
  }
  .p-philosophy__cacao {
    max-width: 240px;
    margin-right: 300px;
    margin-top: 300px;
  }
  .p-business__inner {
    max-width: 1100px;
  }
  .p-book__scroll-wrapper {
    overflow: hidden;
  }
  .p-book__scroll-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-height: 100vh;
  }
  .p-book__label {
    position: absolute;
    top: 60px;
    left: 6.5%;
    z-index: 2;
  }
  .p-book__main {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100vw;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 140px 80px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    background: url("../img/illust/bubbles.webp") no-repeat top center/contain;
    padding-top: 80px;
    background-position: 70% 50%;
    background-size: 33%;
  }
  .p-book__shelf {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 500px;
  }
  .p-book__center {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 600px;
  }
  .p-book__right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 1000px;
    height: 700px;
    margin-top: 200px;
    margin-right: 100px;
    margin-left: 80px;
  }
  .p-book__card {
    position: absolute;
  }
  .p-book__card--01 {
    top: 0;
    left: 9%;
    width: 240px;
  }
  .p-book__card--02 {
    bottom: 45%;
    left: -8%;
    width: 180px;
  }
  .p-book__card--03 {
    top: 300px;
    left: 36%;
    width: 280px;
  }
  .p-book__card--04 {
    top: 0;
    left: 55%;
    width: 160px;
  }
  .p-book__card--05 {
    top: 143px;
    left: 80%;
    width: 240px;
  }
  .p-cacao__scroll-wrapper {
    overflow: hidden;
  }
  .p-cacao__scroll-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-height: 100vh;
  }
  .p-cacao__label {
    position: absolute;
    top: 60px;
    left: 6.5%;
    z-index: 2;
  }
  .p-cacao__main {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100vw;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 140px 80px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    background: url("../img/illust/bubbles.webp") no-repeat;
    background-position: 70% 50%;
    background-size: 33%;
  }
  .p-cacao__visual {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 500px;
  }
  .p-cacao__center {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 550px;
  }
  .p-cacao__right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 1400px;
    height: 700px;
    margin-top: 200px;
    margin-right: 200px;
    margin-left: 80px;
  }
  .p-cacao__card {
    position: absolute;
  }
  .p-cacao__card--01 {
    top: 24%;
    left: -5%;
    width: 180px;
  }
  .p-cacao__card--02 {
    top: 0;
    left: 14%;
    width: 110px;
  }
  .p-cacao__card--03 {
    top: -12%;
    left: 38%;
    width: 200px;
  }
  .p-cacao__card--04 {
    top: 35%;
    left: 62%;
    width: 140px;
  }
  .p-cacao__card--05 {
    top: 45%;
    left: 20%;
    width: 280px;
  }
  .p-cacao__card--06 {
    top: 13%;
    left: 84%;
    width: 300px;
  }
  .p-robot__scroll-wrapper {
    overflow: hidden;
  }
  .p-robot__scroll-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-height: 100vh;
  }
  .p-robot__label {
    position: absolute;
    top: 60px;
    left: 6.5%;
    z-index: 2;
  }
  .p-robot__main {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100vw;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 140px 80px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    background: url("../img/illust/bubbles.webp") no-repeat;
    background-position: 70% 50%;
    background-size: 33%;
  }
  .p-robot__visual {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 500px;
  }
  .p-robot__center {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 550px;
  }
  .p-robot__right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 1000px;
    height: 700px;
    margin-top: 200px;
    margin-right: 80px;
    margin-left: 80px;
  }
  .p-robot__card {
    position: absolute;
  }
  .p-robot__card--01 {
    top: 50%;
    left: 23%;
    width: 120px;
  }
  .p-robot__card--02 {
    top: 10%;
    left: -10%;
    width: 180px;
  }
  .p-robot__card--03 {
    top: 0%;
    left: 32%;
    width: 160px;
  }
  .p-robot__card--04 {
    top: 20%;
    left: 70%;
    width: 200px;
  }
  .p-csr {
    max-width: 1100px;
  }
  .p-csr__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 160px;
    padding-right: 0;
  }
  .p-csr__left {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
  .p-csr__right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    left: 27%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    overflow: hidden;
  }
  .p-csr__slider--top .splide__slide {
    width: 200px;
    height: auto;
  }
  .p-csr__slider--bottom .splide__slide {
    width: 200px;
    height: auto;
  }
  .p-outline__inner {
    max-width: 1100px;
  }
  .p-instagram__inner {
    max-width: 1100px;
    width: 900px;
  }
}
@media screen and (max-width: 375px) {
  .p-mainvisual {
    height: calc(100vh - 80px);
    margin-bottom: 620px;
  }
  .p-mainvisual__letter {
    top: 53%;
  }
  .p-mainvisual__pict-item_02 {
    top: 27%;
  }
  .p-mainvisual__pict-item_03 {
    top: 87%;
  }
  .p-mainvisual__pict-item_04 {
    top: 139%;
  }
  .p-mainvisual__pict-item_05 {
    top: 167%;
  }
  .p-mainvisual__copyright {
    top: 87%;
    margin-bottom: -27vw;
  }
}
/*# sourceMappingURL=style.css.map */