@charset "UTF-8";

/*ニュース*/

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
}
.wf-sawarabigothic {
  font-family: "Sawarabi Gothic";
}

body {
  background-color: #061742;
  font-size: 14px;
  color: #fffffe;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Sawarabi Gothic",
    "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM,
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

body::before {
  /* background:url('../../../../img/news_bg3.png') no-repeat left top;
    background-size: 100% auto; */
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  font-family: -apple-system, BlinkMacSystemFont, "Sawarabi Gothic",
    "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM,
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.orange {
  color: #cb6d10;
}
.red {
  color: #ab1f25;
}

.goth {
  font-family: -apple-system, BlinkMacSystemFont, "Sawarabi Gothic",
    "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM,
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 85%;
}
.underline {
  text-decoration: underline;
}

/* PC */
@media (min-width: 900px) {
  #wrap {
    margin-left: 20%;
    margin-right: 20%;
  }
  .content {
    font-size: 18px !important;
  }
  .pos p {
    font-size: 1.2vw !important;
  }
  .wrapFreeText h2 {
    font-size: 18px !important;
  }
  .questionnaire dt {
    font-size: 18px !important;
  }
  .stickyBlock .counting {
    margin-left: 10% !important;
  }
  .stickyBlock .counting span {
    font-size: 22px !important;
  }
  textarea {
    font-size: 16px;
  }
  .st_text {
    font-size: 14px !important;
  }
  .ancBtn {
    width: 35% !important;
    height: 55% !important;
  }
  .wrapSubmit {
    width: 28% !important;
    margin: 30px auto 20px !important;
  }
}

@media (max-width: 540px) {
  .stickyBlock .counting {
    font-size: 10px !important;
  }
  .stickyBlock .counting span {
    font-size: 12px !important;
  }
}

.content {
  /* width: 480px; */
  /* margin: 10px 30px 50px 30px; */
}

/* タブレット */
@media (min-width: 768px) {
  .content {
    /* margin: 20px 60px 100px 60px; */
  }
}

.section {
  margin: 5px 0px 30px 0px;
}

p {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin-bottom: 10px;
}

.bnr_img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.radius {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.wide_img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  vertical-align: top;
}

.shadow {
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.img_bdr {
  border: 1px solid #fff;
}

table {
  width: 80%;
  border: solid 1px #cfb8b8;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  margin-bottom: 15px;
  font-size: 14px;
}

th,
td {
  border: solid 1px #6c6c6c;
  padding: 5px;
}

td.left_cell {
  width: 35%;
}

td.none {
  background: #b2b2b2;
}

/*下部のマージン*/
.mgnbtm {
  margin-bottom: 10px;
}

/*2分割のテーブル*/
.halftd {
  width: 50%;
}

/*3分割のテーブル*/
.thirdtd {
  width: 33%;
}

/*4分割のテーブル*/
.quattd {
  width: 25%;
}

/*4分割のテーブル*/
.fifthtd {
  width: 20%;
}

table tr:nth-child(even) {
  /*background: #e9e9e9;*/
}

table tr:nth-child(odd) {
  background: #061742;
}

th {
  color: #fff;
  background-color: #434343;
  font-weight: normal;
}

.b {
  font-weight: bold;
}

.notice {
  font-size: 12px;
}

.date {
  text-align: right;
  font-size: 11px;
  margin-top: -13px;
  margin-bottom: 5px;
  color: #776c62;
}

.button,
.button2 {
  color: #5e5347;
  background: #d4ccba;
  padding: 7px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: 0 0 0 2px #ab9f87;
  -moz-box-shadow: 0 0 0 2px #ab9f87;
  -webkit-box-shadow: 0 0 0 2px #ab9f87;
}

h1 {
  /* height: 44px;
  margin-bottom: 1px; */
  margin: 0;
}

h1 img {
  width: 100%;
  height: auto;
}

h2 {
  margin: 0;
  font-family: "Sawarabi Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
}

.h2result {
  background-image: url('../img/h2_border.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Sawarabi Gothic",
    "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM,
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  /* background-image: url(../../../../img/border_h3.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%; */
  font-size: 16px;
  margin-bottom: 5px;
}

.h3icon {
  float: left;
  width: 25px;
  padding-top: 10px;
  margin-left: 16px;
}

.h3title {
  font-family: -apple-system, BlinkMacSystemFont, "Sawarabi Gothic",
    "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM,
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  margin-left: 41px;
  padding-top: 7px;
  letter-spacing: -0.05em;
  /* background-image: url(../../../../img/title_h3_bg.png); */
  height: 45px;
}

h3.sub {
  /* background-image: url(../../../../img/border_h3.png); */
}

/* h4タイトル */
h4 {
  width: 100%;
  height: 45px;
  /* background-image: url(../../../../img/common/title_h4_bg.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: 100%; */
}

.h4title {
  font-family: -apple-system, BlinkMacSystemFont, "Sawarabi Gothic",
    "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM,
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  margin-left: 12px;
  padding-top: 7px;
  letter-spacing: -0.05em;
}

/* h5タイトル */
h5 {
  width: 100%;
  height: 45px;
  /* background-image: url(../../../../img/common/title_maintenance.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: 100%; */
}

.h5title {
  font-family: -apple-system, BlinkMacSystemFont, "Sawarabi Gothic",
    "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM,
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  margin-left: 66px;
  padding-top: 9px;
  letter-spacing: -0.05em;
}

#backto-top {
  position: relative;
  left: 0;
  bottom: 0;
  margin-left: 30px;
  text-align: left;
}

#backto-top img {
  width: 30%;
  height: auto;
  min-width: 50px;
}

/* #page-top {
  position: fixed;
  bottom: 0;
  right: 0;
} */

#page-top a {
  display: block;
}

