@charset "UTF-8";
@font-face {
  font-family: "Notosans";
  src: url("https://carrot.itembox.design/item/fulcro/brandpage/font/NotoSansJP.ttf") format("truetype"); }
@font-face {
  font-family: "OpenSans";
  src: url("https://carrot.itembox.design/item/fulcro/brandpage/font/OpenSans.ttf") format("truetype"); }
/*--------------------
共通設定
----------------------*/
* {
  padding: 0;
  margin: 0;
  box-shadow: none !important; }

.fs-l-page {
  overflow: visible !important; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #211815; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }
  a:hover {
    color: #211815;
    text-decoration: none; }
  a:visited {
    color: #211815;
    text-decoration: none; }

ul, ol {
  list-style: none; }

h1 {
  margin: 0 !important;
  padding: 0 !important; }

.pc {
  display: block; }
  @media screen and (max-width: 1200px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1200px) {
    .sp {
      display: block; } }

.wrapper {
  margin: 0 auto !important; }

main {
  max-width: 100%; }

.mainBox {
  margin: 0 auto !important;
  padding-top: 0 !important; }

footer {
  position: relative;
  z-index: 999; }

html.lenis, html.lenis body {
  height: auto; }

.lenis.lenis-smooth {
  scroll-behavior: auto !important; }

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain; }

.lenis.lenis-stopped {
  overflow: hidden !important; }

.lenis.lenis-smooth iframe {
  pointer-events: none; }

/*--------------------------------------------*/
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #dbdbdb;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }
  #loading .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-scaleout 1.0s infinite ease-in-out; }
  #loading.loaded {
    opacity: 0;
    visibility: hidden; }

@keyframes sk-scaleout {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }
/*--------------------------------------------*/
.loading {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #000000;
  top: 0;
  left: 0; }
  .loading.second {
    height: 300px; }
    @media screen and (max-width: 600px) {
      .loading.second {
        height: 170px; } }
  .loading .whiteBox {
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    background: #ffffff;
    position: absolute;
    z-index: 2; }
    .loading .whiteBox.second {
      bottom: 0; }
  .loading .load_anime {
    position: absolute;
    mix-blend-mode: difference;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    max-width: 600px; }
    @media screen and (max-width: 600px) {
      .loading .load_anime {
        width: 80%; } }
    .loading .load_anime .load .st1 {
      opacity: 0;
      fill: #ffffff;
      stroke-width: 0px; }
    .loading .load_anime .load .anime {
      animation: anime_text 1.5s ease forwards;
      opacity: 1 !important;
      transition: .4s; }

/*--------------------------------------------*/
#fulcro.wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  letter-spacing: 0;
  color: #211815;
  font-size: 16px;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: "Notosans";
  font-style: normal;
  position: relative; }
