@charset "UTF-8";

/* レスポンシブ */
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
  .u-only-pc {
    display: none !important;
  }

  .u-only-sp {
    display: block !important;
  }
}

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

  /* フォント */
  .swiper-slide-text-wrapper p{
    font-size: 1.2rem;
  }

  .swiper-slide-text-wrapper h3{
    font-size: 1.5rem;
  }

  .c-title h2{
    font-size: 1.1rem;
  }

  .l-link-nav a{
    font-size: 1.3rem;
  }

  .l-link-nav-btn-left{
    font-size: 1.6rem;
  }

  .l-link-nav-btn-right{
    font-size: 1.2rem;
  }

  .p-home-main-text{
    font-size: 1.6rem;
    letter-spacing: 0.15em;
    line-height: 2;
  }

  .p-plan-slider .c-title h3{
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    line-height: 1.8;
  }

  .p-value-section-text p{
    font-size: 1.3rem;
  }

  .p-question-title, .p-answer-title, .p-faq-accordion a{
    font-size: 1.3rem;
    max-width: 32rem !important;
  }

  .p-fair-section-text p{
    font-size: 1.3rem;
    letter-spacing: 0.08em;
  }

  .p-thought-section-text h3{
    padding-bottom: 1rem;
    font-size: 1.5rem;
  }

  .p-thought-section-text p{
    font-size: 1.2rem;
  }

  .p-contact-section-title-text h3{
    font-size: 1.4rem;
  }

  .line .p-contact-section-title-text h3{
    font-size: 1.4rem;
  }

  .p-contact-section-title-img{
    width: 2rem;
    margin-right: .8rem;
  }

  .tel{
    margin-right: .5rem;
    font-size: 1.6rem;
  }
  
  .phone-number{
    font-size: 2.6rem;
  }

  .contact-text{
    margin-top: .5rem;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 2;
  }

  .l-ft-section-text p{
    font-size: 1.3rem;
  }

  .p-home-main{
    /* height: 100dvh!important; */
    height: 100vh; /* Fallback */
    height: -webkit-fill-available;
    height: calc(var(--vh, 1vh) * 100);
    margin-top: -6rem;
  }

  /* ハンバーガーメニュー
  ----------------------------------------- */
  .l-hd-wrapper{
    margin: 0 3rem;
  }

  .hamburger{
    width: 3.2rem;
    height: 3.2rem;
    position: fixed;
    top: 1.5rem;
    right: 1.8rem;
  }

  .hamburger__line{
    width: 1.4rem;
    right: .8rem;
  }

  .hamburger__line--1 {
    top: 1rem;
  }

  .hamburger__line--2 {
    top: 1.5rem;
  }

  .hamburger__line--3 {
    top: 2rem;
  }

  /*ハンバーガーがクリックされたら*/
  .open .hamburger__line--1 {
    top: 1.5rem;
  }

  .open .hamburger__line--3 {
    top: 1.5rem;
  }

  .l-link-nav a{
    padding-left: 2rem;
  }
  
  .l-link-nav-btn-wrapper{
    margin-top: 2.5rem;
  }

  .p-home-main-fv{
    /* height: calc(100vh - 6rem); */
    height: -webkit-fill-available;
    height: calc(var(--vh, 1vh) * 100);
    margin-left: 2rem;
  }

  .p-home-main-fv .p-home-main-fv-bg{
    width: auto;
    min-width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
  }

  .swiper{
    height: calc(100% - 10.2rem);
  }

  .p-fv-text-wrapper{
    top: 13rem;
  }

  .p-fv-text:first-of-type{
    width: 28.6rem;
  }
  
  .p-fv-text:last-of-type{
    width: 19.6rem;
  }

  .p-home-main-fv-car img:first-child{
    width: 23.3rem;
  }

  .p-home-main-fv-car img:last-child{
    width: 15.8rem;
    margin: -3rem auto 0 1rem;
  }

  .l-main-wrapper__pc{
    display: none;
  }

  .l-main-wrapper{
    margin-right: 0;
    display: block;

  }

  .p-home-main-fv-car{
    width: 65%;
    margin-left: auto;
    margin-right: 1rem;
  }

  .l-link-nav-btn a {
    padding: 2rem 0;
  }

  .l-link-nav-btn a img{
    display: inline-block;
    vertical-align: sub;
    width: 1.9rem;
  }

  .l-link-nav-btn + .l-link-nav-btn a{
    padding: 1.4rem 0 1.9rem;
  }

  .l-main{
    margin: 0;
    overflow: hidden;
  }
  .p-home-main-text{
    margin-top: 0;
    font-size: 1.3rem;
    line-height: 2;
  }
  .p-home-main-text-warpper-img{
    width: 8.1rem;
  }
  .p-home-main-text-warpper{
    padding: 0 0 6rem 3rem;
  }

  /* ヘッダー
  ----------------------------------------- */
  .l-hd-wrapper{
    height: 6rem;
  }

  /* 空色ウェディングって何？
  ----------------------------------------- */
  .p-about{
    padding: 4rem 2rem 2rem .5rem;
  }
  .p-about .c-title img{
    width: x;
  }
  .p-about-img{
    padding-bottom: 2rem;
  }

  /* スタッフの想い
  ----------------------------------------- */
  .p-thought{
    padding: 7rem 2rem 0px 2rem;
  }
  .p-thought .c-title img{
    width: 81px;
  }

  /* ドレス
  ----------------------------------------- */
  .p-dress{
    padding: 7rem 2rem 0px 2rem;
  }
  .p-dress .c-title img{
    width: 7.7rem;
  }

  /* 料金プラン
  ----------------------------------------- */
  .p-plan{
    padding: 7rem 2rem 0px 2rem;
  }
  .p-plan .c-title img{
    width: 6.1rem;
  }
  .p-plan-section-img{
    padding: 2rem;
  }
  .p-plan .c-title img.p-plan-flow-illust{
    width: 11.3rem;
    margin-bottom: 2.5rem;
  }
  .c-btn--pdf{
    width: 1.5rem;
  }
  

  /* 料金プランスライダー
  ----------------------------------------- */
  .swiper-slide-text-num img{
    width: 4.2rem;
  }

  .swiper2 .swiper-slide .swiper-slide-text-num img{
    width: 2.7rem;
  }
  

  /* 撮影地
  ----------------------------------------- */
  .p-location{
    padding: 7rem 2rem 4rem 2rem;
  }
  .p-location .c-title img{
    width: 12rem;
  }

  /* 私たちの想い
  ----------------------------------------- */
  .p-value{
    padding: 4rem 2rem 4rem 2rem;
  }
  .p-value .c-title img{
    width: 14.3rem;
  }
  .p-value .c-title::before{
    width: 3.7rem;
    height: 3.1rem;
    right: 5.3rem;
  }

  /* よくあるご質問
  ----------------------------------------- */
  .p-faq{
    padding: 7rem 2rem 1rem 2rem;
  }

  .p-faq .c-title img{
    width: 4.9rem;
  }

  /* インスタグラム
  ----------------------------------------- */
  .p-insta{
    padding: 3rem 2rem 0px 2rem;
  }
  .p-insta .c-title img{
    width: 15.4rem;
  }

  /* お問い合わせフェア
  ----------------------------------------- */
  .p-fair{
    padding: 7rem 2rem 7rem 2rem;
  }
  .p-fair .c-title img{
    width: 5.7rem;
  }

  /* お問い合わせ
  ----------------------------------------- */
  .p-contact{
    padding: 4rem 6rem 4rem 6rem;
  }
  .p-contact .c-title img{
    width: 11.3rem;
  }
  .p-contact-section{
    height: 10rem;
    padding: 2.4rem 3rem 1.5rem;
    margin-bottom: 1.5rem;
  }
  .p-contact-section:first-of-type{
    padding: 2rem 0 1.7rem;
  }
  .p-contact-section:first-of-type .p-contact-section-title{
    margin-bottom: .5rem;
  }

  /* フッター
  ----------------------------------------- */
  .l-ft-wrapper{
    padding: 4rem 5rem;
  }

  .l-ft-wrapper .c-title img{
    width: 17.9rem;
  }

  .l-copyright{
    padding: 1.4rem 0 0;
  }

  .l-copyright img{
    width: 18.6rem;
  }

  .l-footer-float-btn{
    padding: 1.7rem;
  }

  .l-footer-float-btn::after{
    width: .5rem;
    height: 1rem;
  }

  .l-footer-float-btn img{
    width: 24.4rem;
  }

  /* 20221223プライバシーポリシー追加 */
  .p-privacy__ttl{
    margin-bottom: 1.6rem;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
  .p-privacy__txt{
    margin-bottom: 2.5rem;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    line-height: 1.66;
  }
  .p-privacy__dt{
    margin-bottom: 1.5rem;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
  .p-privacy__dd{
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    line-height: 1.66;
  }
}
