/*
 *	010.	LAYOUT
 * -------------------------------------------------- */
body {
  color: #535353; }

#wrapper {
  padding-top: 70px;
  padding-bottom: 50px; }
  @media screen and (max-width: 850px) {
    #wrapper {
      padding-top: 46px;
      padding-bottom: 0; } }

#campID {
  cursor: pointer; }

.section a:hover {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.sp {
  display: none; }
  @media screen and (max-width: 850px) {
    .sp {
      display: block; } }

@media screen and (max-width: 850px) {
  .pc {
    display: none; } }

#loading {
  margin-top: -16px;
  margin-left: -16px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000; }

/*
 *	020.	HEADER
 * -------------------------------------------------- */
#headerArea {
  background-color: #FFF;
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50000; }
  @media screen and (max-width: 850px) {
    #headerArea {
      background-color: transparent;
      height: auto;
      position: static; } }

@media screen and (max-width: 850px) {
  #headerInner {
    background-color: #fff;
    width: 100%;
    height: 46px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000; } }

#campID {
  position: absolute;
  top: 20px;
  left: 47px;
  z-index: 1000; }
  @media screen and (max-width: 850px) {
    #campID {
      margin-left: -44px;
      position: relative;
      top: 15px;
      left: 50%; } }
  #campID img {
    height: 104px; }
    @media screen and (max-width: 850px) {
      #campID img {
        height: 63px; } }

#socialBtn {
  height: 31px;
  position: absolute;
  top: 2px;
  left: 10px; }
  #socialBtn li {
    height: 20px;
    margin-right: 5px;
    margin-bottom: 2px; }

#overlay {
  background: url(../img/bg_overlay.png) repeat left top;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000; }

#menu {
  position: fixed;
  top: 8px;
  right: 10px;
  z-index: 200000; }

#globalNav {
  width: 40px;
  height: 245px;
  margin-top: -122px;
  position: fixed;
  top: 50%;
  right: 70px;
  z-index: 2000; }
  @media screen and (max-width: 850px) {
    #globalNav {
      width: 100%;
      height: auto;
      margin-top: 0;
      position: absolute;
      top: 8px;
      right: 0;
      left: 0; } }
  #globalNav ul {
    display: block;
    width: 100%;
    height: 245px;
    position: absolute;
    right: 0;
    overflow: hidden;
    *zoom: 1; }
    @media screen and (max-width: 850px) {
      #globalNav ul {
        background-color: #969696;
        display: none;
        width: auto;
        height: auto;
        margin: 0 10px;
        border-radius: 4px;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        z-index: 200000; } }
  #globalNav li {
    background-color: #FFF;
    width: 38px;
    height: 38px;
    margin-bottom: 1px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    position: absolute;
    right: 0; }
    @media screen and (max-width: 850px) {
      #globalNav li {
        background-color: transparent;
        display: block;
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
        border-width: 0 0 1px;
        border-color: #fff;
        position: static; } }
    #globalNav li#gnav_01 {
      top: 0px; }
    #globalNav li#gnav_02 {
      top: 41px; }
    #globalNav li#gnav_03 {
      top: 82px; }
    #globalNav li#gnav_04 {
      top: 123px; }
    #globalNav li#gnav_05 {
      top: 164px; }
    #globalNav li#gnav_06 {
      top: 205px; }
    #globalNav li.current {
      background-image: none;
      background-color: #293c4a;
      border-color: #5c707e; }
    #globalNav li a {
      display: block;
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 850px) {
        #globalNav li a {
          background-image: url(../img/ico_arrow03.png);
          background-repeat: no-repeat;
          background-position: 10px center;
          background-size: auto 8px;
          display: block;
          width: auto;
          padding: 15px 0 13px 25px;
          color: #fff; } }
      #globalNav li a img {
        max-width: 220px; }
      #globalNav li a.official {
        background-image: url(../img/ico_official_01_sp.png);
        background-size: 12px auto; }
    @media screen and (max-width: 850px) {
      #globalNav li.pc {
        display: none; } }
    @media screen and (max-width: 850px) {
      #globalNav li:last-child {
        border-bottom: none; } }

/*
 *	030.	CONTENTS
 * -------------------------------------------------- */
.contentsArea {
  background-color: #fff;
  margin: 0 70px; }
  @media screen and (max-width: 850px) {
    .contentsArea {
      margin: 0 10px; } }

#mainScrollArea {
  padding-bottom: 0; }

