@charset "UTF-8";

/* TOP  - FEATURE 
================================================ */
.sec_top_feat {
  padding: 4em 0;
  overflow: hidden;
}
.sec_top_feat .sec_ttl .en {
  font-size: 6.5em;
}
.top_feat_list_box{
  padding: 2em 0 1em;
}
/* .top_feat_img_wrap{
  position: relative;
  padding: 4em 0 1em;
}*/
.top_feat_img_wrap {
  width: calc(100% + 3em);
  margin-left: -1.5em;
  aspect-ratio: 3/2;
} 
.top_feat_img_wrap *{
  width: 100%;
  height: 100%;
  object-fit: cover;
} 

.top_feat_text_wrap{
  position: relative;
  padding: 1em 0;
}
.top_feat_sub{
  position: relative;
  display: block;
  width: fit-content;
  color: var(--c-gold-d);
  font-size: 1.1em;
  padding: .6em 0 .6em 2em;
  /* margin-left: auto; */
}
.top_feat_sub::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 1.6em;
  height: 1px;
  background-color: currentColor;
}
.top_feat_list_ttl{
  font-size: 1.6em;
  line-height: 1.55;
  padding: .2em 0;
  letter-spacing: .02em;
}
.top_feat_list_txt{
  font-size: 1.1em;
  padding: 1em 0;
  line-height: 1.75;
  color: var(#333);
}
.top_feat_list_txt p{
  padding: .3em 0;
}
.top_feat_num_wrap{
  position: absolute;
  top:-2.5em;
  right: 0;
  color: #fff;
  display: flex;
  align-items: flex-end;
  gap: .2em;
  font-size: 1.7em;
  line-height: 1;
}
.top_feat_num_wrap .txt{
  display: block;
  font-size: 1.75em;
  font-weight: 700;
  writing-mode: vertical-lr;
}
.top_feat_num_wrap .num{
  display: block;
  font-size: 6em;
  font-weight: 600;
}
/* .top_feat_list_box:nth-child(odd) .top_feat_img_num{
  left: -.15em;
}
.top_feat_list_box:nth-child(odd) .top_feat_img {
  margin-left: 2em;
  border-radius: 1em 0 0 1em;
}
.top_feat_list_box:nth-child(odd) .top_feat_sub{
  margin-left: auto;
}
.top_feat_list_box:nth-child(odd) .top_feat_ttl{
  text-align: right;
} */


/* ANIMATION ------------------------------- */
/* .top_feat_img_wrap{
  opacity: 0;
  transform: translateX(30%);
  transition: transform .3s , opacity .5s;
  transition-timing-function: ease-in-out;
}
.on .top_feat_img_wrap{
  opacity: 1;
  transform: translateX(0);
} */

@media (min-width:769px){
  .sec_top_feat {
    padding: 6em 0;
  }
  .sec_top_feat .sec_ttl .en {
    font-size: 8.5em;
  }
  .top_feat_list{
    padding-bottom: 1em;
  }
  .top_feat_list_box{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    /* gap: 5%; */
    padding: 4.5em 0;
    /* flex-direction: row-reverse; */
    /* width: calc(100% + 5em); */
    /* margin-left: -5em; */
  }
  .top_feat_list_box:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .top_feat_img_wrap{
    width: 50%;
    margin: 0;
    aspect-ratio: 4 / 3;
  }
  .top_feat_text_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;
    padding: 1em 0;
  }
  .top_feat_img {
    width: calc(100% + 4em);
  }
  .top_feat_list_ttl {
    font-size: 2.4em;
  }
  /* .top_feat_list_box:nth-child(even){
    flex-direction: row;
    margin-left: -5em;
  } */
  .top_feat_list_box:nth-child(4) .top_feat_list_ttl{
    font-size: 2.1em;
  }
  .top_feat_num_wrap {
    top: -.8em;
    font-size: 2.1em;
  }
    
}/*  */