.nav_img {
  width: 50%;
  height: auto;
  min-width: 50px;
}

hr {
  height: 6px;
  background: url('../img/hr.png') repeat-x 0 0;
  border: 0;
}

/* ////////////////////////////////////// */
ul {
  padding: 0;
  margin: 0;
}

dd {
  margin: 0;
}

li {
  list-style-type: none;
}

.block {
  width: 100%;
  position: relative;
}
.block h2,
.block p:not(.button),
.block dt,
.block dd,
.block li {
  color: #ffffff;
}
.block h2 {
  padding-bottom: 5px;
}
.block.no1 {
  padding-top: 30px;
}
.block .no1b {
  padding-top: 10px;
}
.block.no1 .lead {
  margin: 0;
  padding: 20px 4% 20px;
}
.block.no1 .lead2 {
  margin: 0;
  padding: 20px 4% 20px;
  text-align: center;
}
.block.no1b .lead2 {
  margin: 0;
  padding: 20px 5px 20px;
  text-align: center;
}
.block.no2 {
  padding-top: 45px;
}
.block.no2 .head {
  margin: 0 4%;
}
.block.no2 .head .explanation {
  margin: 10px 0 20px;
}
.block.no2 .secret {
  margin: 0 4%;
}
.block.no2 .secret p {
  margin-bottom: 15px;
}
.block.no3 {
  padding: 25px 0 100px;
}

.content {
  background: url('../img/blue/bg_pat.jpg') center top repeat-y;
  background-size: contain;
  font-size: 12px;
}

.content * {
  box-sizing: border-box;
}

.period {
  border: 1px solid #ab9f87;
  background-color: #0c0f4d;
  overflow: hidden;
  margin: 0 4%;
  display: flex;
}
.period dt {
  float: left;
  background-color: #050521;
  padding: 0.6em 1em;
  line-height: 1;
  width: 22%;
}
.period dd {
  padding: 0.6em;
  line-height: 1;
}

.explanation li {
  padding-left: 1em;
  text-indent: -1em;
}

.explanation strong,
.questionnaire strong,
.stickyBlock strong {
  color: #f7141f;
  font-weight: normal;
}


.imageList {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 20px;
}
.imageList li {
  margin-bottom: 2px;
  width: 20%;
  float: left;
}
.imageBox {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.imageBox.checked:before,
.imageBox.spchecked:before,
.imageBox.disabled:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: left top;
  background-repeat: no-repeat;
  background: no-repeat;
  background-size: contain;
}
.imageBox.checked:before {
  background-image: url('../img/select_cover.png');
}
.imageBox.disabled:before {
  background-image: url('../img/desable_cover.png');
}
.imageBox.spchecked:before {
  background-image: url('../img/select_favorite.png');
}

.checkbox {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.thumbnail {
  width: 100%;
  vertical-align: top;
}

.wrapFreeText {
  margin: 0 4%;
  padding: 15px 0 25px;
}
.wrapFreeText h2 {
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  padding-bottom: 5px;
}
.wrapFreeText textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0,0,0,.1) inset;
  padding: 0.5em;
}
.wrapFreeText textarea::-webkit-input-placeholder,
.wrapFreeText textarea::placeholder {
  color: #5e5347;
  opacity: 0.5;
}

/* Reset `button` and button-style `input` default styles */
button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button; /* for input */
  -webkit-user-select: none; /* for button */
  display: block;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.wrapSubmit {
  width: 30.3317536%;
  margin: 15px auto 0;
}