.scroll_container {
  width: 100%;
  position: relative;
  z-index: 1000; }
  @media screen and (max-width: 850px) {
    .scroll_container {
      min-width: 100%;
      box-sizing: border-box; } }

.section {
  min-height: 700px;
  padding-top: 140px;
  margin: 0 auto;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 850px) {
    .section {
      background-color: #E8E7E5;
      min-height: inherit; } }
  .section img {
    width: auto;
    height: auto; }

.contents_inner {
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 850px) {
    .contents_inner {
      min-width: 100%;
      box-sizing: border-box; } }

#btn_scroll {
  margin-left: -21px;
  position: absolute;
  top: -49px;
  left: 50%; }
  @media screen and (max-width: 850px) {
    #btn_scroll {
      display: none; } }

.btn_pagetop {
  padding-top: 43px;
  padding-bottom: 20px;
  text-align: center; }

#intro_wrapper {
  background-color: #e8e7e5; }
  @media screen and (max-width: 850px) {
    #intro_wrapper {
      background-image: none; } }

#contents_01 {
  height: 900px;
  padding-top: 0;
  text-align: left;
  position: relative;
  top: 0;
  z-index: 100; }
  @media screen and (max-width: 850px) {
    #contents_01 {
      background-image: none;
      height: auto; } }
  @media screen and (max-width: 850px) {
    #contents_01 .sp {
      display: block;
      width: 100%;
      padding-top: 110px; } }
  #contents_01 .sp img {
    width: 100%; }
  #contents_01 #anim_intro_01 {
    position: absolute;
    top: 220px;
    left: 100px;
    z-index: 1000; }
    @media screen and (max-width: 850px) {
      #contents_01 #anim_intro_01 {
        background-image: url(../img/cnt01_ttl_copy_sp.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        width: 262px;
        height: 117px;
        margin: 0 auto;
        position: relative;
        top: 80px;
        left: 0; } }
    @media screen and (max-width: 850px) {
      #contents_01 #anim_intro_01 img {
        display: none; } }
	#contents_01 #anim_intro_01_finish {
    position: relative;
    top: -6px;
	text-align: center;
	/*
    left: 100px;
	*/
    z-index: 1000; }
	
	
    @media screen and (max-width: 850px) {
      #contents_01 #anim_intro_01_finish {
        background-image: url(../img/cnt01_ttl_copy_sp.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        width: 262px;
        height: 117px;
        margin: 0 auto;
        position: relative;
        top: 80px;
        left: 0;
		 display: none;} }
    @media screen and (max-width: 850px) {
      #contents_01 #anim_intro_01_finish img {
        display: none; } }
	
	
  #contents_01 #top_visual {
    text-align: right;
    position: fixed;
    right: 70px;
    bottom: 70px; }
    @media screen and (max-width: 850px) {
      #contents_01 #top_visual {
        display: none; } }
    #contents_01 #top_visual img {
      position: absolute;
      right: 0;
      bottom: 0; }
	#contents_01 #top_visual_finish {
    text-align: right;
    position: fixed;
    right: 70px;
    bottom: 70px; }
	
	@media screen and (max-width: 850px) {
      #contents_01 #top_visual_finish {
        display: none; } }
	#contents_01 #top_visual_finish img {
      position: absolute;
      left: 0;
      bottom: 0; }

#contents_02 {
  height: 1000px;
  padding-top: 0;
  position: relative; }
  @media screen and (max-width: 850px) {
    #contents_02 {
      height: auto; } }
  #contents_02 p {
    text-align: center;
    font-size: 0.84615em;
    line-height: 1.63636; }
    @media screen and (max-width: 850px) {
      #contents_02 p {
        padding: 110px 0; } }
  #contents_02 #anim_intro_02 {
    position: absolute;
    top: 200px;
    left: 80px; }
    @media screen and (max-width: 850px) {
      #contents_02 #anim_intro_02 {
        display: none; } }

