@charset "UTF-8";
/* media query

/* function
------------------------------------------ */
/* 変数
------------------------------------------ */
:root {
  --color-sub: #faf3dc;
}

/* overwrite
/* ------------------------------------------ */
/* #header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(88, 98, 68)), to(rgba(88, 98, 68, 0)));
  background: linear-gradient(180deg, rgb(88, 98, 68), rgba(88, 98, 68, 0));
} */
.main-area.lp{
background-color: #edede6;
}

#header .header__inner .header__inner--left .header-logo a svg path {
  fill: #000;
}
#header .header__inner .header__inner--right .header-nav__user svg path {
  fill: #000;
}
#header .header__inner .header__inner--right .header-nav__search svg path {
  fill: #000;
}
#header .header__inner .header__inner--right .header-nav__cart svg path {
  fill: #000;
}
#header .header-nav__menuBtn span {
  background-color: #000;
}
#header .header-nav__menuBtn.open span {
  background-color: var(--color-main);
}
#header .header-menu a {
  color: #000;
}
#header .toggle-arrow::before, #header .toggle-arrow::after {
  background: #000;
}

.main-area.lp {
  margin-bottom: 0;
} 
/* 
.header[data-header-theme="light"].c-active, .header[data-header-theme="dark"]{
  background: none;
} */

#MC260213cat {
  /* 可変設定
  ------------------------------------------ */
  /*デザインの値*/
  --pc-width: 1400; /*PCデザイン幅*/
  --sp-width: 750; /*SPデザイン幅*/
  --pc-artboard-width: 480; /*SP共通デザイン幅*/
  --sp-artboard-width: 750; /*PC共通デザイン幅*/
  /*可変率の計算式*/
  --formula: calc(
    var(--variable) * var(--ratio)
  ); /*SP,PC共通箇所の可変割合の計算式*/
  --formula_pc: calc(var(--variable) * 1); /*PCデザインの可変割合の計算式*/
  /* PC画面幅 1400px以上 固定 */
  /* PC画面幅 768～1400px 可変 */
  /* SP画面幅 767px以下 可変 */

  /* mixin
  ------------------------------------------ */
  /* reset
  ------------------------------------------ */
  /* animation
  ------------------------------------------ */
  /* 共通
  ------------------------------------------ */
  /* LP style
  ------------------------------------------ */
  margin: 0 auto;
  --color-white: #fff;
  --color-beige: #edede6;
  --color-black: #383635;
  --font-benton: benton-modern-display-conden, serif;
  --font-yu: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 400;
  --fw-bold: 600;
  font-style: normal;
  color: var(--color-black);
  background-color: var(--color-beige);
}

@media (min-width: 1401px) {
  #MC260213cat {
    --ratio: calc(
      var(--pc-artboard-width) / var(--sp-artboard-width)
    ); /* PCとSPのデザイン幅の比率 */
    --variable: 1px; /* 固定値（可変しない） */
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  #MC260213cat {
    --ratio: calc(
      var(--pc-artboard-width) / var(--sp-artboard-width)
    ); /* PCとSPのデザイン幅の比率 */
    --variable: calc(100vw / var(--pc-width)); /* 画面幅に基づく可変値 */

    /* background-image: url(../img/pc-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat; */
    width: 100%;
  }
}

@media (max-width: 767px) {
  #MC260213cat {
    --ratio: 1; /* 比率は1（変わらない） */
    --variable: calc(100vw / var(--sp-width)); /* 画面幅に基づく可変値 */
  }
}


.MC260213cat img {
  width: 100%;
  height: auto;
}

.MC260213cat a{
  display: inline-block;
}

.MC260213cat * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 
.MC260213cat{
  border-top: solid 1px var(--color-black);
} */

/* .pc-bg{
  display: none;
} */

@media (max-width: 767px) {
  .hidden-mobile{
    display: none;
  }

  .hidden-desktop{
    display: block;
  }
}

@media (min-width: 768px) {
  .hidden-mobile{
    display: block;
  }

  .hidden-desktop{
    display: none;
  }
}

/* PC
------------------------------------------ */
@media (min-width: 768px) {
  .MC260213cat{
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .MC260213cat .lp-cont{
    width: calc(480 * var(--formula_pc));

  }

  .MC260213cat .lp-right-area,
  .MC260213cat .lp-left-area{
    flex: 1;
    display: grid;
    place-items: center;
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0;
    height: 100vh;
  }

  .MC260213cat .mv_ttl_pc{
    width: calc(287.7778 * var(--formula_pc));
  }

  .MC260213cat .cai_btn_pc a{
    width: calc(252.9631 * var(--formula_pc));
  }
}


/* loadingアニメーション
------------------------------------------ */
.MC260213cat-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-beige);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