#fulcro header {
  position: fixed;
  top: 0;
  height: 80px;
  left: 0;
  z-index: 1100;
  transition: .3s;
  opacity: 0;
  padding: 0;
  width: 100%; }
  #fulcro header #g-nav {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    transition: all .4s;
    max-width: 500px;
    top: 0;
    right: 0;
    transform: translateX(100%);
    margin: 0 0 0 auto; }
    #fulcro header #g-nav.panelactive {
      position: relative;
      z-index: 9998;
      margin-top: -1px;
      display: block;
      transform: translateX(0); }
      #fulcro header #g-nav.panelactive #g-nav-list {
        z-index: 9998;
        width: 80%;
        position: absolute;
        top: 10px;
        left: 10%;
        overflow: visible;
        -webkit-overflow-scrolling: touch; }
        @media screen and (max-width: 600px) {
          #fulcro header #g-nav.panelactive #g-nav-list {
            top: 5vh;
            width: 90%;
            left: 5%; } }
      #fulcro header #g-nav.panelactive ul {
        display: block;
        z-index: 1101; }
      #fulcro header #g-nav.panelactive #hide {
        display: none;
        opacity: 0;
        position: absolute;
        top: 0;
        left: calc(100% + 60%); }
        #fulcro header #g-nav.panelactive #hide div {
          margin-bottom: 1.0em; }
          #fulcro header #g-nav.panelactive #hide div a {
            font-size: 1.2em; }
            @media screen and (max-width: 600px) {
              #fulcro header #g-nav.panelactive #hide div a {
                font-size: 4.2vw; } }
        #fulcro header #g-nav.panelactive #hide.active {
          display: block;
          opacity: 1; }
          #fulcro header #g-nav.panelactive #hide.active::before {
            position: absolute;
            content: "";
            top: 0.5em;
            left: -44%;
            width: 30px;
            height: 1px;
            background: #211815; }
    #fulcro header #g-nav ul {
      display: none;
      margin-top: 10%; }
      #fulcro header #g-nav ul li {
        width: fit-content;
        margin-bottom: 5.5em;
        position: relative; }
        #fulcro header #g-nav ul li a, #fulcro header #g-nav ul li p {
          display: block;
          text-transform: uppercase;
          letter-spacing: 0.1em;
          line-height: 1.0;
          font-size: 1.2em;
          cursor: pointer; }
          @media screen and (max-width: 600px) {
            #fulcro header #g-nav ul li a, #fulcro header #g-nav ul li p {
              font-size: 4.2vw;
              font-weight: bold; } }
    #fulcro header #g-nav #h_common .sns {
      padding-bottom: 1.0em;
      border-bottom: 1px solid #211815;
      display: flex;
      align-items: stretch;
      justify-content: flex-end; }
      #fulcro header #g-nav #h_common .sns a {
        display: block;
        width: fit-content;
        font-size: .7em;
        padding: 0.5em;
        border: 1px solid #211815;
        margin-right: 2%; }
        #fulcro header #g-nav #h_common .sns a.bordernone {
          border: none; }
    #fulcro header #g-nav #h_common .linkList {
      padding: 2.0em 0 0; }
      #fulcro header #g-nav #h_common .linkList div {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 0.9em; }
        @media screen and (max-width: 600px) {
          #fulcro header #g-nav #h_common .linkList div {
            font-size: 3.5vw; } }
        #fulcro header #g-nav #h_common .linkList div a {
          display: block;
          margin-right: 2.0em;
          margin-bottom: 1.0em; }
          @media screen and (max-width: 600px) {
            #fulcro header #g-nav #h_common .linkList div a {
              margin-bottom: 0.5em; } }
  #fulcro header .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .5s; }
    #fulcro header .overlay.open {
      width: 100%;
      height: 100vh;
      opacity: 1; }
  #fulcro header .openbtn, #fulcro header .closeBtn {
    position: absolute;
    z-index: 9997;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    cursor: pointer;
    width: 45px;
    opacity: 0;
    height: 45px; }
    @media screen and (max-width: 600px) {
      #fulcro header .openbtn, #fulcro header .closeBtn {
        width: 35px;
        height: 35px; } }
    #fulcro header .openbtn span, #fulcro header .closeBtn span {
      display: inline-block;
      position: absolute;
      left: 0;
      height: 1.5px;
      border-radius: 2px;
      background: #dbdbdb;
      width: 100%; }
      #fulcro header .openbtn span:nth-of-type(1), #fulcro header .closeBtn span:nth-of-type(1) {
        top: 5px; }
      #fulcro header .openbtn span:nth-of-type(2), #fulcro header .closeBtn span:nth-of-type(2) {
        top: 20px; }
        @media screen and (max-width: 600px) {
          #fulcro header .openbtn span:nth-of-type(2), #fulcro header .closeBtn span:nth-of-type(2) {
            top: 15px; } }
      #fulcro header .openbtn span:nth-of-type(3), #fulcro header .closeBtn span:nth-of-type(3) {
        top: 35px; }
        @media screen and (max-width: 600px) {
          #fulcro header .openbtn span:nth-of-type(3), #fulcro header .closeBtn span:nth-of-type(3) {
            top: 25px; } }
  #fulcro header .color {
    height: 45px; }
    #fulcro header .color .black .openbtn span {
      background: #dbdbdb; }
      @media screen and (max-width: 600px) {
        #fulcro header .color .black .openbtn span {
          background: #f2f2f2; } }
    #fulcro header .color .midnightInner {
      height: 80px;
      display: flex;
      justify-content: center;
      align-items: center; }
  #fulcro header .closeBtn {
    z-index: 9996;
    transition: all .4s;
    opacity: 0;
    right: -100px; }
    #fulcro header .closeBtn span:nth-last-of-type(1) {
      opacity: 0; }
    #fulcro header .closeBtn span:nth-last-of-type(3) {
      opacity: 0; }
    #fulcro header .closeBtn.active {
      z-index: 9999;
      opacity: 1;
      right: 20px; }
