@charset "utf-8";.coll202403-bg {
    background: #f19ec2;
  }
  .coll202403-pageFeature {
  }
  .coll202403-pageFeatureKv {
/*    background: url("/photo/page/20240311/01_main_pc.jpg") no-repeat center center;
    background-size: cover; */
    height: calc(100vh - 135px);
    position: relative;
  }
  .coll202403-pageFeatureKvMain {
    position: absolute;
    top: 48%;
    left: 54%;
    width: 50%;
    text-align: center;
    margin-top: -90px;
    margin-left: -50px;
    z-index: 3;
    animation: fadeIn 0.4s linear .5s 1 both;
    opacity: 0;
  }
  @keyframes fadeIn {
    0%{
      opacity: 0;
      -webkit-transform: translate(0, 30px);
      transform: translate(0, 30px);
    }
    100%{
      opacity: 1;
      -webkit-transform: translate(0, 0px);
      transform: translate(0, 0px);
    }
  }
  .coll202403-pageFeatureKvMain__subTitle {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.05em;
  }
  .coll202403-pageFeatureKvMain__title {
    color: #fff;
    font-size: 68px;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-top: 15px;
    font-weight: bold;
  }
  a.coll202403-pageFeatureKv__scroll {
    position: absolute;
    bottom: 18px;
    height: 40px;
    width: 100px;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    letter-spacing: 0.05em;
    z-index: 3;
    left: 50%;
    margin-left: -50px;
    color: #FFF;
  }
  .coll202403-pageFeatureKv__scrollArrow {
/*    background: url(/assets/front/img/arrow-down.png) no-repeat;
    background-size: contain; */
    width: 21px;
    height: 12px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -10px;
  }
