@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  style.css
 style info :  Butchサマーキャンペーン2019 募集スタイル
=================================================================== */
*{-webkit-text-size-adjust: 100%;}
body {
  background-color: #fff;
  color: #000000;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}
section#content_one .animated.ss_one_img1,
section#content_one .animated.ss_one_side_a,
section#content_one .animated.ss_one_side_b,
section#content_one .animated.ss_one_side_c,
section#content_one .animated.ss_one_side_d,
section#content_one .animated.ss_one_side_e,
section#content_one .animated.ss_one_side_f,
section#content_one .animated.ss_one_side_g,
section#content_one .animated.ss_one_side_h{
    animation-iteration-count: 2;
}
a img:hover {
  opacity: 0.7;
}
ul, li {
  list-style: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
hr{
	border: 1px dotted #959595;
    height:1px;
    width: 100%;
    margin: 10px 0;
}
.txt_right{
	text-align:right;
	width: 100px;
    display: inline-block;
}
.only_pc {
  display: block !important;
}
.only_sp {
  display: none !important;
}
img.only_pc {
  margin: 0 auto;
}
.clear-fix:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}



@-webkit-keyframes keyframeSprite2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 200%;
  }
}
@keyframes keyframeSprite2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 200%;
  }
}
.marquee_wrapper {
	position: absolute;
	top: 480px;
	left: 0;
	right: 4px;
	overflow: hidden;
}
  
.marquee_text {
	padding: 15px 0 5px;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	animation: marquee 20s linear infinite;
}
.marquee_text p{
	display: inline-block;
}
  
@keyframes marquee {
	0% {
	transform: translate3d(-75%, 0, 0);
	-moz-transform: translate3d(-75%, 0, 0);
	-webkit-transform: translate3d(-75%, 0, 0);
	}
	100% {
	transform: translate3d(-25%, 0, 0);
	-moz-transform: translate3d(-25%, 0, 0);
	-webkit-transform: translate3d(-25%, 0, 0);
	}
}

.bg_animation {
	white-space: nowrap;
	text-indent: 100%;
	font-size: 0;
	-webkit-animation: keyframeSprite2 1.8s steps(2) infinite;
	animation: keyframeSprite2 1.8s steps(2) infinite;
	display: block;
	overflow: hidden;
}
.no_animation{
	white-space: nowrap;
	text-indent: 100%;
	font-size: 0;
	display: block;
	overflow: hidden;
}
.col_red{
	color:#e60012;
}
.mgt20{
	margin-top:20px;
}
.fs32{
	font-size:32px;
}
.mgt10{margin-top:10px;}

@keyframes move_btn {
    0%  {left: 0%;}
    50% {left: 0%;}
    85% {left: 0%;}
    90% {left: 2%;}
    95% {left: 0%;}
    100% {left: 0%;}
}
@-webkit-keyframes move_btn {
    0%  {left: 0%;}
    50% {left: 0%;}
    85% {left: 0%;}
    90% {left: 2%;}
    95% {left: 0%;}
    100% {left: 0%;}
}
@-moz-keyframes move_btn {
    0%  {left: 0%;}
    50% {left: 0%;}
    85% {left: 0%;}
    90% {left: 2%;}
    95% {left: 0%;}
    100% {left: 0%;}
}
.inner_bottom_b,.inner_bottom_d,.inner_bottom_f{
	position:relative;
}
.inner_btn{
	position: absolute;
    bottom: 18px;
	left:12px;
	width:259px;
	height:78px;
}
.inner_bottom_b .btn,.inner_bottom_d .btn,.inner_bottom_f .btn{
	position: absolute;
    left: 0;
	animation: move_btn 1.9s ease infinite normal;
  -webkit-animation: move_btn 1.9s ease infinite normal;
  -moz-animation: move_btn 1.9s ease infinite normal;
}
.inner_two{
	position: relative;
}
.pop_up_img{
	z-index: 999999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0,0,0,0.9);
	outline: none !important;
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.pop_up_img.active{
	opacity: 1;
	visibility: visible;
}
.pop_up_content {
    position: relative;
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
}
.pop_up_content img {
	max-width: 50%;
    display: block;
    line-height: 0;
    border: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}
