@charset "UTF-8";
body {
  animation: loading 3s; }

@keyframes loading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
main {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  line-height: 1.7; }
  @media (min-width: 670px) {
    main {
      font-size: 14px;
      line-height: 2; } }

img {
  width: 100%;
  vertical-align: bottom; }

h1 {
  font-size: 18px; }
  @media (min-width: 670px) {
    h1 {
      font-size: 21px; } }

h2 {
  font-size: 16px;
  font-family: "ivyora-display", serif;
  font-weight: 500; }
  @media (min-width: 670px) {
    h2 {
      font-size: 19px; } }

.c-sp {
  display: block; }
  @media (min-width: 1024px) {
    .c-sp {
      display: none; } }

.c-under390 {
  display: block; }
  @media (min-width: 390px) {
    .c-under390 {
      display: none; } }

.c-over390 {
  display: none; }
  @media (min-width: 390px) {
    .c-over390 {
      display: block; } }

.c-pc {
  display: none; }
  @media (min-width: 1024px) {
    .c-pc {
      display: block; } }

.slick-slider {
  margin-bottom: 0 !important; }

.container {
  padding: 50px 0; }

.c-onImgArea {
  margin: auto; }
  @media (min-width: 1024px) {
    .c-onImgArea {
      flex: 0 0 500px;
      max-width: 500px; } }

.c-txt {
  width: 90%;
  margin: 0 auto; }

.c-style {
  padding-top: 20px;
  line-height: 1.5;
  margin-bottom: 60px; }

.c-txt_child {
  margin-top: 30px; }

.js-sldLeft .slick-track, .js-sldRight .slick-track {
  height: 100% !important; }

.c-style_child {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .c-style_child .c-credit {
    margin-top: 10px;
    width: calc(100% / 2 - 10px);
    font-family: "ivyora-display", serif;
    font-weight: 500; }
    .c-style_child .c-credit span {
      text-decoration: underline;
      text-underline-offset: 3px;
      margin-left: 30px; }

.c-num {
  font-family: "ivyora-display", serif;
  font-weight: 500;
  font-size: 56px;
  margin: 0 5% 0 auto;
  text-align: right;
  padding-top: 20px; }

.c-scene {
  opacity: 0;
  /* 初期非表示 */
  transition: opacity 0.5s;
  z-index: 100;
  position: relative;
  margin-bottom: -50px; }
  .c-scene svg {
    width: 60%;
    height: auto;
    display: block; }
  .c-scene #scene_1, .c-scene #scene_2, .c-scene #scene_3, .c-scene #scene_4, .c-scene #scene_5, .c-scene #scene_6 {
    margin-left: auto;
    margin-right: 5%;
    z-index: 10; }
  .c-scene #scene_off1, .c-scene #scene_off2, .c-scene #scene_off3, .c-scene #scene_off4, .c-scene #scene_off5, .c-scene #scene_off6 {
    margin-left: -13%;
    z-index: 10; }
  .c-scene #base path {
    fill: #000;
    /* 塗りの色 */ }
  .c-scene #mask_1 path, .c-scene #mask_2 path, .c-scene #mask_3 path, .c-scene #mask_4 path, .c-scene #mask_5 path, .c-scene #mask_6 path, .c-scene #mask_off1 path, .c-scene #mask_off2 path, .c-scene #mask_off3 path, .c-scene #mask_off4 path, .c-scene #mask_off5 path, .c-scene #mask_off6 path {
    fill: none;
    stroke: #fff;
    stroke-width: 10px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1000;
    /* 適切な長さに調整 */
    stroke-dashoffset: 1000; }

.c-scene.is-show {
  opacity: 1; }

.p-item1, .p-item2, .p-item3, .p-item4, .p-item5, .p-item6, .p-item7, .p-item8, .p-item9, .p-item9, .p-item10 {
  margin: 0 auto 0;
  max-width: 1070px; }
  @media (min-width: 670px) {
    .p-item1, .p-item2, .p-item3, .p-item4, .p-item5, .p-item6, .p-item7, .p-item8, .p-item9, .p-item9, .p-item10 {
      padding-top: 150px;
      padding-bottom: 150px; } }

