/****************************************

Layoutクラス

*****************************************/

/* =============================================
PCヘッダー
============================================= */
.ly_header{
  margin-bottom: 80px;
}
.bl_pcHeader{
width: 100%;
height: 80px;
padding: 0 15px;
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
z-index: 1;
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.11);
background-color: white;
gap: 10px;
}
.globalMenuPC{
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.bl_globalNavi{
  width: 90%;
  max-width: 1054px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.bl_pcHeader li{
  line-height: 80px;
  position: relative;
  }
.bl_header_logo{
width: 3.4vw;
min-width: 47px;
display: flex;
align-items: center;
position: relative;
}
.bl_spHeader{
  display: none;
  }

@media screen and (max-width: 1200px) {
  .ly_header{
   margin-bottom: 0;
  } 
}
@media screen and (max-width: 560px) 
{
}
/* =============================================
SPヘッダー
============================================= */
.bl_spHeader_cont{
  height: 65%;
  padding: 12px 15px;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.bl_spHeader_logo{
  margin-right: 14vw;
}

.bl_spHeader_hamburger{
  width: 10vw;
  height: 10vw;
  transition: .3s;
  cursor: pointer;
}
.bl_spHeader_btn{
  width: 26vw;
  height: auto;
}

  @media screen and (max-width: 1200px) {
    .bl_pcHeader{
      display: none;
    }
    .bl_spHeader{
      display: block;
      background-color: white;
      box-shadow: 0 1px 8px rgb(0 0 0 / 11%);
    }
    .bl_spHeader_cont{
      margin-right: 70px;
      margin-left: 80px;
    }
    .bl_spHeader_btn{
        max-width: 124px;
        height: 58px;
    }
    .bl_spHeader_hamburger{
      width: 58px;
      height: 58px;
      position: absolute;
      top: 12px;
      right: 12px;
      z-index: 20;
    }
    .bl_spHeader_logo{
      width: 47px;
      position: absolute;
      top: 15px;
      left: 30px;
    }
    nav.globalMenuSp .bl_header_logo{
      margin: 0 auto;
      margin-bottom: 30px;
      width: 47px;
    }
  }
  @media screen and (max-width: 560px) {
    .bl_spHeader{
      width: 100%;
      position: fixed;
      z-index: 20;
    }
    .bl_spHeader_cont{
      gap: 10px;
    }
    .bl_spHeader_hamburger{
      width: 11vw;
      height: 11vw;
    }
    .bl_spHeader_logo{
      width: 10vw;
      left: 15px;
    }
    .bl_spHeader_cont{
      margin-right: 13vw;
      margin-left: auto;
    }
    .bl_spHeader_btn{
      height: auto;
    }
    .bl_spHeader_btn img{
      width: auto;
      height: 11vw;
    }

  }

/* =============================================
ハンバーガーメニュー展開 
============================================= */
/* メニュー背景 */
nav.globalMenuSp {
  padding-top: 50px;
  position: fixed;
  top  : 0;
  right : 0;
  background: white;
  text-align: center;
  width: 50%;
  height: 100%;
  display: block;
  transform: translateX(100%);
  transition: all 0.6s;
  z-index : 10;
  }
  nav.globalMenuSp ul {
  margin: 0 auto;
  width: 90%;
  position: relative;
  }
  nav.globalMenuSp li {
  width: 100%;
  padding: 1rem 0;
  transition: .4s all;
  font-size: 18px;
  border-bottom: 1px solid #F7F7F7;
  position: relative;
  }
  nav.globalMenuSp li:first-child{
    border-top: 1px solid #F7F7F7;
  }
  nav.globalMenuSp li:hover{
  background :#ddd;
  }
  @media screen and (max-width: 960px) {
  }
  @media screen and (max-width: 560px) {
    nav.globalMenuSp li{
      width: 100%;
      }
      nav.globalMenuSp  {
      width: 100%;
    }
  }

/* =============================================
FV
============================================= */
.ly_fv{
  position: relative;
  background-color: white;
}
.bl_labelTxt{
  padding: 35px 50px;
  background-color: white;
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 15px;
}
.bl_labelTxt > p{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2.1vw;
  line-height: 1.5;
  color: #F1969C;
}
@media screen and (max-width: 960px) {
  .ly_fv .slick-slide{
    height: calc(100vh - (9.62vw + 12px));
    overflow: hidden;
  }
  .ly_fv .slick-slide img{
    height: 100%;
    object-fit: cover;
  }
  .bl_labelTxt{
    top: auto;
    left: 50px;
    bottom: 18px;
  }
  .bl_labelTxt > p{
    font-size: 30px;
  }
}
@media screen and (max-width: 560px) {
  .ly_fv .slick-slide{
    height: calc(80vh - (9.62vw + 12px));
    overflow: hidden;
  }
  .bl_labelTxt{
    padding: 4.67vw 10vw;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
  .bl_labelTxt > p{
    font-size: 6.3vw;
  }
}

/* =============================================
フッター
============================================= */
.ly_footer{
  background: url(../img/common/hart2.svg) repeat;
  background-color: #F1969C;
}
.bl_footer{
  width: 80%;
  max-width: 1068px;
  padding: 80px 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.bl_footer_left{
  width: 40%;
  padding-right: 4.3vw;
  border-right: 1px solid white;
}
.bl_footer_right{
  width: 60%;
  padding-left: 4.3vw;
}
.bl_footer_right_main{
  margin-bottom: 80px;
  display: flex;
  justify-content: space-around;
}
.bl_footer_flex{
  display: flex;
  align-items: center;
}
.bl_footer p,
.bl_footer li{
  color: white;
  font-family: 'Noto Sans JP', sans-serif;
}
.bl_footer .el_roundBtn__white p{
  color: #F1969C;
}

.bl_footer_logo{
  width: 80px;
}
.bl_footer_naviCont{
  width: 60%;
}
.bl_footer .bl_footer_globalNavi{
  width: 100%;
  display: block;
}
.bl_footer_globalNavi li{
  font-weight: 500;
}
.bl_footer_globalNavi li+li{
  margin-top: 40px;
} 
.bl_footer_globalNavi a{
  color: white;
} 
.bl_footer_naviCont{
  display: flex;
}
.bl_footer .el_roundBtn:nth-child(1){
  margin-bottom: 30px;
}
.bl_footer_logoArea{
  margin-bottom: 30px;
}
.bl_footer_copy{
  font-size: 1.8rem;
}
.bl_footer_txt p{
  margin-bottom: 20px;
}
.bl_footer_sub{
  gap: 30px;
}
.bl_footer_sub a{
  color: white;
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .bl_footer{
    width: 90%;
  }
  .bl_footer_left{
    padding-right: 10px;
  }
}
@media screen and (max-width: 960px) {
  .bl_footer{
    width: 80%;
    display: block;
  }
  .bl_footer_left,
  .bl_footer_right{
    width: 100%;
    
  }
  .bl_footer_right{
    padding-top: 50px;
    padding-left: 0;
  }
  .bl_footer_left{
    border-right: none;
    border-bottom: 1px solid white;
  }
  .bl_footer_logoArea{
    display: block;
    text-align: center;
  }
  .bl_footer_logo{
    width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  .bl_footer_right_main{
    margin-bottom: 50px;
    display: block;
  }
  .bl_footer_naviCont{
    width: 100%;
    margin-bottom: 30px;
  }
  .bl_footer_right_main .el_roundBtn{
    width: 100%;
  }
  .bl_footer_sub{
    display: block;
    text-align: center;
  }
}

/* =============================================
下層フッター
============================================= */
.bl_footerContact{
  padding: 90px 0;
  text-align: center;
  border-top: 1px solid #A7A7A7;
}
.el_mainTtl > .bl_footerContact_ttl{
  color: #A7A7A7;
}
.bl_footerContact .el_commonBtn{
  margin-top: 30px; 
  
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
  .el_mainTtl > .bl_footerContact_ttl,
  .el_mainTtl > .bl_topFooterContact_ttl{
    font-size: 14vw;
  }
}


/* =============================================
背景
============================================= */
.ly_roundBack{
  width: 100%;
  padding: 100px 0;
  border-radius: 200px 0 200px 0;
  background-color: #F7F7F7;
}
@media screen and (max-width: 960px) {
  .ly_roundBack{
    border-radius: 100px 0 100px 0;
  }
}
@media screen and (max-width: 560px) {
  .ly_roundBack{
    padding: 80px 0;
    border-radius: 30px 0 100px 0;
  }
}
