@charset "utf-8";
/* CSS Document */
/*fabric_sp.css*/


#hdrLogo.hdrCenter_logo{
    width: 100%;
    margin: 2% auto;
    display: flex;
    justify-content: center;
}

#hdrLogo{
position: relative;    
text-align: center;
margin: 1% auto;
}

#fab{
    position:relative;
    /*max-width: 730px;*/
    margin: 0 auto;
    text-align: center;
    font-family: 'Zen Kaku Gothic New', 'Montserrat', sans-serif;
    font-weight: 300;
    color: #000;
    /*font-size: 0.8555vw;*/
    letter-spacing: 0.12em;
    line-height: 1.8;
    margin-top: 10vh;
    padding-bottom: 10vh;
}    

#fab img { 
    width: 100%;
    height:auto;
}
      
#fab div{
    text-align: center;
}    

#fab p{
    padding: 0;
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}          
  
#fab h1{
    font-size: 4.5vw;
    letter-spacing: 0.65vw;
    animation-name: fadein;
    animation-duration: 1s;
}

    
#fab h2{
    font-size: 3.25vw;
    font-weight: 300;
    letter-spacing: 0.12em;
    line-height: 1.8;
    margin: 3vh 5vw 3vh 6vw;
    text-align: left;
    animation-name: fadein;
    animation-duration: 1s;
}

#fab h2 p{    
    margin-bottom: 1vh;    
}    

#fab h3{
    margin: 0 0 1.5vh;
    font-size: 3.8vw;
    letter-spacing: 0.6vw;
}    

#fab button,#fab button:link,#fab button:checked{
    color: #000;
    text-decoration: none;
    line-height: 2.0;
    }
    
#fab button:active,#fab button:hover{
    font-weight: bold;
    opacity: 0.7;
    /*border-bottom: solid 2px #000;*/
    }    
       
    
  
#fab ul {
    width: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
    padding-left: 0; 
}

#fab ul::before,
#fab ul::after {
  content: "";
  display: block;
  width: 25%;  /* liと同じwidthを指定 */
  height: 0;  /* 無くてもいいけどあった方が安心 */
}
#fab ul:before {
  order:1;  /* 要素の最後尾に持ってくる */
}     
    
#fab li {
  width: 25%;
  line-height: 2.5;
  list-style: none;
}
    
#fab .remodal {
    max-width: 800px!important;
    width: auto;
    padding: 60px;!important;
    }
  
#fab .remodal ul {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}    

#fab .remodal li {
  width: calc((100% - 5%) / 2);
  margin: 20px 0 30px; 
  list-style: none;
  line-height: 1.8;
  letter-spacing: 0.35em;
}

#fab .remodal ul::before{    
    content: "";
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 20%;
    height: 20%;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}    
 
    
@keyframes fadein{
    from{
    opacity: 0;
    transform: translatey(10px);
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}


/*----------------------------
              btn
----------------------------*/        
#fab .btn{
    width: auto;
    padding: 1.6vh 8vw 1.8vh;
    margin: 80px auto 20px;
    background-color: #000;
    border-radius: 60px;
    color: #fff;
    font-size: 2.85555vw;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 1.35em;
    cursor: pointer;
    display: inline-block;
    transition: all 2s cubic-bezier(.05, .03, .35, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
    
#fab .btn:hover,#fab a:hover {
    opacity: .7;
}

#fab .btn a:hover,#fab .btn a:hover{
    border-bottom: none;
}
   
#fab .allitems{
        margin: 0 auto 10px;
} 
    
      

    
/*-------------------------------------   
ここからページネーション付きモーダルウィンドウ    
-------------------------------------*/

/* 簡易リセットCSS */
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
    
#fab .content{
    max-width: 1000px;
    /*margin: 2vh auto 0;*/
    animation-name: fadein;
    animation-duration: 2s;
}
    
#fab button{
    border-style: none;
    background-color: unset;
}    

/* モーダル */
#fab .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(120, 123, 131, 0.8);
}

/* モーダルがactiveの時 */
#fab .modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
#fab .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
#fab .modal__content {
  position: relative;
  background-color: #fff;
  width: 100%;
  margin-top: 6vh;
}

/* モーダルを閉じるボタン */
#fab .modal__close-btn {
  position: absolute;
    bottom: 2vh;
    right: 2.5vw;
    width: 10vw;
    height: 10vw;
    background: #3333335c;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    font-size: 6vw;
    line-height: 1;
}

#fab .modal .swiper-button-next,
#fab .modal .swiper-button-prev {
    color: #000;
}
    
#fab .modal .swiper-button-next{
    right: 3vw;
}
    
#fab .modal .swiper-button-prev {
    left: 3vw;
}    
    
#fab .swiper-rtl .swiper-button-prev:after,
#fab .swiper-button-next:after,
#fab .swiper-rtl .swiper-button-next:after,    
#fab .swiper-button-prev:after{ 
    font-size: 7vw;
}
    
#fab .js-open-modal {
    color: #000;
}   
    
/* Swiperの矢印部分 
@media (max-width: 768px) {
  .modal .swiper-button-next,
  .modal .swiper-button-prev {
    display: none;
  }
} */
    

#fab button .modal__close-btn {
    border-bottom:none;    
}      
    
#fab #modal .premodal{
    width: 78vw;
    margin: 5vh auto 0;  
}     
  
#fab #modal .premodal  ul {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}    

#fab #modal .premodal li {  
    width: 80vw;
    margin: 0 0 5px;
    padding: 0 3vw;
    list-style: none;
    line-height: 2.2;
    font-size: 2.65vw;
    font-weight: 500;
    letter-spacing: 0.18em;
}
    
#fab .content{
    width: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 5vw;
}

#fab .content::before,
#fab .content::after {
  content: "";
  display: block;
  width: 25%;  /* liと同じwidthを指定 */
  height: 0;  /* 無くてもいいけどあった方が安心 */
}
#fab .content:before {
  order:1;  /* 要素の最後尾に持ってくる */
}     
    
#fab .content button{
    width: 47.5%;
    line-height: 2.2;
    list-style: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 2.85vw;
    color: #000;
    letter-spacing: 0.08em;
    margin: 0.8vh 0.2vw;
    padding: 1vh 0.2vw 1.2vh;
    background-color: #fbf5c7;
    border-radius: 60px;
}    

#fab .content button:active,#fab .content button:hover{
    font-weight: bold;
    opacity: 0.7;
    /*border-bottom: solid 2px #000;*/
    }    
   