@charset "UTF-8";


.pc_only {
  display: none;
}
.sp_only {
  display: block;
}

#wrapper {
  padding: 0 !important;
}
main {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  transition: .5s;
}
.ivyOra_display {
  font-family: "ivyora-display", serif;
  font-weight: 300;
  font-style: normal;
}

.content_wrap {
  width: 100%;
}
.content_wrap img {
  width: 100%;
  vertical-align: bottom;
}
.credit_mark {
  position: absolute;
  bottom: 2vw;
  right: 2vw;
  width: 7vw;
  height: 7vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 7vw;
  line-height: 1;
  pointer-events: none;
  z-index: 1;
}
.content_inner {
  width: 100%;
  margin: 0 auto 70px;
}
.mv {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.mv_img_under {
  margin-bottom: 100px;
  position: relative;
}
.mv_img_text_top {
    position: absolute;
    top: 17vw;
    width: 35%;
    margin: 0 54%;
}


.mv_img_text_left {
    position: absolute;
    top: 50vw;
    width: 26%;
    margin: 0 2%;
}

.unit_wrap {
  position: relative;
  margin-bottom: 150px;
}

.unit_sticky_num {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 0 43px;
}
.sticky_line {
  flex: 1;
  height: 1px;
  background-color: #000;
}
.sticky_text {
  margin: 0 16px;
  font-size: 30px;
  letter-spacing: 0.1em;
  white-space: nowrap;
 text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.unit_main_box {
  width: 100%;
  margin: 0 auto 150px;
  overflow:hidden;
}


[data-inview] {
  opacity: 0;
  transition: opacity 1.3s ease, transform 1.2s ease;
}
[data-inview-right] {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1.3s ease, transform 1.2s ease;
}
[data-inview-left] {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1.3s ease, transform 1.2s ease;
}
[data-inview].is-visible, [data-inview-right].is-visible, [data-inview-left].is-visible {
  opacity: 1;
  transform: translate(0);
}

.unit_main_image {
  width: 100%;
  margin: 0 auto;
}
.unit_main_image2 {
  width: 80%;
  margin: 0 auto;
}

.credit_wrap {
  position: relative;
  overflow: hidden;
}
.credit_wrap img {
  display: block;
}
.credit_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.credit_content ul li {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-decoration-thickness: .5px;
  text-underline-offset: 4px; 
}
.credit_content ul li a {
  color: #fff;
}
.credit_close {
  position: absolute;
  top: 2vw;
  right: 2vw;
  width: 4vw;
  height: 4vw;
  cursor: pointer;
  z-index: 2;
  background: none;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  padding: 0px;
}

.credit_close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.3vw;
  background: #fff;
}
.credit_close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.credit_close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.image_wrap {
  margin-top: 50px;
}
.unit_stagger {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.unit_stagger_left {
  width: calc(55% - 8px);
  flex-shrink: 0;
}
.unit_stagger_right {
  width: calc(50% - 8px);
  flex-shrink: 0;
  margin-top: 180px;
}

.unit01_01 {
  box-sizing: border-box;
}
.unit01_01 img {
  width: 100%;
  display: block;
}

.unit01_2 {
  width: 75%;
  margin-top: 20px !important;
}

.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;
  object-position: center center;   
  opacity: 0;
  transition: opacity 1s ease;
}
.unit01_3 img:first-child {
  opacity: 1;
}
.unit02_01{
    margin-left: 36%;
}
.unit02_02{
    display: flex;
    align-items: flex-start;
    gap: 20px; 
    width: 100%;
}
.unit02_02 .right{
    width: 48%;
    margin-top: 35%;
    z-index: 2;
}
.unit02_02 .left{
    width: 48%;
    z-index: 1;
}

.unit03_01 {
  width: 70%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4; 
}
.unit03_01 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}
.unit03_01 img:first-child {
  opacity: 1;
}
.unit03_02{
    margin-left: 20%;
}
.unit04_01{
    margin-left: 25%;
}
.unit04_02{
    display: flex;
    align-items: flex-start;
    gap: 20px; 
    width: 100%;
}
.unit04_02 .right{
    width: 48%;
    z-index: 1;
}
.unit04_02 .left{
    width: 48%;
    margin-top: 26%;
    z-index: 2;
}
.unit05_01 {
  width: 70%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4; 
  margin-left: 35%;
}
.unit05_01 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}
.unit05_01 img:first-child {
  opacity: 1;
}
.unit05_02{
     width: 70%;
}
.unit06_01{
    display: flex;
    gap: 3%;
    width: 100%;
}
.unit06_01 .right{
    width: 48.5%;
}
.unit06_01 .left{
    width: 48.5%;
}