.c-onArea {
  display: flex;
  flex-direction: column; }
  @media (min-width: 670px) {
    .c-onArea {
      flex-direction: row; } }
  .c-onArea .c-onImgArea {
    order: 2;
    width: 100%; }
    @media (min-width: 670px) {
      .c-onArea .c-onImgArea {
        order: 1; } }
  .c-onArea .c-txtArea {
    display: contents; }
    @media (min-width: 670px) {
      .c-onArea .c-txtArea {
        order: 2;
        display: flex;
        flex-direction: column;
        justify-content: flex-end; } }
    .c-onArea .c-txtArea .c-sceneConteiner {
      order: 1; }
      @media (min-width: 670px) {
        .c-onArea .c-txtArea .c-sceneConteiner {
          margin-bottom: 50px; } }
    .c-onArea .c-txtArea .c-txt {
      order: 3; }

@media (min-width: 670px) {
  .c-offArea {
    margin-top: 160px; } }
@media (min-width: 670px) {
  .c-offArea .c-scene {
    width: 50%;
    margin-bottom: -75px; } }
@media (min-width: 670px) {
  .c-offArea .c-imgWrapper {
    display: flex;
    justify-content: space-between; } }

.p-mv {
  height: 450vh;
  position: relative; }
  .p-mv .p-mvArea {
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
  .p-mv .p-mv_img {
    width: 100%; }
    @media (min-width: 1024px) {
      .p-mv .p-mv_img {
        display: flex;
        flex-direction: row; } }
    .p-mv .p-mv_img .p-mv_imgChild1 {
      height: 50vh;
      overflow: hidden; }
      @media (min-width: 1024px) {
        .p-mv .p-mv_img .p-mv_imgChild1 {
          height: 100vh;
          flex: 1; } }
      .p-mv .p-mv_img .p-mv_imgChild1 img {
        margin: 0 auto;
        /* 中央寄せ（左右が切れる場合） */
        display: block; }
    .p-mv .p-mv_img .p-mv_imgChild2 {
      height: 50vh;
      overflow: hidden; }
      @media (min-width: 670px) {
        .p-mv .p-mv_img .p-mv_imgChild2 {
          height: 100vh;
          flex: 1; } }
      .p-mv .p-mv_img .p-mv_imgChild2 img {
        margin: 0 auto;
        /* 中央寄せ（左右が切れる場合） */
        display: block; }
  .p-mv .p-mv_logo {
    align-items: center;
    position: absolute;
    top: 47.5vh;
    left: 7.5%;
    top: 46%;
    left: 5%;
    max-width: 1000px;
    transition: opacity 0.6s ease;
    width: 90%;
    z-index: 2; }
    @media (min-width: 670px) {
      .p-mv .p-mv_logo {
        left: 50%;
        transform: translateX(-50%); } }
  .p-mv .p-mv_logo.is-hidden {
    opacity: 0; }

#m_logo {
  width: 94%;
  height: auto;
  margin: 0 3%; }

.p-intro {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh;
  inset: 0;
  justify-content: center;
  text-align: center;
  transition: opacity 0.8s ease-out;
  left: 0;
  opacity: 0;
  position: fixed;
  width: 100%;
  z-index: 2; }
  .p-intro .p-txt {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.0s ease; }
  .p-intro .p-haya {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.0s ease;
    margin-top: 70px;
    line-height: 1.5; }
    .p-intro .p-haya span {
      font-size: 19px; }
    .p-intro .p-haya big {
      font-size: 30px; }
      @media (min-width: 670px) {
        .p-intro .p-haya big {
          font-size: 32px; } }
    .p-intro .p-haya .p-haya_btn {
      background-color: #fff;
      color: #000;
      margin: 20px auto 0;
      width: 80%;
      padding: 10px; }
      @media (min-width: 670px) {
        .p-intro .p-haya .p-haya_btn {
          width: 100%; } }
  .p-intro .p-txt.is-visible,
  .p-intro .p-haya.is-visible {
    opacity: 1;
    transform: translateY(0); }

