@charset "UTF-8";
/* #####################################################
 * common.css
 * - Core
 * - Layout
 * - Pages
 * ################################################## */

/* =====================================================
 * Base
 * ================================================== */

.pc {
  display: block;
}
.sp {
  display: none;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-style: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

html input[type='button'],
button,
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

/* normalize overwrite */
html {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 62.5%;
  position: relative;
  min-height: 100%;
}

body {
  font-size: 1.4rem;
  line-height: 1.2;
  /* height: 100%; */
  padding: 0 0 20rem;
  color: #383737;
  background: #EEB0BD url(../img/bg_body_01.jpg) no-repeat 50% 0;
}

a {
  text-decoration: underline;
}

a:link,
a:visited {
  color: #2196f3;
}

a:hover,
a:active {
  color: #6ab8f7;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
figure,
small {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

img {
  vertical-align: bottom;
}

ul,
ol {
  list-style-type: none;
}

th {
  font-weight: normal;
  text-align: left;
}

/* =====================================================
 * Layout
 * ================================================== */

/* -----------------------------------------------------
 * Layout container
 * -------------------------------------------------- */
.l-container {
  overflow: hidden;
  width: 100%;
  min-width: 1300px;
}

/* -----------------------------------------------------
 * Header
 * -------------------------------------------------- */
.l-header {
  position: relative;
  width: 1200px;
  height: 604px;
  margin: 0 auto;
}

.l-header .inner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1200px;
  margin: 0 0 0 -600px;
}

.header {
  position: relative;
}

.header-manyo {
  position: absolute;
  z-index: 100;
  top: 30px;
    left: 180px;
}

.header-manyo a {
  display: block;
  overflow: hidden;
  width: 224px;
  height: 120px;
  text-indent: -100%;
  background: url(../img/logo_manyo_01.png) no-repeat 50% 50%;
}

.header-logo {
  position: absolute;
  z-index: 5;
  top: 224px;
  left: 50px;
  width: 430px;
  height: 250px;
  margin: 0 auto;
  text-indent: -100%;
  opacity: 0;
  background: url(../img/logo_taiketu_01.png) no-repeat 50% 50%;
}

.header-lead {
  position: absolute;
  z-index: 10;
  top: 167px;
  left: 69px;
  width: 419px;
  height: 40px;
  margin: 0 auto;
  text-indent: -100%;
  background: url(../img/header_lead_01.png) no-repeat 50% 50%;
}

.page-v3 .header-lead {
  background-image: url(../img/header_lead_01.png);
}

.page-v4 .header-lead {
  background-image: url(../img/header_lead_03.png);
}

.header-social {
  position: absolute;
  z-index: 60;
  top: 48px;
  right: -6px;
}

.header-social li {
  display: inline;
  float: left;
  margin: 0 5px 0 0;
}

.header-social .fb {
  overflow: hidden;
  width: 70px;
}

/* -----------------------------------------------------
 * Layout contents
 * -------------------------------------------------- */
.l-contents,
.contents {
  font-size: 15px;
  line-height: 1.8;
}

.l-main,
.main {
  overflow: hidden;
}

/* =====================================================
 * Module
 * ================================================== */
.mod-center {
  text-align: center;
}

.block-detail {
  width: 1200px;
  margin: 0 auto;
  padding: 1rem 0;
}

.block-detail.ver1 {
  background: url(../img/vote-hand-bg.png) no-repeat 100% 0;
  background-size: contain;
}

/*------------------------------------------------------
 * メインビジュアル
 *--------------------------------------------------- */
.block-visual {
  line-height: 1.2;
  position: absolute;
  z-index: 50;
  top: -10px;
  right: 0;
  left: -80px;
  overflow: hidden;
  width: 1270px;
  height: 0;
  margin: 0 auto;
  padding-top: 604px;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  white-space: nowrap;
  text-indent: 2540px;
  opacity: 0;
  background: url(../img/visual_01.png) no-repeat 100% 0;
  background-size: contain;
}

.block-visual.show {
  top: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  left: -70px;
}

/*------------------------------------------------------
 * 真実を見破れ
 *--------------------------------------------------- */
.unit-announcement:after {
  display: block;
  clear: both;
  content: '';
}

.page-v2 .unit-announcement,
.page-v3 .unit-announcement {
  position: relative;
  z-index: 0;
  margin: 0 0 52px;
}

.unit-announcement .heading2 {
  margin: 0 0 39px;
}

.unit-announcement p {
  float: left;
  width: 525px;
}

.unit-announcement .photo {
  position: relative;
  float: right;
  width: auto;
  margin: 0;
  padding: 5px 0 0;
}

/* .unit-announcement .photo:after {
  position: absolute;
  right: -87px;
  bottom: -108px;
  display: block;
  width: 247px;
  height: 150px;
  content: '';
  background: url(../img/common/announcement_txt_01.png?ver0322) no-repeat 0 0;
}

.page-v2 .unit-announcement p.photo:after,
.page-v3 .unit-announcement p.photo:after {
  top: -34px;
  bottom: auto;
  background-image: url(../img/common/announcement_txt_02.png);
} */

/*------------------------------------------------------
 * 投票告知
 *--------------------------------------------------- */
.block-announcement {
  position: relative;
  z-index: 20;
  width: 1200px;
  margin: 0 auto;
  padding: 44px 50px 84px;
  background: #fff;
}

.block-announcement:after {
  display: block;
  clear: both;
  content: '';
}

.page-v2 .block-announcement,
.page-v3 .block-announcement {
  padding: 50px 118px 47px;
}

.page-v2 .block-announcement p,
.page-v3 .block-announcement p {
  font-size: 12px;
  line-height: 1.6;
  float: left;
  width: 570px;
  padding: 3px 0 0;
}

.page-v2 .block-announcement p.btn,
.page-v3 .block-announcement p.btn {
  float: right;
  width: auto;
  margin: 0 -8px 0 0;
  padding: 0;
}

.page-v4 .block-announcement {
  padding: 63px 50px 69px;
}


.block-announcement p.mod-center {
  float: none;
  width: 100%;
}

.block-announcement p.txt1 {
  margin: 47px 0 0;
}


/*------------------------------------------------------
 * 詳細エリア
 *--------------------------------------------------- */
.block-detail {
  position: relative;
  z-index: 0;
  z-index: 10;
}

/* .block-detail:before {
  position: absolute;
  z-index: -1;
  top: -108px;
  left: 50%;
  display: block;
  width: 1600px;
  height: 342px;
  margin: 0 0 0 -800px;
  content: '';
  background: url(../img/common/bg_block_01.png?ver0322) no-repeat 50% 0;
} */

/* .block-detail .heading1 {
  line-height: 1.2;
  overflow: hidden;
  width: 1200px;
  height: 0;
  padding-top: 117px;
  white-space: nowrap;
  text-indent: 2400px;
  background: url(../img/detail/detail_ttl_01.png?ver0322) no-repeat 50% 50%;
}

.page-teaser .block-detail .heading1 {
  height: 131px;
  background: url(../img/detail/detail_ttl_01_teaaser.png?ver0322) no-repeat 50px 0;
} */

/* .block-detail .heading3 {
  line-height: 1.2;
  overflow: hidden;
  width: 1200px;
  height: 0;
  margin: 0 0 36px;
  padding-top: 51px;
  white-space: nowrap;
  text-indent: 2400px;
  background: url(../img/detail/detail_ttl_02.png?ver0322) no-repeat 217px 0;
} */

.block-detail .inner {
  font-size: 16px;
  margin-bottom:-110px;
}

.block-detail .reports {
  position: relative;
  z-index: 1;
  margin: 0 -25px;
}

.block-detail .reports:after {
  display: block;
  clear: both;
  content: '';
}

.block-detail .report {
  float: left;
  width: 525px;
  margin: 0 25px;
}

/* .block-detail .report.report1 .report-heading {
  background: url(../img/detail/detail_ttl_03.png?ver0322) no-repeat 161px 50%;
}

.block-detail .report.report1 .report-photo {
  margin: -214px 0 0 -96px;
  background-image: url(../img/detail/detail_ph_01.png?ver0322);
}

.block-detail .report.report2 .report-heading {
  background: url(../img/detail/detail_ttl_04.png?ver0322) no-repeat 99px 50%;
}

.block-detail .report.report2 .report-photo {
  margin: -214px -1009px 0 0;
  background-image: url(../img/detail/detail_ph_02.png?ver0322);
} */

.block-detail .report-heading {
  line-height: 1.2;
  overflow: hidden;
  width: 525px;
  height: 0;
  padding-top: 50px;
  white-space: nowrap;
  text-indent: 1050px;
}


/* .block-detail .report-photo {
  background-image: url(../img/detail/detail_ph_01.png);
  padding-top: 1050px;
  width:1200px;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 1264px;
  white-space: nowrap;
  line-height: 1.2;
  height: 0;
}

.block-detail .report-photo2 {
  background-image: url(../img/detail/detail_ph_02.png);
  padding-top: 1050px;
  width:1200px;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 1264px;
  white-space: nowrap;
  line-height: 1.2;
  height:  2550px;
  margin-left:-50px;
} */

.block-detail .report-txt {
  margin: 20px 0 0;
  text-align:center;
}

.block-detail .txt {
  margin: 55px 0 0;
}

/*------------------------------------------------------
 * 結果エリア
 *--------------------------------------------------- */
.block-result {
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  z-index: 10;
  width: 1200px;
  margin: 0 auto;
  padding: 61px 50px 0;
  background: #fff url(../img/result_bg_01.png) no-repeat 0 0;
}

.block-result .inner {
  position: relative;
  padding: 0 0 0 578px;
}

.block-result .heading1 {
  line-height: 1.2;
  overflow: hidden;
  width: 100%;
  height: 0;
  margin: 0 0 50px;
  padding-top: 72px;
  white-space: nowrap;
  text-indent: 200%;
  background: url(../img/result_ttl_01.png) no-repeat 50% 0;
}

.block-result .heading2 {
  line-height: 1.2;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 169px;
  white-space: nowrap;
  text-indent: 200%;
  background: url(../img/result_ttl_02.png) no-repeat 50% 0;
}

.block-result .heading3 {
  line-height: 1.2;
  overflow: hidden;
  width: 100%;
  height: 0;
  margin: 0 0 11px;
  padding-top: 31px;
  white-space: nowrap;
  text-indent: 200%;
  background: url(../img/result_ttl_03.png) no-repeat 50% 0;
}

.block-result .heading3_2 {
  line-height: 1.2;
  overflow: hidden;
  width: 100%;
  height: 0;
  margin: 0 0 11px;
  padding-top: 31px;
  white-space: nowrap;
  text-indent: 200%;
  background: url(../img/result_ttl_03_tatuguchi.png) no-repeat 50% 0;
}

.block-result .play {
  position: relative;
  margin: 40px 0 0;
  padding: 0 269px 0 0;
}

.block-result .photo1 {
  position: absolute;
  top: 0;
  right: 0;
}

.block-result .photo1_2{
  position: absolute;
  top: 0;
  right: 0;
}

.block-result .photo1:after {
  position: absolute;
  top: -65px;
  right: -100px;
  display: block;
  width: 204px;
  height: 131px;
  content: '';
  background: url(../img/result_txt_01.png) no-repeat 0 0;
}
/* 
.block-result .photo1_2:after {
  position: absolute;
  top: -65px;
  right: -100px;
  display: block;
  width: 204px;
  height: 131px;
  content: '';
  background: url(../img/result/result_txt_02.png) no-repeat 0 0;
} */

.block-result .photos {
  position: absolute;
  top: -23px;
  left: -12px;
  width: 570px;
}

.block-result .photo {
  float: left;
  margin: 22px 13px 0 12px;
}

.block-result .answer {
  position: relative;
  margin: 0 -90px;
  padding: 66px 0 75px;
}

.block-result .answer.answer-true {
  position: relative;
}

.block-result .answer.answer-true_2 {
  position: relative;
}

.block-result .answer.answer-true:after {
  position: absolute;
  z-index: 0;
  left: -10px;
  bottom: 0;
  width: 1271px;
  height: 218px;
  content: '';
  background: url(../img/result_bg_02.png) no-repeat 0 100%;
}

.block-result .answer.answer-true_2:after {
  position: absolute;
  z-index: 0;
  left: -10px;
  bottom: 0;
  width: 1253px;
  height: 218px;
  content: '';
  background: url(../img/result_bg_03.png) no-repeat 0 100%;
}

.block-result .answer.answer-true .btn {
  position: relative;
  z-index: 1;
}

.block-result .answer.answer-true_2 .btn {
  position: relative;
  z-index: 1;
}

.block-result .answer.answer-true .btn a {
  background-image: url(../img/result_btn_01.png);
}

.block-result .answer.answer-true_2 .btn a {
  background-image: url(../img/result_btn_01_tatuguchi.png);
}

.block-result .answer.answer-false {
  background: url(../img/result_bg_02.png) no-repeat 0 100%;
}

.block-result .answer.answer-false_2 {
  background: url(../img/result_bg_03.png) no-repeat -15px 100%;
}

.block-result .answer.answer-false .btn {
  cursor: default;
}

.block-result .answer.answer-false_2 .btn {
  cursor: default;
}

.block-result .answer.answer-false .btn span {
  background-image: url(../img/result_btn_02.png);
}

.block-result .answer.answer-false_2 .btn span {
  background-image: url(../img/result_btn_02ookura.png);
}

.block-result .answer .btn a,
.block-result .answer .btn span {
  line-height: 1.2;
  display: block;
  overflow: hidden;
  width: 822px;
  height: 0;
  margin: 0 auto;
  padding-top: 130px;
  white-space: nowrap;
  text-indent: 1644px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

/*------------------------------------------------------
 * 投票エリア
 *--------------------------------------------------- */
.block-vote {
  position: relative;
  z-index: 30;
  width: 1200px;
  margin: -40px auto 0;
  padding: 40px 47px 42px 51px;
}

.block-vote:after {
  display: block;
  clear: both;
  content: '';
}

.block-vote:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 127px;
  content: '';
  background: #fff;
}

.block-vote .unit {
  position: relative;
  width: 529px;
}

.block-vote .unit-a {
  float: left;
}

.block-vote .unit-a .num {
  left: -111px;
  background-image: url(../img/vote_bg_a_01.png?ver0322);
}

.block-vote .unit-b {
  float: right;
}

.block-vote .unit-b .num {
  right: -109px;
  background-image: url(../img/vote_bg_b_01.png?ver0322);
}

.block-vote .vote {
  font-size: 0;
}

.block-vote .num {
  font-size: 46px;
  position: absolute;
  top: -59px;
  width: 177px;
  height: 108px;
  padding: 32px 0 0;
  text-align: center;
  color: #fff;
}

.btn-present {
  position: relative;
  display: block;
  overflow: hidden;
  width: 1200px;
  height: 160px;
  padding: 0 47px 72px 51px;
  margin: 0 auto 30px;
  text-indent: -100%;
  background: url(../img/present_btn_01.png?ver0322) no-repeat #FFF center top;
  z-index: 1;
}

/*------------------------------------------------------
 * 対決の放送
 *--------------------------------------------------- */
.block-onair {
  position: relative;
  z-index: 0;
  z-index: 5;
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 0;
}

/* .block-onair:before {
  position: absolute;
  z-index: -1;
  top: -108px;
  left: 50%;
  display: block;
  width: 1600px;
  height: 342px;
  margin: 0 0 0 -800px;
  content: '';
  background: url(../img/common/bg_block_01.png?ver0322) no-repeat 50% 0;
} */

.page-v2 .block-onair {
  z-index: 15;
}

.block-onair:after {
  display: block;
  clear: both;
  content: '';
}

/* .block-onair .heading {
  overflow: hidden;
  width: 500px;
  height: 40px;
  margin: 0 auto;
  text-indent: -100%;
  background: url(../img/onair/onair_ttl_02.png?ver0322) no-repeat 0 0;
}

.page-teaser .block-onair .heading {
  width: 230px;
  background: url(../img/onair/onair_ttl_01.png?ver0322) no-repeat 0 0;
} */

.block-onair .heading {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
}

.block-onair .program {
  position: relative;
  float: left;
  width: 575px;
  margin: -3px 0 0;
}

.block-onair .program a {
  display: block;
  overflow: hidden;
  height: 0;
  padding-top: 320px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  text-indent: -100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.block-onair .program a:hover {
  opacity: .7;
}

.block-onair .program-a a {
  background-image: url(../img/onair_bnr_a_01.png);
}

.block-onair .program-a.end a {
  background-image: url(../img/onair_bnr_a_02.png);
}

.block-onair .program-b {
  float: right;
}

.block-onair .program-b a {
  background-image: url(../img/onair_bnr_b_01.png);
}

.block-onair .program-b.end a {
  background-image: url(../img/onair_bnr_b_02.png);
}

/*------------------------------------------------------
 * プレゼント
 *--------------------------------------------------- */
.block-present {
  position: relative;
  z-index: 0;
  width: 1200px;
  margin: 0 auto;
  padding: 10rem 0 0;
}

/* .block-present:before {
  position: absolute;
  z-index: -1;
  top: -108px;
  left: 50%;
  display: block;
  width: 1600px;
  height: 342px;
  margin: 0 0 0 -800px;
  content: '';
  background: url(../img/common/bg_block_01.png?ver0322) no-repeat 50% 0;
}

.block-present .present-header-a {
  overflow: hidden;
  height: 430px;
  background: url(../img/present/present_bnr_01.jpg?0322) no-repeat 0 0;
} */
/* 
.block-present .present-header-a dl {
  text-indent: -200%;
} */

/* .block-present .present-header-b {
  position: relative;
  overflow: hidden;
  height: 460px;
  background: url(../img/present/present_bnr_02.jpg?0322) no-repeat 0 0;
} */

.block-present .present-header-b dl {
  text-indent: -200%;
}

.block-present .present-header-b .btn-apply {
  position: absolute;
  right: 65px;
  bottom: 60px;
  margin: 0;
}

.block-present .present-body {
  position: relative;
  margin-top: 34px;
  padding: 55px 45px;
  border: 5px solid #fff;
  background: #faf8f2;
}

/* .block-present .present-body:after {
  position: absolute;
  top: 31px;
  right: -65px;
  display: block;
  width: 458px;
  height: 356px;
  content: '';
  background: url(../img/present/present_photo_01.png?ver0322) no-repeat 0 0;
}

.block-present .items {
  height: 341px;
  margin-top: 50px;
  background: url(../img/present/present_items_01.jpg?0322) no-repeat 0 0;
} */

.block-present .item {
  float: left;
  width: 550px;
  padding: 247px 0 0 250px;
}

.block-present .item p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 auto;
  text-align: center;
}

.block-present .item:last-child p {
  padding-top: 10px;
  text-align: center;
}

.block-present .item-name {
  overflow: hidden;
  height: 0;
  text-indent: -200%;
}

/* .block-present .heading1 {
  display: block;
  overflow: hidden;
  width: 650px;
  height: 40px;
  margin: 0 auto 43px;
  text-indent: -200%;
  background: url(../img/present/present_ttl_01.png?ver0322) no-repeat 0 0;
}

.block-present .heading2 {
  display: block;
  overflow: hidden;
  width: 710px;
  height: 177px;
  margin: 0 0 17px 13px;
  text-indent: -200%;
  background: url(../img/present/present_ttl_02.png?ver0322) no-repeat 0 0;
} */

.block-present .lead {
  font-size: 14px;
  line-height: 1.6;
  width: 720px;
  margin: 0 0 17px 13px;
}

/* .block-present .txt {
  display: block;
  overflow: hidden;
  width: 990px;
  height: 34px;
  margin: 42px auto;
  text-indent: -200%;
  background: url(../img/present/present_txt_01.png?ver0322) no-repeat 0 0;
}

.block-present .btn-portal {
  display: block;
  overflow: hidden;
  width: 550px;
  height: 90px;
  margin: 0 auto;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  text-indent: -200%;
  background: url(../img/present/present_btn_manyo_01.png?ver0322) no-repeat 0 0;
} */

.block-present .btn-portal:hover {
  opacity: .7;
}
/* 
.block-present .btn-apply {
  position: relative;
  z-index: 1;
  display: block;
  width: 482px;
  height: 64px;
  margin: 22px 0 -7px 124px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  text-indent: -200%;
  background: url(../img/present/present_btn_apply_02.png?ver0322) no-repeat 50% 50%;
} */

.block-present .btn-apply:hover {
  opacity: .7;
}

/* .block-present .btn-apply.disabled {
  background-image: url(../img/present/present_btn_apply_01.png?ver0322);
} */

.block-present .btn-apply.disabled:hover {
  opacity: 1;
}

/*------------------------------------------------------
 * 動画エリア
 *--------------------------------------------------- */
.block-movie {
  position: relative;
  z-index: 15;
  width: 1200px;
  margin: 0 auto;
  line-height:0;
}

.page-v4 .block-movie {
  position: relative;
  z-index: 0;
  padding: 45px 0 0;
}

/* .page-v4 .block-movie:before {
  position: absolute;
  z-index: -1;
  top: -108px;
  left: 50%;
  display: block;
  width: 1600px;
  height: 342px;
  margin: 0 0 0 -800px;
  content: '';
  background: url(../img/common/bg_block_01.png?ver0322) no-repeat 50% 0;
}

.block-movie .heading {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 38px;
  margin: 0 auto 46px;
  text-indent: -100%;
  background: url(../img/movie/movie_ttl_01.png?ver0322) no-repeat 50% 50%;
} */

/*------------------------------------------------------
 * モーダル
 *--------------------------------------------------- */
.block-modal {
  display: none;
}

.modal {
  width: 750px;
  height: 530px;
  margin: 0 auto;
  background: #fff584 url(../img/modal_bg_01.png?ver0322) no-repeat 50% 0;
}

.modal h2 {
  margin: 0 0 20px;
  padding: 60px 0 0;
  text-align: center;
}

.modal-lead {
  margin: 0 0 30px;
  text-align: center;
}

.modal-btns {
  margin: 0 0 40px;
  text-align: center;
}

.modal-btns li {
  display: inline;
  padding: 0 3px;
}

.modal-close {
  text-align: center;
}

/* -----------------------------------------------------
 * Other
 *--------------------------------------------------- */

/* javascript image mouseover
 *----------------------------------- */
.btn {
  cursor: pointer;
}

/* css image mouseover
 *----------------------------------- */
.hover {
  cursor: pointer;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.hover:hover {
  opacity: .7;
}

/* --------------------------------------------------
 * Clearfix
 *------------------------------------------------ */
.group:after {
  display: block;
  clear: both;
  content: '';
}

/* --------------------------------------------------
 * Colorbox
 *------------------------------------------------ */

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

#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 {
  display: block;
  float: left;
  max-width: none;
  margin: auto;
  -ms-interpolation-mode: bicubic;
  border: 0;
}

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

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

#colorbox {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  overflow: hidden;
  outline: 0;
}

#colorbox button {
  display: none !important;
}

