@charset "utf-8";

body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("bg.jpg") no-repeat scroll center top / cover;
}
.wrap {
  background: transparent;
}

#snsInfo h2{
  line-height: 0;
  margin: 0 0 70px;
}

#snsInfo > ul{
  margin:0 0 30px;
  text-align: center;
}
#snsInfo > ul li{
  display:inline-block;
  margin:0 15px 30px;
  vertical-align:top;
  background:#fff;
  border-radius: 15px;
}
#snsInfo > ul li a{
  display:block;
  width:230px;
  height:230px;
  padding:20px;
  border-radius: 15px;
}
#snsInfo > ul li a .tit{
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
#snsInfo > ul li a .tit span{
  display: inherit;
  font-size: 20px;
}
#snsInfo > ul li .ico{
  line-height: 0;
  text-align: center;
}
#snsInfo > ul li .ico img{
  width: 90px;
  transition: .3s;
}
#snsInfo > ul li.lb .ico img{
  width: 130px;
  margin: -15px 0 0;
}


/* PC
=================================== */
@media screen and (min-width: 960px){

  .drawer li a{color: #fff;}
  
  .section--detail{ padding: 170px 0;}

  #snsInfo #mailMg{
    margin:0 auto;
    width:650px;
    padding:25px 30px;
    box-sizing: border-box;
    text-align: left;
    border-radius: 15px;
    background:#fff;
  }
  #snsInfo #mailMg dt, #snsInfo #mailMg dd{
    display:inline-block;
    width:450px;
    vertical-align:top;
  }
  #snsInfo #mailMg dt{
    padding: 0 20px 0 0;
  }
  #snsInfo #mailMg dt .tit{
    line-height: 0;
    margin: 0 0 15px;
  }
  #snsInfo #mailMg dt .text{
    line-height: 1.5;
  }
  #snsInfo #mailMg dt .text span{
    display: inherit;
    font-weight: bold;
  }
  #snsInfo #mailMg dd{width:140px;line-height: 0;}

  
  #snsInfo > ul li a:hover img{
    opacity:0.6;
  }
  
}

/* SP
=================================== */
@media screen and (max-width: 960px){

  .drawer__btn{ mix-blend-mode: exclusion; }
  .drawer__btn span{background: #fff;}
  .drawer__btn .menu-txt::before { color: #fff; }
  #snsInfo h2 {
    margin: 0 0 40px;
  }

  #snsInfo > ul li{
    width: 42vw;
    margin: 0 1.5% 3%;
  }
  #snsInfo > ul li a {
    width: 42vw;
    height: 42vw;
    padding:12px  10px;
    border-radius: 10px;
  }
  #snsInfo > ul li a .tit {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.4;
  }
  #snsInfo > ul li a .tit span{ font-size: 14px; }
  #snsInfo > ul li .ico img {
    width: 50%;
  }
  #snsInfo > ul li.lb .ico img {
    width: 80%;
    margin: -14% 0 0;
  }
  
  #snsInfo #mailMg{
    padding:15px 15px 10px;
    border-radius: 10px;
    background: #fff;
  }
  #snsInfo #mailMg .tit{
    color: #C6001B;
    font-weight: 700;
    text-align: center;
    margin: 0 0 4px;
  }
  #snsInfo #mailMg span{
    font-weight: bold;
    display: inherit;
    text-align: center;
    padding: 0 0 5px;
  }
  
  .btn a{
    color:#fff;
    line-height: 3.4;
    width: 97%;
    font-size: 16px;
    font-weight: bold;
    background-color: #C6001B;
    word-break: break-word;
    -webkit-appearance: none;
    display: inline-block;
    min-width: 90%;
    text-align: center;
    text-decoration: none;
    padding: 0 1.5em;
    border-radius: 2em;
    border: none;
  }

}