.questionnaire {
  overflow: hidden;
  margin: 5px 4% 0;
}
.questionnaire dt {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
}
.questionnaire dd {
  display: block;
  height: 40px;
  margin-bottom: 30px;
}
.questionnaire input {
  display: none;
}
.questionnaire label {
  display: block;
  float: left;
  cursor: pointer;
  width: 25%;
  margin: 0;
  padding: 1em;
  background: #e9e5dc;
  color: #5e5347;
  text-align: center;
  line-height: 1;
  border: 1px solid #ab9f87;
}
.questionnaire .gender label:first-of-type {
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.questionnaire .gender label:last-of-type {
  border-radius: 0 4px 4px 0;
}
.questionnaire input[type="radio"]:checked + .item {
  background-color: #55558b;
  color: #ffffff;
}
.questionnaire .age label {
  border-radius: 2em;
  width: 19%;
  padding: 1em 0;
}
.questionnaire .age label~label {
  margin-left: 1.25%;
}

.accordion {
  margin-bottom: 20px;
}
.accordion .button span {
  font-weight: bold;
}
.accordion .button {
  margin: 0 0 10px;
  padding: 7px 7px 7px 1.4em;
  text-indent: -1em;
}
.accordion .imageList {
  padding-bottom: 5px;
  width: 100%;
}

.stickyBlock {
  width: 100%;
  height: 0;
  padding-top: 14.0606061%;
  background: url('../img/blue/bg_anchor.png') left top no-repeat;
  background-size: contain;
  position: fixed;
  left: 0;
  bottom: 0;
  transform: translate3d(0, 0, 0);
}
.stickyBlock .counting {
  position: absolute;
  top: 0;
  bottom: 15px;
  left: 4%;
  height: 34px;
  margin: auto;
  color: #ffffff;
}
.stickyBlock .counting > p {
  margin-bottom: 1px;
  line-height: 1;
}
.stickyBlock .counting #countItemRequired {
  color: #f4151f;
}
.stickyBlock .counting span {
  font-size: 16px;
}
.st_text {
  margin-top: 3px;
  font-size: 10px;
  color: #f4151f;
}

.stickyBlock strong {
  font-size: 10px;
}

.bottomBlock {
  position: absolute;
  width: 100%;
  bottom: 0;
}

#page-top {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.fadeOut{
  -webkit-animation-name: FOut;
          animation-name: FOut;
  -webkit-animation-duration:.3s;
          animation-duration:.3s;
  -webkit-animation-timing-function:ease-in;
          animation-timing-function:ease-in;
  -webkit-animation-iteration-count:1;
          animation-iteration-count:1;
  visibility: hidden;
}
@-webkit-keyframes FOut {
  0%{opacity:1;visibility: visible;}
  100%{opacity:0;visibility: hidden;}
}
@keyframes FOut {
  0%{opacity:1;visibility: visible;}
  100%{opacity:0;visibility: hidden;}
}

.fadeIn{
  -webkit-animation-name: FIn;
          animation-name: FIn;
  -webkit-animation-duration:.3s;
          animation-duration:.3s;
  -webkit-animation-timing-function:ease-in;
          animation-timing-function:ease-in;
  -webkit-animation-iteration-count:1;
          animation-iteration-count:1;
}
@-webkit-keyframes FIn {
  0%{opacity:0;visibility: hidden;}
  100%{opacity:1;visibility: visible;}
}
@keyframes FIn {
  0%{opacity:0;visibility: hidden;}
  100%{opacity:1;visibility: visible;}
}
.dn {
  display: none;
}
.db {
  display: block;
}
.errortxt {
    color: white;
    font-weight: normal;
}


/* キャラ名入力用 */
.pos {
  position: relative;
}

.pos p {
  width: 100%;
  position: absolute;
  color: white;
  word-break: break-all;
  font-family: "Sawarabi Mincho";
  font-size: 1.8vw;
  top: 82%;
  text-align: center;
}
/* キャラ名強制縮小用 */
.pos-1 {
  width: 140%;
  position: absolute;
  color: white;
  word-break: break-all;
  font-family: "Sawarabi Mincho";
  transform:scale(0.85);
  top: 82%;
  text-align: center;
  margin-left: -70%;
}
.pos-2 {
    width: 140%;
    position: absolute;
    color: white;
    word-break: break-all;
    font-family: "Sawarabi Mincho";
    transform:scale(0.65);
    top: 82%;
    text-align: center;
    margin-left: -70%;
  }
  .pos-3 {
    width: 140%;
    position: absolute;
    color: white;
    word-break: break-all;
    font-family: "Sawarabi Mincho";
    transform:scale(0.9);
    top: 82%;
    text-align: center;
    margin-left: -70%;
  }
  .pos-4 {
    width: 140%;
    position: absolute;
    color: white;
    word-break: break-all;
    font-family: "Sawarabi Mincho";
    transform:scale(0.75);
    top: 82%;
    text-align: center;
    margin-left: -70%;
  }
  .pos-5 {
    width: 170%;
    position: absolute;
    color: white;
    word-break: break-all;
    font-family: "Sawarabi Mincho";
    transform:scale(0.6);
    top: 82%;
    text-align: center;
    margin-left: -85%;
  }

/* 海外版で分ける箇所
.submitBtn {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 35.15625%;
  background-image: url('../ja/img/vote_btn_default.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.submitBtn.disabled {
  background-image: url('../ja/img/vote_btn_disabled.png');
}

.ancBtn {
  width: 53.3175355%;
  height: 77.5862069%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../ja/img/anchor_btn_default.png');
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.ancBtn.disabled {
  background-image: url('../ja/img/anchor_btn_disabled.png');
}
*/

.select2 {
  font-size: 18px;
}
.select2-results__option {
  font-size: 18px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.1 !important;
}
.select2-selection__rendered {
  line-height: 28px !important;
}
.select2-container {
  margin-bottom: 20px
}
.select2-container .select2-selection--single {
  height: 42px !important;
}
.select2-selection__arrow {
  height: 41px !important;
}
