@charset "UTF-8";

/*-------------------------------------------*/
/*	PC
/*-------------------------------------------*/

@media screen and (min-width:900px) {

  /* =====================
    fv
  ===================== */

  #fv::before {
    display: none;
  }

  #fv .inner {
    height: 764px;
  }

  .fv_text_wrap {
    height: 100%;
    align-items: center;
    position: relative;
  }

  .fv_text_wrap::before {
    content: '';
    width: calc( 100% + 160px );
    height: 100%;
    background: var(--color-main-black);
    position: absolute;
    top: 0;
    left: -80px;
    z-index: -1;
  }
  
  .fv_text {
    display: inline-block;
    position: relative;
    color: #fff;
  }

  .fv_ttl {
    font-family: var(--font-mincho);
    font-size: 30px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 25px;
  }

  .fv_ttl strong {
    font-size: 50px;
    font-weight: 300;
  }

  .fv_ttl strong span {
    font-size: 40px;
  }

  .fv_pro {
    width: 171px;
    mask-image: url(../images/home/fv_pro.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;  
    -webkit-mask-image: url(../images/home/fv_pro.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;    
    pointer-events: none;
    position: absolute;
    top: 280px;
    right: -100px;
  }
  
  .fv_pro img {
    object-fit: cover;
    filter: blur(30px) brightness(1.5);
  }

  #fv .pr_area {
    margin-bottom: 35px;
  }

  /* =====================
    pickup
  ===================== */
  
  .pickup_list {
    justify-content: center;
    gap: 0 35px;
  }

  .pickup_item {
    width: 340px;
  }

  .pickup_item a {
    flex-direction: column-reverse;
  }

  .pickup_item .ttl {
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    margin-top: 15px;
    font-weight: 400;
  }

  /* =====================
    cv_area_top
  ===================== */
  
  #cv_area_top::before {
    background: var(--color-main-black);
  }

  /* =====================
    features
  ===================== */

  #features .inner {
    position: relative;
  }

  #features .kome {
    position: relative;
  }

  #features .kome::before {
    content: '※';
    font-size: 10px;
    line-height: 1;
    font-weight: 300;
    color: var(--color-sub-gold);
    position: absolute;
    top: 0;
    left: 100%;
  }
  
  .features_sub {
    font-family: var(--font-mincho);
    font-size: 20px;
    color: var(--color-sub-gold);
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 17px;
  }

  .features_ttl {
    font-family: var(--font-mincho);
    font-size: 32px;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 35px;
  }

  #features .pr_area {
    position: absolute;
    top: 75px;
    right: 0;
  }

  #features .pr_item img {
    height: 55px;
  }

  .features_box {
    background: #fff;
    border-radius: 10px;
    justify-content: flex-start;
    overflow: hidden;
  }

  .features_img {
    width: 270px;
    min-height: 270px;
  }

  .features_img img {
    height: 100%;
    object-fit: cover;
  }

  .features_text {
    width: calc( 100% - 270px );
    flex-direction: column;
    padding: 30px 35px;
  }

  .features_text .ttl {
    font-size: 20px;
    font-family: var(--font-mincho);
    color: var(--color-main-gold);
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 15px;
  }

  .features_text .ttl span {
    display: inline-block;
    border: 1px solid var(--color-main-gold);
    padding: 10px 15px;
  }

  .features_text .text {
    margin-bottom: 20px;
  }

  .features_text .name {
    text-align: right;
    margin-top: auto;
    font-size: 14px;
  }

  .features_column {
    justify-content: space-between;
    align-items: flex-end;
  }

  .features_column .pr_kome {
    color: #fff;
  }

  .features_column .btn {
    margin-right: 0;
  }
  
  /* =====================
    PC調整
  ===================== */
  
  @media screen and (max-width:1195px) {

    /* =====================
      features
    ===================== */
    
    #features .pr_area {
      position: relative;
      top: auto;
      left: auto;
      margin-bottom: 40px;
      display: inline-block;
    }
    
  }

}

/*-------------------------------------------*/
/*	SP
/*-------------------------------------------*/

@media screen and (max-width:899px) {

  /* =====================
    fv
  ===================== */

  #fv::before {
    display: none;
  }

  #fv .inner {
    height: auto;
    display: block;
    position: relative;
  }

  .fv_text_wrap {
    display: block;
    background: var(--color-main-black);
    width: 100vw;
    margin: 0 calc( 50% - 50vw );
    padding: 30px 4% 60px;
  }
  
  .fv_text {
    color: #fff;
  }

  .fv_ttl {
    font-family: var(--font-mincho);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
  }

  .fv_ttl strong {
    font-size: 30px;
    font-weight: 300;
  }

  .fv_ttl strong span {
    font-size: 20px;
  }

  .fv_pro {
    width: 110px;
    mask-image: url(../images/home/fv_pro.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;  
    -webkit-mask-image: url(../images/home/fv_pro.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;    
    pointer-events: none;
    position: absolute;
    top: -20px;
    right: -10px;
  }
  
  .fv_pro img {
    object-fit: cover;
    filter: blur(30px) brightness(1.5);
  }

  #fv .pr_area {
    margin-bottom: 25px;
  }

  .fv_bg {
    position: relative;
  }

  #fv .fv_bg_track li {
    height: 200px;
  }

  /* =====================
    pickup
  ===================== */
  
  .pickup_list {
    display: block;
  }

  .pickup_item {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 15px;
  }

  .pickup_item:last-of-type {
    margin-bottom: 0;
  }

  .pickup_item a {
    flex-direction: column-reverse;
  }

  .pickup_item .ttl {
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    margin-top: 5px;
    font-weight: 400;
  }

  /* =====================
    cv_area_top
  ===================== */
  
  #cv_area_top::before {
    background: var(--color-main-black);
  }

  /* =====================
    features
  ===================== */

  #features .inner {
    position: relative;
  }

  #features .ttl_area {
    margin-bottom: 30px;
  }

  #features .kome {
    display: inline-block;
    position: relative;
  }

  #features .kome::before {
    content: '※';
    font-size: 10px;
    line-height: 1;
    font-weight: 300;
    color: var(--color-sub-gold);
    position: absolute;
    top: 0;
    left: 100%;
    transform: scale(0.9);
  }
  
  .features_sub {
    font-family: var(--font-mincho);
    font-size: 16px;
    color: var(--color-sub-gold);
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .features_ttl {
    font-family: var(--font-mincho);
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 25px;
  }

  #features .pr_area {
    position: relative;
  }

  .features_box {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    margin-top: 20px;
    padding: 20px;
  }

  .features_img {
    width: 120px;
    margin: 0 auto 18px;
  }

  .features_img img {
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
  }

  .features_text {
    flex-direction: column;
  }

  .features_text .ttl {
    font-size: 16px;
    font-family: var(--font-mincho);
    color: var(--color-main-gold);
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 14px;
    text-align: center;
  }

  .features_text .ttl span {
    display: inline-block;
    border: 1px solid var(--color-main-gold);
    padding: 8px 10px;
  }

  .features_text .text {
    margin-bottom: 15px;
  }

  .features_text .name {
    text-align: right;
    font-size: 12px;
  }

  .features_column {
    display: block;
  }

  .features_column .pr_kome {
    color: #fff;
    text-align: right;
  }

}