#cboxOverlay,
#cboxWrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  overflow: hidden;
}

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

#cboxContent {
  position: relative;
  overflow: hidden;
  width: 600px;
  margin: 0 auto;
}

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

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

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

.menuBlock {
  height: 300px;
}




/* --------------------------------------------------
* ver1    add 2024/03
*------------------------------------------------ */
#top .title {
  text-align: center;
  margin-bottom: 4rem;
}
#top .title h2{
  font-size: 6rem;
  font-weight: bold;
  margin: 0 auto;
  color: #e94a99;
}
#top .title span{
  font-size: 2.2rem;
  font-weight: bold;
  color: #e94a99;
}
.unit-announcement .photo .bubble {
  position: absolute;
  right: -87px;
  bottom: -108px;
  width: 247px;
  height: 150px;
  background: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
}
#content2 .unit-announcement .photo .bubble {
  top: -34px;
  bottom: auto;
}
.unit-announcement .photo .bubble p {
  width: 100%;
  float: unset;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
.unit-announcement .photo .bubble p span {
  display: block;
  font-size: 2.5rem;
  line-height: 1.5;
}
#top .block-announcement p.txt1 {
  font-size: 5rem;
  font-weight: bold;
  margin-top: 5rem;
}
#top .block-announcement p.txt1 span {
  display: block;
  font-size: 2.6rem;
  line-height: 1;
}


