@charset "UTF-8";
.pc_only {
  display: none;
}
.sp_only {
  display: block;
}
.br_sp {
  display: none;
}
#wrapper {
  padding: 0 !important;
}
main {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  transition: .5s;
  overflow-x: hidden;
}
.ivyOra_display {
  font-family: "ivyora-display", serif;
  font-weight: 300;
  font-style: normal;
}
.content_mv {
  width: 100%;
  position: relative;

}
.content_mv img {
  width: 100%;
  vertical-align: bottom;
}
.content_wrap {
  width: 100%;
  position: relative;
}
.content_wrap img {
  width: 100%;
  vertical-align: bottom;
}
.content_inner {
  width: 100%;
  margin: 70px auto;
}
.mv {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.mv_img_under {
  position: relative;
  width: 100%;
  height: 100vh;
  aspect-ratio: 375 / 500; 
  background-image: url(https://img.ur-s.me/commerce/project/uemuraayano/26aw/mv_sp.jpg);
  background-size: cover;
  background-position: top;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mv_img_reveal {
  position: absolute;
  top: 51%;
  width: 100%;
  padding: 3%;
  margin: 0 auto;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.8s;
}

.mv_comment {
  text-align: center;
  width: 90%;
  max-width: 1000px;
  margin: 70px auto;
}
.mv_comment span {
  font-size: 3.5vw;
  display: block;
  line-height: 1.8em;
  text-align: center;
}
.mv_comment small {
  font-size: 12px;
  display: block;
  line-height: 1.5em;
}
.unit_wrap {
  margin-bottom: 150px;
}
.unit_main_box {
  width: 100%;
  margin: 0 auto 80px;
}
.lineup_wrap {
  margin: 0 10px 150px;
}
.lineup_item {
  display: flex;
  gap: 10px;
}
.lineup_item li {
  list-style: none;
}
.unit_main_title {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0 auto 10px;
  padding: 0 20px;
  font-size: 5.6vw;
  letter-spacing: 0.1em;
  overflow: hidden;
  line-height: 1;
}
.unit_main_title .title {
  white-space: nowrap;
  font-size: 5.6vw;
}
.unit_main_title .number {
  white-space: nowrap;
  font-size: 5.6vw;
}
.line-container {
  flex: 1;
  overflow: hidden;
  height: 1px;
}
.line {
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.line-container.is-inview .line {
  transform: scaleX(1);
}
.lineup_item li a img {
  transition: opacity 0.3s ease;
}
.lineup_item li a:hover img {
  opacity: 0.7;
}
.unit_main_image {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.unit_main_image img {
  display: block;
  width: 100%;
  height: auto;
}

.unit_main_image .slick-dots {
position: absolute;
  width: auto;
  left: auto;
  right: 10px;   
  bottom: 10px;
  transform: none;
  display: flex;
  gap: 5px;     
  margin: 0;
  padding: 0;
}

.unit_main_image .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0;
}

.unit_main_image .slick-dots li button {
  width: 5px;
  height: 5px;
  padding: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
  background: #fff;
  opacity: 0.8;
  border-radius: 50%;
}
.unit_main_image .slick-dots li.slick-active button {
  background: #000; 
  opacity: 1;
}
.unit_main_image .slick-dots li button::before {
  content: none; 
}
.unit_item_text {
  margin: 30px 0 0 20px;
  font-family: "ivyora-display", serif;
  font-style: normal;
}
.unit_item_name {
  font-size: 22px;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
  line-height: 1;
}
.unit_item_desc {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.9;
  margin-bottom: 30px;
}
.credit_link {
  margin-top: 20px;
  font-family: "ivyora-display", serif;
  font-style: normal;
  letter-spacing: 0.06em;
}
.credit_link ul li {
  font-size: 12px;
   margin-top: 10px;
}
.credit_link ul li a {
 text-decoration: underline;
 text-decoration-thickness: .5px;
 margin-left: 10px;
}
.unit_item_link {
  margin: 20px 20px;
  font-family: "ivyora-display", serif;
  font-style: normal;
  letter-spacing: 0.06em;
}
.unit_item_link ul li {
  font-size: 12px;
   margin-top: 10px;
}
.unit_item_link ul li a {
  display: inline-block;
  margin-left: 10px;
  text-decoration: underline;
  text-decoration-thickness: .5px;
}
.unit_item_link .center {
  text-align: center;
}
.unit_item_link .left {
  text-align: left;
  letter-spacing: 0.06em;
}
.unit_item_link .right {
  text-align: right;
}
.image_wrap {
  margin-top: 70px;
}
.image_change {
  margin-top: 100px;
}
.slick-slider{
    margin-bottom: 0!important;
}
.unit01_1 {
  margin-left: 28%;
}
.unit01_2 {
  width: 49%;
  margin-top: 50px;
}
.unit01_3 {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
}
.unit01_3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}
.unit01_3 img:first-child {
  opacity: 1;
}
.unit01_4 {
  margin-left: 37%;
}
.unit01_5 {
width: 100%;
}
.unit01_6 {
margin-right: 12%;
}
.unit01_7 {
  position: relative;
  width: 100%;
  padding-left: 14%;
  box-sizing: border-box;
  margin-bottom: 143px;
}
.unit01_7 .left {
  position: absolute;
  top: 38%;
  left: 0;
  width: 55%;
  z-index: 1;
}

.unit01_7 .right {
  position: relative;
  width: 72%;
  margin-left: 28%;
  z-index: 2;
}
.unit01_8 {
width: 86%;
margin: 0 auto;
}
.unit01_9 {
  margin-right: 33%;
}
.unit01_10 {
width: 100%;
}
.unit02_1 {
  position: relative;
  width: 100%;
  padding-left: 14%;
  box-sizing: border-box;
  margin-bottom: 70px;
}
.unit02_1 .left {
  position: absolute;
  left: 0;
  width: 79%;
  z-index: 2;
}

.unit02_1 .right {
  position: relative;
  width: 55%;
  margin-left: 45%;
  margin-top: 72%; 
  z-index: 1;
}
.unit02_2 {
  padding-right: 7%;
  margin-left: 31%;
  margin-top: 100px;
}
.unit02_3 {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
}
.unit02_3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}
.unit02_3 img:first-child {
  opacity: 1;
}
.unit02_4 {
  width: 49%;
}
.unit02_5 {
  margin-left: 35%;
}
.unit02_6 {
margin-right: 20%;
}

.unit02_7 {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 90%;
  margin: 70px auto 0;
}
.unit02_7 .left {
  width: 47%;
  margin-top: 111px;
}
.unit02_7 .right {
  width: 48%;
}
.unit02_8 {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
}
.unit02_8 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}
.unit02_8 img:first-child {
  opacity: 1;
}
.unit03_1 {
  margin-left: 31%;
}
.unit03_2 {
width: 86%;
margin: 70px auto;
}
.link03_2 {
  width: 86%;
  margin: 20px auto 0;
  padding-left: 20px;
}

.unit03_3 {
margin-right: 18%;
}

.unit03_4 {
  width: 66%;
  margin-left: auto;
}
.unit03_5 {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
}
.unit03_5 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}
.unit03_5 img:first-child {
  opacity: 1;
}
.unit03_6 {
width: 94%;
margin: 100px auto;
}

