@charset "UTF-8";
/*================================
【リセットCSS】
=================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

​
body {
  line-height: 1;
}

​
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

​
nav ul {
  list-style: none;
}

​
blockquote, q {
  quotes: none;
}

​
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

​
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

​
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

​
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

​
del {
  text-decoration: line-through;
}

​
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

​
table {
  border-collapse: collapse;
  border-spacing: 0;
}

​
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

​
input, select {
  vertical-align: middle;
}

/*================================
【base】
=================================*/
html {
  font-size: 62.5%;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

#wrapper {
  max-width: 1645px;
  margin: 0 auto;
  padding: 0 6%;
}

#special {
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  color: #000000;
  letter-spacing: 1px;
}

.contentsWrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 6%;
}

.sizeLarge {
  font-family: '源ノ角ゴシック JP', sans-serif;
  font-size: 3.7rem;
  font-weight: 600;
  line-height: 1.86;
  letter-spacing: 0.06em;
  color: #0057a2;
}

.sizeSmall {
  font-family: '源ノ角ゴシック JP', sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.86;
  letter-spacing: 0.06em;
  color: #0057a2;
  position: relative;
  white-space: nowrap;
  text-align: center;
}

.sizeSmall::before,
.sizeSmall::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 3px;
  display: block;
  width: 4px;
  height: 45px;
  background: #73a3cc;
  -webkit-transform: skewX(-23deg);
          transform: skewX(-23deg);
}

.txt01 {
  font-family: '小塚ゴシック Pr6N', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2.3;
  letter-spacing: 0.01em;
}

/*================================
【header】
=================================*/
.tuiki_header {
  position: relative;
}