.p-intro.is-visible {
  opacity: 1; }

.p-wrapper {
  background-color: #fff;
  position: relative;
  z-index: 3; }
  @media (min-width: 670px) {
    .p-wrapper .p-item1 .c-offArea .c-txt {
      order: 2; } }
  .p-wrapper .p-item1 .p-item1_offImgArea1 {
    display: contents; }
    @media (min-width: 670px) {
      .p-wrapper .p-item1 .p-item1_offImgArea1 {
        display: flex;
        flex-direction: column;
        max-width: 480px; } }
  .p-wrapper .p-item1 .p-item1_offImgArea2 {
    display: contents; }
    @media (min-width: 670px) {
      .p-wrapper .p-item1 .p-item1_offImgArea2 {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 200px;
        max-width: 480px; } }
  .p-wrapper .p-item1 .p-item1_offImgArea_img1 {
    width: 75%;
    margin-left: 5%;
    order: 1; }
    @media (min-width: 670px) {
      .p-wrapper .p-item1 .p-item1_offImgArea_img1 {
        width: 100%;
        margin: 0; } }
  .p-wrapper .p-item1 .p-item1_offImgArea_img2 {
    width: 75%;
    margin: 30px 5% 0 auto;
    order: 2; }
    @media (min-width: 670px) {
      .p-wrapper .p-item1 .p-item1_offImgArea_img2 {
        margin: 0;
        order: 1;
        width: 100%; } }
  @media (min-width: 670px) {
    .p-wrapper .p-item2 .c-offArea .c-txt {
      order: 2;
      margin-left: 15%;
      width: auto; } }
  .p-wrapper .p-item2 .c-offArea .c-style .c-credit {
    width: 100%; }
  @media (min-width: 670px) {
    .p-wrapper .p-item2 .c-imgWrapper {
      flex-wrap: wrap;
      align-items: flex-end; } }
  .p-wrapper .p-item2 .p-item2_offImgArea1 {
    display: contents; }
  .p-wrapper .p-item2 .p-item2_offImgArea_img1 {
    order: 1;
    width: 90%;
    margin: auto; }
    @media (min-width: 670px) {
      .p-wrapper .p-item2 .p-item2_offImgArea_img1 {
        order: 1;
        max-width: 450px;
        margin: 0; } }
  .p-wrapper .p-item2 .p-item2_offImgArea_img2 {
    margin: 30px auto 0;
    max-width: 400px;
    order: 2;
    width: 70%; }
    @media (min-width: 670px) {
      .p-wrapper .p-item2 .p-item2_offImgArea_img2 {
        order: 3;
        margin: 70px auto 0;
        max-width: 450px; } }
  .p-wrapper .p-item3 .p-item3_offImgArea1 {
    display: contents; }
    @media (min-width: 670px) {
      .p-wrapper .p-item3 .p-item3_offImgArea1 {
        max-width: 450px;
        margin: 0 auto; } }
  .p-wrapper .p-item3 .p-item3_offImgArea2 {
    display: contents; }
    @media (min-width: 670px) {
      .p-wrapper .p-item3 .p-item3_offImgArea2 {
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        max-width: 450px; } }
  .p-wrapper .p-item3 .p-item3_offImgArea_img1 {
    max-width: 450px;
    width: 75%;
    order: 1;
    margin: 0 auto; }
    @media (min-width: 670px) {
      .p-wrapper .p-item3 .p-item3_offImgArea_img1 {
        order: 1;
        width: 100%;
        margin: 0;
        margin-left: auto; } }
  .p-wrapper .p-item3 .p-item3_offImgArea_img2 {
    max-width: 450px;
    width: 70%;
    order: 2;
    margin-top: 30px; }
    @media (min-width: 670px) {
      .p-wrapper .p-item3 .p-item3_offImgArea_img2 {
        order: 3;
        width: 100%;
        margin-top: 40px; } }
  @media (min-width: 670px) {
    .p-wrapper .p-item4 .c-offArea .c-txt {
      order: 2;
      width: auto; } }
  .p-wrapper .p-item4 .p-item4_offImgArea2 {
    display: contents; }
    @media (min-width: 670px) {
      .p-wrapper .p-item4 .p-item4_offImgArea2 {
        display: flex;
        flex-direction: column;
        max-width: 450px;
        order: 2;
        margin-top: 100px; } }
  .p-wrapper .p-item4 .p-item4_offImgArea_img1 {
    max-width: 450px;
    width: 70%;
    margin-left: auto;
    margin-right: 5%;
    order: 1; }
    @media (min-width: 670px) {
      .p-wrapper .p-item4 .p-item4_offImgArea_img1 {
        order: 1;
        margin-left: 0; } }
  .p-wrapper .p-item4 .p-item4_offImgArea_img2 {
    max-width: 450px;
    width: 70%;
    margin: 30px auto 0 5%;
    order: 2; }
    @media (min-width: 670px) {
      .p-wrapper .p-item4 .p-item4_offImgArea_img2 {
        order: 3;
        width: 400px;
        margin: 0; } }
  .p-wrapper .p-item5 .p-item5_offImgArea_img1 {
    width: 80%;
    margin: 30px auto 0;
    order: 2; }
    @media (min-width: 670px) {
      .p-wrapper .p-item5 .p-item5_offImgArea_img1 {
        order: 0 !important;
        width: 400px;
        margin: 0 auto 0 0; } }
  .p-wrapper .p-item5 .p-item5_offImgArea2 {
    display: contents;
    width: 80%; }
    @media (min-width: 670px) {
      .p-wrapper .p-item5 .p-item5_offImgArea2 {
        display: flex;
        flex-direction: column;
        max-width: 450px; } }
  .p-wrapper .p-item5 .p-item5_offImgArea3 {
    display: contents; }
    @media (min-width: 670px) {
      .p-wrapper .p-item5 .p-item5_offImgArea3 {
        display: flex;
        flex-direction: column-reverse;
        max-width: 450px; } }
  .p-wrapper .p-item5 .p-item5_offImgArea_img2 {
    width: 80%;
    margin: 0 auto;
    order: 3; }
    @media (min-width: 670px) {
      .p-wrapper .p-item5 .p-item5_offImgArea_img2 {
        order: 2;
        width: 100%; } }
  .p-wrapper .p-item5 .p-item5_offImgArea_img3 {
    width: 70%;
    margin: 30px 5% 0 auto;
    order: 1; }
    @media (min-width: 670px) {
      .p-wrapper .p-item5 .p-item5_offImgArea_img3 {
        order: 5;
        width: 100%;
        margin: 0; } }
  @media (min-width: 670px) {
    .p-wrapper .p-item6 .c-offArea .c-txt {
      order: 1; } }
  .p-wrapper .p-item6 .p-item6_offImgArea1 {
    display: contents;
    width: 80%;
    margin: 0 auto; }
    @media (min-width: 670px) {
      .p-wrapper .p-item6 .p-item6_offImgArea1 {
        display: flex;
        flex-direction: column-reverse;
        max-width: 480px;
        margin: 0;
        margin-top: 40px;
        width: 100%; } }
  .p-wrapper .p-item6 .p-item6_offImgArea2 {
    display: contents; }
    @media (min-width: 670px) {
      .p-wrapper .p-item6 .p-item6_offImgArea2 {
        display: flex;
        flex-direction: column;
        max-width: 480px; } }
  .p-wrapper .p-item6 .p-item6_offImgArea_img1 {
    width: 70%;
    margin: 0 5% 0 auto;
    order: 1; }
    @media (min-width: 670px) {
      .p-wrapper .p-item6 .p-item6_offImgArea_img1 {
        width: 100%;
        margin: 0;
        order: 2; } }
  .p-wrapper .p-item6 .p-item6_offImgArea_img2 {
    width: 70%;
    margin: 0 auto 0 5%;
    order: 2; }
    @media (min-width: 670px) {
      .p-wrapper .p-item6 .p-item6_offImgArea_img2 {
        margin: 0;
        order: 1;
        width: 100%; } }