#detail.block-detail .heading1 {
  text-align: center;
  font-size: 4.5rem;
  font-weight: bold;
  height: unset;
  margin-top: 6rem;
  margin-bottom: 2rem;
}
#detail.block-detail .heading1 small{
  font-size: 3.5rem;
}


#gift.block-present .heading {
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
}
#gift.block-present .present-header-a .flex {
  display: flex;
  margin-top: 4rem;
}
#gift.block-present .present-header-a .flex .img {
  width: 50%;
}
#gift.block-present .present-header-a .flex .img img {
  width: 100%;
}
#gift.block-present .present-header-a .flex .text {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: black;
}
#gift.block-present .present-header-a .flex .text strong {
  color: #e4d2a0;
  font-size: 5rem;
  padding-top: 9rem;
  line-height: 1.5;
  letter-spacing: -0.2rem;
}
#gift.block-present .present-header-a .flex .text strong span {
  color: white;
  font-size: 4rem;
}
#gift.block-present .present-header-a .flex .text small {
  color: white;
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: bold;
}



/* --------------------------------------------------
* ver2    add 2024/03
*------------------------------------------------ */
#top.block-announcement .heading3 {
  text-align: center;
  font-size: 8rem;
  letter-spacing: 0;
  font-weight: bold;
  color: #c32d2d;
}
#top.block-announcement .date {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}
#top.block-announcement .date span {
  font-size: 4.5rem;
  letter-spacing: -0.2rem;
  font-weight: bold;
  padding: 0 0.4rem;
}
#top.block-announcement .flex {
  display: flex;
  max-width: 1000px;
  margin: 2rem auto 0;
  align-items: center;
}
#top.block-announcement .flex .btn {
  margin-left: 3rem;
}


