.mainContents {
  position: relative;
}

a {
  color: #2f526c;
}

a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 481px) {
  .mainContents {
    width: 1040px;
    margin: auto;
  }
  .mainContents h2 {
    position: relative;
    left: 50%;
    margin-left: -535px;
  }
}

@media only screen and (max-width: 480px) {
  .mainContents h2 {
    text-align: center;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    position: relative;
    margin-bottom: 20px;
  }
}

.dlc_txt {
  position: relative;
}

.dlc_img {
  position: relative;
  margin-bottom: 30px;
}

.page_nav {
  position: relative;
  width: 220px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #dac67f;
  padding: 4px;
  margin-left: 10px;
  background-color: #fefaee;
}

.page_nav:before {
  content: '';
  display: block;
  border: 10px solid #ebd9a9;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 3px;
  top: -13px;
  left: -13px;
}

.page_nav ul {
  position: relative;
  background-color: #fefaee;
  border: 1px solid #ebdaa6;
  padding: 20px 0;
}

.page_nav ul li {
  margin: 0 7px;
  line-height: 1.3;
}

.page_nav ul li a {
  display: inline-block;
  padding: 10px 3px 10px 28px;
  text-decoration: none;
  color: #836143;
}

.page_nav ul li a:hover {
  background: url(../img/common/contents/spec/icon_snow.png) no-repeat center left;
}

.page_nav ul li.select a {
  background: url(../img/common/contents/spec/icon_snow.png) no-repeat center left;
}

body {
  height: auto;
}

.dlc_wrap {
  position: relative;
}

.dlc_content {
  display: none;
}

@media only screen and (min-width: 481px) {
  .dlc_txt {
    margin-bottom: 60px;
  }
  .page_nav {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .dlc_in {
    min-height: 600px;
    padding-left: 249px;
  }
}

@media only screen and (max-width: 480px) {
  .dlc_txt {
    margin-bottom: 15px;
  }
  .page_nav {
    width: 86%;
    margin: 40px auto 40px;
    border: 3px solid #dac67f;
    padding: 4px;
  }
  .page_nav:before {
    border: 5px solid #ebd9a9;
    padding: 3px;
    top: -8px;
    left: -8px;
  }
  .page_nav ul {
    border: 1px solid #ebdaa6;
    padding: 14px 3%;
  }
  .page_nav ul li {
    width: 47%;
    display: inline-block;
    margin: 0 2% 0 0;
    line-height: 1.3;
    font-size: 12px;
  }
  .page_nav ul li a {
    display: inline-block;
    padding: 4px 3px 4px 20px;
  }
  .page_nav ul li.select a {
    -webkit-background-size: 14px auto;
            background-size: 14px auto;
  }
}

.special_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #dac67f;
  background: url("../img/common/contents/bg_deco_2.jpg") repeat-x bottom center, #fefaee;
  padding: 4px;
  position: relative;
  margin: 10px;
}

.special_box:before {
  content: '';
  display: block;
  border: 10px solid #ebd9a9;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 3px;
  top: -13px;
  left: -13px;
}

.special_box:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 180px;
  background: url("../img/common/contents/bg_deco_1.jpg") center;
  top: 0;
  left: 0;
  z-index: 0;
}

.special_box img {
  max-width: 100%;
}

.special_box .wrap {
  position: relative;
  z-index: 5;
  border: 1px solid #dac67f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.special_box .wrap .img {
  position: relative;
  margin-bottom: 20px;
}

.special_box .wrap .img:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #d7c480;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.special_box .wrap .img:after {
  content: '';
  position: absolute;
  left: 1%;
  top: 2%;
  width: 98%;
  height: 96%;
  border: 1px solid #d7c480;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.special_box .wrap .txt {
  margin-top: 10px;
  padding-bottom: 80px;
  font-size: 18px;
  line-height: 1.4;
}

.special_box .wrap .slide {
  position: relative;
  margin-bottom: 0;
}

.special_box .wrap .slide .about {
  margin-top: 80px;
}

.special_box .wrap .slide_in {
  display: none;
}

.special_box .dlc_wrap_txt {
  line-height: 1.7;
}

