/*
 * cmn_layout.css
 *
 *  updated --- 2021/10/26
 */
@charset "UTF-8";
img,
source {
  pointer-events: none;
  touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media print {
  .lazyload {
    display: none !important;
  }
}

.lazy {
  display: block;
  position: relative;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
}
.lazy-done {
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}
.lazy img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-movie {
  display: none;
}

/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

.figure {
  position: relative;
}

.figure img {
  width: 100%;
}

.entry_btn_image a {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */
body {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  /* 10px; */
  -webkit-text-size-adjust: none;
  line-height: 1.5;
  background-color: #fff;
}

/* ie7 */
*:first-child+html body {
  font-size: 75%;
  /* 62.5%; */
}

/* ie6Below */
* html body {
  font-size: 75%;
  /* font-size: 62.5%; */
}

/* ie8 */
html>

/**/
body {
  font-size
  /*\**/
  : 75%\9;
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h3, h4, h5, h6, form, fieldset, th, td {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: top;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after, q:before {
  content: '';
}

a, input {
  /* outline: none; */
}

abbr, acronym {
  border: 0;
}

.red {
  color: #b80f28;
}

.blue {
  color: #1952a2;
  /* font-weight: bold; */
}

.yellow {
  color: #fdf756;
}

.txt14 {
  font-size: 14px;
  line-height: 21px;
  display: block;
  margin-top: 10px;
}

.txt14 a {
  text-decoration: underline !important;
}

.txt18 {
  font-size: 18px;
  line-height: 26px;
}

.txt20 {
  font-size: 20px;
  line-height: 30px;
}

.txt22 {
  font-size: 22px;
  line-height: 31px;
}

/* !Reset Module
---------------------------------------------------------- */
.reset div, .reset dl, .reset dt, .reset dd, .reset ul, .reset ol, .reset li, .reset h1, .reset h2, .reset h3, .reset h4, .reset h5, .reset h6, .reset pre, .reset form, .reset fieldset, .reset p, .reset blockquote, .reset th, .reset td {
  margin: 0;
  padding: 0;
}

.reset input, .reset textarea {
  margin: 0;
  font-size: 100%;
}

.reset table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

.reset fieldset, .reset img, .reset abbr, .reset acronym {
  border: 0;
}

.reset address, .reset caption, .reset cite, .reset code, .reset dfn, .reset em, .reset th, .reset var {
  font-style: normal;
  font-weight: normal;
}

.reset ol, .reset ul {
  list-style: none;
}

.reset caption, .reset th {
  text-align: left;
}

.reset h1, .reset h2, .reset h3, .reset h4, .reset h5, .reset h6 {
  font-size: 100%;
  font-weight: normal;
}

.reset a, .reset input {
  /* outline: none; */
}

.reset q:after, .reset q:before {
  content: '';
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix, #contents, .sectionFirst, .section, .sectionSub, .sectionAlt {
  display: block;
  min-height: 1%;
}

.clearfix:after, #contents:after, .sectionFirst:after, .section:after, .sectionSub:after, .sectionAlt:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

* html .clearfix, * html #contents, * html .sectionFirst, * html .section, * html .sectionSub, * html .sectionAlt {
  height: 1%;
  /*\*/
  /*/
	height: auto;
	overflow: hidden;
	/**/
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=80);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 0;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  display: none;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
}

body {
  text-align: center;
}

@media print {
  html, html body {
    *zoom: 0.65;
  }
}

/* !wrapper
---------------------------------------------------------- */
#wrapper {
  margin: 0 auto;
  width: 1090px;
  text-align: left;
  background-color: #eaf8fd;
}

@media screen and (max-width: 640px) {
  #wrapper {
    position: relative;
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    background-size: 282px 141px;
  }
}

#overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 500;
}

/* !header
---------------------------------------------------------- */
#header {
  position: relative;
}

#header .btn-movie {
  position: absolute;
  top: 610px;
  left: 415px;
}

#header .btn-movie a {
  display: block;
  width: 271px;
  height: 55px;
}

#header .about_txt {
  padding: 67px 0 61px;
  background-image: url(/tbs-ch/special/miletpre_202109/img/about_bg.jpg);
  background-repeat: no-repeat;
  border-bottom: 2px solid #42105c;
}

#header .about_txt .about_img {
  display: block;
  width: 833px;
  margin: 0 auto;
  height: auto;
  margin-bottom: 63px;
}

#header .about_txt .about_img img {
  width: 100%
}

#header .about_txt .about_link .link {
  display: block;
  width: 324px;
  height: 66px;
  margin: 0 auto;
}

#header .about_txt .about_link .link a {
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  #header .about_txt {
    background-size: cover;
  }
}

/* !gNavi
---------------------------------------------------------- */
#gNavi {
  display: block;
  position: fixed;
  top: 0;
  left: 50%;
  width: 1090px;
  margin-left: -545px;
  height: 66px;
  background-color: rgba(250, 113, 203, 0.90);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#88a40000, EndColorStr=#88a40000);
  /*IE8以下用*/
  z-index: 2;
}