#fulcro .zoom {
  overflow: hidden;
  width: 100%; }
  #fulcro .zoom img {
    object-fit: cover; }
@media screen and (max-width: 600px) {
  #fulcro .mv {
    height: calc(100vh - 170px);
    width: auto; } }
#fulcro .mv .js_size img {
  width: 100%;
  transform: scale(1.3); }
#fulcro .mv .js_size.view img {
  transform: scale(1); }
#fulcro .mv .js_size.zoomAnime {
  animation: zoomAnime .8s linear forwards; }
#fulcro .main_txt {
  margin: 10% auto;
  width: 80%;
  max-width: 800px; }
  @media screen and (max-width: 600px) {
    #fulcro .main_txt {
      width: 90%; } }
#fulcro h3 {
  font-size: 1.2em;
  font-weight: bold;
  font-family: "OpenSans";
  letter-spacing: .1em;
  margin-bottom: 1.5em; }
  @media screen and (max-width: 600px) {
    #fulcro h3 {
      font-size: 4.5vw;
      margin-bottom: 1.0em; } }
#fulcro p {
  font-size: 1.0em;
  line-height: 1.8;
  margin-bottom: 1.5em; }
  @media screen and (max-width: 600px) {
    #fulcro p {
      font-size: 3.2vw; } }
  #fulcro p.eng {
    letter-spacing: 0;
    font-weight: lighter; }
#fulcro .stickyBox {
  position: relative; }
  #fulcro .stickyBox .sticky {
    position: sticky;
    position: -webkit-sticky;
    display: block;
    top: 0;
    overflow: visible !important;
    contain: paint; }
#fulcro .ttlBox {
  width: 90%;
  margin: 5% auto;
  max-width: 1400px; }
  @media screen and (max-width: 600px) {
    #fulcro .ttlBox {
      margin: 10% auto; } }
  #fulcro .ttlBox .series {
    font-size: 2.0em;
    display: block;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0; }
    @media screen and (max-width: 600px) {
      #fulcro .ttlBox .series {
        font-size: 5.7vw; } }
    #fulcro .ttlBox .series.back {
      letter-spacing: 0.2em;
      background: #b4b4b4;
      padding: 0.5em 1.0em;
      width: fit-content; }
#fulcro .box {
  max-width: 1400px;
  margin: 0 auto 10%;
  width: 100%; }
  @media screen and (max-width: 600px) {
    #fulcro .box {
      margin-bottom: 15%; } }
  #fulcro .box .flexBox {
    display: flex;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 600px) {
      #fulcro .box .flexBox {
        max-height: none;
        flex-direction: column; } }
    #fulcro .box .flexBox .simpleParallax {
      width: 50%;
      overflow: hidden;
      position: relative;
      display: inline-block; }
      @media screen and (max-width: 600px) {
        #fulcro .box .flexBox .simpleParallax {
          width: 100%;
          display: block; } }
      #fulcro .box .flexBox .simpleParallax img {
        width: 100%; }
    #fulcro .box .flexBox .object {
      width: 50%;
      background: #dbdbdb;
      position: relative; }
      @media screen and (max-width: 600px) {
        #fulcro .box .flexBox .object {
          width: 100%;
          padding-top: 100%; } }
      #fulcro .box .flexBox .object img {
        width: 50%;
        max-width: 320px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
        #fulcro .box .flexBox .object img.sp_size_m {
          width: 60%; }
        #fulcro .box .flexBox .object img.sp_size {
          width: 80%;
          max-width: 350px; }
    #fulcro .box .flexBox h2 {
      color: #ffffff;
      font-weight: bold;
      font-size: 6.8em;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      height: fit-content; }
      @media screen and (max-width: 600px) {
        #fulcro .box .flexBox h2 {
          font-size: 16vw;
          letter-spacing: 0;
          margin-top: 135%; } }
  #fulcro .box .detail {
    width: 90%;
    margin: 3% auto; }
    @media screen and (max-width: 600px) {
      #fulcro .box .detail {
        margin: 5% auto; } }
    #fulcro .box .detail .name {
      font-size: 1.5em;
      font-weight: 300;
      line-height: 1.5;
      margin-bottom: 0.5em; }
      @media screen and (max-width: 600px) {
        #fulcro .box .detail .name {
          font-size: 4.0vw; } }
      #fulcro .box .detail .name span {
        font-size: 100%;
        font-weight: bold; }
    #fulcro .box .detail .release {
      font-size: 1.0em;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      font-weight: lighter;
      line-height: 1.0; }
      @media screen and (max-width: 600px) {
        #fulcro .box .detail .release {
          font-size: 3.7vw; } }
      #fulcro .box .detail .release a {
        font-size: 100%; }
      #fulcro .box .detail .release img {
        margin-right: 0.5em;
        max-width: 20px; }
    #fulcro .box .detail .txt {
      font-weight: normal;
      color: #666666; }