@media (min-width: 768px) {
  .MC260213cat-loading {
    background-color: #f4f4ed;
  }

  .MC260213cat-loading__container{
    margin-top: calc(calc(50 * (100vw / 1440)) + 4.3rem);
  }
}

@media (max-width: 767px) {
  .MC260213cat-loading__container{
    margin-top: calc(calc(30 * (100vw / 375)) + calc(50 * (100vw / 375)));
  }
}

/* 画像を横に並べるコンテナ */
.MC260213cat-loading__images {
  display: flex;
  justify-content: center;
  gap: calc(30 * var(--formula));
}

.MC260213cat-loading__images img {
  width: calc(107.2463 * var(--formula));
  object-fit: cover;
  opacity: 0;
  /* transform: translateX(-20px); */
}

.loading-txt{
  width: calc(459.6246 * var(--formula));
  margin: calc(40 * var(--formula)) auto 0;
}


/* mv
------------------------------------------ */
.main-area__inner .lp-cont{
  margin: 0 auto;
  overflow: clip;
}

.MC260213cat .mv{
  position: relative;
  margin-bottom: calc(100 * var(--formula));
}

.MC260213cat .mv_ttl{
  position: absolute;
  width: calc(673.4694 * var(--formula));
  top: calc(100 * var(--formula));
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}


/* intro
------------------------------------------ */
.MC260213cat .intro{
  margin-bottom: calc(100 * var(--formula));
}

.MC260213cat .flowBox{
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.MC260213cat .flowBox .flow img{
  height: calc(80 * var(--formula));
  width: auto;
}

.MC260213cat .intro_txt{
  font-family: var(--font-yu);
  font-size: calc(24 * var(--formula));
  letter-spacing: 0.01em;
  line-height: 2;
  text-align: center;
  margin: calc(88 * var(--formula)) auto;
}

.MC260213cat .relese_date{
  border-top: solid var(--color-black) 1px;
  border-bottom: solid var(--color-black) 1px;
}

.MC260213cat .relese_date_img{
  width: calc(310.6118 * var(--formula));
  padding: calc(28 * var(--formula)) 0;
  margin: 0 auto;
}

.MC260213cat .ai_btn{
  width: calc(600 * var(--formula));
  margin: calc(100 * var(--formula)) auto calc(80 * var(--formula));
}

.MC260213cat .ai_btn a{
  width: 100%;
}

/* lp__inner
------------------------------------------ */
.MC260213cat .crdt_list{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--color-black);
  row-gap: calc(18 * var(--formula));
  margin: 0 auto ;
  padding: calc(35 * var(--formula)) 0 calc(120 * var(--formula));
}

.MC260213cat .crdt{
  font-family: var(--font-yu);
  font-size: calc(22 * var(--formula));
  line-height: 1;
  letter-spacing: 0.039em;
}

.MC260213cat .item__block02{
  width: calc(540 * var(--formula));
  margin: 0 auto calc(115 * var(--formula));
}

.MC260213cat .item__block03{
  margin-bottom: calc(90 * var(--formula));
}

.MC260213cat .item__block03 .item_ttl01{
  width: calc(631.4038 * var(--formula));
  margin: 0 auto calc(85 * var(--formula));
}

.MC260213cat .item__block03 .img__wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: calc(20 * var(--formula)) calc(20 * var(--formula));
  width: calc(620 * var(--formula));
  margin: 0 auto calc(70 * var(--formula));
}

.MC260213cat .item__block03 .img__wrapper .item_img{
  width: calc(300 * var(--formula));
}

.MC260213cat .item__block03 .crdt_list{
  padding-top: 0;
}

.MC260213cat .item__block04{
  position: relative;
  padding-top: calc(210 * var(--formula));
}