#gNavi .btnMenu01 {
  display: none;
}

#gNavi ul {
  padding-top: 25px;
  padding-right: 0;
  padding-left: 102px;
  padding-bottom: 0;
  overflow: hidden;
  *zoom: 1;
}

#gNavi li {
  float: left;
  margin-right: 54px;
  text-indent: -9999px;
  overflow: hidden;
}

#gNavi li#gNavi01 {
  width: 138px;
}

#gNavi li#gNavi02 {
  width: 72px;
}

#gNavi li#gNavi03 {
  width: 73px;
}

#gNavi li#gNavi04 {
  width: 46px;
}

#gNavi li#gNavi05 {
  width: 73px;
}

#gNavi li#gNavi06 {
  width: 53px;
}

#gNavi li#gNavi07 {
  width: 105px;
}

#gNavi li a {
  display: block;
  width: 100%;
  height: 27px;
  background-image: url(/tbs-ch/special/miletpre_202109/img/bg_gnavi01.png);
  background-repeat: no-repeat;
}

#gNavi li#gNavi01 a {
  background-position: 0 0;
}

#gNavi li#gNavi02 a {
  background-position: -138px 0;
}

#gNavi li#gNavi03 a {
  background-position: -213px 0;
}

#gNavi li#gNavi04 a {
  background-position: -288px 0;
}

#gNavi li#gNavi05 a {
  background-position: -336px 0;
}

#gNavi li#gNavi06 a {
  background-position: -410px 0;
}

#gNavi li#gNavi07 a {
  background-position: -466px 0;
}

#gNavi li#gNavi01 a:hover {
  background-position: 0 -28px;
}

#gNavi li#gNavi02 a:hover {
  background-position: -138px -28px;
}

#gNavi li#gNavi03 a:hover {
  background-position: -213px -28px;
}

#gNavi li#gNavi04 a:hover {
  background-position: -288px -28px;
}

#gNavi li#gNavi05 a:hover {
  background-position: -336px -28px;
}

#gNavi li#gNavi06 a:hover {
  background-position: -410px -28px;
}

#gNavi li#gNavi07 a:hover {
  background-position: -466px -28px;
}

/* !btnToggle01
---------------------------------------------------------- */
.btnToggle01 {
  display: block;
  width: 39px;
  height: 39px;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.btnToggle01:hover {
  background-position: -39px 0;
}

.btnToggle01.active {
  background-position: 0 -39px;
}

.btnToggle01.active:hover {
  background-position: -39px -39px;
}

/* !a01
---------------------------------------------------------- */
#a01 {
  position: relative;
  padding: 0;
  text-align: center;
}

#a01 .waku {
  background-image: url(/tbs-ch/special/miletpre_202109/img/present_bg.gif);
  background-size: cover;
  background-repeat: no-repeat;
}

#a01 .waku:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
* html #a01 .waku {
  height: 1em;
  overflow: visible;
  text-align: center;
}
/**/

#a01 .waku h2 {
  display: none;
}

#a01 .waku .cp_head {
  padding: 45px 95px 0px;
}

#a01 .waku .cp_head .cp_head_title {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#a01 .waku .waku-img {
  padding: 0;
  margin-top: -66px;
}

#a01 .waku .waku-img .figure {
  width: 100%;
  height: auto;
}

#a01 .waku-txt {
  padding: 69px 142px 80px;
  color: #3b61a0;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  background: url(/tbs-ch/special/miletpre_202109/img/about_bg_txt.gif);
}

/* !a02
---------------------------------------------------------- */
#a02 {
  padding-bottom: 58px;
}

#a02 h2 {
  display: block;
  width: 1090px;
  height: 58px;
  margin-top: 0px;
  margin-bottom: 34px;
  background-image: url(/tbs-ch/special/miletpre_202109/img/title_kikan.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #25adee;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#a02 .waku {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  margin-right: 30px;
  color: #2d4c81;
  overflow: hidden;
  font-size: 22px;
  line-height: 24px;
}

#a02 .waku p {
  padding: 0px;
  margin: 0px;
}

#a02 .waku:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
* html #a02 .waku {
  height: 1em;
  overflow: visible;
}
/**/

/* !a03
---------------------------------------------------------- */
#a03 {
  padding-bottom: 24px;
}

#a03 h2 {
  display: block;
  width: 1090px;
  height: 58px;
  margin-top: 0px;
  margin-bottom: 34px;
  background-image: url(/tbs-ch/special/miletpre_202109/img/title_condition.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #25adee;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#a03 .waku {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  margin-right: 30px;
  color: #2d4c81;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
}

#a03 .waku p {
  padding: 0px;
  margin-bottom: 34px;
}