.tuiki_header_inner {
  max-width: 1300px;
  padding: 0 6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tuiki_header_logo {
  position: absolute;
  top: 10px;
  left: 230px;
  width: 360px;
  height: 50px;
}

.tuiki_header_logo_sp {
  display: none;
}

.tuiki_nav00 {
  margin-top: -9px;
  width: 565px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 15px;
}

.tuiki_nav01 {
  position: absolute;
  top: 15px;
}

.tuiki_nav02 {
  font-size: 1.4rem;
  margin-left: 10px;
  margin-bottom: -5px;
}

.tuiki_nav02 li {
  font-weight: bold;
}

.tuiki_font-weight_bold {
  font-weight: bold;
}

/*================================
【mv】
=================================*/
.mv {
  margin-bottom: 80px;
}

.mv01 {
  background: url(../img/mv01__bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mv01__inner {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 285px;
  padding-left: 275px;
  padding-bottom: 260px;
}

.mv01__logo {
  width: 220px;
  height: 220px;
  margin-right: 30px;
}

.mv01__ttl {
  font-size: 4.6rem;
  line-height: 2;
  font-weight: bold;
  color: #fff;
  font-family: '源ノ角ゴシック JP', sans-serif;
  letter-spacing: 0.06em;
  -webkit-text-stroke: 1.5px #486b96;
}

.mv01__ttl_sp {
  display: none;
}

.mv01__ttl_sizeLarge {
  font-size: 7.5rem;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  font-family: '源ノ角ゴシック JP', sans-serif;
  letter-spacing: 0.06em;
}

.mv02 {
  background: url(../img/mv02__bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mv02__inner {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 95px;
  padding-bottom: 100px;
}

.mv02__ttl {
  padding-bottom: 30px;
  padding-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mv02__mainTtl {
  margin-right: 18px;
}

.mv02__subTtl {
  padding-left: 20px;
}

.mv02__info {
  margin-right: 29px;
}

.mv02__img {
  padding-top: 7px;
}

.mv02__img_sp {
  display: none;
}

.mv02__txt_sp {
  display: none;
}

/*================================
【announce】
=================================*/
.announce {
  margin-bottom: 143px;
}

.announce__inner {
  text-align: center;
  margin-bottom: 60px;
}

.announce__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 33px;
}

.announce__mainTtl {
  margin-right: 10px;
}

.announce__subTtl {
  padding-left: 20px;
}

.announce__sec01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-bottom: 80px;
}

.announce__sec01__img {
  width: 500px;
  height: 500px;
  margin-right: 50px;
}

.announce__sec01__img_sp {
  display: none;
}

.announce__sec01__txt {
  margin-top: -20px;
}

.announce__sec01__txt_sp {
  display: none;
}

.announce__sec02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-bottom: 80px;
}

.announce__sec02__info {
  margin-right: 30px;
}

.announce__sec02__ttl {
  font-family: '源ノ角ゴシック JP', sans-serif;
  font-size: 3rem;
  margin-bottom: 35px;
  letter-spacing: 0.01em;
}

.announce__sec02__img {
  width: 500px;
  height: 500px;
}

.announce__sec02__img_sp {
  display: none;
}

.announce__sec02__txt_sp {
  display: none;
}

/*================================
【video】
=================================*/
.video {
  margin-bottom: 120px;
}

.video__sec01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: url(../img/history__bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.video__sec01__inner {
  padding-right: 6%;
  padding-left: 6%;
  padding-top: 85px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video__sec01__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 33px;
}

.video__sec01__mainTtl {
  margin-right: 22px;
}

.video__sec01__subTtl {
  padding-left: 25px;
}

.video__sec01__txt {
  margin-bottom: 40px;
}

.video__sec01__txt_sp {
  display: none;
}

.video__sec01__video {
}


.video__sec02 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: url(../img/future__bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.video__sec02__inner {
  padding-top: 85px;
  padding-bottom: 100px;
}

.video__sec02__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 33px;
}

.video__sec02__mainTtl {
  margin-right: 22px;
  color: #fff;
}

.video__sec02__subTtl {
  padding-left: 25px;
  color: #fff;
}

.video__sec02__txt {
  margin-bottom: 45px;
}

.video__sec02__txt_sp {
  display: none;
}

.video__sec02__video {
  width: 700px;
}

/*================================
【footer】
=================================*/
#footer {
  position: relative;
}

.tuiki_pageTop {
  position: absolute;
  top: 5920px;
  left: 1490px;
}




































/*================================
タブレット用
=================================*/
@media screen and (min-width: 768px) and (max-width: 1430px) {
  /*================================
【base】
=================================*/
  #wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .contentsWrapper {
    max-width: 100%;
    padding: 0;
  }
  /*================================
【header】
=================================*/
  .tuiki_header {
    position: relative;
  }
  .tuiki_header_inner {
    max-width: 100%;
    padding: 0 2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .tuiki_header_logo {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 200px;
  }
  .tuiki_nav00 {
    margin-top: -9px;
    width: 565px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 15px;
  }
  /*================================
【mv】
=================================*/
  .mv {
    margin-bottom: 80px;
  }
  .mv01__inner {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .mv01__ttl {
    -webkit-text-stroke: 1.5px #486b96;
  }
  .mv01__logo {
    width: 120px;
    height: 120px;
    margin-right: 0px;
  }
  .mv02 {
    background: url(../img/sp_mv_bg_img02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
  }
  .mv02__inner {
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .mv02__info {
    margin-right: 0px;
  }
  .mv02__img {
    display: none;
  }
  .mv02__img_sp {
    display: block;
    margin-bottom: 60px;
  }
  /*================================
【announce】
=================================*/

.announce__sec01 {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 80px;
}

.announce__sec01__img {
  width: 500px;
  height: 500px;
  margin-right: 0px;
  margin-bottom: 80px;
}


.announce__sec02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  margin-bottom: 80px;
}

.announce__sec02__info {
  margin-right: 30px;
}

.announce__sec02__img {
  order: -1;
}

.announce__sec02__ttl {
  margin-top: 50px;
  text-align: center;
}


.announce__sec02__info {
  margin-right: 0;
}





  /*================================
【video】
=================================*/
  .video {
    margin-bottom: 120px;
  }
  .video__sec01 {
    padding: 10% 0;
  }
  .video__sec01__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
  }

  .video__sec01__txt {
    display: none;
  }
  .video__sec01__txt_sp {
    display: block;
    text-align: center;
    margin-bottom: 35px;
  }

  .video__sec02 {
    padding: 10% 0;
  }
  .video__sec02__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
  }
  /*================================
【footer】
=================================*/
  #footer {
    position: relative;
  }
  .tuiki_pageTop {
    position: absolute;
    top: 98.5%;
    left: 90%;
  }
}




































/*================================
スマホ用
================================*/
@media screen and (max-width: 760px) {
  /*================================
【base】
=================================*/
  #wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .contentsWrapper {
    max-width: 100%;
    padding: 0;
    word-break: break-all;
  }
  .sizeLarge {
    font-family: '源ノ角ゴシック JP', sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.86;
    letter-spacing: 0.06em;
    color: #0057a2;
  }
  .sizeSmall {
    font-family: '源ノ角ゴシック JP', sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.86;
    letter-spacing: 0.06em;
    color: #0057a2;
    position: relative;
    white-space: nowrap;
    text-align: center;
  }
  .sizeSmall::before,
  .sizeSmall::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 3px;
    display: block;
    width: 3px;
    height: 25px;
    background: #73a3cc;
    -webkit-transform: skewX(-23deg);
            transform: skewX(-23deg);
  }
  .txt01 {
    font-family: '小塚ゴシック Pr6N', sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.72;
    letter-spacing: 0.01em;
  }
  /*================================
【header】
=================================*/
  .tuiki_header {
    position: relative;
  }
  .tuiki_header_inner {
    max-width: 100%;
    padding: 0;
  }
  .tuiki_header_logo {
    display: none;
  }
  .tuiki_header_logo_sp {
    display: block;
  }
  .tuiki_header_logo_sp a {
    width: 215px;
  }
  /*================================
【mv】
=================================*/
  .mv {
    margin-bottom: 58px;
    white-space: normal;
  }
  .mv01 {
    background: url(../img/sp_mv01_bg_img01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
  }
  .mv01__inner {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 0 6%;
    padding-top: 150px;
    padding-bottom: 130px;
  }
  .mv01__logo {
    width: 200px;
    height: 180px;
    margin-right: 0px;
  }
  .mv01__ttl {
    display: none;
  }
  .mv01__ttl_sp {
    display: block;
    font-size: 2.3rem;
    line-height: 2;
    font-weight: bold;
    color: #fff;
    font-family: '源ノ角ゴシック JP', sans-serif;
    letter-spacing: 0.06em;
    -webkit-text-stroke: 1.5px #486b96;
  }
  .mv01__ttl_sizeLarge {
    font-size: 4.3rem;
  }
  .mv02 {
    background: url(../img/sp_mv_bg_img02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
  }
  .mv02__inner {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mv02__info {
    padding: 0 6%;
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mv02__img {
    display: none;
  }
  .mv02__img_sp {
    display: block;
    max-width: 300px;
    margin-bottom: 40px;
  }
  .mv02__ttl {
    padding-bottom: 30px;
    padding-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mv02__mainTtl {
    margin-right: 18px;
  }
  .mv02__subTtl {
    padding-left: 20px;
  }
  .mv02__txt {
    display: none;
  }
  .mv02__txt_sp {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /*================================
【announce】
=================================*/
  .announce {
    margin-bottom: 43px;
    white-space: normal;
    
  }
  .announce__inner {
    text-align: center;
    margin-bottom: 0px;
    padding: 0 6%;
  }
  .announce__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 38px;
  }
  .announce__mainTtl {
    margin-right: 10px;
  }
  .announce__subTtl {
    padding-left: 20px;
  }
  .announce__sec01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    margin-bottom: 37px;
  }
  .announce__sec01__img {
    display: none;
  }
  .announce__sec01__img_sp {
    display: block;
    margin-bottom: 35px;
  }
  .announce__sec01__txt {
    display: none;
  }
  .announce__sec01__txt_sp {
    display: block;
  }
  .announce__sec02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    margin-bottom: 0px;
  }
  .announce__sec02__info {
    margin-right: 0;
  }
  .announce__sec02__ttl {
    font-size: 1.8rem;
    margin-bottom: 22px;
  }
  .announce__sec02__img {
    display: none;
  }
  .announce__sec02__img_sp {
    display: block;
    margin-bottom: 35px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .announce__sec02__txt {
    display: none;
  }
  .announce__sec02__txt_sp {
    display: block;
    letter-spacing: -0.01em;
    line-height: 1.8;
    word-break: break-all;
  }
  /*================================
【video】
=================================*/
  .video {
    margin-bottom: 10px;
    white-space: normal;
  }
  .video__sec01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background: url(../img/history__bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 0px;
  }
  .video__sec01__inner {
    height: auto;
    padding: 0 6%;
    padding-top: 35px;
    padding-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .video__sec01__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 33px;
  }
  .video__sec01__mainTtl {
    margin-right: 22px;
  }
  .video__sec01__subTtl {
    padding-left: 25px;
  }
  .video__sec01__txt {
    display: none;
  }
  .video__sec01__txt_sp {
    display: block;
    text-align: left;
    margin-bottom: 35px;
  }

  .movie-wrap {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

  .video__sec02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background: url(../img/future__bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 0;
  }
  .video__sec02__inner {
    height: auto;
    padding: 0 6%;
    padding-top: 35px;
    padding-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .video__sec02__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 33px;
  }
  .video__sec02__mainTtl {
    margin-right: 22px;
    color: #fff;
  }
  .video__sec02__subTtl {
    padding-left: 25px;
    color: #fff;
  }
  .video__sec02__txt {
    display: none;
  }
  .video__sec02__txt_sp {
    display: block;
    text-align: left;
    margin: auto;
  }
  .video__sec02__video {
    margin-top: 35px;
    width: 100%;
  }
  /*================================
【footer】
=================================*/
  #footer {
    position: relative;
  }
  .tuiki_pageTop {
    position: absolute;
    top: 5920px;
    left: 1490px;
  }
  .tuiki_txt_size {
    font-size: 1.28rem;
  }
  .tuiki_txt_size_B {
    font-size: 1.28rem;
    font-weight: bold;
  }
  #copy {
    font-size: 1rem;
    white-space: normal;
  }
  .cp__inner {
    padding: 0 6%;
  }
}
/*# sourceMappingURL=style.css.map */