#fulcro #news {
  margin: 10% auto; }
  @media screen and (max-width: 600px) {
    #fulcro #news {
      margin: 30% auto; } }
  #fulcro #news.newsBox {
    max-width: 600px; }
    #fulcro #news.newsBox .ttlBox {
      margin-top: 0; }
    @media screen and (max-width: 600px) {
      #fulcro #news.newsBox {
        margin-top: 10%; } }
  #fulcro #news .newsList {
    margin: 5% auto; }
    #fulcro #news .newsList dl {
      max-width: 400px;
      font-size: .9em;
      border-bottom: 1px solid #211815;
      padding: 1.0em 0.5em; }
      #fulcro #news .newsList dl dd, #fulcro #news .newsList dl dt {
        font-size: 100%;
        line-height: 1.8; }
  #fulcro #news .newsTxt {
    width: 90%;
    margin: 0 auto; }
    #fulcro #news .newsTxt h2, #fulcro #news .newsTxt h3 {
      font-size: 1.1em;
      font-weight: normal;
      line-height: 1.5;
      margin: 0 auto; }
      @media screen and (max-width: 600px) {
        #fulcro #news .newsTxt h2, #fulcro #news .newsTxt h3 {
          font-size: 4.0vw; } }
    #fulcro #news .newsTxt p {
      font-size: 0.9em; }
      @media screen and (max-width: 600px) {
        #fulcro #news .newsTxt p {
          font-size: 3.2vw; } }
      #fulcro #news .newsTxt p.subttl {
        margin: 1.0em auto; }
    #fulcro #news .newsTxt .block {
      margin: 2.0em auto; }
      #fulcro #news .newsTxt .block p {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 0;
        line-height: 1.5; }
        @media screen and (max-width: 600px) {
          #fulcro #news .newsTxt .block p {
            font-size: 3.2vw; } }
        #fulcro #news .newsTxt .block p span {
          font-size: 100%;
          min-width: 5.0em; }
          @media screen and (max-width: 600px) {
            #fulcro #news .newsTxt .block p span {
              min-width: 4.5vw; } }
          #fulcro #news .newsTxt .block p span:first-child {
            margin-right: 1.0em; }
    #fulcro #news .newsTxt .attention {
      display: flex;
      flex-direction: column;
      justify-content: flex-start; }
      #fulcro #news .newsTxt .attention p {
        position: relative;
        padding-left: 1.5em;
        font-size: 0.8em;
        margin-bottom: 0;
        line-height: 1.2; }
        @media screen and (max-width: 600px) {
          #fulcro #news .newsTxt .attention p {
            font-size: 3.0vw; } }
        #fulcro #news .newsTxt .attention p::before {
          content: "※";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          font-size: 100%; }
    #fulcro #news .newsTxt .linkBtn {
      width: fit-content;
      font-size: 1.0em;
      margin: 10% 0 0 auto; }
      @media screen and (max-width: 600px) {
        #fulcro #news .newsTxt .linkBtn {
          font-size: 3.5vw; } }
      #fulcro #news .newsTxt .linkBtn a {
        font-size: 100%;
        display: block;
        padding: 1.0em 2.0em;
        line-height: 1.0;
        border: 1px solid #211815;
        letter-spacing: 0; }
        #fulcro #news .newsTxt .linkBtn a:hover {
          background: #211815;
          color: #ffffff;
          transition: .4s; }
  #fulcro #news .all {
    text-align: right; }
    #fulcro #news .all a {
      border: 1px solid #211815;
      font-size: 0.8em;
      font-family: "OpenSans";
      padding: 0.3em 0.5em;
      line-height: 1.0; }