.l-btnArea {
  display: flex;
  flex-direction: column;
  margin: 70px auto;
  width: 90%; }
  @media (min-width: 670px) {
    .l-btnArea {
      flex-direction: row;
      width: 650px;
      justify-content: space-between; } }
  @media (min-width: 670px) {
    .l-btnArea div {
      width: 300px; } }
  .l-btnArea .l-btnArea_inner {
    border: .5px solid #000;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 30px;
    text-align: center;
    width: 100%; }

.c-bar {
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  transition: width 1s; }

.c-bar.active {
  width: 100%; }

.l-end {
  text-align: center;
  font-size: 10px;
  width: 100%;
  font-family: "ivyora-display", serif;
  font-weight: 500;
  margin: 70px auto 0;
  padding-bottom: 20px; }
  .l-end .p-brandLogo {
    width: 80px;
    margin: 0 auto 10px; }
  .l-end .l-end_follow {
    font-size: 11px; }
  .l-end .l-end_container {
    display: flex;
    justify-content: center;
    font-size: 16px; }
    .l-end .l-end_container div {
      margin: 0 7px; }
  .l-end .l-end_copyright {
    font-family: "ivyora-display", serif;
    font-weight: 500;
    font-size: 12px;
    margin: 10px auto 0; }

.fadeIn {
  opacity: 0;
  transition: 3s; }