#a03 .waku p.txt-bold {
  margin-bottom: 8px;
}

#a03 .waku:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
* html #a03 .waku {
  height: 1em;
  overflow: visible;
}
/**/

/* !q-a
---------------------------------------------------------- */
#q-a {
  padding-bottom: 29px;
}

#q-a h2 {
  display: block;
  width: 1090px;
  height: 58px;
  margin-top: 0px;
  margin-bottom: 34px;
  background-image: url(/tbs-ch/special/miletpre_202109/img/title_qanda.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #25adee;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#q-a .waku {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  margin-right: 30px;
  color: #2d4c81;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
}

#q-a .waku p {
  padding: 0px;
  margin-bottom: 29px;
}

#q-a .waku:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
* html #q-a .waku {
  height: 1em;
  overflow: visible;
}
/**/

/* !a04
---------------------------------------------------------- */
#a04 {
  padding-bottom: 0;
}

#a04 h2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 40px;
  height: 58px;
  background-image: url(/tbs-ch/special/miletpre_202109/img/title_process.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #25adee;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#a04 .waku {
  padding-bottom: 64px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  margin-right: 30px;
  color: #011f3b;
  overflow: hidden;
  font-size: 22px;
  line-height: 36px;
}

#a04 .waku p {
  padding: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 15px;
}

#a04 .waku:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
* html #a04 .waku {
  height: 1em;
  overflow: visible;
}

/**/
#a04 .waku h3 {
  display: none;
}

#a04 .underline {
  border-bottom: 1px solid #2d4c81;
  padding-bottom: 10px;
}

#a04 .waku h4 {
  display: block;
  padding: 15px 23px 9px;
  margin-top: 30px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  font-size: 28px;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  background-color: #2d4c81;
}

#a04 .waku h4:nth-of-type(2) {
  margin-top: 54px;
}

#a04 .waku .otokuset {
  padding-bottom: 50px;
  margin: 0px;
  background-image: url(../img/otokuset_bg.png);
}

#a04 .waku .otokuset .otokuset_txt {
  padding: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-left: 200px;
  font-size: 16px;
  color: #011f3b;
  line-height: 24px;
  margin-left: 200px;
}

#a04 .waku .entry_waku {
  padding-top: 48px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 0;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 36px;
  color: #011f3b;
  background-color: #fff;
}

#a04 .waku .entry_waku:nth-of-type(odd) {
  padding-bottom: 39px;
}

#a04 .waku .entry_waku p {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

#a04 .waku .entry_waku p.copy_ready {
  display: block;
  margin-top: 0;
  text-align: center;
}

#a04 .waku .entry_waku p.copy_ready:nth-of-type(2) {
    margin-top: 48px;
    margin-bottom: 35px;
    color: #25adee;
    font-weight: bold;
}

#a04 .entry_waku .entry_btn {
  margin: 0px;
  padding-top: 24px;
  text-align: center;
}

#a04 .entry_waku .entry_btn p {
  margin-bottom: 6px;
}

#a04 #to_sky img {
  max-width: 940px;
  margin: 0 auto;
}

#a04 .waku .attention_waku {
  font-size: 24px;
  line-height: 36px;
  margin-top: 64px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2d4c81;
  background-color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 30px;
  padding-top: 20px;
}

#a04 .waku .attention_waku p {
  margin-top: 10px;
}

#a04 .waku .attention_waku span {
  display: block;
  text-indent: 1em;
}

/* !a05
---------------------------------------------------------- */
#a05 {
  padding-bottom: 30px;
}

#a05 h2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 40px;
  height: 58px;
  background-image: url(/tbs-ch/special/miletpre_202109/img/title_info.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #25adee;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#a05 .waku {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  margin-right: 30px;
  color: #2d4c81;
  overflow: hidden;
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 30px;
}

#a05 .waku:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
* html #a05 .waku {
  height: 1em;
  overflow: visible;
}
/**/

#a05 .entry_btn {
  margin: 0px;
  padding-top: 0;
  text-align: center;
}

/* !footer
---------------------------------------------------------- */
#footer {
  font-size: 18px;
  color: #fff;
  background-color: #2d4c81;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.site-top {
  margin-bottom: 10px;
  color: #fff79c;
}

.site-top a {
  color: #fff79c;
}

#copyright {
  font-size: 12px;
  letter-spacing: -0.5px;
}

#page-top {
  position: fixed;
  right: 13px;
  bottom: 10px;
  width: 61px;
  height: 62px;
  background: url(/tbs-ch/special/miletpre_202109/img/btn_pageTop01.png) no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 9997;
}

#page-top:hover {
  background: url(/tbs-ch/special/miletpre_202109/img/btn_pageTop01.png) no-repeat bottom left;
}

/* !display
---------------------------------------------------------- */
.sp {
  display: none;
}

.pc {
  display: block;
}

.sp_inl {
  display: none;
}

.pc_inl {
  display: inline;
}
