@charset "UTF-8";
/* ==========================================================================
Reset
========================================================================== */
html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline; }

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

html,
body {
  width: 100%;
  height: 100%; }

ul,
ol {
  list-style: none; }

blockquote,
q {
  quotes: none; }
  blockquote::before, blockquote::after,
  q::before,
  q::after {
    content: "";
    content: none; }

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

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

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

input,
select,
button,
textarea {
  font-family: inherit;
  font-size: inherit; }

button {
  cursor: pointer;
  border: none;
  background: none; }

b,
strong {
  font-weight: bold; }

/* ==========================================================================
Variables & Mixins
========================================================================== */
.red {
  color: #de3b38; }

.pc {
  display: block !important; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none !important; } }

.sp {
  display: block !important; }
  @media screen and (min-width: 769px) {
    .sp {
      display: none !important; } }

/* ==========================================================================
共通
========================================================================== */
body {
  font-family: 'M PLUS Rounded 1c', "Yu Gothic Medium", "Yu Gothic", YuGothic, "游ゴシック体", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  overflow-x: hidden;
  background-size: contain; }
  body.off-scroll {
    overflow: hidden; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 15px; } }

.content_inner {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .content_inner {
      padding: 50px 5% 50px;
      width: 100%;
      overflow-x: hidden; } }

p {
  font-size: 16px;
  line-height: 1.8; }
  @media screen and (max-width: 768px) {
    p {
      font-size: 14px;
      line-height: 1.8; } }

.ex {
  font-size: 80%; }

.t-cen {
  text-align: center; }

img {
  width: 100%;
  height: auto;
  margin: 0 auto; }

.btn:hover {
  opacity: 0.8; }

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s ease, transform 1.2s ease; }

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0); }

/* ==========================================================================
Header
========================================================================== */
.header {
  background-color: #fff;
  width: 100%;
  padding: 0;
  z-index: 1000;
  display: contents;
  position: fixed;
  top: 0;
  left: 0; }
  .header .header_inner {
    padding: 10px 3%;
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    margin: auto auto; }
    .header .header_inner .logo-bc {
      width: 20%;
      height: auto;
      max-width: 240px; }
      @media screen and (max-width: 768px) {
        .header .header_inner .logo-bc {
          width: 40%; } }
      .header .header_inner .logo-bc img {
        width: 100%;
        display: block; }
    .header .header_inner .logo-people {
      width: 10%;
      height: auto;
      max-width: 120px; }
      @media screen and (max-width: 768px) {
        .header .header_inner .logo-people {
          width: 18%; } }
      .header .header_inner .logo-people img {
        width: 100%;
        display: block; }

/* ==========================================================================
kv
========================================================================== */
.kv {
  width: 100%;
  height: auto;
  margin: 0 auto; }

/* ==========================================================================
about
========================================================================== */
.about-area {
  width: 100%;
  padding: 30px 0 0;
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .about-area {
      padding: 15px 0 0; } }
  .about-area .about-img {
    width: 100%;
    height: auto;
    max-width: 1400px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease; }
    @media screen and (max-width: 768px) {
      .about-area .about-img {
        width: 110%;
        overflow: hidden;
        margin-left: -10%; } }
    .about-area .about-img img {
      width: 100%;
      height: auto;
      margin: 0 auto; }
  .about-area .about-img.is-visible {
    opacity: 1;
    transform: translateY(0); }
  @media screen and (max-width: 768px) {
    .about-area .content_inner {
      padding: 0; } }
  .about-area .content_inner .about-lead {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
    transform: translate(0, -50%); }
    @media screen and (max-width: 768px) {
      .about-area .content_inner .about-lead {
        transform: translate(0, -18%);
        padding: 0;
        width: 100%; } }
    .about-area .content_inner .about-lead h2 {
      width: 80%;
      height: auto;
      margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        .about-area .content_inner .about-lead h2 {
          width: 100%;
          margin-bottom: 30px; } }
    .about-area .content_inner .about-lead p {
      font-size: 1.1rem;
      font-weight: 500;
      letter-spacing: -0.2px; }
      @media screen and (max-width: 768px) {
        .about-area .content_inner .about-lead p {
          font-size: 1rem;
          text-align: center;
          letter-spacing: 1.2px; } }
    .about-area .content_inner .about-lead .dotted-underline-text {
      background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 92%, #f2bbc7 100%);
      background-size: 8px 100%,100% 2.2em;
      line-height: 2.2em;
      padding: 0em 1em 0.2em 1em; }
    @media screen and (max-width: 768px) {
      .about-area .content_inner .about-lead {
        padding: 40px 5% 30px; } }