.ver2 #detail {
  margin-top: 11rem;
}
#detail .ver2-content {
  margin-top: 8rem;
  padding-bottom: 4rem;
}
#detail .ver2-content .h3-title {
  text-align: center;
}
#detail .ver2-content .h3-title h3 {
  font-size: 4rem;
  font-weight: bold;
}
#detail .ver2-content .h3-title strong {
  font-size: 3rem;
  font-weight: bold;
  color: red;
}
#detail .ver2-content .h3-title span {
  font-size: 4rem;
}
#detail .ver2-content .list ul {
  margin-top: 3rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#detail .ver2-content .list ul li {
  width: 47.5%;
  margin-bottom: 3rem;
  position: relative;
}
#detail .ver2-content .list ul li .img img {
  width: 100%;
}
#detail .ver2-content .list ul li .img img.icon {
  position: absolute;
  width: 10rem;
  top: 1rem;
}
#detail .ver2-content .list ul li.person1 .img img.icon {
  left: 1rem;
}
#detail .ver2-content .list ul li.person2 .img img.icon {
  right: 1rem;
}
#detail .ver2-content .list ul li .pop-txt {
  margin-top: 1rem;
  height: 23rem;
  width: 33rem;
  padding: 0;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#detail .ver2-content .list ul li.person1 .pop-txt {
  margin-left: auto;
  background: url(../img/per1-txt-bg.png) no-repeat 0 0;
  background-size: contain;
}
#detail .ver2-content .list ul li.person2 .pop-txt {
  margin-right: auto;
  background: url(../img/per2-txt-bg.png) no-repeat 0 0;
  background-size: contain;
}
#detail .ver2-content .list ul li .pop-txt strong {
  display: block;
  font-size: 2rem;
  margin: 1rem 0;
}
#detail .ver2-content .list ul li .pop-txt p {
  text-align: left;
  line-height: 1.5;
  font-weight: bold;
}
#detail .ver2-content .list ul li .person {
  position: absolute;
  bottom: 0;
}
#detail .ver2-content .list ul li.person1 .person {
  left: 0;
}
#detail .ver2-content .list ul li.person2 .person {
  right: 0;
}