.MC260213cat .item__block04 .item_ttl02{
  position: absolute;
  width: calc(759.7251 * var(--formula));
  overflow-x: clip;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.MC260213cat .item__block04 .item_img{
  position: relative;
  z-index: 1;
  background-color: var(--color-beige);
}

.MC260213cat .item__block04 .crdt_list{
  padding: calc(32 * var(--formula)) 0 calc(135 * var(--formula));
}

.MC260213cat .item__block05{
  width: calc(570 * var(--formula));
  margin: 0 auto calc(20 * var(--formula));
}

.MC260213cat .item__block05 .crdt_list{
  padding: calc(35 * var(--formula)) 0 calc(143 * var(--formula));
}


.MC260213cat .item__block06{
  position: relative;
  width: calc(338.8294 * var(--formula));
  height: calc(327.3057 * var(--formula));
  margin: 0 auto calc(160 * var(--formula));
}

.MC260213cat .item__block06 .item_img{
  width: 100%;
  height: 100%;
}

.MC260213cat .item__block06 .cat_illustration01{
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(107.2463 * var(--formula));
}

.MC260213cat .item__block07 .crdt_list{
  padding: calc(27 * var(--formula)) 0 calc(120 * var(--formula));
}

.MC260213cat .item__block08{
  margin-bottom: calc(210 * var(--formula));
}

.MC260213cat .item__block08 .img__wrapper{
  display: flex;
  column-gap: calc(20 * var(--formula));
  width: calc(610 * var(--formula));
  margin: 0 auto calc(75 * var(--formula));
}

.MC260213cat .item__block08 .item_img{
  width: calc(190 * var(--formula));
}

.MC260213cat .item__block08 .blink_txt{
  width: calc(481.249 * var(--formula));
  margin: 0 auto;
}

.MC260213cat .item__block09 {
  margin-bottom: calc(80 * var(--formula));
}

.MC260213cat .item__block09 .item_ttl03{
  width: calc(581.0102 * var(--formula));
  margin: 0 auto calc(60 * var(--formula));
}

.MC260213cat .item__block09 .crdt_list{
  padding: calc(25 * var(--formula)) 0 calc(120 * var(--formula));
}

.MC260213cat .item__block10 .cai_btn{
  width: calc(590 * var(--formula));
  margin: 0 auto calc(100 * var(--formula));
}

.MC260213cat .item__block10 .cai_btn a{
  width: 100%;
}

.MC260213cat .item__block10 .cat_illustration02{
  width: calc(241.6155 * var(--formula));
  margin: 0 auto calc(105 * var(--formula));
}

.MC260213cat .item__block10 .credit_txt{
  width: calc(538.875 * var(--formula));
  margin: 0 auto;
  padding-bottom: calc(60 * var(--formula));
}

/*******************************
.animation
*******************************/
.js-show.fadeIn.delay_1{
  transition-delay: 0.2s;
}

.js-show.anim_delay_1{
  transition-delay: 0.2s;
  animation-delay: 0.2s;
}

.js-show.fadeIn.delay_2{
  transition-delay: 0.4s;
}

.js-show.fadeIn.delay_3{
  transition-delay: 0.6s;
}

.js-show.fadeIn.delay_4{
  transition-delay: 0.8s;
}

/*  fadeIn ___________________________*/
.js-show.fadeIn {
  opacity: 0;
  transition: opacity 0.33333333s ease;
}

.js-show.fadeIn.js-scrollIn {
  opacity: 1;
}

/*  blur ___________________________*/
.js-show.blur {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-show.blur.js-scrollIn {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}

@keyframes imageBlur {
  0% {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

/*  flowBox ___________________________*/
.flowBox .flow {
  animation: infinity-scroll-left 20s infinite linear;
  /* animation: infinity-scroll-left 20s infinite linear 0.5s both; */
  margin-right: calc(20 * var(--formula));
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*  scroll-border ___________________________*/
.scroll {
  position: relative;
}

.scroll-border {
  position: relative;
  top: 10px;
  width: 100%;
  height: calc(150 * var(--formula));
  overflow: hidden;
}

.scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  /* height: 40px; */
  top: 0;
  left: 0;
  right: 0;
  background: var(--color-black);
  animation: scrollbar 2.0s ease-in-out infinite;
  margin: auto;
}

@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
    top: 0;
  }
  80% {
    height: 100%;
    top: 100%;
  }
  100% {
    height: 0;
    top: 100%;
  }
}

/* blink_txt ___________________________*/
.blink_txt {
  animation: tikatika 1.5s step-end infinite;
}

@keyframes tikatika {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

/* .circle_txt ___________________________*/

.circle_txt{
  animation: 18s linear infinite rotation;
}

@keyframes rotation {
  0% {
      transform: rotate(0);
  }
  100% {
      transform: rotate(-360deg);
  }
}