.unit06_02{
    margin: 70px auto 0; 
    width: 90%;
}
.unit07_01{
  margin-left: 35%;
}

.unit07_02{
width: 48%;
}


.unit08_01 {
  box-sizing: border-box;
}
.unit08_01 img {
  width: 100%;
  display: block;
}

.unit08_2 {
  width: 75%;
  margin-top: 20px !important;
}

.unit08_3 {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
}
.unit08_3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}
.unit08_3 img:first-child {
  opacity: 1;
}
.unit09_01 {
  width: 70%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4; 
  margin-left: 35%;
}
.unit09_01 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}
.unit09_01 img:first-child {
  opacity: 1;
}


.unit09_02{
    display: flex;
    align-items: flex-start;
    gap: 20px; 
    width: 100%;
}
.unit09_02 .right{
    width: 48%;
    margin-top: 18%;
    z-index: 1;
}
.unit09_02 .left{
    width: 48%;
    z-index: 2;
}








.unit_item_link {
  font-family: "ivyora-display", serif;
  font-weight: 300;
  font-style: normal;
}
.unit_item_link ul li {
  font-size: 3vw;
  letter-spacing: .07em;
}
.unit_item_link ul li a {
  display: inline-block;
  margin-left: 20px;
  text-decoration: underline;
  text-decoration-thickness: .5px;
}
.unit_item_link .center {
  text-align: center;
}
.unit_item_link .left {
  text-align: left;
}



.bottom_wrap {
  background-repeat: no-repeat;
  background-size: cover;
}
.l-end {
  text-align: center;
  font-size: 12px;
  width: 100%;
  margin: 20px auto 20px;
  font-family: "ivyora-display", serif;
}
.l-end .p-btn{
  width: 60%;
  margin: 0 auto 10px;
  border: 1px solid #000;
  padding: 15px;
}
.l-end .p-btn .p-inner{
  font-family: "ivyora-display", serif;
  font-weight: 300;
  font-style: normal;
  font-size:4.5vw; 
  letter-spacing: 0.1vw;
}
.l-end .p-brandLogo {
  width: 65px;
  margin: 0 auto 10px;
}
.l-end .p-brandLogo img {
  width: 100%;
}
@media (max-width: 767px) {
  .credit_wrap.is-active .credit_overlay {
    opacity: 1;
    pointer-events: auto;
  }
      .credit_wrap.is-active .credit_mark {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
}



@media only screen and (min-width: 390px) {
  .l-end .p-brandLogo {
    width: 80px;
    margin: 100px auto 15px;
  }
}
.l-end .l-end_container {
  display: flex;
  justify-content: center;
  font-size: 16px;
}
.l-end .l-end_container a {
  color: #000;
}
@media only screen and (min-width: 390px) {
  .l-end .l-end_container {
    margin-top: 5px;
  }
}
.l-end .l-end_container div {
  margin: 0 7px;
}
.l-end .l-end_copyright {
  font-family: "ivyora-display", serif;
  font-size: 12px;
  margin: 10px auto 0;
}
@media only screen and (min-width: 390px) {
  .l-end .l-end_copyright {
    margin: 10px auto 0;
  }
}


/* ============================================================
   PC (768px以上) 
============================================================ */
@media (min-width: 768px) {

  .sp_only {
    display: none;
  }
  .pc_only {
    display: block;
  }
  .ivyOra_display {
    font-weight: 200;
    letter-spacing: 0;
  }
    
  .mv_img_under {
    margin-bottom: 140px;
  }
   .mv_img_text {
        position: absolute;
        top: 29%;
        left: 8%;
        transform: translateY(-50%);
        width: 52%;
       margin: 0;
    } 

  .unit_sticky_num {
    padding: 30px 0;
  }
  .sticky_text {
    margin: 0 24px;
      font-size: 50px;
  }

  .unit_main_box {
    width: 100%;
    margin: 0 auto 200px;
    max-width: 650px;
  }
    
      .credit_mark {
    bottom: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    font-size: 30px;
  }
      .credit_wrap:hover .credit_mark {
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .credit_wrap:hover .credit_overlay {
    opacity: 1;
    pointer-events: auto;
  }
  .credit_wrap.is-closed .credit_overlay {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .credit_content ul li:hover {
    text-decoration: none;
  }
     .credit_close {
    top: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
  }
     .credit_close span {
    height: 0.5px;
  }
    
  .image_wrap {
    margin-top: 150px;
  }

  .unit_item_link ul li {
    font-size: 20px;
    font-weight: 400;
  }

  .bottom_wrap {
    padding:0;
  }
    .l-end .p-btn{
  width: 15%;
  margin: 0 auto 10px;
  border: 1px solid #000;
  padding: 15px;
}
    .l-end .p-btn .p-inner{
  font-size:20px; 

}

}