@charset "utf-8";.w-full-inner{
    max-width: 980px;
    margin: 100px auto;
}

._fs_insta_main{
        display: flex;
        justify-content: center;
        margin: 60px auto 30px;
    }
    #_fs_insta1 {
        width:400px;
        height:550px;
        overflow:hidden;
    }
    div.Header{
        display: none;
    }


.wrapper {
	width: 100%;
	max-width: 1080px;
	margin:0 auto;


    padding-left: 10px !important;
    padding-right: 10px !important;
}
.video-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9の縦横比 (9/16 = 0.5625) */
	height: 0;
	overflow: hidden;
    margin-bottom: 20px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.header-img-wrapper img {
  width: 100%;
}

@media (min-width: 600px) {
  .title-wrapper .title {
      text-align: center;
      font-size: 18px;
      padding: 30px 0px;
  }

  .header-img-wrapper {
    padding-bottom: 30px;
  }
}
/*  SP 版----*/
@media (max-width: 600px) {
  .title-wrapper .title {
      text-align: center;
      font-size: 16px;
      padding: 20px 0px;
  }

  .header-img-wrapper {
    padding-bottom: 20px;
  }
}

._fs_insta_main2{
        display: flex;
        justify-content: center;
        margin: 60px auto 30px;
    }
    #_fs_insta2 {
        width:400px;
        height:auto;
        overflow:hidden;
    }
    div.Header{
        display: none;
    }