@charset "UTF-8";

/*========================================================================================
【common】
========================================================================================*/
html {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000;
}

fieldset,
img {
  border: 0;
}

ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*========================================================================================
【コンテンツ大枠】
========================================================================================*/
/*body {
  background-image: url(../images/yugio_enq_top.jpg);
  background-position: center top;
}*/
#contents {
  min-width: 1200px;
  min-height: 1000px;
  background-image: url(../images/yugioh_bg_pattern.png);
}

#contents #wrapper {
  width: 1200px;
  margin: 0 auto;
  background-image: url(../images/yugioh_bg_gradation.png);
  background-position: center;
  background-repeat: repeat-y;
}

#contents #wrapper #mainArea {
  width: 1200px;
  height: 1000px;
  background-image: url(../images/yugioh_Answer.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}

#contents #wrapper #mainArea .logo {
  position: absolute;
  left: 239px;
  top: 390px;
  width: 354px;
}

#contents #wrapper #mainArea .want {
  position: absolute;
  right: 181px;
  top: 367px;
  width: 404px;
}

#contents #wrapper #mainArea .mclogo {
  position: absolute;
  width: 276px;
  left: 187px;
  top: 571px;
}

#contents #wrapper #mainArea .enquete {
  position: absolute;
  width: 551px;
  right: 154px;
  top: 583px;
}

#contents #wrapper #mainArea .term {
  position: absolute;
  width: 939px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 853px;
}

#contents #wrapper #mainArea .comment {
  background-image: url(../images/yugioh_comment_bg.png);
  width: 1000px;
  height: 479px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 960px;
  padding: 24px 0;
  text-align: center;
}

#contents #wrapper #mainArea .comment .commentText {
  display: block;
}

#contents #wrapper #mainArea .comment .commentText.paragraph {
  margin-top: 45px;
}

#contents #wrapper #yugiohSurveyContents {
  width: 1000px;
  margin: 66px auto 0;
}

#contents #wrapper #yugiohSurveyContents .linkBtn {
  width: 542px;
  margin: 0 auto;
}

#contents #wrapper #yugiohSurveyContents .linkBtn a {
  transition: 0.3s;
}

#contents #wrapper #yugiohSurveyContents .linkBtn a:hover {
  opacity: 0.7;
}

#contents #wrapper #yugiohSurveyContents #itemInfo {
  margin-top: 96px;
}

#contents #wrapper #yugiohSurveyContents #itemInfo .ttlImg {
  width: 606px;
  margin: 0 auto;
}

#contents #wrapper #yugiohSurveyContents #itemInfo ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 23px 0 0;
}

#contents #wrapper #yugiohSurveyContents #itemInfo ul li {
  width: 490px;
  margin-bottom: 21px;
}

#contents #wrapper #yugiohSurveyContents #itemInfo ul li a {
  transition: 0.3s;
}

#contents #wrapper #yugiohSurveyContents #itemInfo ul li a:hover {
  opacity: 0.7;
}

#contents #wrapper #yugiohSurveyContents #itemInfo ul li a img {
  width: 100%;
}

#contents #wrapper #copyright {
  text-align: center;
  padding: 26px 0 32px;
  color: #FFF;
  font-size: 15px;
}

/*========================================================================================
【共用フッター】
========================================================================================*/
footer {
  width: 100%;
  position: relative !important;
  z-index: 999;
}

footer #box_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}