#contents_03 {
  background-color: #293c4a;
  width: 100%;
  padding-bottom: 60px;
  z-index: 90; }
  @media screen and (max-width: 850px) {
    #contents_03 {
      background-image: none;
      padding-top: 110px; } }
  #contents_03 h2 {
    background-image: url(../img/img_line_02.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 219px;
    padding-bottom: 19px;
    margin: 0 auto;
    margin-bottom: 30px; }
    @media screen and (max-width: 850px) {
      #contents_03 h2 {
        background-image: none;
        padding-bottom: 0;
        margin-bottom: 20px; } }
  @media screen and (max-width: 850px) {
    #contents_03 .txt_description.pc {
      display: none; } }
  #contents_03 .txt_description.sp {
    color: #fff;
    font-size: 0.84615em;
    line-height: 1.63636; }
  #contents_03 ul {
    padding-top: 50px;
    margin-bottom: 90px;
    letter-spacing: -0.4em; }
    @media screen and (max-width: 850px) {
      #contents_03 ul {
        padding-top: 15px;
        margin-bottom: 0; } }
  #contents_03 li {
    display: inline;
    margin: 0 10px;
    letter-spacing: normal; }
    @media screen and (max-width: 850px) {
      #contents_03 li {
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 270px auto;
        display: block;
        width: 270px;
        height: 30px;
        margin: 0 auto 7px; } }
    @media screen and (max-width: 850px) {
      #contents_03 li a {
        display: block;
        width: 100%;
        height: 100%; } }
    @media screen and (max-width: 850px) {
      #contents_03 li img {
        display: none; } }
    @media screen and (max-width: 850px) {
      #contents_03 li.btn_01 {
        background-image: url(../img/cnt03_btn_details_sp.png); } }
    @media screen and (max-width: 850px) {
      #contents_03 li.btn_02 {
        background-image: url(../img/cnt03_btn_hotel_sp.png); } }
  @media screen and (max-width: 850px) {
    #contents_03 .txt_guide {
      display: none; } }

@-webkit-keyframes itemMove {
  0% {
    margin-top: 0px; }

  50% {
    margin-top: 5px; }

  100% {
    margin-top: 0px; } }
@keyframes itemMove {
  0% {
    margin-top: 0px; }

  50% {
    margin-top: -5px; }

  100% {
    margin-top: 0px; } }