.special_box .about {
  background: url("../img/common/contents/bg_detail_main.png");
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.special_box .about:before {
  content: '';
  display: block;
  background: url("../img/common/contents/bg_detail_top.png") no-repeat center bottom;
  width: 100%;
  position: absolute;
  left: 0;
}

.special_box .about:after {
  content: '';
  display: block;
  background: url("../img/common/contents/bg_detail_bottom.png") no-repeat center top;
  width: 100%;
  position: absolute;
  left: 0;
}

.slide_pager {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  letter-spacing: -.4em;
  text-align: center;
}

.slide_pager li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 8px;
  background-color: #d2bf7d;
  letter-spacing: normal;
  cursor: pointer;
  border-radius: 50%;
}

.slide_pager li.active {
  background-color: #567999;
}

.slide_pager li:hover {
  background-color: #567999;
}

.slide_left {
  position: absolute;
  left: -35px;
  top: 145px;
  width: 80px;
}

.slide_left img {
  width: 100%;
}

.slide_right {
  position: absolute;
  right: -35px;
  top: 145px;
  width: 80px;
}

.slide_right img {
  width: 100%;
}

@media only screen and (min-width: 481px) {
  .special_box {
    margin-bottom: 40px;
  }
  .special_box .wrap {
    padding: 40px 52px 50px;
  }
  .special_box .wrap h3 {
    text-align: center;
    min-height: 130px;
  }
  .special_box.wrap_item:after {
    height: 150px;
  }
  .special_box.wrap_item h3 {
    min-height: 100px;
  }
  .special_box.wrap_title_long:after {
    height: 220px;
  }
  .special_box.wrap_title_long h3 {
    min-height: 170px;
  }
  .special_box .dlc_wrap_txt {
    padding: 50px 0 40px;
    font-size: 18px;
  }
  .special_box .dlc_wrap_txt .notes {
    font-size: 14px;
  }
  .special_box .dlc_wrap_txt_cap {
    padding: 50px 0 0;
    font-size: 20px;
  }
  .special_box .about {
    width: 100%;
    margin: 40px auto;
    padding: 20px 0;
    background: url("../img/dlc/bg_frame_main.png") repeat-y center top;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
  .special_box .about:before {
    height: 40px;
    top: -40px;
    background: url("../img/dlc/bg_frame_top.png") no-repeat center bottom;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
  .special_box .about:after {
    height: 40px;
    bottom: -40px;
    background: url("../img/dlc/bg_frame_bottom.png") no-repeat center top;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
  .special_box .about .deatil {
    width: 580px;
    margin: 0 auto;
    letter-spacing: -.4em;
    font-size: 0;
    line-height: 1.8;
  }
  .special_box .about .deatil dt {
    display: inline-block;
    width: 110px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: normal;
    vertical-align: top;
  }
  .special_box .about .deatil dd {
    display: inline-block;
    width: 470px;
    font-size: 17px;
    letter-spacing: normal;
    vertical-align: top;
  }
  .special_box .about .deatil dd .notes {
    font-size: 14px;
  }
  .special_box .about .deatil dd p {
    text-indent: -0.6em;
    padding-left: 35px;
    background: url(../img/common/contents/spec/icon_snow.png) no-repeat left top;
    background-position: left top 3px;
  }
  .slide_left {
    cursor: pointer;
    -webkit-transition: opacity .3s ease-out;
            transition: opacity .3s ease-out;
  }
  .slide_left:hover {
    opacity: .6;
    filter: alpha(opacity=60);
  }
  .slide_right {
    cursor: pointer;
    -webkit-transition: opacity .3s ease-out;
            transition: opacity .3s ease-out;
  }
  .slide_right:hover {
    opacity: .6;
    filter: alpha(opacity=60);
  }
}

@media only screen and (max-width: 480px) {
  .special_box {
    margin: 10px 0 20px;
    border-left: none;
    border-right: none;
    padding: 3px 0;
    -webkit-background-size: 50px;
    background-size: 50px;
  }
  .special_box:before {
    border: 6px solid #ebd9a9;
    border-left: none;
    border-right: none;
    padding: 3px 0;
    left: 0;
    top: -9px;
  }
  .special_box:after {
    height: auto;
    padding-bottom: 26%;
    -webkit-background-size: 500px;
    background-size: 500px;
  }
  .special_box .wrap {
    border-left: none;
    border-right: none;
    padding: 5% 0 12%;
  }
  .special_box .wrap h3 {
    margin-bottom: 18px;
  }
  .special_box .wrap .img {
    width: 92%;
    margin: 0 auto 15px;
  }
  .special_box .wrap .img:before {
    border: 2px solid #d7c480;
  }
  .special_box .wrap .img:after {
    left: 1%;
    width: 98%;
  }
  .special_box .wrap .txt {
    width: 92%;
    margin: 0 auto;
    padding-bottom: 5px;
    font-size: 13px;
  }
  .special_box .wrap .slide {
    margin-bottom: 60px;
  }
  .special_box .wrap .slide .about {
    margin-top: 25px;
  }
  .special_box.wrap_item:after {
    padding-bottom: 22%;
  }
  .special_box.wrap_item h3 {
    min-height: auto;
  }
  .special_box.wrap_title_long:after {
    padding-bottom: 33%;
  }
  .special_box.wrap_title_long h3 {
    min-height: auto;
  }
  .special_box .dlc_wrap_txt {
    padding: 20px 15px 30px;
    font-size: 14px;
    line-height: 1.6;
  }
  .special_box .dlc_wrap_txt .notes {
    font-size: 10px;
  }
  .special_box .dlc_wrap_txt_cap {
    width: 92%;
    margin: 0 auto;
    padding: 30px 0 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .special_box .about {
    -webkit-background-size: 100%;
    background-size: 100%;
    margin: 0 15px;
    padding: 15px 25px;
  }
  .special_box .about:before {
    height: 20px;
    top: -20px;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .special_box .about:after {
    height: 40px;
    bottom: -40px;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .special_box .about .deatil {
    line-height: 1.5;
  }
  .special_box .about .deatil dt {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .special_box .about .deatil dt:first-child {
    margin-top: 0;
  }
  .special_box .about .deatil dd {
    font-size: 14px;
    font-weight: normal;
  }
  .special_box .about .deatil dd .notes {
    font-size: 10px;
  }
  .special_box .about .deatil dd p {
    text-indent: -1em;
    padding-left: 22px;
    background: url(../img/common/contents/spec/icon_snow.png) no-repeat left top;
    background-position: left top 5px;
    -webkit-background-size: 12px auto;
            background-size: 12px auto;
  }
  .special_box#dlc06:after {
    padding-bottom: 34%;
  }
  .special_box#dlc07:after {
    padding-bottom: 22%;
  }
  .slide_pager {
    position: static;
    width: 94%;
    margin: 25px auto 0;
  }
  .slide_pager li {
    width: 7px;
    height: 7px;
    margin: 6px;
  }
  .slide_left {
    left: 3%;
    top: auto;
    bottom: -15px;
    width: 56px;
  }
  .slide_right {
    right: 3%;
    top: auto;
    bottom: -15px;
    width: 56px;
  }
  .slide_line {
    max-width: 86%;
    margin: 30px auto 0;
    height: 30px;
    background: url(../img/special/line_subcontents_sp.png) no-repeat center center;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
}

.modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.modal .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(134, 95, 70, 0.8);
}

.modal .modal_box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.modal .modal_image {
  padding-top: 80px;
}

.modal .btn_close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  cursor: pointer;
}

.modal .btn_close:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.floatcontents {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(134, 95, 70, 0.8);
  z-index: 500;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}

.floatcontents .wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.floatcontents .wrap .close {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -353px 0 0 432px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  cursor: pointer;
}

.floatcontents .wrap .close:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.floatcontents .player {
  width: 970px;
  height: 546px;
  margin: auto;
  border: 10px solid #cdaa89;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -278px 0 0 -490px;
}

@media only screen and (max-width: 480px) {
  .modal {
    display: none !important;
  }
  .floatcontents {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(134, 95, 70, 0.8);
    z-index: 500;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .floatcontents .wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .floatcontents .wrap .close {
    position: absolute;
    left: auto;
    right: 2.5%;
    top: 29%;
    -webkit-transform: translate(0%, -70%);
    -ms-transform: translate(0%, -70%);
    transform: translate(0%, -70%);
    margin: 0;
    cursor: pointer;
    width: 40px;
  }
  .floatcontents .wrap .close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .floatcontents .player {
    width: 90%;
    height: auto;
    margin: auto;
    padding-top: 50.7%;
    border: 10px solid #cdaa89;
    position: absolute;
    left: 50%;
    top: 51%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
  }
  .floatcontents .player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