/* ==========================================================================
item
========================================================================== */
.item-area {
  position: relative;
  padding: 60px 0;
  background: #e60012;
  margin-top: -200px;
  /* ランダムカードエリア */
  /* フリップ方向（横回転のみ） */
  /* カード 表面・裏面 共通 */
  /* カード 表面 */
  /* カード 裏面 */
  /* 裏面は初期状態でY軸180度回転済み */
  /* オノマトペ */
  /* ラベルをふわっと表示 */
  /* オノマトペ　位置調整 */ }
  @media screen and (max-width: 768px) {
    .item-area {
      margin-top: -180px;
      padding: 40px 0; } }
  .item-area .content_inner {
    padding: 0px 15px 60px;
    position: inherit;
    z-index: 5; }
    @media screen and (max-width: 768px) {
      .item-area .content_inner {
        padding: 10px 5% 40px; } }
    .item-area .content_inner h3 {
      width: 50%;
      margin: 0 auto;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .item-area .content_inner h3 {
          width: 70%; } }
    .item-area .content_inner .comingsoon {
      padding: 2% 2%;
      width: 40%;
      margin: 0 auto;
      font-size: 1.2em;
      font-weight: bold;
      text-align: center;
      color: #e60012;
      border: 3px solid #e60012;
      border-radius: 15px;
      background: #fff; }
      @media screen and (max-width: 768px) {
        .item-area .content_inner .comingsoon {
          width: 60%; } }
  .item-area .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 960px;
    margin: 40px auto 0; }
    @media screen and (max-width: 768px) {
      .item-area .grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px; } }
  .item-area .card-wrap {
    perspective: 800px;
    aspect-ratio: 1 / 1;
    cursor: pointer; }
  .item-area .list-center {
    grid-column: 2; }
    @media screen and (max-width: 768px) {
      .item-area .list-center {
        grid-column: auto; } }
  .item-area .card {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 20px; }
  .item-area .card.flip-y {
    transform: rotateY(180deg); }
  .item-area .card-front,
  .item-area .card-back {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden; }
  .item-area .card-front {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
  .item-area .card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .item-area .card-back {
    background: linear-gradient(135deg, #fff9f0 0%, #ffe8e8 100%);
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px; }
  .item-area .card-back .icon {
    font-size: 2.5rem;
    animation: bounce 1s infinite alternate; }
    @media screen and (max-width: 768px) {
      .item-area .card-back .icon {
        font-size: 1.8rem; } }
  .item-area .card-back .label-text {
    font-size: 0.75rem;
    color: #cc2222;
    font-weight: bold;
    text-align: center;
    padding: 0 8px; }
    @media screen and (max-width: 768px) {
      .item-area .card-back .label-text {
        font-size: 0.6rem; } }
@keyframes bounce {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-6px); } }
  .item-area .card-label {
    position: absolute;
    z-index: 20;
    pointer-events: none;
    width: 240px;
    opacity: 0;
    transform: scale(0.55) translateY(6px);
    filter: blur(4px);
    transition: opacity 0.45s ease 0.38s, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.38s, filter 0.4s ease 0.38s; }
    @media screen and (max-width: 768px) {
      .item-area .card-label {
        width: 300px; } }
  .item-area .card-wrap.is-flipped .card-label {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: blur(0px); }
  .item-area .card-wrap:not(.is-flipped):hover .card {
    transform: translateY(-4px) scale(1.03); }
  .item-area .card-wrap:nth-child(1) .card-label {
    top: -68px;
    left: 30%;
    transform: translateX(-50%) scale(0.6) translateY(6px); }
    @media screen and (max-width: 768px) {
      .item-area .card-wrap:nth-child(1) .card-label {
        top: -40px;
        transform: translateX(-50%) scale(0.85) translateY(6px); } }
  .item-area .card-wrap:nth-child(2) .card-label {
    top: -20px;
    left: 20%;
    transform: translateX(-50%) scale(0.5) translateY(6px); }
    @media screen and (max-width: 768px) {
      .item-area .card-wrap:nth-child(2) .card-label {
        top: -10px;
        left: 30%;
        transform: translateX(-50%) scale(0.65) translateY(6px); } }
  .item-area .card-wrap:nth-child(3) .card-label {
    top: -70px;
    left: 20%;
    transform: translateX(-50%) scale(0.55) translateY(6px); }
    @media screen and (max-width: 768px) {
      .item-area .card-wrap:nth-child(3) .card-label {
        top: -30px;
        left: 30%;
        transform: translateX(-50%) scale(0.77) translateY(6px); } }
  .item-area .card-wrap:nth-child(4) .card-label {
    top: -10px;
    left: 80%;
    transform: translateX(-50%) scale(0.6) translateY(6px); }
    @media screen and (max-width: 768px) {
      .item-area .card-wrap:nth-child(4) .card-label {
        top: 10px;
        transform: translateX(-50%) scale(0.75) translateY(6px); } }
  .item-area .card-wrap:nth-child(5) .card-label {
    top: -60px;
    left: 20%;
    transform: translateX(-50%) scale(0.6) translateY(6px); }
    @media screen and (max-width: 768px) {
      .item-area .card-wrap:nth-child(5) .card-label {
        top: -30px;
        left: 30%;
        transform: translateX(-50%) scale(0.8) translateY(6px); } }
  .item-area .card-wrap:nth-child(6) .card-label {
    top: 0px;
    left: 90%;
    transform: translateX(-50%) scale(0.6) translateY(6px); }
    @media screen and (max-width: 768px) {
      .item-area .card-wrap:nth-child(6) .card-label {
        top: 0px;
        left: 90%;
        transform: translateX(-50%) scale(0.8) translateY(6px); } }
  .item-area .card-wrap:nth-child(7) .card-label {
    top: -60px;
    left: 30%;
    transform: translateX(-50%) scale(0.65) translateY(6px); }
    @media screen and (max-width: 768px) {
      .item-area .card-wrap:nth-child(7) .card-label {
        top: -30px;
        transform: translateX(-50%) scale(0.85) translateY(6px); } }
  .item-area .card-wrap:nth-child(8) .card-label {
    top: -70px;
    left: 50%;
    transform: translateX(-50%) scale(0.55) translateY(6px); }
    @media screen and (max-width: 768px) {
      .item-area .card-wrap:nth-child(8) .card-label {
        top: -30px;
        transform: translateX(-50%) scale(0.8) translateY(6px); } }
  .item-area .card-wrap:nth-child(9) .card-label {
    top: 70px;
    left: 80%;
    transform: translateX(-50%) scale(0.6) translateY(6px); }
    @media screen and (max-width: 768px) {
      .item-area .card-wrap:nth-child(9) .card-label {
        top: 40px;
        left: 70%;
        transform: translateX(-50%) scale(0.7) translateY(6px); } }
  .item-area .card-wrap:nth-child(10) .card-label {
    top: 100px;
    left: 80%;
    transform: translateX(-50%) scale(0.6) translateY(6px); }
    @media screen and (max-width: 768px) {
      .item-area .card-wrap:nth-child(10) .card-label {
        top: 50px;
        left: 75%;
        transform: translateX(-50%) scale(0.75) translateY(6px); } }
  .item-area .card-wrap:nth-child(11) .card-label {
    top: 10px;
    left: 35%;
    transform: translateX(-50%) scale(0.6) translateY(6px); }
    @media screen and (max-width: 768px) {
      .item-area .card-wrap:nth-child(11) .card-label {
        top: 10px;
        transform: translateX(-50%) scale(0.8) translateY(6px); } }
  .item-area .card-wrap:nth-child(12) .card-label {
    top: -50px;
    left: 20%;
    transform: translateX(-50%) scale(0.55) translateY(6px); }
    @media screen and (max-width: 768px) {
      .item-area .card-wrap:nth-child(12) .card-label {
        top: -30px;
        left: 20%;
        transform: translateX(-50%) scale(0.7) translateY(6px); } }
  .item-area .card-wrap:nth-child(13) .card-label {
    top: -10px;
    left: 20%;
    transform: translateX(-50%) scale(0.55) translateY(6px); }
    @media screen and (max-width: 768px) {
      .item-area .card-wrap:nth-child(13) .card-label {
        top: 0px;
        transform: translateX(-50%) scale(0.65) translateY(6px); } }
  .item-area .card-wrap:nth-child(14) .card-label {
    top: -28px;
    left: 75%;
    transform: translateX(-50%) scale(0.55) translateY(6px); }
    @media screen and (max-width: 768px) {
      .item-area .card-wrap:nth-child(14) .card-label {
        top: -10px;
        transform: translateX(-50%) scale(0.7) translateY(6px); } }