#contents_04 {
  background-image: url(../img/cnt04_bg_gradation.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #E8E7E5;
  height: 915px;
  min-height: 915px;
  padding-top: 90px;
  padding-bottom: 60px;
  z-index: 80; }
  @media screen and (max-width: 850px) {
    #contents_04 {
      background-image: none;
      height: auto;
      padding-top: 110px;
      padding-bottom: 0; } }
  #contents_04 .contents_inner {
    height: 650px; }
    @media screen and (max-width: 850px) {
      #contents_04 .contents_inner {
        height: auto; } }
  #contents_04 header {
    margin-bottom: 25px; }
    #contents_04 header h2 {
      text-align: center; }
    #contents_04 header img {
      margin: 0 auto; }
      #contents_04 header img.sp {
        width: 274px; }
    #contents_04 header p {
      font-size: 0.84615em;
      line-height: 1.63636; }
    #contents_04 header small {
      color: #898989; }
  #contents_04 h2 {
    margin-bottom: 30px; }
    @media screen and (max-width: 850px) {
      #contents_04 h2 {
        margin-bottom: 7px; } }
  #contents_04 #img_item {
    border-bottom: 1px solid #fff; }
    #contents_04 #img_item img {
      width: 100%; }
  #contents_04 ul {
    margin-bottom: 90px;
    letter-spacing: -0.4em; }
  #contents_04 li {
    display: inline;
    margin: 0 10px;
    letter-spacing: normal; }
  #contents_04 .item, #contents_04 .person, #contents_04 .check {
    margin: 0;
    position: absolute;
    -webkit-transition: margin 300ms linear;
    transition: margin 300ms linear; }
    @media screen and (max-width: 850px) {
      #contents_04 .item, #contents_04 .person, #contents_04 .check {
        display: block;
        position: static; } }
  #contents_04 .mov {
    -webkit-animation: itemMove 2s infinite;
    animation: itemMove 2s infinite; }
  #contents_04 img {
    max-width: inherit; }
  #contents_04 .item_info_note {
    margin-left: -300px;
    position: absolute;
    top: 540px;
    left: 50%;
    z-index: 1000; }
    @media screen and (max-width: 850px) {
      #contents_04 .item_info_note {
        display: none; } }
    #contents_04 .item_info_note .impact {
      font-size: 1.23077em;
      line-height: 1.4; }
    #contents_04 .item_info_note .small {
      font-size: 0.92308em;
      line-height: 1.4; }
  #contents_04 #item_list {
    width: 856px;
    height: 650px;
    margin-left: -428px;
    position: absolute;
    top: 185px;
    left: 50%; }
    @media screen and (max-width: 850px) {
      #contents_04 #item_list {
        display: none; } }
    #contents_04 #item_list .item_01 {
      top: 69px;
      left: 62px;
      z-index: 100; }
    #contents_04 #item_list .item_02 {
      top: 67px;
      left: 103px;
      z-index: 115; }
    #contents_04 #item_list .item_03 {
      top: 21px;
      left: 312px;
      z-index: 100; }
    #contents_04 #item_list .item_04 {
      top: 89px;
      left: 579px;
      z-index: 100; }
    #contents_04 #item_list .item_05 {
      top: 220px;
      left: 682px;
      z-index: 100; }
    #contents_04 #item_list .item_06 {
      top: 326px;
      left: 653px;
      z-index: 111; }
    #contents_04 #item_list .item_07 {
      top: 511px;
      left: 601px;
      z-index: 112; }
    #contents_04 #item_list .item_08 {
      top: 208px;
      left: 54px;
      z-index: 100; }
    #contents_04 #item_list .item_09 {
      top: 356px;
      left: 0px;
      z-index: 113; }
    #contents_04 #item_list .item_10 {
      top: 394px;
      left: 60px;
      z-index: 99; }
    #contents_04 #item_list .item_11 {
      top: 333px;
      left: 129px;
      z-index: 100; }
    #contents_04 #item_list .item_12 {
      top: 260px;
      left: 135px;
      z-index: 100; }
    #contents_04 #item_list .item_13 {
      top: 238px;
      left: 468px;
      z-index: 100; }
    #contents_04 #item_list .item_14 {
      top: 213px;
      left: 513px;
      z-index: 101; }
    #contents_04 #item_list .item_15 {
      top: 106px;
      left: 102px;
      z-index: 114; }
    #contents_04 #item_list .person {
      top: 252px;
      left: 135px;
      z-index: 105; }
  #contents_04 #check_list {
    width: 1024px;
    height: 650px;
    margin-left: -512px;
    position: absolute;
    top: 185px;
    left: 50%; }
    @media screen and (max-width: 850px) {
      #contents_04 #check_list {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-bottom: 0;
        position: static; } }
    #contents_04 #check_list .check {
      cursor: pointer; }
      @media screen and (max-width: 850px) {
        #contents_04 #check_list .check {
          width: 100%;
          height: auto;
          margin-left: 0;
          border-width: 0 0 1px;
          border-style: solid;
          border-color: #fff;
          position: static;
          overflow: hidden; } }
      @media screen and (max-width: 850px) {
        #contents_04 #check_list .check .pc {
          display: none; } }
      #contents_04 #check_list .check span {
        display: none; }
        @media screen and (max-width: 850px) {
          #contents_04 #check_list .check span {
            background-image: url(../img/ico_accordion_open.png);
            background-repeat: no-repeat;
            background-position: 10px center;
            background-size: 8px auto;
            display: block;
            padding-top: 15px;
            padding-left: 26px;
            padding-bottom: 13px;
            padding-right: 10px;
            text-align: left;
            font-size: 0.92308em;
            line-height: 1.4; } }
        @media screen and (max-width: 850px) {
          #contents_04 #check_list .check span.open {
            background-image: url(../img/ico_accordion_close.png); } }
      #contents_04 #check_list .check div.sp {
        display: none;
        margin: 0 24px;
        text-align: left;
        overflow: hidden; }
      #contents_04 #check_list .check .pic {
        margin-bottom: 13px;
        text-align: center; }
        #contents_04 #check_list .check .pic img {
          width: 248px; }
      #contents_04 #check_list .check dl {
        padding-top: 8px;
        padding-bottom: 15px;
        border-top: 1px solid #a7a5a4; }
      #contents_04 #check_list .check dt {
        margin-bottom: 5px; }
        @media screen and (max-width: 850px) {
          #contents_04 #check_list .check dt img {
            width: 50px; } }
      #contents_04 #check_list .check p, #contents_04 #check_list .check dd {
        font-size: 0.92308em;
        line-height: 1.4; }
      #contents_04 #check_list .check p {
        margin-bottom: 13px; }
    #contents_04 #check_list .check_01 {
      top: 46px;
      left: 142px;
      z-index: 200; }
    #contents_04 #check_list .check_02 {
      top: 41px;
      left: 255px;
      z-index: 200; }
    #contents_04 #check_list .check_03 {
      top: 31px;
      left: 448px;
      z-index: 200; }
    #contents_04 #check_list .check_04 {
      top: 69px;
      left: 739px;
      z-index: 200; }
    #contents_04 #check_list .check_05 {
      top: 200px;
      left: 772px;
      z-index: 200; }
    #contents_04 #check_list .check_06 {
      top: 303px;
      left: 833px;
      z-index: 200; }
    #contents_04 #check_list .check_07 {
      top: 488px;
      left: 741px;
      z-index: 200; }
    #contents_04 #check_list .check_08 {
      top: 188px;
      left: 156px;
      z-index: 200; }
    #contents_04 #check_list .check_09 {
      top: 335px;
      left: 140px;
      z-index: 200; }
    #contents_04 #check_list .check_10 {
      top: 521px;
      left: 400px;
      z-index: 200; }
    #contents_04 #check_list .check_11 {
      top: 423px;
      left: 669px;
      z-index: 200; }
    #contents_04 #check_list .check_12 {
      top: 397px;
      left: 535px;
      z-index: 200; }
    #contents_04 #check_list .check_13 {
      top: 278px;
      left: 704px;
      z-index: 200; }
    #contents_04 #check_list .check_14 {
      top: 215px;
      left: 693px;
      z-index: 200; }
    #contents_04 #check_list .check_15 {
      top: 106px;
      left: 542px;
      z-index: 200; }