.pop_up_content video{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.pop_up_overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
}
.btn_close{
    z-index: 11;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial,Baskerville,monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (min-width: 768px){
	
	#wrap {
	  margin: 0 auto;
	  max-width: 1920px;
	  overflow: hidden;
	  /* width: 1200px; */
	}
	/* -------------------------------------
	FVエリア
	------------------------------------- */
	section#fv {
	  width: 100%;
	  height: 1695px;
	  background: #ffad03;
	  overflow: hidden;
	}
	section#fv .inner_fv{
		width: 1095px;
		height: 1695px;
		margin: 0 auto;
		position: relative;
		z-index: 3;
	}
	section#fv .p_title{
		width: 922px;
		height: 396px;
		position: absolute;
		left: 80px;
		top: 45px;
		z-index: 5;
	}
	section#fv .p_title p{
		background: url("../img/fv_top_pc.png") no-repeat top center;
		width:100%;
		height:100%;
		margin:0 auto;
		position: relative;
		background-size: cover;
	}
	section#fv .fv_sub_title{
		position: absolute;
		left: 354px;
		top: 470px;
		z-index:1;
		font-size: 30px;
		line-height: 1.7em;
		text-align: center;
		font-weight: 700;
	}
	section#fv .fv_tops_title{
		position: absolute;
		left: -413px;
		top:0;
	}
	section#fv .fv_tops_title span{
		background: url("../img/flag_top_pc.png") no-repeat top center;
		width:1920px;
		height:173px;
		background-size: cover;
	}
	
	section#fv .p_title p img{
		position: absolute;
		top:0;
		right: 5%;
		max-width: 90px;
		height: auto;
	}
	section#fv .fv_fusen{
		position: absolute;
		left: -410px;
		top: 0;
		z-index: 3;
	}
	section#fv .fv_fusen span{
		background: url("../img/FV_fusen.gif") no-repeat top center;
		width: 1915px;
		height: 1695px;
		background-size: cover;
	}

	section#fv .fv_h1{
		position: absolute;
		left: -20px;
		top: 375px;
		z-index: 3;
	}
	section#fv .fv_h1 span{
		background: url("../img/FV_h1.gif") no-repeat top center;
		width: 348px;
		height: 409px;
		background-size: cover;
	}
	section#fv .fv_h2{
		position: absolute;
		left: -235px;
		top: 320px;
		z-index: 2;
	}
	section#fv .fv_h2 span{
		background: url("../img/FV_h2.gif") no-repeat top center;
		width: 315px;
		height: 400px;
		background-size: cover;
	}
	section#fv .fv_h3{
		position: absolute;
		left: -332px;
		top: 400px;
		z-index: 3;
	}
	section#fv .fv_h3 span{
		background: url("../img/FV_h3.gif") no-repeat top center;
		width: 181px;
		height: 361px;
		background-size: cover;
	}
	
	section#fv .fv_m1{
		position:absolute;
		top: 320px;
		right: 60px;
		z-index: 3;
	}
	section#fv .fv_m1 span{
		background: url("../img/FV_m1.gif") no-repeat top center;
		width: 188px;
		height: 432px;
		background-size: cover;
	}
	section#fv .fv_m2{
		position:absolute;
		top: 280px;
		right: -335px;
		z-index: 3;
	}
	section#fv .fv_m2 span{
		background: url("../img/FV_m2.gif") no-repeat top center;
		width: 428px;
		height: 450px;
		background-size: cover;
	}
	section#fv .fv_pet{
		position:absolute;
		top: 726px;
		left: -300px;
		z-index: 2;
	}
	section#fv .fv_pet span{
		background: url("../img/fv_pet_bottom_pc.png") no-repeat top center;
		width: 1662px;
		height: 884px;
		background-size: cover;
	}
	section#fv .fv_banner{
		position:absolute;
		top: 700px;
		left: -88px;
		z-index: 1;
	}
	section#fv .fv_banner span{
		background: url("../img/fv_banner_pc.png") no-repeat top center;
		width: 1205px;
		height: 638px;
		background-size: cover;
	}
	
	
	section#content_one{
		width: 100%;
		overflow:hidden;
		position: relative;
		z-index: 3;
		margin-top: -10px;
	}
	section#content_one .top_serrated{
		width: 100%;
		height: 28px;
		background: url("../img/section01_top_angle_pc.jpg") top left repeat-x;
	}
	section#content_one .inner_one{
		width: 100%;
		margin: 0 auto;
		margin-top: -1px;
		background: #17a7fe;
	}

	section#content_one #tohyo {
		position: relative;
		z-index: 1;
	}
	section#content_one #tohyo p{
		text-align: center;
	}
	section#content_one #tohyo .winner_thumbnail{
		position: absolute;
		top: 440px;
		left: 530px;
		-webkit-box-shadow: 8px 11px 0px 0px rgba(0, 0, 0, 0.7);
		-moz-box-shadow:    8px 11px 0px 0px rgba(0, 0, 0, 0.7);
		box-shadow:         8px 11px 0px 0px rgba(0, 0, 0, 0.7);
	}
	section#content_one #tohyo .winner_thumbnail::before{
		content: "";
		background: url("../img/winner_tag_pc.png") top center no-repeat;
		display: block;
		width: 392px;
		height: 125px;
		position: absolute;
		top: -60px;
		left: -65px;
	}
	section#content_one .content_one_top{
		position: relative;
		width: 100%;
		height: 100%;
		background: url("../img/section01_bg_blue_pc.png") top left repeat-y;
		background-size: cover;
		padding-bottom: 150px;
	}
	section#content_one .ss_one_title{
		position: absolute;
		top: 90px;
		left: 30%;
	}
	section#content_one .ss_one_title span{
		background: url("../img/section01_title.png") no-repeat top center;
		width: 767px;
		height: 384px;
	}
	section#content_one .ss_one_img1{
		position: absolute;
		top:  280px;
		left: 80px;
	}
	section#content_one .ss_one_img1 span{
		background: url("../img/img1_pc.png") no-repeat top center;
		width: 266px;
		height: 262px;
		background-size: 100%;
	}
	section#content_one .content_one_bottom .ss_one_img1 span{
		background: url("../img/img1_green_pc.png") no-repeat top center;
		background-size: 100%;
	}
	section#content_one .winner_thumbnail span{
		width: 870px;
		height: 870px;
	}
	section#content_one .content_one_top .first_prize .winner_thumbnail span{
		background: url("../img/pet_images/pet1.jpg") center center no-repeat;
		background-size: cover;
	}
	section#content_one .content_one_top .second_prize .winner_thumbnail span{
		background: url("../img/pet_images/pet_3.jpg") center center no-repeat;
		background-size: cover;
	}
	section#content_one .content_one_top .third_prize .winner_thumbnail span{
		background: url("../img/pet_images/pet_5.jpg") center center no-repeat;
		background-size: cover;
	}
	section#content_one .content_one_bottom .first_prize .winner_thumbnail span{
		background: url("../img/pet_images/pet_7.jpg") center center no-repeat;
		background-size: cover;
	}
	section#content_one .content_one_bottom .second_prize .winner_thumbnail span{
		background: url("../img/pet_images/pet_8.jpg") center center no-repeat;
		background-size: cover;
	}
	section#content_one .content_one_bottom .third_prize .winner_thumbnail span{
		background: url("../img/pet_images/pet_6.jpg") center center no-repeat;
		background-size: cover;
	}
	section#content_one #tohyo .winner_name{
		position: absolute;
		top: 1376px;
		left: 50%;
		transform: translate(-50%,0);
		font-size: 38px;
		font-weight: 700;
		font-style: italic;
	}
	section#content_one #tohyo .owner_cmt{ 
		margin-top: 25px;
		z-index: 3;
		position: relative;
	}
	section#content_one #tohyo .owner_cmt_txt{
		margin: auto;
		padding: 40px 480px 20px;
		background: url(../img/owner_frame_repeat_pc.png) center center repeat-y;
		font-size: 20px;
		line-height: 1.7em;
		text-align: center;
		margin-bottom: -1px;
	}
	#tohyo .owner_cmt_title::before {
		content: '';
		background: url(../img/mob3.gif) center center no-repeat;
		background-size: contain;
		display: block;
		width: 120px;
		height: 168px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -460px;
		margin-top: 25px;
	}
	#tohyo .owner_cmt_title {
		margin-bottom: -5px;
		text-align: center;
		background: url(../img/owner_frame_repeat_pc.png) center center repeat-y;
	}
	#tohyo .owner_cmt_top{
		margin-bottom: -7px;
	}
	section#content_one #tohyo .winner_image{
		position: relative;
		z-index: 2;
	}
	section#content_one .ss_one_side_a{
		position: absolute;
		top: 353px;
		left: -255px;
	}
	section#content_one .ss_one_side_a span{
		background: url("../img/img3_pc.png") no-repeat top center;
		width: 505px;
		height: 505px;
		background-size: 100%;
	}
	section#content_one .content_one_bottom .ss_one_side_a span{
		background: url("../img/img3_green_pc.png") no-repeat top center;
	}
	section#content_one .ss_one_side_b{
		position: absolute;
		top: 1320px;
		right: 55px;
	}
	section#content_one .ss_one_side_b span{
		background: url("../img/img4_pc.png") no-repeat top center;
		width: 319px;
		height: 319px;
		background-size: 100%;
	}
	section#content_one .content_one_bottom .ss_one_side_b span{
		background: url("../img/img4_green_pc.png") no-repeat top center;
	}
	section#content_one .ss_one_side_c{
		position: absolute;
		top: 2130px;
		left: -40px;
	}
	section#content_one .ss_one_side_c span{
		background: url("../img/img2_pc.png") no-repeat top center;
		width: 332px;
		height: 337px;
		background-size: 100%;
	}
	section#content_one .content_one_bottom .ss_one_side_c span{
		background: url("../img/img2_green_pc.png") no-repeat top center;
	}
	section#content_one .ss_one_side_d{
		position: absolute;
		top: 595px;
		right: -130px;
	}
	section#content_one .ss_one_side_d span{
		background: url("../img/img5_pc.png") no-repeat top center;
		width: 360px;
		height: 360px;
		background-size: 100%;
	}
	section#content_one .content_one_bottom .ss_one_side_d span{
		background: url("../img/img5_green_pc.png") no-repeat top center;
		background-size: 100%;
	}
	section#content_one .ss_one_side_e{
		position: absolute;
		top: 1595px;
		left: 30px;
	}
	section#content_one .ss_one_side_e span{
		background: url("../img/img6_pc.png") no-repeat top center;
		width: 505px;
		height: 505px;
		background-size: 100%;
	}
	section#content_one .content_one_bottom .ss_one_side_e span{
		background: url("../img/img6_green_pc.png") no-repeat top center;
		background-size: 100%;
	}
	section#content_one .ss_one_side_f{
		position: absolute;
		top: 512px;
		right: 52px;
	}
	section#content_one .ss_one_side_f span{
		background: url("../img/img3_pc.png") no-repeat top center;
		width: 262px;
		height: 262px;
		background-size: 100%;
	}
	section#content_one .content_one_bottom .ss_one_side_f span{
		background: url("../img/img3_green_pc.png") no-repeat top center;
		background-size: 100%;
	}
	section#content_one .ss_one_side_g{
		position: absolute;
		top: 595px;
		left: -70px;
	}
	section#content_one .ss_one_side_g span{
		background: url("../img/img7_pc.png") no-repeat top center;
		width: 519px;
		height: 519px;
		background-size: 100%;
	}
	section#content_one .content_one_bottom .ss_one_side_g span{
		background: url("../img/img7_green_pc.png") no-repeat top center;
		background-size: 100%;
	}
	section#content_one .ss_one_side_h{
		position: absolute;
		top: 1823px;
		right: 0px;
	}
	section#content_one .ss_one_side_h span{
		background: url("../img/img6_pc.png") no-repeat top center;
		width: 505px;
		height: 505px;
		background-size: 100%;
	}
	section#content_one .content_one_bottom .ss_one_side_h{
		position: absolute;
		top: 1960px;
		right: 110px;
	}
	section#content_one .content_one_bottom .ss_one_side_h span{
		background: url("../img/img5_green_pc.png") no-repeat top center;
		width: 360px;
		height: 360px;
		background-size: 100%;
	}
	section#content_one .content_one_top .winner_prize{
		position: absolute;
		top: 115px;
		left: 345px;
	}
	section#content_one .content_one_top .winner_ttl{
		position: absolute;
		top: 225px;
		left: 740px;
	}
	section#content_one .content_one_top .winner_prize_accessories{
		position: absolute;
		top: 180px;
		right: 360px;
	}
	section#content_one .content_one_top .first_prize{
		margin-top: 873px;
	}
	section#content_one .content_one_top .first_prize .ss_one_mogu{
		position: absolute;
		z-index: 3;
		top: -422px;
		left: 726px;
	}
	section#content_one .content_one_top .first_prize .winner_txt_right{
		position: absolute;
		top: 305px;
		right: 250px;
	}
	section#content_one .content_one_top .first_prize .ss_one_mogu span{
		background: url("../img/mogu1.gif") no-repeat top center;
		width: 433px;
		height: 427px;
		background-size: 100%;
	}
	section#content_one .content_one_top .first_prize .ss_one_ribbon_left{
		position: absolute;
		top: -460px;
		left: 250px;
	}
	section#content_one .content_one_top .first_prize .ss_one_ribbon_left span{
		background: url("../img/ribbon_hidari.gif") no-repeat top center;
		width: 544px;
		height: 318px;
		background-size: 100% auto;
		/* max-width: 64%; */
	}
	section#content_one .content_one_top .first_prize .ss_one_ribbon_right{
		position: absolute;
		top: -460px;
		right: 200px;
	}
	section#content_one .content_one_top .first_prize .ss_one_ribbon_right span{
		background: url("../img/ribbon_migi.gif") no-repeat top center;
		width: 555px;
		height: 318px;
		background-size: 100% auto;
		/* max-width: 64%; */
	}
	section#content_one .content_one_top .first_prize .ss_one_mogu{
		position: absolute;
		z-index: 3;
		top: -422px;
		left: 726px;
	}
	section#content_one .content_one_top .first_prize .ss_one_mogu span{
		background: url("../img/mogu1.gif") no-repeat top center;
		width: 433px;
		height: 427px;
		background-size: 100%;
	}
	section#content_one .first_prize .ss_one_mob{
		position: absolute;
		z-index: 3;
		top: -130px;
		right: 500px;
	}
	section#content_one .first_prize .ss_one_mob span{
		background: url("../img/mob1_1.gif") no-repeat top center;
		z-index: 3;
		width: 127px;
		height: 289px;
		background-size: 100%;
	}
	section#content_one .first_prize .ss_one_mob2{
		position: absolute;
		z-index: 3;
		top: -110px;
		right: 425px;
	}
	section#content_one .first_prize .ss_one_mob2 span{
		background: url("../img/mob2_1.gif") no-repeat top center;
		z-index: 3;
		width: 75px;
		height: 273px;
		background-size: 100%;
	}
	section#content_one .content_one_top .first_prize .ss_one_pet_side{
		position: absolute;
		top: 640px;
		left: 183px;
	}
	section#content_one .content_one_top .first_prize .ss_one_pet_side span{
		background: url("../img/mob4.gif") no-repeat top center;
		width: 284px;
		height: 322px;
		background-size: 100%;
	}
	section#content_one .content_one_top .second_prize{
		padding-top: 395px;
	}
	section#content_one .content_one_top .second_prize .ss_one_mogu{
		position: absolute;
		z-index: 3;
		top: 55px;
		left: 820px;
	}
	section#content_one .content_one_top .second_prize .ss_one_mogu span{
		background: url("../img/mogu2.gif") no-repeat top center;
		width: 251px;
		height: 353px;
		background-size: 100%;
	}
	section#content_one .content_one_top .second_prize .winner_txt_right {
		position: absolute;
		top: 220px;
		right: 250px;
	}
	section#content_one #tohyo.second_prize .winner_thumbnail{
		top: 325px;
	}
	section#content_one #tohyo.second_prize .winner_name{
		top: 1250px;
	}
	section#content_one .second_prize .ss_one_mob{
		position: absolute;
		z-index: 3;
		top: 270px;
		left: 500px;
	}
	section#content_one .second_prize .ss_one_mob span{
		background: url("../img/mob1_2.gif") no-repeat top center;
		z-index: 3;
		width: 127px;
		height: 289px;
		background-size: 100%;
	}
	section#content_one .second_prize .ss_one_mob2{
		position: absolute;
		z-index: 3;
		top: 290px;
		left: 425px;
	}
	section#content_one .second_prize .ss_one_mob2 span{
		background: url("../img/mob2_2.gif") no-repeat top center;
		z-index: 3;
		width: 75px;
		height: 273px;
		background-size: 100%;
	}
	section#content_one .content_one_top .second_prize .ss_one_pet_side{
		position: absolute;
		top: 400px;
		right: 210px;
	}
	section#content_one .content_one_top .second_prize .ss_one_pet_side span{
		background: url("../img/mob5.gif") no-repeat top center;
		width: 177px;
		height: 318px;
		background-size: 100%;
	}
	section#content_one .content_one_top .third_prize{
		padding-top: 375px;
	}
	section#content_one .content_one_top .third_prize .ss_one_mogu{
		position: absolute;
		z-index: 3;
		top: 75px;
		left: 870px;
	}
	section#content_one .content_one_top .third_prize .ss_one_mogu span{
		background: url("../img/mogu3.gif") no-repeat top center;
		width: 198px;
		height: 312px;
		background-size: 100%;
	}
	section#content_one .content_one_top .third_prize .winner_txt_right {
		position: absolute;
		top: 208px;
		right: 250px;
	}
	section#content_one .third_prize .ss_one_mob{
		position: absolute;
		z-index: 3;
		top: 270px;
		left: 470px;
	}
	section#content_one .third_prize .ss_one_mob span{
		background: url("../img/mob2_2.gif") no-repeat top center;
		z-index: 3;
		width: 75px;
		height: 273px;
		background-size: 100%;
	}
	section#content_one .third_prize .ss_one_mob2{
		position: absolute;
		z-index: 3;
		top: 250px;
		right: 450px;
	}
	section#content_one .third_prize .ss_one_mob2 span{
		background: url("../img/mob1_1.gif") no-repeat top center;
		z-index: 3;
		width: 127px;
		height: 289px;
		background-size: 100%;
	}
	section#content_one .content_one_top .third_prize .ss_one_pet_side{
		position: absolute;
		top: 460px;
		left: 190px;
	}
	section#content_one .content_one_top .third_prize .ss_one_pet_side span{
		background: url("../img/mob6.gif") no-repeat top center;
		width: 267px;
		height: 304px;
		background-size: 100%;
	}
	section#content_one #tohyo.third_prize .winner_thumbnail{
		top: 710px;
	}
	section#content_one #tohyo.third_prize .winner_name{
		top: 1630px;
	}
	section#content_one .content_one_bottom{
		position: relative;
		width: 100%;
		height: 100%;
		background: url("../img/section01_bg_green_pc.png") top left repeat-y;
		background-size: cover;
		padding-bottom: 360px;
	}
	section#content_one .content_one_bottom .ss_one_title{
		position: absolute;
		top: -70px;
		left: 30%;
	}
	section#content_one .content_one_bottom .ss_one_title span{
		background: url("../img/section01_title2.png") no-repeat top center;
		width: 767px;
		height: 384px;
	}
	section#content_one .content_one_bottom .winner_prize{
		position: absolute;
		top: -50px;
		left: 385px;
	}
	section#content_one .content_one_bottom .winner_ttl{
		position: absolute;
		top: 225px;
		left: 668px;
	}
	section#content_one .content_one_bottom .first_prize{
		margin-top: 704px;
	}
	section#content_one .content_one_bottom .first_prize .ss_one_mogu{
		position: absolute;
		z-index: 3;
		top: -386px;
		left: 800px;
	}
	section#content_one .content_one_bottom .first_prize .winner_txt_right{
		position: absolute;
		top: 305px;
		right: 250px;
	}
	section#content_one .content_one_bottom .first_prize .ss_one_mogu span{
		background: url("../img/kime1.gif") no-repeat top center;
		width: 263px;
		height: 396px;
		background-size: 100%;
	}
	section#content_one .content_one_bottom .first_prize .ss_one_ribbon_left{
		position: absolute;
		top: -460px;
		left: 250px;
	}
	section#content_one .content_one_bottom .first_prize .ss_one_ribbon_left span{
		background: url("../img/ribbon_hidari.gif") no-repeat top center;
		width: 544px;
		height: 318px;
		background-size: 100% auto;
		/* max-width: 64%; */
	}
	section#content_one .content_one_bottom .first_prize .ss_one_ribbon_right{
		position: absolute;
		top: -460px;
		right: 200px;
	}
	section#content_one .content_one_bottom .first_prize .ss_one_ribbon_right span{
		background: url("../img/ribbon_migi.gif") no-repeat top center;
		width: 555px;
		height: 318px;
		background-size: 100% auto;
		/* max-width: 64%; */
	}
	section#content_one .content_one_bottom .first_prize .ss_one_pet_side {
		position: absolute;
		top: 730px;
		right: 230px;
	}
	section#content_one .content_one_bottom .first_prize .ss_one_pet_side span {
		background: url(../img/mob7.gif) no-repeat top center;
		width: 191px;
		height: 303px;
		background-size: 100%;
	}
	section#content_one .content_one_bottom .second_prize{
		padding-top: 395px;
	}
	section#content_one .content_one_bottom .second_prize .ss_one_mogu{
		position: absolute;
		z-index: 3;
		top: -3px;
		left: 820px;
	}
	section#content_one .content_one_bottom .second_prize .ss_one_mogu span{
		background: url("../img/kime2.gif") no-repeat top center;
		width: 274px;
		height: 411px;
		background-size: 100%;
	}
	section#content_one .content_one_bottom .second_prize .winner_txt_right {
		position: absolute;
		top: 208px;
		right: 250px;
	}
	section#content_one .content_one_bottom #tohyo.second_prize .winner_thumbnail{
		top: 320px;
	}
	section#content_one .content_one_bottom #tohyo.second_prize .winner_name{
		top: 1250px;
	}
	section#content_one .content_one_bottom .second_prize .ss_one_pet_side {
		position: absolute;
		top: 515px;
		left: 230px;
	}
	section#content_one .content_one_bottom .second_prize .ss_one_pet_side span {
		background: url(../img/mob8.gif) no-repeat top center;
		width: 172px;
		height: 277px;
		background-size: 100%;
	}
	section#content_one .content_one_bottom .third_prize{
		padding-top: 375px;
	}
	section#content_one .content_one_bottom .third_prize .ss_one_mogu{
		position: absolute;
		z-index: 3;
		top: 75px;
		left: 870px;
	}
	section#content_one .content_one_bottom .third_prize .ss_one_mogu span{
		background: url("../img/kime3.gif") no-repeat top center;
		width: 198px;
		height: 312px;
		background-size: 100%;
	}
	section#content_one .content_one_bottom .third_prize .winner_txt_right {
		position: absolute;
		top: 205px;
		right: 250px;
	}
	section#content_one .content_one_bottom .third_prize .ss_one_pet_side {
		position: absolute;
		top: 515px;
		right: 210px;
	}
	section#content_one .content_one_bottom .third_prize .ss_one_pet_side span {
		background: url(../img/mob9.gif) no-repeat top center;
		width: 237px;
		height: 321px;
		background-size: 100%;
	}
	section#content_one #tohyo.third_prize .winner_thumbnail{
		top: 320px;
	}
	section#content_one .content_one_top #tohyo.third_prize .winner_thumbnail{
		top: 320px;
		left: 600px;
	}
	section#content_one .content_one_top #tohyo.third_prize .winner_thumbnail video{
		height: 870px;
		object-fit: cover;
	}
	section#content_one #tohyo.third_prize .winner_name{
		top: 1250px;
	}
	
	
	/* content_two style */
	section#content_two{
		width: 100%;
		height: 1020px;
		position: relative;
		background: url('../img/section02_bg_pc.jpg') top center no-repeat;
		background-size: 100%;
		z-index: 20;
	}
	section#content_two .ss_two_ttl{
		position: absolute;
		top: -230px;
		left: 22%;
	}
	section#content_two .ss_two_ttl span{
		background: url(../img/section02_title_pc.png) center center no-repeat;
		width: 1095px;
		height: 554px;
		background-size: 100% auto;
	}
	section#content_two .ss_two_cnt{
		position: absolute;
		top: 330px;
		left: 50%;
		font-size: 25px;
		line-height: 1.9em;
		font-weight: 700;
		margin-left: -350px;
		text-align: center;
	}
	
	section#content_two .ss_two_top_line{
		position: absolute;
		top: 200px;
		left: 0;
		z-index: 9;
	}
	section#content_two .ss_two_top_line span{
		background: url(../img/start_line_pc.jpg) center center no-repeat;
		width: 1920px;
		height: 88px;
		background-size: 100% auto;
	}
	section#content_two .inner_two{
		margin: 0 auto;
		position: relative;
		margin-top: 0px;
	}
}
@media (max-width: 1590px) and (min-width: 1200px){
	.inner-wrap{
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}
	.marquee_wrapper {
		top: 335px;
	}
	.marquee_wrapper img{ 
		height: 290px;
	}
	section#fv{
		background-size: 100%;
		height:100%;
	}
	section#fv .inner_fv{
		width: 1095px;
		height: 500px;
	}
	/* -------------------------------------
	FVエリア
	------------------------------------- */
	section#fv {
		width: 100%;
		height: 1120px;
		background: #ffad03;
		overflow: hidden;
	}
	section#fv .inner_fv{
		width: 1095px;
		height: 1120px;
		margin: 0 auto;
		position: relative;
		z-index: 3;
	}
	section#fv .p_title{
		width: 922px;
		height: 396px;
		position: absolute;
		left: 80px;
		top: 45px;
		z-index: 5;
	}
	section#fv .fv_sub_title{
		left: 400px;
		top: 335px;
		font-size: 22px;
	}
	section#fv .fv_tops_title{
		position: absolute;
		left: -413px;
		top:0;
	}
	section#fv .p_title p,section#fv p span{
		background-size: 65%!important;
	}
	
	section#fv .p_title p img{
		position: absolute;
		top:0;
		right: 5%;
		max-width: 90px;
		height: auto;
	}
	section#fv .fv_fusen{
		left: -410px;
		top: 0;
		z-index: 3;
	}

	section#fv .fv_h1{
		left: 134px;
		top: 286px;
	}
	section#fv .fv_h2{
		left: 10px;
		top: 240px;
	}
	section#fv .fv_h3{
		left: -36px;
		top: 300px;
	}
	
	section#fv .fv_m1{
		top: 255px;
		right: 210px;
	}
	section#fv .fv_m2{
		top: 230px;
		right: -90px;
	}
	section#fv .fv_pet{
		position:absolute;
		top: 522px;
		left: -276px;
		z-index: 2;
	}
	section#fv .fv_banner{
		top: 510px;
		left: -70px;
	}
	
	section#content_one{
		width: 100%;
		overflow:hidden;
		position: relative;
		z-index: 3;
		margin-top: -10px;
	}
	section#content_one #tohyo .winner_thumbnail{
		top: 270px;
		left: 360px;
	}
	section#content_one #tohyo .winner_thumbnail::before{
		background-size: 65%;
		position: absolute;
		top: -40px;
		left: -112px;
	}
	section#content_one .content_one_top{
		position: relative;
		width: 100%;
		height: 100%;
		background: url("../img/section01_bg_blue_pc.png") top left repeat-y;
		background-size: cover;
		padding-bottom: 150px;
	}
	section#content_one .ss_one_title{
		position: absolute;
		top: 54px;
		left: 20%;
	}
	section#content_one .ss_one_img1{
		position: absolute;
		top:  140px;
		left: 5px;
	}
	section#content_one p span{
		background-size: 65%!important;
	}
	section#content_one .winner_thumbnail span{
		width: 480px;
		height: 480px;
		background-size: cover!important;
	}
	section#content_one .content_one_top .first_prize .winner_thumbnail span{
		background: url("../img/pet_images/pet1.jpg") center center no-repeat;
		background-size: cover;
	}
	section#content_one .content_one_top .second_prize .winner_thumbnail span{
		background: url("../img/pet_images/pet_3.jpg") center center no-repeat;
		background-size: cover;
	}
	section#content_one .content_one_top .third_prize .winner_thumbnail span{
		background: url("../img/pet_images/pet_5.jpg") center center no-repeat;
		background-size: cover;
	}
	section#content_one .content_one_bottom .first_prize .winner_thumbnail span{
		background: url("../img/pet_images/pet_7.jpg") center center no-repeat;
		background-size: cover;
	}
	section#content_one .content_one_bottom .second_prize .winner_thumbnail span{
		background: url("../img/pet_images/pet_8.jpg") center center no-repeat;
		background-size: cover;
	}
	section#content_one .content_one_bottom .third_prize .winner_thumbnail span{
		background: url("../img/pet_images/pet_6.jpg") center center no-repeat;
		background-size: cover;
	}
	section#content_one #tohyo .winner_name{
		top: 780px;
		font-size: 22px;
	}
	section#content_one #tohyo .owner_cmt{ 
		margin-top: 25px;
		z-index: 3;
	}
	section#content_one #tohyo .owner_cmt_txt{
		padding: 40px 300px 20px;
		background-size: 65%;
		font-size: 16px;
	}
	#tohyo .owner_cmt_title::before {
		content: '';
		background: url(../img/mob3.gif) center center no-repeat;
		background-size: 65%;
		display: block;
		width: 120px;
		height: 168px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -325px;
		margin-top: -15px;
	}
	#tohyo .owner_cmt_title {
		background-size: 65%;
		
	}
	#tohyo .owner_cmt_title img{
		margin-left: 20px;
		max-width: 35%;
	}
	section#content_one .ss_one_side_a{
		position: absolute;
		top: 700px;
		left: -255px;
	}
	section#content_one .ss_one_side_a span{
		background: url("../img/img3_pc.png") no-repeat top center;
		width: 505px;
		height: 505px;
		background-size: 100%;
	}
	section#content_one .content_one_bottom .ss_one_side_a {
		position: absolute;
		top: 160px;
		left: -255px;
	}
	section#content_one .content_one_bottom .ss_one_side_a span{
		background: url("../img/img3_green_pc.png") no-repeat top center;
	}
	section#content_one .ss_one_side_b{
		position: absolute;
		top: 1320px;
		right: 55px;
	}
	section#content_one .content_one_bottom .ss_one_side_b {
		position: absolute;
		top: 940px;
		right: 0px;
	}
	section#content_one .ss_one_side_b span{
		background: url("../img/img4_pc.png") no-repeat top center;
		width: 319px;
		height: 319px;
		background-size: 100%;
	}
	section#content_one .content_one_bottom .ss_one_side_b span{
		background: url("../img/img4_green_pc.png") no-repeat top center;
	}
	section#content_one .ss_one_side_c{
		position: absolute;
		top: 1856px;
		left: -95px;
	}
	section#content_one .ss_one_side_c span{
		background: url("../img/img2_pc.png") no-repeat top center;
		width: 332px;
		height: 337px;
		background-size: 100%;
	}
	section#content_one .content_one_bottom .ss_one_side_c{
		top: 1393px;
    	left: -70px;
	}
	section#content_one .content_one_bottom .ss_one_side_c span{
		background: url("../img/img2_green_pc.png") no-repeat top center;
	}
	section#content_one .ss_one_side_d{
		position: absolute;
		top: 595px;
		right: -130px;
	}
	section#content_one .ss_one_side_d span{
		background: url("../img/img5_pc.png") no-repeat top center;
		width: 360px;
		height: 360px;
		background-size: 100%;
	}
	section#content_one .content_one_bottom .ss_one_side_d span{
		background: url("../img/img5_green_pc.png") no-repeat top center;
		background-size: 100%;
	}
	section#content_one .ss_one_side_e{
		position: absolute;
		top: 1075px;
		left: -60px;
	}
	section#content_one .ss_one_side_e span{
		background: url("../img/img6_pc.png") no-repeat top center;
		width: 505px;
		height: 505px;
		background-size: 100%;
	}
	section#content_one .content_one_bottom .ss_one_side_e span{
		background: url("../img/img6_green_pc.png") no-repeat top center;
		background-size: 100%;
	}
	section#content_one .ss_one_side_f{
		position: absolute;
		top: 512px;
		right: 52px;
	}
	section#content_one .ss_one_side_f span{
		background: url("../img/img3_pc.png") no-repeat top center;
		width: 262px;
		height: 262px;
		background-size: 100%;
	}
	section#content_one .content_one_bottom .ss_one_side_f span{
		background: url("../img/img3_green_pc.png") no-repeat top center;
		background-size: 100%;
	}
	section#content_one .ss_one_side_g{
		position: absolute;
		top: 595px;
		left: -70px;
	}
	section#content_one .ss_one_side_g span{
		background: url("../img/img7_pc.png") no-repeat top center;
		width: 519px;
		height: 519px;
		background-size: 100%;
	}
	section#content_one .content_one_bottom .ss_one_side_g span{
		background: url("../img/img7_green_pc.png") no-repeat top center;
		background-size: 100%;
	}
	section#content_one .ss_one_side_h {
		position: absolute;
		top: 1130px;
		right: -80px;
	}
	section#content_one .content_one_bottom .ss_one_side_h {
		position: absolute;
		top: 1197px;
		right: 10px;
	}
	section#content_one .content_one_top .winner_prize{
		position: absolute;
		top: 65px;
		left: 156px;
	}
	section#content_one .content_one_top .winner_prize img,
	section#content_one .content_one_top .winner_prize_accessories img{
		max-width: 50%;
	}
	section#content_one .content_one_top .winner_ttl{
		position: absolute;
		top: 134px;
		left: 380px;
	}
	section#content_one .content_one_top .winner_prize_accessories{
		position: absolute;
		top: 114px;
		right: 200px;
	}
	section#content_one .content_one_top .first_prize{
		padding-top: 550px;
		margin: unset;
	}
	section#content_one .content_one_top .first_prize .ss_one_mogu{
		position: absolute;
		z-index: 3;
		top: -422px;
		left: 726px;
	}
	section#content_one .content_one_top .first_prize .winner_txt_right{
		position: absolute;
		top: 182px;
		right: 100px;
	}
	section#content_one .content_one_top .first_prize .ss_one_ribbon_left{
		position: absolute;
		top: 230px;
		left: 70px;
	}
	section#content_one .content_one_top .first_prize .ss_one_ribbon_right{
		position: absolute;
		top: 237px;
		right: 0px;
	}
	section#content_one .content_one_top .first_prize .ss_one_mogu{
		top: 280px;
		left: 380px;
	}
	section#content_one .first_prize .ss_one_mob{
		top: 454px;
		right: 320px;
	}
	section#content_one img{
		max-width: 65%;
	}
	section#content_one .first_prize .ss_one_mob2{
		top:  467px;
		right: 280px;
	}
	section#content_one .first_prize .ss_one_mob2 span{
		background: url("../img/mob2_1.gif") no-repeat top center;
		z-index: 3;
		width: 75px;
		height: 273px;
		background-size: 100%;
	}
	section#content_one .content_one_top .first_prize .ss_one_pet_side{
		top: 360px;
		left: 86px;
	}
	section#content_one .content_one_top .second_prize{
		padding-top: 280px;
	}
	section#content_one .content_one_top .second_prize .ss_one_mogu{
		top: 55px;
		left: 460px;
	}
	section#content_one .content_one_top .second_prize .ss_one_mogu span{
		background: url("../img/mogu2.gif") no-repeat top center;
		width: 251px;
		height: 353px;
		background-size: 100%;
	}
	section#content_one .content_one_top .second_prize .winner_txt_right {
		position: absolute;
		top: 120px;
		right: 130px;
	}
	section#content_one #tohyo.second_prize .winner_thumbnail{
		top: 200px;
	}
	section#content_one #tohyo.second_prize .winner_name{
		top: 710px;
	}
	section#content_one .second_prize .ss_one_mob{
		position: absolute;
		z-index: 3;
		top: 190px;
		left: 330px;
	}
	section#content_one .second_prize .ss_one_mob2{
		position: absolute;
		z-index: 3;
		top: 200px;
		left: 290px;
	}
	section#content_one .content_one_top .second_prize .ss_one_pet_side{
		position: absolute;
		top: 250px;
		right: 130px;
	}
	section#content_one .content_one_top .third_prize{
		padding-top: 275px;
	}
	section#content_one .content_one_top .third_prize .ss_one_mogu{
		left: 500px;
	}
	section#content_one .content_one_top .third_prize .winner_txt_right {
		position: absolute;
		top: 110px;
		right: 140px;
	}
	section#content_one .third_prize .ss_one_mob{
		top: 190px;
		left: 310px;
	}
	section#content_one .third_prize .ss_one_mob2{
		position: absolute;
		z-index: 3;
		top: 180px;
		right: 295px;
	}
	section#content_one .content_one_bottom{
		padding-bottom: 240px;
	}
	section#content_one .content_one_top .third_prize .ss_one_pet_side{
		position: absolute;
		top: 270px;
		left: 110px;
	}
	section#content_one #tohyo.third_prize .winner_thumbnail{
		top: 710px;
	}
	section#content_one .content_one_top #tohyo.third_prize .winner_thumbnail video{
		width: 100%;
		height: 480px;
		object-fit: cover;
	}
	section#content_one #tohyo.third_prize .winner_name{
		top: 1630px;
	}
	section#content_one .content_one_bottom .ss_one_title{
		position: absolute;
		top: -70px;
		left: 20%;
	}
	section#content_one .content_one_bottom .winner_prize{
		position: absolute;
		top: -40px;
		left: 220px;
	}
	section#content_one .content_one_bottom .winner_prize img{
		width: 60%;
	}
	section#content_one .content_one_bottom .winner_ttl{
		position: absolute;
		top: 117px;
		left: 322px;
	}
	section#content_one .content_one_bottom .first_prize{
		margin-top: 450px;
	}
	section#content_one .content_one_bottom .first_prize .ss_one_mogu{
		position: absolute;
		z-index: 3;
		top: -256px;
		left: 478px;
	}
	section#content_one .content_one_bottom .first_prize .winner_txt_right{
		position: absolute;
		top: 170px;
		right: 104px;
	}
	section#content_one .content_one_bottom .first_prize .ss_one_ribbon_left{
		position: absolute;
		top: -290px;
		left: 120px;
	}
	section#content_one .content_one_bottom .first_prize .ss_one_ribbon_right{
		position: absolute;
		top: -290px;
		right: 60px;
	}
	section#content_one .content_one_bottom .first_prize .ss_one_mob {
		top: -97px;
	}
	section#content_one .content_one_bottom .first_prize .ss_one_mob2 {
		top: -85px;
	}
	section#content_one .content_one_bottom .first_prize .ss_one_pet_side {
		position: absolute;
		top: 410px;
		right: 160px;
	}
	section#content_one .content_one_bottom .first_prize .ss_one_pet_side span {
		background: url(../img/mob7.gif) no-repeat top center;
		width: 191px;
		height: 303px;
		background-size: 100%;
	}
	section#content_one .content_one_bottom .second_prize{
		padding-top: 260px;
	}
	section#content_one .content_one_bottom .second_prize .ss_one_mogu{
		left: 460px;
	}
	section#content_one .content_one_bottom .second_prize .ss_one_mob{
		top: 170px;
	}
	section#content_one .content_one_bottom .second_prize .ss_one_mob2{
		top: 180px;
	}
	section#content_one .content_one_bottom .second_prize .winner_txt_right {
		position: absolute;
		top: 115px;
		right: 140px;
	}
	section#content_one .content_one_bottom #tohyo.second_prize .winner_thumbnail{
		top: 190px;
	}
	section#content_one .content_one_bottom #tohyo.second_prize .winner_name{
		top: 705px;
	}
	section#content_one .content_one_bottom .second_prize .ss_one_pet_side {
		position: absolute;
		top: 330px;
		left: 160px;
	}
	section#content_one .content_one_bottom .third_prize{
		padding-top: 275px;
	}
	section#content_one .content_one_bottom .third_prize .ss_one_mogu{
		position: absolute;
		z-index: 3;
		top: 75px;
		left: 490px;
	}
	section#content_one .content_one_bottom .third_prize .winner_txt_right {
		position: absolute;
		top: 105px;
		right: 140px;
	}
	section#content_one .content_one_bottom .third_prize .ss_one_pet_side {
		position: absolute;
		top: 300px;
		right: 142px;
	}
	section#content_one #tohyo.third_prize .winner_thumbnail{
		top: 192px;
	}
	section#content_one .content_one_top #tohyo.third_prize .winner_thumbnail{
		top: 192px;
		left: 410px;
	}
	section#content_one #tohyo.third_prize .winner_name{
		top: 705px;
	}
	
	
	/* content_two style */
	section#content_two{
		width: 100%;
		height: 690px;
		position: relative;
		background: url('../img/section02_bg_pc.jpg') top center no-repeat;
		background-size: 100%;
		z-index: 20;
		margin-top: -20px;
	}
	section#content_two p span{
		background-size: 65%!important;
	}
	section#content_two .ss_two_ttl{
		position: absolute;
		top: -250px;
		left: 5%;
	}
	section#content_two .ss_two_cnt{
		position: absolute;
		top: 217px;
		left: 50%;
		font-size: 15px;
		line-height: 1.9em;
		font-weight: 700;
		margin-left: -200px;
		text-align: center;
	}
	section#content_two .ss_two_pet{
		position: absolute;
		bottom: -30px;
		left: -365px;
	}
	
	
	.footer{
		margin-top: 9px!important;
		background-size: 100%!important;
	}
	.footer .footer_info img{
		max-width: 54.5%;
		height: auto;
		margin-top: 12px;
	}
	.footer .footer_top{
		padding-bottom: 26px!important;
	}
	.footer .footer-menu{
		margin-top: 12px!important;
	}
	.footer h2{
		top:-5px;
	}
	.footer .footer_top ul li a img{
		max-width:65%;
	}
	.footer .footer_top ul li{
		margin-right:25px!important;
	}
	.footer-logo img{
		max-width:65%;
		height:auto;
	}
	.footer .footer-menu li a{
		font-size:11px;
	}
	.top-area2 a img{
		max-width:65%!important;
	}
	.footer .container{
		padding-top: 40px!important;
	}
	.footer.footer.footer_thanks .container{
		padding-top: 40px!important;
	}
}
/* -------------------------------------
フッター
------------------------------------- */
.footer {
  position: relative;
  background: #fff;
  z-index: 9999;
  margin-top: 15px;
  /* bottom: -221%; */
  margin-top: -41px!important;
}
.footer h2 {
  margin-bottom: 36px;
  width: 462px;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -231px;
}
.footer .container {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 105px;
  position:relative;
}
.footer .footer_info {
  display: block;
}
.footer .footer_info img {
  display: inline-block;
}
.footer .footer_top {
  padding-bottom: 47px;
}
.footer .footer_top ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

}
.footer .footer_top ul li {
  display: inline-block;
  margin-right: 66px;
}
.footer .footer_top ul li:last-child {
  margin-right: 0;
}
.footer .footer_top ul li a {
  display: inline-block;
}
.footer .footer_top ul li a img {
  width: 70px;
}
.footer .footer_bottom{
	padding: 40px 0 50px;
	background: #ff595e;
}
.footer .footer-logo {
  display: block;
  margin-bottom: 8px;
  text-align: center;
}
.footer-logo img {
  width: 143px;
}
.footer .footer-logo a {
  display: inline-block;
}
.footer .footer-menu {
	margin: 28px auto 0 auto;
	text-align: center;
    padding: 12px;
}
.footer .footer-menu li:first-child {
  border-left: none;
}
.footer .footer-menu li {
  display: inline-block;
  border-left: 1px solid #fff;
  font-size: 12px;
}
.footer .footer-menu li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
}
.pagetop_area {
  position: absolute;
  left: 50%;
  width: 946px;
  margin-left: -473px;
  margin-top: 58px;
}
.btn_top {
  max-width: 1200px;
  margin: 0 auto;
  float: right;
}
.btn_top img {
  width: 100px;
}
.top-area2, .top-area1 {
  position: relative;
  box-sizing: border-box;
}
.top-area2 a.active {
  position: fixed;
  bottom: 1%;
  right: 110px!important;
}
.top-area2 a, .top-area1 a {
  position: relative;
  display: inline-block;
  float: right;
  z-index: 9999;
  right: -380px!important;
}
.top-area2 a img {
  max-width: 100px;
}
.top-area2 a img:hover {
  opacity: 1;
}

.footer.footer_thanks{
	background: #673810;
}
.footer.footer.footer_thanks .container{
	padding-top: 50px;
}
@media (max-width: 1590px) and (min-width: 1200px) {
	.top-area2 a, .top-area1 a {
		right: -110px!important;
	}
	.top-area2 a.active{
		right: 90px!important;
	}
}
@keyframes updown{
	0%{
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
	}
	100%{
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
	}
}
.updown{
	animation: updown 1s ease infinite alternate;
    -webkit-animation: updown 1s ease infinite alternate;
    -moz-animation: updown 1s ease infinite alternate;
}
@keyframes updown2{
	0%{
		top: 0;
	}
	100%{
		top: 20px;
	}
}
.updown2{
	animation: updown2 0.75s ease infinite alternate;
    -webkit-animation: updown2 0.75s ease infinite alternate;
    -moz-animation: updown2 0.75s ease infinite alternate;
}