.item-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: -webkit-fill-available;
  background: url(../img/item_bg_l.png) repeat-y;
  background-size: contain; }

.item-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: -webkit-fill-available;
  background: url(../img/item_bg_r.png) repeat-y;
  background-size: contain; }

/* ==========================================================================
insta
========================================================================== */
.insta-area .content_inner {
  padding: 60px 5%;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .insta-area .content_inner {
      padding: 30px 5%; } }
  .insta-area .content_inner h3 {
    width: 54%;
    height: auto;
    margin: 0 auto 30px; }
    @media screen and (max-width: 768px) {
      .insta-area .content_inner h3 {
        width: 70%;
        margin: 0 auto 15px; } }
  .insta-area .content_inner .btn_insta {
    display: block;
    width: 48%;
    height: auto;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .insta-area .content_inner .btn_insta {
        width: 60%; } }
  .insta-area .content_inner .logo-people {
    display: block;
    width: 12%;
    height: auto;
    margin: 30px auto 0; }
    @media screen and (max-width: 768px) {
      .insta-area .content_inner .logo-people {
        width: 16%;
        margin: 15px auto 0; } }

/* ==========================================================================
footer
========================================================================== */
footer {
  background: #fff; }
  footer .footer-inner {
    padding: 15px 5%;
    background: #eee; }
    footer .footer-inner .content_inner {
      padding: 0;
      font-size: 14px; }
      footer .footer-inner .content_inner .footer-list {
        display: flex;
        justify-content: center;
        margin-bottom: 10px; }
        footer .footer-inner .content_inner .footer-list li {
          display: inline-block;
          margin-right: 15px; }
          footer .footer-inner .content_inner .footer-list li a:hover {
            text-decoration: underline; }
      footer .footer-inner .content_inner .copy {
        font-size: 80%;
        text-align: center; }