.fadeIn.is-show {
  opacity: 1; }

.fadeUp {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 3s; }

.fadeUp.is-show {
  opacity: 1;
  transform: translate(0, 0); }

/***************************************************
 * Generated by SVG Artista on 9/30/2025, 11:43:28 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent; }
  100% {
    fill: white; } }
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent; }
  100% {
    fill: white; } }
.svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.8s ease-in 1s both;
  animation: animate-svg-fill-1 0.8s ease-in 1s both; }

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent; }
  100% {
    fill: white; } }
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent; }
  100% {
    fill: white; } }
.svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.8s ease-in 1.3s both;
  animation: animate-svg-fill-2 0.8s ease-in 1.3s both; }

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent; }
  100% {
    fill: white; } }
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent; }
  100% {
    fill: white; } }
.svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.8s ease-in 1.6s both;
  animation: animate-svg-fill-3 0.8s ease-in 1.6s both; }

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent; }
  100% {
    fill: white; } }
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent; }
  100% {
    fill: white; } }
.svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.8s ease-in 1.9s both;
  animation: animate-svg-fill-4 0.8s ease-in 1.9s both; }

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent; }
  100% {
    fill: white; } }
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent; }
  100% {
    fill: white; } }
.svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.8s ease-in 2.2s both;
  animation: animate-svg-fill-5 0.8s ease-in 2.2s both; }

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent; }
  100% {
    fill: white; } }
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent; }
  100% {
    fill: white; } }
.svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 0.8s ease-in 2.5s both;
  animation: animate-svg-fill-6 0.8s ease-in 2.5s both; }

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent; }
  100% {
    fill: white; } }
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent; }
  100% {
    fill: white; } }
.svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 0.8s ease-in 2.8s both;
  animation: animate-svg-fill-7 0.8s ease-in 2.8s both; }

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent; }
  100% {
    fill: white; } }
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent; }
  100% {
    fill: white; } }
.svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 0.8s ease-in 3.1s both;
  animation: animate-svg-fill-8 0.8s ease-in 3.1s both; }