#fulcro footer {
  width: 100%;
  background: #ffffff;
  padding: 10% 5% 0;
  margin: 10% auto 2%; }
  @media screen and (max-width: 600px) {
    #fulcro footer {
      padding: 10% 5% 0; } }
  #fulcro footer .footerMenu {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #211815;
    padding-bottom: 1.5em; }
    @media screen and (max-width: 600px) {
      #fulcro footer .footerMenu {
        justify-content: space-between; } }
    #fulcro footer .footerMenu ul {
      margin-right: 10%; }
      #fulcro footer .footerMenu ul li a {
        font-family: "OpenSans";
        font-weight: bold;
        font-size: 1.1em;
        line-height: 2.0; }
        @media screen and (max-width: 600px) {
          #fulcro footer .footerMenu ul li a {
            font-size: 4.0vw; } }
    #fulcro footer .footerMenu .sns {
      font-size: 0.7em;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      #fulcro footer .footerMenu .sns a {
        border: 1px solid #211815;
        font-size: 100%;
        font-family: "OpenSans";
        display: block;
        width: fit-content;
        padding: 0.5em;
        line-height: 1.2;
        letter-spacing: 0;
        margin-right: 2%;
        white-space: nowrap; }
        #fulcro footer .footerMenu .sns a.bordernone {
          border: none; }
  #fulcro footer .linkList {
    padding: 2.0em 0 0;
    margin-bottom: 5%; }
    @media screen and (max-width: 600px) {
      #fulcro footer .linkList {
        margin-bottom: 15%; } }
    #fulcro footer .linkList div {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      font-size: 0.8em; }
      #fulcro footer .linkList div a {
        display: block;
        margin-right: 2.0em;
        margin-bottom: 0.2em; }
  #fulcro footer .footer_logo {
    text-align: center;
    display: block; }
    #fulcro footer .footer_logo img {
      width: 80%;
      max-width: 1000px; }
  #fulcro footer p.copy {
    font-size: 0.7em;
    letter-spacing: 0;
    margin: 5% auto 0;
    text-align: center; }
    @media screen and (max-width: 600px) {
      #fulcro footer p.copy {
        margin: 15% auto 5%;
        font-size: 2.7vw; } }

#philosophy {
  background: #b4b4b4; }
  #philosophy .zoom {
    max-width: 1000px;
    margin: 0 auto;
    height: 100vh;
    overflow: hidden;
    position: relative; }
    #philosophy .zoom img {
      object-fit: cover; }
    #philosophy .zoom h1 {
      font-size: 5.0em;
      position: absolute;
      bottom: 15%;
      font-weight: bold;
      left: 50%;
      transform: translateX(-50%);
      color: #ffffff; }
      @media screen and (max-width: 600px) {
        #philosophy .zoom h1 {
          font-size: 12vw; } }
      #philosophy .zoom h1.animetxt {
        opacity: 0;
        -webkit-transition: 1.0s;
        -o-transition: 1.0s;
        transition: 1.0s; }
        #philosophy .zoom h1.animetxt.show {
          opacity: 1; }
  @media screen and (max-width: 600px) {
    #philosophy .sp_size {
      min-height: 100vh; }
      #philosophy .sp_size .zoom {
        height: auto; }
      #philosophy .sp_size .main_txt {
        height: fit-content; } }
  #philosophy .main_txt .txt {
    padding-left: 2.0em;
    border-left: 1px solid #211815; }
    @media screen and (max-width: 600px) {
      #philosophy .main_txt .txt {
        padding-left: 1.0em; } }
  #philosophy .sticky {
    text-align: center;
    background: #b4b4b4; }
    #philosophy .sticky .main_txt {
      text-align: left; }
  #philosophy .openbtn span, #philosophy .closeBtn span {
    background: #211815; }
  #philosophy .lastimages {
    margin: 0 auto -10%;
    text-align: center; }

@keyframes anime_text {
  0% {
    transform: translateY(100px); }
  100% {
    transform: translateY(0px); } }
@keyframes fade_txt {
  0% {
    opacity: 1;
    transform: translateY(5px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes zoomAnime {
  0% {
    opacity: 1;
    transform: scale(1.3); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes fade_line {
  0% {
    opacity: 0;
    width: 0; }
  100% {
    opacity: 1;
    width: 100%; } }