#item_info {
  background-image: url(../img/bg_itemoverlay.png);
  background-repeat: repeat;
  background-position: left top;
  width: 348px;
  padding: 30px 0 0;
  margin-left: -174px;
  text-align: center;
  position: absolute;
  top: 90px;
  left: 50%;
  z-index: 10000; }
  @media screen and (max-width: 850px) {
    #item_info {
      display: none; } }
  #item_info dl {
    background-image: url(../img/img_line_01.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 25px; }
  #item_info dt {
    background-image: url(../img/img_line_01.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 31px;
    margin-bottom: 15px; }
  #item_info dd {
    padding-bottom: 23px;
    font-size: 0.92308em;
    line-height: 1.66667; }
  #item_info #item_info_point {
    margin-bottom: 30px; }
    #item_info #item_info_point dt {
      background-image: none;
      padding-top: 0; }
    #item_info #item_info_point dd {
      background-image: url(../img/img_line_01.png);
      background-repeat: no-repeat;
      background-position: center bottom; }
  #item_info #item_info_pic {
    padding-bottom: 30px; }
  #item_info #btn_itemclose {
    width: 22px;
    height: 22px;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer; }

#itemoverlay {
  background-image: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000; }

#contents_05 {
  background-color: #293c4a;
  padding-bottom: 60px;
  overflow: hidden;
  z-index: 70; }
  @media screen and (max-width: 850px) {
    #contents_05 {
      height: auto;
      padding-top: 110px; } }
  @media screen and (max-width: 850px) {
    #contents_05 .contents_inner {
      overflow: hidden; } }
  #contents_05 h2 {
    margin-bottom: 20px; }
    @media screen and (max-width: 850px) {
      #contents_05 h2 {
        background-image: url(../img/cnt05_ttl_present_sp.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 100% auto;
        width: 327px;
        height: 184px;
        margin-left: -175px;
        margin-bottom: 16px;
        position: relative;
        top: 0;
        left: 50%; } }
  #contents_05 h3 {
    padding-bottom: 11px;
    margin-bottom: 1px;
    border-bottom: 2px solid #a8a7a6;
    line-height: 1; }
    @media screen and (max-width: 850px) {
      #contents_05 h3 {
        padding-bottom: 9px; } }
    #contents_05 h3 img {
      width: 165px; }
      @media screen and (max-width: 850px) {
        #contents_05 h3 img {
          width: 114px; } }
  #contents_05 .block_flow {
    max-width: 1140px;
    padding-bottom: 27px;
    margin: 0 auto 30px;
    border-bottom: 2px solid #a8a7a6;
    letter-spacing: -0.4em; }
    @media screen and (max-width: 850px) {
      #contents_05 .block_flow {
        margin: 0 10px 29px;
        border-width: 0 0 2px; } }
  #contents_05 .block_flow_wrap {
    padding-top: 26px;
    border-top: 1px solid #a8a7a6;
    overflow: hidden; }
    #contents_05 .block_flow_wrap dl {
      background-image: url(../img/ico_arrow01.png);
      background-repeat: no-repeat;
      background-position: right 65px;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 22%;
      max-width: 228px;
      padding-right: 4%;
      line-height: 1;
      letter-spacing: normal;
      vertical-align: top; }
      @media screen and (max-width: 850px) {
        #contents_05 .block_flow_wrap dl {
          background-image: url(../img/ico_arrow02.png);
          background-repeat: no-repeat;
          background-position: center bottom;
          background-size: 23px auto;
          display: block;
          width: 100%;
          max-width: 100%;
          padding-right: 0;
          padding-bottom: 43px;
          margin-bottom: 20px; } }
      #contents_05 .block_flow_wrap dl:last-child {
        background-image: none;
        padding-right: 0; }
        @media screen and (max-width: 850px) {
          #contents_05 .block_flow_wrap dl:last-child {
            padding-bottom: 0;
            margin-bottom: 0; } }
    #contents_05 .block_flow_wrap dt {
      padding: 0 10px;
      margin-bottom: 12px; }
    #contents_05 .block_flow_wrap dd {
      padding: 0 10px;
      font-size: 0.92308em;
      line-height: 1.5;
      color: #fff; }
  #contents_05 .block_present {
    max-width: 906px;
    height: 256px;
    margin: 0 auto 20px;
    letter-spacing: -0.4em; }
    @media screen and (max-width: 850px) {
      #contents_05 .block_present {
        max-width: inherit;
        width: auto;
        height: auto;
        margin: 0 10px 28px;
        box-sizing: border-box; } }
  #contents_05 .block_present_list {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 31%;
    margin: 0 1%;
    vertical-align: top;
    letter-spacing: normal; }
    @media screen and (max-width: 850px) {
      #contents_05 .block_present_list {
        width: 33%;
        margin: 0 0 8px; } }
    @media screen and (max-width: 840px) {
      #contents_05 .block_present_list {
        display: block;
        width: 100%;
        margin: 0 0 8px; } }
    #contents_05 .block_present_list .list_inner {
      padding: 2px;
      border-width: 4px;
      border-style: solid;
      border-color: #999795; }
    #contents_05 .block_present_list a {
      text-decoration: underline; }
    #contents_05 .block_present_list dl {
      min-height: 240px;
      border-width: 2px;
      border-style: solid;
      border-color: #999795;
      text-align: center; }
    #contents_05 .block_present_list dt {
      padding-top: 35px;
      margin-bottom: 15px; }
    #contents_05 .block_present_list dd {
      color: #fff; }
      #contents_05 .block_present_list dd a {
        color: #fff; }
    #contents_05 .block_present_list p {
      margin-bottom: 10px;
      font-size: 0.92308em;
      line-height: 1.5; }
    #contents_05 .block_present_list small {
      display: block;
      font-size: 0.76923em;
      line-height: 1.4; }
  #contents_05 .txt_chance {
    margin-bottom: 20px; }
    @media screen and (max-width: 850px) {
      #contents_05 .txt_chance {
        background-image: url(../img/cnt05_txt_wchance_sp.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100% auto;
        width: 251px;
        height: 39px;
        margin: 0 auto 7px; } }
    @media screen and (max-width: 850px) {
      #contents_05 .txt_chance img {
        display: none; } }
  #contents_05 .block_wchance {
    max-width: 906px;
    margin: 0 auto 10px;
    overflow: hidden;
    letter-spacing: -0.4em; }
    @media screen and (max-width: 850px) {
      #contents_05 .block_wchance {
        width: auto;
        max-width: 100%;
        margin: 0 0 7px; } }
    #contents_05 .block_wchance li {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 50%;
      letter-spacing: normal; }
      @media screen and (max-width: 850px) {
        #contents_05 .block_wchance li {
          width: 50%;
          margin: 0 0 5px; } }
      @media screen and (max-width: 840px) {
        #contents_05 .block_wchance li {
          display: block;
          width: 100%;
          margin: 0 0 5px; } }
    #contents_05 .block_wchance .outer {
      padding: 2px;
      margin: 0 10px;
      border-width: 4px;
      border-style: solid;
      border-color: #999795; }
    #contents_05 .block_wchance .inner {
      padding-top: 20px;
      padding-bottom: 20px;
      border-width: 2px;
      border-style: solid;
      border-color: #999795;
      text-align: center; }
      @media screen and (max-width: 850px) {
        #contents_05 .block_wchance .inner {
          width: auto; } }
  #contents_05 .note {
    display: block;
    width: 886px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    font-size: 0.76923em;
    line-height: 1.4; }
    @media screen and (max-width: 850px) {
      #contents_05 .note {
        width: auto;
        margin: 0 10px;
        font-size: 0.84615em;
        line-height: 1.63636; } }
    #contents_05 .note a {
      color: #fff;
      text-decoration: underline; }
  #contents_05 .pic {
    margin-left: -700px;
    position: absolute;
    left: 50%;
    bottom: -7px; }
    @media screen and (max-width: 850px) {
      #contents_05 .pic {
        display: none; } }