.coll202403-pageFeatureKv2 {
  text-align:center;
  padding: 0 10%;
}
.coll202403-pageFeatureKv2Inner {
  max-width: 1000px;
  margin: 0 auto;
}
  
  .coll202403-pageFeatureMenu {
    padding: 62px 40px 60px;
  }
  .coll202403-pageFeatureMenuInner {
    max-width: 810px;
    margin: 0 auto;
  }
  .coll202403-pageFeatureMenuList {
    display: flex;
  }
  .coll202403-pageFeatureMenuList li {
    font-family:'futura', 'Century Gothic', sans-serif;
    width: calc((100% - 45px) / 4);
    margin-left: 15px;
  }
  .coll202403-pageFeatureMenuList li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .coll202403-pageFeatureMenuList li a {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    display: block;
    text-align: center;
  }
  .coll202403-pageFeatureMenuList li a img {
  width: auto;
  height: 37px;
}
  .coll202403-pageFeatureMenuList__txt {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.01em;
    margin-top: 10px;
  }
  .coll202403-pageFeatureMovie {
    padding: 40px;
  }
  .coll202403-pageFeatureMovieInner {
  }
  .coll202403-movie {
    
  }
  
  
  .coll202403-pageFeatureGallery {
    padding: 80px 40px 60px;
  }
  .coll202403-pageFeatureGalleryList {
    display: flex;
    flex-wrap: wrap;
  }
  .coll202403-pageFeatureGalleryList li {
    opacity: 0;
  }
  .coll202403-pageFeatureGalleryList li.is-move {
    opacity: 1;
  }
  .coll202403-pageFeatureContent {
    padding: 60px 40px 160px;
  }
  .coll202403-pageFeatureContentInner {
    max-width: 530px;
    margin: 0 auto;
  }
  .coll202403-pageFeature__title {
    font-size: 24px;
    line-height: 1.7;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .coll202403-pageFeature__subTitle {
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .coll202403-pageFeatureContent p {
    font-size: 16px;
    line-height: 2.1;
    text-align: center;
    font-weight: bold;
  }
  .coll202403-pageFeatureContent p + p {
    margin-top: 2em;
  }
  .coll202403-pageFeature__btn {
    text-align: center;
    margin-top: 40px;
  }
  .coll202403-pageFeature__btn a {
    display: inline-block;
    background: #000;
    font-weight:bold; 
    font-family:'futura', 'Century Gothic', sans-serif;
    font-size: 21px;
    line-height: 1.3;
    text-align: center;
    color:#FFF;
    padding: 17px 20px;
    width: 300px;
  }
  
  .coll202403-movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .coll202403-movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  
  @media screen and (min-width: 941px) {
    .coll202403-pageFeatureGalleryList li {
      width: 23%;
      margin-left: 2.666%;
      opacity: 0;
    }
    .coll202403-pageFeatureGalleryList li.is-move {
      opacity: 1;
    }
    .coll202403-pageFeatureGalleryList li:nth-of-type(4n + 1) {
      margin-left: 0;
    }
    .coll202403-pageFeatureGalleryList li:nth-of-type(n + 5) {
      margin-top: 40px;
    }
    .coll202403-pageFeatureGalleryList li:nth-of-type(4n + 1) {
      transition: all 0.5s 0s ease;
    }
    .coll202403-pageFeatureGalleryList li:nth-of-type(4n + 2) {
      transition: all 0.5s 0.1s ease;
    }
    .coll202403-pageFeatureGalleryList li:nth-of-type(4n + 3) {
      transition: all 0.5s 0.2s ease;
    }
    .coll202403-pageFeatureGalleryList li:nth-of-type(4n + 4) {
      transition: all 0.5s 0.3s ease;
    }
  }
  @media screen and (max-width: 940px) {
    .coll202403-pageFeatureKvMain {
      top: 50%;
      left: 0;
      width: 100%;
      margin-top: -190px;
      margin-left: -0px;
    }

    .coll202403-pageFeatureGalleryList li {
      width: 31%;
      margin-left: 3.5%;
      opacity: 0;
    }
    .coll202403-pageFeatureGalleryList li:nth-of-type(3n + 1) {
      margin-left: 0;
    }
    .coll202403-pageFeatureGalleryList li:nth-of-type(n + 4) {
      margin-top: 30px;
    }
    .coll202403-pageFeatureGalleryList li:nth-of-type(3n + 1) {
      transition: all 0.5s 0s ease;
    }
    .coll202403-pageFeatureGalleryList li:nth-of-type(3n + 2) {
      transition: all 0.5s 0.1s ease;
    }
    .coll202403-pageFeatureGalleryList li:nth-of-type(3n + 3) {
      transition: all 0.5s 0.2s ease;
    }
    .coll202403-pageFeatureMenu {
      padding: 50px 20px 40px;
    }
    .coll202403-pageFeatureMenuInner {
      max-width: 500px;
      margin: 0 auto;
    }
    .coll202403-pageFeatureMenuList {
    }
    .coll202403-pageFeatureMenuList li {
      width: calc((100% - 0px) / 4);
      margin-left: 0px;
    }
    .coll202403-pageFeatureMenuList li:nth-of-type(3n + 1) {
      margin-left: 0;
    }
    .coll202403-pageFeatureMenuList li a {
      font-size: 30px;
      line-height: 1.3;
    }
    .coll202403-pageFeatureMenuList li a img {
      width: auto;
      height: 24px;
    }
    .coll202403-pageFeatureMenuList__txt {
      font-size: 13px;
      line-height: 1.3;
      margin-top: 10px;
    }
  }
  
  @media screen and (max-width: 640px) {
    .coll202403-pageFeatureKv {
/*      background: url("/photo/page/20240311/01_main_sp.jpg") no-repeat center center;
      background-size: cover; */
      height: calc(100vh - 101px);
    }
    .coll202403-pageFeatureKvMain__subTitle {
      font-size: 14px;
      line-height: 17px;
    }
    .coll202403-pageFeatureKvMain__title {
      font-size: 42px;
      line-height: 1;
      margin-top: 15px;
    }
    a.coll202403-pageFeatureKv__scroll {
      position: absolute;
      bottom: 18px;
      height: 40px;
      width: 100px;
      text-align: center;
      font-size: 12px;
      color: #FFF;
      letter-spacing: 0.05em;
      z-index: 3;
      left: 50%;
      margin-left: -50px;
      color: #FFF;
    }
    .coll202403-pageFeatureKv__scrollArrow {
/*      background: url(/assets/front/img/arrow-down.png) no-repeat;
      background-size: contain; */
      width: 21px;
      height: 12px;
      position: absolute;
      bottom: 0px;
      left: 50%;
      margin-left: -10px;
    }
    .coll202403-pageFeatureKv2  {
       padding: 30px 5% 0 5%;
    }
    .coll202403-pageFeatureMenu {
      padding: 30px 20px 20px;
    }
    .coll202403-pageFeatureMenuInner {
      max-width: 300px;
    }
    .coll202403-pageFeatureMenuList {
      justify-content: space-between;
      flex-wrap: wrap;
    }
    .coll202403-pageFeatureMenuList li {
      width: 48%;
      margin-left: 0px;
    }
    .coll202403-pageFeatureMenuList li:nth-of-type(3n + 1) {
      margin-left: 0;
    }
    .coll202403-pageFeatureMenuList li:nth-of-type(n + 3) {
      margin-top: 20px;
    }
    .coll202403-pageFeatureMenuList li a {
      font-size: 20px;
      line-height: 1.3;
    }
    .coll202403-pageFeatureMenuList li a img {
      width: auto;
      height: 25px;
    }
    .coll202403-pageFeatureMenuList__txt {
      font-size: 12px;
      line-height: 1.3;
      margin-top: 8px;
    }
    .coll202403-pageFeatureMovie {
      padding: 30px 20px;
    }
    .coll202403-pageFeatureMovieInner {
    }
    .coll202403-movie {

    }
    .coll202403-pageFeatureGallery {
      padding: 40px 20px 40px;
    }
    .coll202403-pageFeatureGalleryList li {
      width: 48%;
      margin-left: 4%;
      opacity: 0;
    }
    .coll202403-pageFeatureGalleryList li:nth-of-type(3n + 1) {
      margin-left: 4%;
    }
    .coll202403-pageFeatureGalleryList li:nth-of-type(2n + 1) {
      margin-left: 0;
    }
    .coll202403-pageFeatureGalleryList li:nth-of-type(n + 3) {
      margin-top: 15px;
    }
    .coll202403-pageFeatureGalleryList li:nth-of-type(2n + 1) {
      transition: all 0.5s 0s ease;
    }
    .coll202403-pageFeatureGalleryList li:nth-of-type(2n + 2) {
      transition: all 0.5s 0.1s ease;
    }
    .coll202403-pageFeatureContent {
      padding: 40px 20px 100px;
    }
    .coll202403-pageFeatureContentInner {
    }
    .coll202403-pageFeature__title {
      font-size: 20px;
      line-height: 1.7;
      margin-bottom: 20px;
    }
    .coll202403-pageFeature__subTitle {
      font-size: 16px;
      line-height: 1.7;
      margin-bottom: 40px;
    }
    .coll202403-pageFeatureContent p {
      font-size: 14px;
      line-height: 2.1;
    }
    .coll202403-pageFeatureContent p + p {
      margin-top: 2em;
    }
  .coll202403-pageFeature__btn a {
    font-size: 19px;
    line-height: 1.3;
    padding: 17px 20px;
    width: 300px;
  }
  }