/* =====================================================
  * sp
  * ================================================== */
@media screen and (max-width:750px) {

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  
  .l-main {
    width: 750px;
  }
  .l-contents {
    width: 90%;
    margin: 0 auto;
  }
  .contents {
    width: 90%;
    margin: 0 auto;
  }

  body {
    font-size: 2.2rem;
    line-height: 1.2;
    /* height: 100%; */
    width: 750px;
    padding: 0 0 20rem;
    color: #383737;
    background: #EEB0BD url(../img/bg_body_01-sp.png) no-repeat 0 0;
  }
  /* -----------------------------------------------------
  * Layout container
  * -------------------------------------------------- */
  .l-container {
    overflow: hidden;
    width: 750px;
    margin: 0 auto;
    min-width: 750px;
  }

  /* ----------------------------------------------------
  * Header
  * -------------------------------------------------- */
  .l-header {
    position: relative;
    margin: 0 auto;
    width: 750px;
    height: unset;
  }

  .l-header .inner {
    padding-top: 70px;
    width: 750px;
    position: static;
    top: unset;
    left: unset;
    margin: unset;
  }

  .header-manyo {
    margin-bottom: 24px;
    text-align: center;
    position: static;
    z-index: 100;
    top: unset;
    left: unset;

  }

  .header-manyo a {
    display: inline-block;
    overflow: hidden;
    width: 252px;
    height: 112px;
    text-indent: -200%;
    background: url(../img/logo_manyo_01.png) no-repeat 50% 50%;
  }

  .header-logo {
    position: relative;
    top: -700px;
    left: unset;
    width: 430px;
    height: 240px;
    margin: 0 auto;
    text-indent: -300%;
    background: url(../img/logo_taiketu_01.png) no-repeat 50% 50%;
  }

  .header-lead {
    position: static;
    width: 416px;
    height: 40px;
    margin: 0 auto 20px;
    text-indent: -100%;
    background: url(../img/header_lead_01.png) no-repeat 50% 50%;
  }

  .page-v3 .header-lead {
    background-image: url(../img/header_lead_01.png);
  }

  .page-v4 .header-lead {
    background-image: url(../img/header_lead_03.png);
  }

  .header-social {
    position: absolute;
    z-index: 20;
    top: 25px;
    right: 25px;
  }

  .header-social img {
    vertical-align: top;
  }

  .header-social li {
    display: inline;
    float: left;
    margin: 0 5px 0 0;
  }

  .header-social .fb {
    overflow: hidden;
    width: 70px;
  }

  /* =====================================================
  * Module
  * ================================================== */
  .mod-center {
    text-align: center;
  }

  /*------------------------------------------------------
  * メインビジュアル
  *--------------------------------------------------- */
  .block-visual {
    position: relative;
    z-index: 30;
    height: 560px;
    width: 750px;
    margin: 0 auto -1px;
    left: unset;
    right: unset;
    top: unset;
    padding: 0;
    background: url(../img/visual_01-sp.png) no-repeat 50% 50%;
    transform: scale(1);
    text-indent: unset;
    opacity: unset;
  }
  .block-visual.show {
    left: unset;
  }





  .block-movie {
    width: 100%;
  }
  .block-present {
    width: 100%;
  }
  .block-onair {
    width: 100%;
  }
  .btn-present {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: unset;
    padding: 10px 47px 72px 51px;
    margin: 0 auto 30px;
    text-indent: -100%;
    background: url(../img/present_btn_01.png?ver0322) no-repeat #FFF center 20%;
    z-index: 1;
    background-size: 90%;
    margin-top: -5px;
  }
  .block-result {
    width: 100%;
  }
  .block-detail .report-photo2 {
    width:100%;
  }
  .block-detail .report-photo {
    width:100%;
  }
  .block-announcement {
    width: 100%;
    padding: 10rem 40px 84px;
  }
  .block-detail {
    width: 100%;
  }
  .block-detail .heading3 {
    width: 100%;
  }

  #top .title h2 {
    font-size: 5rem;
    line-height: 1.5;
  }
  #top .title span {
    padding-top: 2rem;
    display: block;
    font-size: 2.4rem;
    letter-spacing: -0.2rem;
    line-height: 1.5;
  }


  .unit-announcement p {
    float: unset;
    margin: 0 auto;
    font-size: 2rem;
  }
  .unit-announcement .photo {
    float: unset;
    margin: 0 auto;
    text-align: center;
    margin-top: 2rem;
  }
  .unit-announcement .photo .bubble {
    bottom: -45px;
    right: -60px;
  }

  #top .block-announcement p.txt1 {
    margin-top: 7rem;
    line-height: 1.2;
  }
  #top .block-announcement p.txt1 span {
    margin-top: 3rem;
  }


  #detail.block-detail {
    background: url(../img/vote-hand-bg.png) no-repeat 115% 0;
  }
  #detail.block-detail .heading1 {
    text-align: left;
    margin-top: 10rem;
  }

  .block-onair .program {
    float: unset;
    margin: 0 auto;
  }

  #gift.block-present .present-header-a .flex {
    flex-direction: column;
  }
  #gift.block-present .present-header-a .flex .img {
    width: 100%;
  }
  #gift.block-present .present-header-a .flex .text {
    width: 100%;
    padding: 5rem 0;
  }
  #gift.block-present .present-header-a .flex .text strong {
    padding: 0;
  }
  #gift.block-present .present-header-a .flex .text small {
    font-size: 2.5rem;
  }









  

  /* --------------------------------------------------
  * ver2    add 2024/03
  *------------------------------------------------ */
  #top.block-announcement .heading3 {
    font-size: 6rem;
  }
  #top.block-announcement .flex {
    flex-direction: column;
  }
  #top.block-announcement .flex p {
    font-size: 2rem;
  }
  #top.block-announcement .flex p.btn {
    margin-top: 4rem;
    width: 80%;
    max-width: 500px;
    margin-left: unset;
  }
  #top.block-announcement .flex p.btn a {
    width: 100%;
    display: block;
  }
  #top.block-announcement .flex p.btn a img {
    width: 100%;
  }

  .ver2 #detail.block-detail {
    background: unset;
    margin-top: 8rem;
  }
  .ver2 #detail.block-detail .heading1 {
    font-size: 4rem;
    margin-bottom: 3rem;
    text-align: center;
  }
  .ver2 .block-detail .inner {
    padding-left: 40px!important;
    padding-right: 40px!important;
  }

  #detail .ver2-content {
    margin-top: 12rem;
  }
  #detail .ver2-content .h3-title h3 {
    font-size: 5rem;
  }
  #detail .ver2-content .h3-title strong {
    line-height: 1.2;
    margin-top: 1.5rem;
    display: block;
  }
  #detail .ver2-content .h3-title span {
    font-size: 3rem;
  }
  #detail .ver2-content .list ul {
    flex-direction: column;
    margin-top: 8rem;
  }
  #detail .ver2-content .list ul li {
    width: 100%;
    margin-bottom: 7rem;
  }
  #detail .ver2-content .list ul li .img {
    text-align: center;
  }
  #detail .ver2-content .list ul li .img img {
    width: 90%;
  }
  #detail .ver2-content .list ul li.person1 .img img.icon {
    left: 7%;
  }
  #detail .ver2-content .list ul li.person2 .img img.icon {
    right: 7%;
  }
  #detail .ver2-content .list ul li .pop-txt {
    height: 28rem;
    width: 39rem;
  }
  #detail .ver2-content .list ul li .pop-txt strong {
    font-size: 3rem;
  }
  #detail .ver2-content .list ul li .pop-txt p {
    font-size: 2rem;
  }
  #detail .ver2-content .list ul li .person {
    width: 33rem;
  }
  #detail .ver2-content .list ul li.person1 .person {
    left: -5rem;
  }
  #detail .ver2-content .list ul li.person2 .person {
    right: -5rem;
  }

  .block-vote {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    padding-bottom: 9rem;
  }
  .block-vote:before {
    content: none;
  }

  .block-vote .unit-a {
    float: none;
    margin-bottom: 7rem;
  }
  .block-vote .unit-b {
    float: none;
  }




}





/* ---------------------------------------
  ver3
--------------------------------------- */
.ver3 .block-announcement {
  padding: 100px 50px;
}
.ver3 #top .title {
  margin: 0;
}
.ver3 #top .title h2 img {
  margin: 0 auto;
}