@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */


/*================== ○○○○.html =================*/


.top_instagram .sns_photo img{
   height: 150px!important;
   width: 100%!important;
   margin: 0 auto;
   object-fit: cover;
   font-family: 'object-fit: cover;';
}
.top_instagram .sns_photo img{
   height: 150px!important;
   width: 100%!important;
   margin: 0 auto;
   object-fit: cover;
   font-family: 'object-fit: cover;';
   border-radius: 8px;
}
.top_instagram div.sns_list div.sns_video{
 width: 100%;
 padding: 0;
}
.top_instagram div.sns_list{
 display: flex;
 border: 0px;
 flex-direction: row;
 flex-wrap: wrap;
}
.top_instagram div.sns_list > div{
 width: 33.333333%;
 margin: 0;
 padding: 0px;
 display: flex;
 border-bottom: 0px;
 margin-bottom: 0;
 flex-direction:column;
}
.top_instagram div.sns_list > div:last-child{
 display: flex;
}
.top_instagram div.sns_list div.sns_photo{
 text-align: center;
 width: 100%;
 box-sizing: border-box;
}
.top_instagram div.sns_list div.sns_text{
 display: none;
}
.top_instagram .sns_date{
 display: none;
}
.top_instagram .caption{
   display: none;
}



.home_youtube {
    display: flex;
    justify-content: space-between;
}

.home_youtube .youtube {
    width: 32%;
    position: relative;
    padding-top: 23.25%;
}



.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.0;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


.btn_wrapp{
	width: 335px;
}

/*その他と主な共通部分は省略*/

a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #2258a2;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 30px;
  width: 150%;
  height: 500%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  transform: translateX(-98%) translateY(-70%) rotate(135deg);
  background: #fff100;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(135deg);
  transform: translateX(-9%) translateY(-25%) rotate(135deg);
}

@media screen and (min-width: 469px) and (max-width: 768px){
}
@media only screen and (max-width: 640px){

.top_instagram div.sns_list > div{
 width: 50%;
}


.home_youtube {
    display: block;
    justify-content: normal;
}



.home_youtube .youtube {
    width: 100%;
    position: relative;
    padding-top: 60.25%;
}


}



