/*
 * 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: #0b0706;
}

/* 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;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

#header .figure {
  margin-bottom: 30px;
}

#header .about_txt {
  padding: 30px 0;
}

#header .about_txt img {
  width: 100%
}

#header .about_title {
  max-width: 397px;
  margin: 0 auto 13px;
}

#header .about_day {
  background-color: #000;
  padding: 10px 0;
  margin-bottom: 20px;
}

#header .about_day .thumb {
  display: block;
  max-width: 987px;
  margin: 0 auto;
}

#header .about_link {
  max-width: 319px;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#gNavi li#gNavi07 a:hover {
  background-position: -469px -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: 25px 40px 60px;
  text-align: left;
  background-color: #fff8e6;
}

#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 img {
  width: 100%;
}

#a01 .waku .cp_head {
  margin: 0 auto 20px;
}

#a01 .waku .cp_contents_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  max-width: 1000px;
  padding: 40px 38px 40px 25px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 2px solid #fc692f;
  background-color: #fff;
}

#a01 .waku .cp_contents_img .cp_contents_present {
  flex-shrink: 0;
  max-width: 408px;
}

#a01 .waku .cp_contents_img .cp_contents_txt {
  margin-left: 35px;
}

#a01 .waku .cp_contents_img .cp_contents_txt p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  word-wrap: break-word;
}

#a01 .waku .cp_contents_img .cp_contents_txt p.cp_contents_intro {
  margin-top: 5px;
  margin-bottom: 30px;
  color: #000;
}

#a01 .waku .cp_contents_img .cp_contents_txt p.cp_contents_title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  text-indent: -0.6em;
  color: #7d00b7;
}

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

#a02 h2 {
  display: block;
  width: 1090px;
  height: 62px;
  margin-top: 0px;
  margin-bottom: 34px;
  background-color: #7a5131;
  background-image: url("/tbs-ch/special/seventeenpre_202507/img/title_kikan.gif");
  background-repeat: no-repeat, repeat;
  background-position: center center, center center;
  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;
}

#a03 h2 {
  display: block;
  width: 1090px;
  height: 62px;
  margin-top: 0px;
  margin-bottom: 34px;
  background-color: #7a5131;
  background-image: url("/tbs-ch/special/seventeenpre_202507/img/title_condition.gif");
  background-repeat: no-repeat, repeat;
  background-position: center center, center center;
  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;
}

#q-a h2 {
  display: block;
  width: 1090px;
  height: 62px;
  margin-top: 0px;
  margin-bottom: 34px;
  background-color: #7a5131;
  background-image: url("/tbs-ch/special/seventeenpre_202507/img/title_qanda.gif");
  background-repeat: no-repeat, repeat;
  background-position: top 15px center, center center;
  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;
}

#a04 h2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 40px;
  height: 62px;
  background-color: #7a5131;
  background-image: url("/tbs-ch/special/seventeenpre_202507/img/title_process.gif");
  background-repeat: no-repeat, repeat;
  background-position: center center, center center;
  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 #182F6B;
  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: #9a9187;
}

#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: #1a1a1a;
  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: #7d00b7;
  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;
}

#a05 h2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 40px;
  height: 62px;
  background-color: #7a5131;
  background-image: url("/tbs-ch/special/seventeenpre_202507/img/title_info.gif");
  background-repeat: no-repeat, repeat;
  background-position: center center, center center;
  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: #333;
  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/seventeenpre_202507/img/btn_pageTop01.png") no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 9997;
}

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

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.cp_contents_img_pc {
  display: block !important;
  padding: 0 40px;
}

.cp_contents_img_sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .cp_contents_img_pc {
    display: none !important;
  }

  .cp_contents_img_sp {
    display: block !important;
  }
}

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

.pc {
  display: block;
}

.sp_inl {
  display: none;
}

.pc_inl {
  display: inline;
}