#contents_06 {
  background-color: #e8e7e5;
  z-index: 60;
  overflow: hidden; }
  @media screen and (max-width: 850px) {
    #contents_06 {
      background-image: none;
      padding-top: 110px; } }
  #contents_06 .contents_inner {
    min-height: 940px; }
    @media screen and (max-width: 850px) {
      #contents_06 .contents_inner {
        min-height: inherit; } }
  #contents_06 header {
    margin: 0 auto; }
    @media screen and (max-width: 850px) {
      #contents_06 header {
        margin: 0 10px 20px;
        text-align: center; } }
    #contents_06 header p {
      margin-bottom: 10px;
      font-size: 0.92308em; }
    #contents_06 header small {
      font-size: 0.92308em; }
  #contents_06 h2 {
    margin-bottom: 15px; }
    @media screen and (max-width: 850px) {
      #contents_06 h2 {
        background-image: url(../img/cnt06_ttl_check_sp.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        width: 212px;
        height: 63px;
        margin: 0 auto 19px; } }
    @media screen and (max-width: 850px) {
      #contents_06 h2 img {
        display: none; } }
  #contents_06 #model {
    margin-left: -690px;
    position: absolute;
    top: 160px;
    left: 50%; }
    @media screen and (max-width: 850px) {
      #contents_06 #model {
        display: none; } }
  @media screen and (max-width: 850px) {
    #contents_06 .block_diagnosis_wrap {
      background-image: url(../img/cnt06_img_person_sp.png);
      background-repeat: no-repeat;
      background-position: center top;
      background-size: auto 305px;
      width: 100%;
      height: 305px;
      position: relative; } }
  #contents_06 .block_diagnosis {
    background-image: url(../img/cnt06_bg_balloon.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 524px;
    height: 644px;
    padding-left: 25px;
    margin-left: -90px;
    position: absolute;
    top: 240px;
    left: 50%; }
    @media screen and (max-width: 850px) {
      #contents_06 .block_diagnosis {
        background-image: none;
        width: 157px;
        height: auto;
        padding-top: 30px;
        padding-left: 0;
        margin-left: -14px;
        position: absolute;
        top: 0;
        left: 50%; } }
  #contents_06 .block_diagnosis_txt {
    padding-top: 86px;
    margin-bottom: 24px; }
    @media screen and (max-width: 850px) {
      #contents_06 .block_diagnosis_txt {
        background-image: url(../img/cnt06_ttl_account_sp.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 157px auto;
        width: 157px;
        height: 42px;
        padding-top: 0;
        margin-bottom: 10px; } }
    @media screen and (max-width: 850px) {
      #contents_06 .block_diagnosis_txt img {
        display: none; } }
  #contents_06 .block_diagnosis_agree {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 49px;
    padding-left: 66px;
    margin-bottom: 30px;
    font-size: 1.61538em;
    line-height: 49px;
    position: relative; }
    @media screen and (max-width: 850px) {
      #contents_06 .block_diagnosis_agree {
        display: block;
        height: auto;
        padding-left: 25px;
        margin-bottom: 10px;
        text-align: left;
        font-size: 0.84615em;
        line-height: 1.63636; } }
    #contents_06 .block_diagnosis_agree a {
      text-decoration: underline; }
    #contents_06 .block_diagnosis_agree img {
      cursor: pointer;
      position: absolute;
      bottom: 0;
      left: 2px; }
      @media screen and (max-width: 850px) {
        #contents_06 .block_diagnosis_agree img {
          width: 14px;
          top: 2px;
          bottom: auto; } }
      #contents_06 .block_diagnosis_agree img#btn_agree_check {
        bottom: 7px;
        left: 4px; }
        @media screen and (max-width: 850px) {
          #contents_06 .block_diagnosis_agree img#btn_agree_check {
            top: 0;
            bottom: inherit; } }
  #contents_06 .block_diagnosis_btn {
    margin-bottom: 15px; }
    @media screen and (max-width: 850px) {
      #contents_06 .block_diagnosis_btn {
        margin-bottom: 10px; } }
    #contents_06 .block_diagnosis_btn li {
      background-color: #000;
      width: 305px;
      height: 79px;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 10px; }
      @media screen and (max-width: 850px) {
        #contents_06 .block_diagnosis_btn li {
          width: 152px;
          height: 39px;
          margin-bottom: 5px; } }
      @media screen and (max-width: 850px) {
        #contents_06 .block_diagnosis_btn li a {
          background-repeat: no-repeat;
          background-position: left top;
          background-size: 152px auto;
          display: block;
          width: 100%;
          height: 100%; } }
      @media screen and (max-width: 850px) {
        #contents_06 .block_diagnosis_btn li.choice a {
          background-image: url(../img/cnt06_btn_choice_sp.png); } }
      @media screen and (max-width: 850px) {
        #contents_06 .block_diagnosis_btn li.fb a {
          background-image: url(../img/cnt06_btn_fb_sp.png); } }
      @media screen and (max-width: 850px) {
        #contents_06 .block_diagnosis_btn li.tw a {
          background-image: url(../img/cnt06_btn_tw_sp.png); } }
    #contents_06 .block_diagnosis_btn img {
      -webkit-transition: opacity 300ms linear;
      transition: opacity 300ms linear; }
      @media screen and (max-width: 850px) {
        #contents_06 .block_diagnosis_btn img {
          display: none; } }
    #contents_06 .block_diagnosis_btn.lock img {
      -ms-filter: "alpha(opacity=60)";
      filter: alpha(opacity=60);
      opacity: 0.6; }
    @media screen and (max-width: 850px) {
      #contents_06 .block_diagnosis_btn.lock a {
        -ms-filter: "alpha(opacity=60)";
        filter: alpha(opacity=60);
        opacity: 0.6; } }
  #contents_06 small {
    font-size: 0.92308em; }
    @media screen and (max-width: 850px) {
      #contents_06 small {
        display: block;
        font-size: 0.61538em;
        line-height: 1.4; } }