/* TRIAL
================================================ */
/* .contents_block > .sec_bloc:last-of-type {
  padding-bottom: 10em;
} */
.top_contact_box{
  font-size: 0.9em;
  width: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.top_contact_box.trgr {
  transform: scale(.8);
  opacity: 0;
  transition: transform .5s, opacity .3s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  line-height: 1.8;
}
.top_contact_box.trgr.on {
  transform: scale(1);
  opacity: 1;
}

.top_contact_box_inner{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  height: fit-content;
  z-index: 5;
  color: #fff;
  padding: 2em;
}
.contact_ttl {
  letter-spacing: .02em;
  padding-bottom: .1em;
  color: var(--c-gold);
}
.contact_ttl .en{
  display: block;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.05;
}
.contact_ttl .ja{
  display: block;
  font-size: 1.1em;
  line-height: 1.4;
  margin: .5em 0;
}
.contact_txt{
  font-size: 1em;
  letter-spacing: .01em;
  margin-top: 1em;
}
.contact_img_wrap{
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.contact_img_wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: transform .5s , filter .4s;
}
.contact_img_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  background: linear-gradient(-100deg, rgba(0, 0, 0, 0) 0%, rgba(1, 1, 1, 1) 90%);
  mix-blend-mode: multiply;
  opacity: .7;
  z-index: 1;
  transition: opacity .5s;
}
.top_contact_box .link_circle_arrow  {
  position: absolute;
  right: 1.5em;
  top: 0;
  bottom: 0;
  font-size: 1.5em;
  margin: auto;
}
/* .top_contact_box:hover .contact_img_wrap::before,
a:hover .contact_img_wrap::before{
  opacity: .2;
} */
.top_contact_box:hover .contact_img_wrap img,
a:hover .contact_img_wrap img{
  transform: scale(1.05);
  filter: grayscale(0);
}

@media (min-width: 769px) {
  .sec_contact {
    padding-bottom: 7em;
}
  .contact_img_wrap {
    aspect-ratio: 3 / 1;
  }
  .top_contact_box{
    width: calc(100% - 10em);
  }
  .top_contact_box_inner{
    padding: 2em 4em;
  }
  .contact_ttl .en{
    font-size: 3.6em;
  }
  .contact_ttl .ja{
    font-size: 1em;
  }
  .contact_txt {
    font-size: .95em;
    margin-top: 0;
  }
  .top_contact_box .link_circle_arrow{
    right: 3em;
  }
}/*  */
@media (min-width: 769px) {
  .contact_img_wrap {
    aspect-ratio: 3.2 / 1;
  }
  .contact_txt {
    margin-top: 1.5em;
  }
}/*  */


/* TOP HEAD BLOCK
========================================= */
.top_head_block{
  position: relative;
  /* background-color: #000; */
  color: #fff;
  padding: 3em 0;
  height: 66em;
}
.top_head_block_ttl{
  position: relative;
  writing-mode: vertical-rl;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: .03em;
  /* padding: 0 0 2em; */
  margin: 1em auto 2em;
  color: var(--c-gold);
  z-index: 10;
  white-space: nowrap;
  transform: translateY(10px);
  opacity: 0;
}

.top_head_bg_img_box {
  /* transform: scale(.8); */
  transform-origin: center 25%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* border-radius: 1.5em; */
  overflow: hidden;
} 
.top_head_bg_img_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
} 

.top_head_block_desc{
  position: relative;
  font-size: 1.05em;
  padding: 1em 0 ;
  z-index: 10;
  /* margin-top: 40em; */
}
.top_head_block_desc p{
  padding: .4em 0;
  line-height: 1.8;
  transform: translateY(10px);
  opacity: 0;
}

@media (min-width:769px){
  .top_head_bg_img_box {
    transform-origin: center 50%;
  }
  .top_head_block_ttl {
    font-size: 2.1em;
    margin: .5em 14vw 2em auto;
  }
  .top_head_block{
    height: 54vw;
  }
  .top_head_block_desc {
    position: absolute;
    bottom: 2em;
    left: 8em;
    font-size: 1.1em;
  }

}/*  */

