/*
 * 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;
  color: #010101;
}

/* 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_step2 {
  font-size: 14px;
  line-height: 21px;
  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;
}

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

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

/* !header
---------------------------------------------------------- */
#header {
  background-color: #d44c3f;
}

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

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

#header .about {
  padding: 40px 125px;
}

#header .about_link {
  display: block;
  cursor: pointer;
}

#header .about_link img {
  width: 100%;
}

/* !gNavi
---------------------------------------------------------- */
#gNavi {
  display: block;
  position: fixed;
  top: 0;
  left: 50%;
  width: 1090px;
  margin-left: -545px;
  height: 66px;
  background: rgba(65, 25, 104, 0.85);
  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: 101px;
  padding-bottom: 0;
  overflow: hidden;
  *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#gNavi li#gNavi07 a:hover {
  background-position: -460px -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 {
  padding-bottom: 119px;
  text-align: left;
  background-image: url("/tbs-ch/special/sekainoowaripre_202312/img/cp_bg.jpg");
  background-repeat: no-repeat;
  background-size: auto;
}

#a01 .waku h2 {
  display: none;
}

#a01 .waku img {
  width: 100%;
}

#a01 .waku .cp_head {
  width: 737px;
  margin: 0 auto 50px;
  padding: 83px 0 0;
}

#a01 .waku .cp_contents {
  background: #fff;
  margin: 0 auto;
  max-width: 830px;
  padding: 28px 0px 50px;
}

#a01 .waku .cp_contents_img {
  max-width: 645px;
  margin: 0 auto 50px;
}

#a01 .waku .cp_contents_caption {
  max-width: 365px;
  margin: 0 auto;
}

#a01 .waku .cp_contents_txt {
  width: 752px;
  margin: 65px auto 0;
}

#a01 .waku .cp_contents_txt p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  color: #fff;
}

/* !a02
---------------------------------------------------------- */
#a02 {
  padding-bottom: 80px;
  background-color: #e3e2e2;
}

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

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

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

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

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

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

#a03 .waku {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  margin-right: 30px;
  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 p.txt-mg-30 {
  margin-bottom: 30px;
}

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

#a03 .waku .indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

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

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

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

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

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

#q-a .waku .indent {
  display: block;
  text-indent: -1.8em;
  padding-left: 1.8em;
}

#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;
  background-color: #e3e2e2;
}

#a04 h2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 40px;
  height: 58px;
  background: url("/tbs-ch/special/sekainoowaripre_202312/img/title_process.gif"), #694999;
  background-repeat: no-repeat, repeat;
  background-position: center center, center left;
  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;
  overflow: hidden;
  font-size: 22px;
  line-height: 36px;
}

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

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

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

#a04 #step2.waku p:nth-of-type(4) {
  margin-bottom: 40px;
}

#a04 .waku h3 {
  display: none;
}

#a04 .underline {
  border-bottom: 2px solid#535353;
  padding-bottom: 5px;
}

#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: #7d7d7d;
}

#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: #101f33;
  line-height: 24px;
  margin-left: 96px;
}

#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;
  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: #fc5837;
  font-weight: bold;
}

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

#a04 .entry_waku .entry_btn img {
  width: 100%;
}

#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;
  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;
}

#a04 .waku .indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

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

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

#a05 .waku {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  margin-right: 30px;
  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: #010101;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

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

.site-top a {
  color: #0050ff;
  text-decoration: none;
}

#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/sekainoowaripre_202312/img/btn_pageTop01.png") no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 9997;
}

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

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

.pc {
  display: block;
}

.sp_inl {
  display: none;
}

.pc_inl {
  display: inline;
}