#scroll_container_07 {
  background-color: #293c4a; }

#contents_07 {
  background-color: #293c4a;
  color: #fff;
  text-align: left;
  z-index: 50; }
  @media screen and (max-width: 850px) {
    #contents_07 {
      height: auto;
      padding-top: 110px; } }
  #contents_07 .contents_inner {
    max-width: 1005px;
    margin: 0 auto; }
  #contents_07 .contents_details_inner {
    margin: 0 10px; }
  #contents_07 section {
    padding-bottom: 30px;
    margin: 0 auto;
    position: relative; }
    #contents_07 section .btn_pagetop_check {
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 10px;
      text-align: right;
      position: relative;
      top: -60px; }
      @media screen and (max-width: 850px) {
        #contents_07 section .btn_pagetop_check {
          top: -42px; } }
      @media screen and (max-width: 850px) {
        #contents_07 section .btn_pagetop_check a {
          display: inline-block;
          background-image: url(../img/btn_pagetop_sp.png);
          background-repeat: no-repeat;
          background-position: left top;
          background-size: 14px auto;
          width: 14px;
          height: 14px; } }
      @media screen and (max-width: 850px) {
        #contents_07 section .btn_pagetop_check img {
          display: none; } }
  #contents_07 h2 {
    padding-bottom: 9px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    text-align: center; }
    @media screen and (max-width: 850px) {
      #contents_07 h2 {
        height: 17px; } }
    #contents_07 h2 img {
      height: 100%; }
  @media screen and (max-width: 850px) {
    #contents_07 #contents_details_rule h2 {
      height: 96px; } }
  #contents_07 dt {
    margin-bottom: 15px;
    font-size: 1.07692em;
    line-height: 1.14286; }
  #contents_07 dd {
    margin-bottom: 35px;
    font-size: 0.92308em;
    line-height: 1.33333; }
  #contents_07 .contents_details08 p {
    margin-bottom: 20px; }
  #contents_07 .contents_details08 dt {
    margin-bottom: 5px; }
  #contents_07 .contents_details08 dd {
    margin-bottom: 5px; }
  @media screen and (max-width: 850px) {
    #contents_07 .bottom {
      width: 24px;
      margin: 0 auto; } }

#scrollnum {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10000; }
