@charset "utf-8";
/* CSS Document */
/*fabric_pc.css*/

    
#header{
    height: 120px;
} 

#hdrLogo.hdrCenter_logo{
    width: 100%;
    margin: 2% auto;
    display: flex;
    justify-content: center;
}

#hdrLogo{
position: relative;    
text-align: center;
margin: 1% auto;
}

#hdrLogo img{
    width: 100%;
}

#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{
    position: relative;
    font-size: 2.2555vw;
    letter-spacing: 0.25em;
    padding-left: 0.5vw;
    }
    
    
#fab h1:before, #fab h1:after {
    content: '';
    position: absolute;
    top: 2vw;
    display: inline-block;
    width: 145px;
    height: 2px;
    background-color: #000;    
    }
    #fab h1:before{
        left: -1vw;
    } 
    #fab h1:after{
        right: -1vw;
    }

#fab h2{
    font-size: 0.85vw;
    letter-spacing: 0.12em;
    line-height: 1.8;
    margin: 3vh 0;
}

#fab h3{
    margin: 0;
    font-size: 1.5vw;
    font-weight: bold;
    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{
    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: 15vh;
}     
    
    
#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(100px);
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}

/*----------------------------
            follow
----------------------------*/  
    
#fab #follow {
    margin: 0 0 10%;
}    
#fab #follow p {
    font-family: '', sans-serif;
    position: relative;
    display: inline-block;
    padding: 0 10.5vw;
    font-size: 1.2em;
    margin-top: 10vh;
    line-height: 1.3;
    z-index: -1;
    text-align: center;
    letter-spacing: 0.15em;
    color: #000;
}
#fab #follow p:before, #fab #follow p:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 10%;
    height: 2px;
    background-color: #000;
}
#fab #follow p:before {
    position: absolute;
    left: 6vw; 
}
#fab #follow p:after {
    position: absolute;
    right: 6vw;
} 
#fab #follow li{    
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 2% 1%;
    padding: 0;
    background-color: #000;
    border-radius: 60px;
}
#fab #follow img {
    width: 50%;
    padding: 25%;
}    

/*----------------------------
              btn
----------------------------*/        
#fab .btn{
    width: auto;
    padding: 1vh 3vw 1.2vh;
    margin: 30px auto 20px;
    background-color: #000;
    border-radius: 20px;
    color: #fff;
    font-size: 0.855555vw;
    font-weight: 300;
    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,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: 0 auto;
    padding: 2vw 10px;
}
    
#fab button{
    border-style: none;
    background-color: unset;
}    

/* モーダル */
#fab .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  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%;
  max-width: 1080px;
  margin: 160px 20px 20px;
}

/* モーダルを閉じるボタン */
#fab .modal__close-btn {
  position: absolute;
  bottom: 2vh;
  right: 1.5vw;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 10;
}

#fab .modal .swiper-button-next,
#fab .modal .swiper-button-prev {
    color: #000;
}
    
#fab .modal .swiper-button-next{
    right: 20px;
}
    
#fab .modal .swiper-button-prev {
    left: 20px;
}    
    
#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: 2vw;
}    
    
/* 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: 45vw;
    margin: 10vh auto;            
}    

  
#fab #modal .premodal  ul {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}    

#fab #modal .premodal li {  
    width: calc((100% - 5%) / 2);
    margin: 40px 0 30px;
    list-style: none;
    line-height: 2.1;
    font-size: 0.95vw;
    letter-spacing: 0.25em;
}
    
#fab .content{
    width: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
}

#fab .content::before,
#fab .content::after {
  content: "";
  display: block;
  width: 25%;  /* liと同じwidthを指定 */
  height: 0;  /* 無くてもいいけどあった方が安心 */
}
#fab .content:before {
  order:1;  /* 要素の最後尾に持ってくる */
}     
    
#fab .content button{
    width: 24%;
    line-height: 2.2;
    list-style: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 0.7vw;
    letter-spacing: 0.08em;
    margin: 1vh 0;
    padding: 1.4vh 0;
    background-color: #fbf5c7;
    border-radius: 40px;
}    

#fab .content button:active,.content button:hover{
    font-weight: bold;
    opacity: 0.7;
    /*border-bottom: solid 2px #000;*/
    }