.unit03_7 {
  width: 71%;
  margin-left: auto;
}
.unit03_8 {
  position: relative;
  width: 100%;
  padding-left: 14%;
  box-sizing: border-box;
}
.unit03_8 .left {
  position: absolute;
  left: 0;
  width: 61%;
  z-index: 1;
}

.unit03_8 .right {
  position: relative;
  width: 100%;
  z-index: 2;
  padding-top: 20%;
}




.unit04_1 {
  width: 64%;
  margin-left: auto;
}
.unit04_2 {
width: 94%;
margin: 70px auto 0;
}
.link04_2 {
  width: 94%;
  margin: 20px auto 0;
  padding-right: 20px;
}
.unit04_3 {
  width: 100%;
  position: relative;
  margin-top: 146px;
}

.unit04_3_images {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.unit04_3 .image-left {
  display: block;
  width: calc(50% - 5px);
  margin: 0;
}

.unit04_3 .image-right {
  display: block;
  width: calc(50% - 5px);
  margin: -46px 0 0;
}

.unit04_4 {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
}
.unit04_4 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}
.unit04_4 img:first-child {
  opacity: 1;
}
.unit04_5 {
  width: 100%;
}
.unit04_6 {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 5px;
}
.img4_right {
  width: 35%;
  margin-top: 300px;
  flex-shrink: 0;
}
.img4_left {
  width: 65%;
}
.unit04_7 {
  position: relative;
  width: 100%;
}
.img_back {
  width: 100%;
  margin: 0 auto;
}
.img_back img {
  width: 100%;
  display: block;
}
.img_front {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 70%;
}
.img_front img {
  width: 100%;
  display: block;
}
.unit04_8 {
  width: 55%;
  margin-right: auto;
}
.unit04_9 {
  width: 100%;
}
.model_wrap {
  width: 100%;
  margin: 0 auto 50px;
  max-width: 600px;
}
.model_image {
  margin: 0 auto 15px;
  width: 73%;
}
.model_image img {
  width: 100%;
}
.model_data {
  text-align: center;
  margin-bottom: 20px;
}
.model_data_name {
  font-size: 7vw;
  letter-spacing: .05em;
}
.model_data_insta {
  font-size: 4vw;
  letter-spacing: .05em;
}
.model_comment {
  font-size: 3.5vw;
  line-height: 2em;
  text-align: center;
}
.sp_only {
  display: block;
}
.pc_only {
  display: none;
}
[data-inview] {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
[data-inview-right] {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
[data-inview-left] {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
[data-inview].is-visible, [data-inview-right].is-visible, [data-inview-left].is-visible {
  opacity: 1;
  transform: translate(0);
}
.is-color {
  filter: grayscale(100%);
  transition: filter 0.8s ease;
}
.is-color.is-visible {
  filter: grayscale(0%);
}

.bottom_wrap {
  background-repeat: no-repeat;
  background-size: cover;
}
.l-end {
  text-align: center;
  font-size: 10px;
  width: 100%;
  margin: 20px auto 20px;
  font-family: "ivyora-display", serif;
}
.l-end .p-brandLogo {
  width: 80px;
  margin: 15px auto;
}
.l-end .p-brandLogo img {
  width: 100%;
}
.l-end .l-end_follow {
  font-size: 14px;
}
.l-end .l-end_container {
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin-top: 5px;
}
.l-end .l-end_container a {
  color: #000;
}
.l-end .l-end_container div {
  margin: 0 7px;
}
.l-end .l-end_copyright {
  font-family: "ivyora-display", serif;
  font-size: 10px;
  margin: 10px auto 0;
}
@media (min-width: 768px)and (max-width: 1024px) {
    #wrapper {
    min-width: 820px;
  padding: 0 !important;
}
      .sp_only {
    display: none;
  }
  .pc_only {
    display: block;
  }

   .image_wrap {
    margin-top: 150px;
  }
  .image_change {
    margin-top: 200px;
  }
  .mv_img_under {
    position: relative;
    width: 100%;
    height: 44vh;
    aspect-ratio: 375 / 500;
    background-image: url(https://img.ur-s.me/commerce/project/uemuraayano/26aw/mv_pc.jpg);
    background-size: cover;
    background-position: top;
  }
      .mv_img_reveal {
    position: absolute;
    top: 45%;
    left: 45%;
    width: 45%;
    margin: 0 auto;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.8s;
  }
      .content_wrap {
    width: 70%;
    margin: 0 auto;
  }
  .mv_comment span {
    font-size: 2.5vw;
  }
    .unit_main_title {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 20px;
  font-size: 5.6vw;
  letter-spacing: 0.1em;
  overflow: hidden;
  line-height: 1;
}
    .unit_main_title .title {
    white-space: nowrap;
    font-size: 4.6vw;
    font-weight: 400;
  }
  .unit_main_title .number {
    white-space: nowrap;
    font-size: 4.6vw;
    font-weight: 400;
  }
  .unit_item_name {
    font-size: 30px;
    font-weight: 400;
  }
  .unit_item_desc {
    font-size: 16px;
  }
  .unit_item_link ul li {
    font-size: 16px;
    font-weight: 400;
  }
      .unit01_7 {
    position: relative;
    width: 100%;
    padding-left: 14%;
    box-sizing: border-box;
    margin-bottom: 243px;
  }
      .unit02_1 .right {
    margin-top: 396px;
  }
    .model_data_name {
font-size: 6vw;
 letter-spacing: .05em;
  }
  .model_data {
    margin-bottom: 40px;
  }
  .model_data_insta {
    font-size: 3.5vw;
  }
  .model_comment {
    font-size: 2.8vw;
  }
/* フッター */
.bottom_wrap {
  background-repeat: no-repeat;
  background-size: cover;
}

.l-end {
  text-align: center;
  font-size: 10px;
  width: 100%;
  margin: 20px auto 20px;
  font-family: "ivyora-display", serif;
}
.l-end .p-brandLogo {
  width: 65px;
  margin: 0 auto 10px;
}
.l-end .p-brandLogo img {
  width: 100%;
}
.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 a {
  color: #000;
}
.l-end .l-end_container div {
  margin: 0 7px;
}
.l-end .l-end_copyright {
  font-family: "ivyora-display", serif;
  font-size: 10px;
  margin: 10px auto 0;
}
}
@media (min-width: 1025px) {
  .sp_only {
    display: none;
  }
  .pc_only {
    display: block;
  }
  .ivyOra_display {
    font-family: "ivyora-display", serif;
    font-weight: 200;
    font-style: normal;
    letter-spacing: 0;
  }
  .content_wrap {
    width: 100%;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
  }
  .image_wrap {
    margin-top: 100px;
  }
  .image_change {
    margin-top: 150px;
  }
  .mv_img_under {
    position: relative;
    width: 100%;
    height: 100vh;
    aspect-ratio: 375 / 500;
    background-image: url(https://img.ur-s.me/commerce/project/uemuraayano/26aw/mv_pc.jpg);
    background-size: cover;
    background-position: top;
  }
  .mv_img_reveal {
    position: absolute;
    top: 39%;
    left: 44%;
    width: 48%;
    margin: 0 auto;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.8s;
  }
  .mv_comment span {
    font-size: 15px;
    text-align: center;
  }
  .lineup_wrap {
    max-width: 650px;
    width: 100%;
    margin: 0 auto 140px;
  }
  .unit_main_box {
    width: 100%;
    margin: 0 auto 200px;
    max-width: 500px;
  }
  .unit_main_title .title {
    white-space: nowrap;
    font-size: 26px;
    font-weight: 400;
  }
  .unit_main_title .number {
    white-space: nowrap;
    font-size: 26px;
    font-weight: 400;
  }
  .unit_item_name {
    font-size: 23px;
    font-weight: 400;
  }
  .unit_item_desc {
    font-size: 13px;
  }
  .unit_item_link ul li {
    font-size: 13px;
    font-weight: 400;
  }
  .unit01_7 {
    position: relative;
    width: 100%;
    padding-left: 14%;
    box-sizing: border-box;
    margin-bottom: 243px;
  }
  .unit02_1 .right {
    margin-top: 315px;
  }
  .model_image {
    margin-bottom: 30px;
  }
  .model_wrap {
    width: 80%;
    margin: 0 auto 100px;
    max-width: 550px;
  }
  .model_data_name {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .model_data {
    margin-bottom: 30px;
  }
  .model_data_insta {
    font-size: 18px;
    font-weight: 400;
  }
  .model_comment {
    font-size: 16px;
  }
  .bottom_wrap {
    background-repeat: no-repeat;
    background-size: cover;
  }
}


@media only screen and (min-width: 390px) {
  .br_sp {
    display: inline; 
  }
  .l-end .p-brandLogo {
    width: 80px;
    margin: 15px auto;
  }
  .l-end .l-end_follow {
    font-size: 14px;
  }
  .l-end .l-end_container {
    margin-top: 5px;
  }
}
@media screen and (max-width: 375px) {
    .mv_img_reveal {
  position: absolute;
  top: 52%;
  width: 100%;
  padding: 5%;
  margin: 0 auto;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.8s;
}
  .unit_item_name {
    font-size: 20px; 
  }
  .unit_item_desc {
    font-size: 11px;
  }
      .br_sp {
    display: inline; 
  }
}
