@charset "UTF-8";
/* CSS Document */
/*タブレット用スタイル*/
@media (min-width: 768px) and (max-width: 959px) {

/*セクション間余白----------------------------------------------------------- */
section {
  padding: 60px 0;
}
footer {
  padding: 30px 0;
}

/*はみ出し画像中央----------------------------------------------------------- */
.wic1 img {
  width: 1080px;
  max-width: 1080px;
}
.wic1 {
  margin-left: calc(50% - 540px);
}
.wic2 img {
  width: 1000px;
  max-width: 1000px;
}
.wic2 {
  margin-left: calc(50% - 500px);
}
.wic3 img {
  width: 1200px;
  max-width: 1200px;
}
.wic3 {
  margin-left: calc(50% - 600px);
}

/*Header----------------------------------------------------------- */
header .logo {
  width: 40%;
}

/*MV----------------------------------------------------------- */


/*CTA----------------------------------------------------------- */


/*sec01----------------------------------------------------------- */
.sec01 .ttl {
  margin-top: -50px;
}

/*sec02----------------------------------------------------------- */


/*sec03----------------------------------------------------------- */


/*sec04----------------------------------------------------------- */


/*sec05----------------------------------------------------------- */


/*sec06----------------------------------------------------------- */


/*sec07----------------------------------------------------------- */
.sec07 .container p {
  margin-left: -12px;
}

/*sec08----------------------------------------------------------- */


/*sec09----------------------------------------------------------- */


/*sec10----------------------------------------------------------- */


/*sec11----------------------------------------------------------- */


/*sec12----------------------------------------------------------- */
.sec12 {
  background-position: right 20% top 0;
  background-size: cover;
}

/*sec13----------------------------------------------------------- */


/*sec14----------------------------------------------------------- */


/*sec15----------------------------------------------------------- */


/*sec16----------------------------------------------------------- */


/*Footer----------------------------------------------------------- */

}/*タブレット用スタイルend*/
