@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;
}
a img:hover {
  opacity: 0.7;
}
.author a{
	color: #2b49bf;
}
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;
}
#tohyo .winner_thumbnail img,
#tohyo .winner_thumbnail video{
	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%;
  }
}
.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: 80%;
    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: 0;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.pop_up_overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
}
.btn_close{
    z-index: 9994;
    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;
}
.entry-block .photo{
	position: relative;
}
.entry-block .photo::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: transparent;
}
@media screen and (min-width: 768px){
	#wrap {
	  margin: 0 auto;
	  max-width: 1920px;
	  overflow: hidden;
	  /* width: 1200px; */
	}
	/* -------------------------------------
	FVエリア
	------------------------------------- */
	section#fv {
	  width: 100%;
	  height: 874px;
	  background: url("../img/fv_bg_pc.png") no-repeat top center;
	  overflow: hidden;
	  background-size: 100% 100%;
	}
	section#fv .inner_fv{
		width: 1095px;
		height: 1066px;
		margin: 0 auto;
		position: relative;
	}
	section#fv .p_title{
		width: 1027px;
		height: 350px;
		position: absolute;
		left: 30px;
		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;
	}
	section#fv .fv_sub_icon_title{
		position: absolute;
		top: 45px;
		right: 90px;
		z-index: 9;
	}
	section#fv .fv_sub_icon_title img{
		max-width:95px;
		height:auto;
	}
	section#fv .fv_dog_right_icon{
		position: absolute;
		top: 220px;
		right: -73px;
		z-index: 9;
	}
	section#fv .fv_dog_bottom_icon{
		position: absolute;
		top: 293px;
		right: 170px;
		z-index: 9;
	}
	section#fv .fv_sub_title{
		width:742px;
		height:342px;
		position: absolute;
		left: 178px;
		top: 298px;
		z-index:1;
	}
	section#fv .fv_tops_title{
		position: absolute;
		left: 210px;
		top:10px;
		z-index: 3;
	}
	section#fv .fv_tops_title span{
		background: url("../img/fv_text_topa_pc.png") no-repeat top center;
		width:718px;
		height:66px;
	}
	section#fv .fv_colorflag_left{
		position: absolute;
		left: -410px;
		top:66px;
		z-index: 2;
	}
	section#fv .fv_colorflag_left span{
		background: url("../img/colorflag_left_pc.png") no-repeat top center;
		width:755px;
		height:340px;
		background-size: contain;
	}
	section#fv .fv_colorflag_right{
		position: absolute;
		right: -410px;
		top:66px;
		z-index: 2;
	}
	section#fv .fv_colorflag_right span{
		background: url("../img/colorflag_right_pc.png") no-repeat top center;
		width:751px;
		height:340px;
		background-size: contain;
	}
	section#fv .fv_kamifubuki_left{
		position: absolute;
		left: -310px;
		top:0px;
		z-index: 2;
	}
	section#fv .fv_kamifubuki_left span{
		background: url("../img/kamifubuki2_fram.gif") no-repeat top center;
		width:640px;
		height:1000px;
		background-size: contain;
	}
	section#fv .fv_kamifubuki_right{
		position: absolute;
		right: -310px;
		top:0px;
		z-index: 2;
	}
	section#fv .fv_kamifubuki_right span{
		background: url("../img/kamifubuki2_fram.gif") no-repeat top center;
		width:640px;
		height:1000px;
		background-size: contain;
	}
	section#fv .fv_kamifubuki_left_2{
		position: absolute;
		left: -310px;
		top:0px;
		z-index: 3;
	}
	section#fv .fv_kamifubuki_left_2 span{
		background: url("../img/kamifubuki3_fram.gif") no-repeat top center;
		width:640px;
		height:1000px;
		background-size: contain;
	}
	section#fv .fv_kamifubuki_right_2{
		position: absolute;
		right: -310px;
		top:0px;
		z-index: 3;
	}
	section#fv .fv_kamifubuki_right_2 span{
		background: url("../img/kamifubuki4_fram.gif") no-repeat top center;
		width:640px;
		height:1000px;
		background-size: contain;
	}
	section#fv .fv_balloon_left,
	section#fv .fv_balloon_left_2{
		visibility: hidden;
		position: absolute;
		left: -420px;
		top:0px;
		z-index: 2;
	}
	
	section#fv .fv_balloon_left_2{
		top: 16%;
		left: -41%;
	}
	section#fv .fv_balloon_left span{
		background: url("../img/balloon_left_1_pc.gif") no-repeat top center;
		width:437px;
		height:900px;
		background-size: contain;
	}
	section#fv .fv_balloon_left_2 span{
		background: url("../img/balloon_left_2_pc.gif") no-repeat bottom center;
		width:609px;
		height:900px;
		background-size: 90% auto;
	}
	section#fv .fv_balloon_right,
	section#fv .fv_balloon_right_2{
		visibility: hidden;
		position: absolute;
		right: -410px;
		top:0px;
		z-index: 3;
	}
	section#fv .fv_balloon_right_2{
		top: 31%;
		right: -48%;
	}
	section#fv .fv_balloon_right span{
		background: url("../img/balloon_right_1_pc.gif") no-repeat top center;
		width: 346px;
		height: 900px;
		background-size: 90% auto;
	}
	section#fv .fv_balloon_right_2 span{
		background: url("../img/balloon_right_2_pc.gif") no-repeat bottom center;
		width: 692px;
		height:620px;
		background-size: contain;
	}
	section#fv .fv_balloon_left_2.go{
		visibility: visible;
		animation-duration: 2.5s;
	}
	section#fv .fv_balloon_right_2.go,
	section#fv .fv_balloon_right.go,
	section#fv .fv_balloon_left.go{
		visibility: visible;
		animation-duration: 2s;
	}
	.winner_image{
		opacity: 0;
	}
	.winner_image.go{
		opacity: 1;
	}

	
	section#fv .p_title p img{
		position: absolute;
		top:0;
		right: 5%;
		max-width: 90px;
		height: auto;
	}
	section#fv .fv_sound{
		position: absolute;
		left: -30px;
		top: 325px;
		z-index:8;
	}
	section#fv .fv_sound span{
		background: url("../img/fv_img1.png") no-repeat top center;
		width: 329px;
		height: 226px;
		background-size: contain;
	}
	section#fv .fv_kirakira{
		position: absolute;
		left: 0;
		top: 350px;
		z-index:1;
	}
	section#fv .fv_kirakira span{
		background: url("../img/kirakira2.gif") no-repeat top center;
		width: 1071px;
		height: 366px;
	}
	section#fv .fv_device span{
		background: url("../img/FV_hapyou.gif") no-repeat top center;
		width: 573px;
		height: 597px;
	}
	section#fv .fv_device{
		position: absolute;
		top: 337px;
		left: 50%;
		z-index:9;
		margin-left: -370px;
	}
	section#fv .fv_concentration_line span{
		background: url("../img/concent_line_pc.png") no-repeat top center;
		width: 724px;
		height: 724px;
	}
	section#fv .fv_concentration_line{
		position: absolute;
		top: 168px;
		left: 165px;
		z-index:1;
	}
	section#fv .fv_sounda{
		position: absolute;
		top: 375px;
		right: 70px;
		z-index:8;
	}
	section#fv .fv_sounda span{
		background: url("../img/fv_hapyou_txt_pc.png") no-repeat top center;
		width: 290px;
		height: 118px;
	}
	section#fv .fv_peo_left{
		position: absolute;
		top: 420px;
		left: -219px;
		z-index: 9;
	}
	section#fv .fv_dog_comment{
		position: absolute;
		top: 400px;
		right: -195px;
	}
	section#fv .fv_dog_comment span{
		background: url("../img/fv_go_dog_pc.png") no-repeat top center;
		width:232px;
		height:130px;
	}

	section#content_one{
		width: 100%;
		background: url("../img/joining_pet_pc.png") no-repeat top center;
		margin-top: -68px;
		overflow:hidden;
		position: relative;
		z-index: 10;
		margin-bottom: -100px;
		height: 550px;
	}
	section#content_one .inner_one{
		width: 100%;
		height: 550px;
		margin: 0 auto;
		position: relative;
		padding-top:120px;
	}
	section#content_one .top_runtext{
		width:865px;
		height:491px;
		position:relative;
		margin:0 auto;
	}
	section#content_one .runtext_top{
		position: absolute;
		top: 0;
		left: 6%;
		z-index: 99;
	}
	section#content_one .runtext_top span{
		background: url("../img/introduction.gif") no-repeat top center;
		width: 770px;
		height: 289px;
		background-size: 100%;
	}
	section#content_one .kamifubuki{
		position: absolute;
		top: -18%;
		left: -37%;
		z-index: 99;
	}
	section#content_one .kamifubuki span{
		background: url("../img/kamifubuki1.gif") no-repeat top center;
		width: 536px;
		height: 531px;
		background-size: 80%;
	}
	section#content_one .kamifubuki_2{
		position: absolute;
		top: -18%;
		right: -37%;
		z-index: 99;
	}
	section#content_one .kamifubuki_2 span{
		background: url("../img/kamifubuki2.gif") no-repeat top center;
		width: 536px;
		height: 531px;
		background-size: 80%;
	}
	section#content_one .runtext_img{
		position: absolute;
		top:0;
		left:0;
	}
	section#content_one .runtext_img span{
		background: url("../img/text_tops_pc.gif") no-repeat top center;
		width:865px;
		height:491px;
	}
	
	section#content_one .runtext_bt_b{
		position: absolute;
		top: 125px;
		font-size: 24px;
		line-height: 36px;
		color: #221815;
		text-align: center;
		font-weight: bold;
		left: 250px;
	}
	section#content_one .jum_one{
		font-size: 24px;
		line-height: 36px;
		color: #221815;
		text-align: center;
		font-weight: bold;
		position: absolute;
		left: 320px;
		top: 263px;
	}
	section#content_one .jum_one span{
		background: url("../img/add_runtext_c_pc.png") no-repeat top center;
		width:574px;
		height:41px;
	}
	.asd{margin-left:75px;}
	section#content_one .jum_two{
		font-size: 24px;
		line-height: 36px;
		color: #221815;
		text-align: center;
		font-weight: bold;
		position: absolute;
		top: 325px;
		left: 405px;
	}
	
	section#content_two{
		width: 100%;
		position: relative;
		z-index: 999;
	}
	section#content_two .content_two_top{
		background: url('../img/section_2_top.png') center center no-repeat;
		z-index: 999999;
		height: 605px;
		margin-top: 0px;
	}
	section#content_two .ss_two_text{
		background: url("../img/announce_title_pc.png") center center no-repeat;
		width: 596px;
		height: 240px;
		background-size: 100% auto;
		position: absolute;
		top: 190px;
		left: 50%;
		margin-left: -304px;
		z-index: 2;
	}
	section#content_two .ss_two_top span{
		background: url(../img/kirakira1.gif) center center no-repeat;
		width: 1071px;
		height: 366px;
		background-size: 100% auto;
		position: absolute;
		top: 45px;
		left: 50%;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 1;
	}
	.content_two_lowtop img{
		width: 100%;
	}
	section#content_two .inner_two{
		margin: 0 auto;
		position: relative;
		background: url('../img/section_2_repeat.png') repeat-y;
		margin-top: -108px;
		background-position: center 60px;
		padding-bottom: 50px;
	}
	.content_two_lowtop{
		background: url('../img/section_2_img_top.png') no-repeat;
		height: 669px;
		background-position: center top;
		position: relative;
	}
	
	/* section FormArea */
	.formArea{
		margin: 0 auto;
		/* margin-top: -7px; */
	}
	#tohyo {
		padding-top: 24px;
		position: relative;
		z-index: 1;
		margin-bottom: 50px;
	}
	
	
	#tohyo .winner_bd_top {
		background: url("../img/prize_black_title_pc.png") center center no-repeat;
		width: 100%;
		height: 172px;
	}
	#tohyo.white_label .winner_bd_top {
		background: url("../img/prize_white_title_pc.png") center center no-repeat;
		width: 100%;
		height: 172px;
	}
	#tohyo.blue_label .winner_bd_top {
		background: url("../img/prize_blue_title_pc.png") center center no-repeat;
		width: 100%;
		height: 172px;
	}
	#tohyo ul li {
		width: 20%;
		display: flex;
		padding: 0 3px 0 4px;
	}
	.butch_winner_cnt{
		background: url("../img/box_repeat.png") center top repeat;
	}
	#tohyo p{
		text-align: center;
	}
	#tohyo .winner_bd_top .trophy_pc,
	#tohyo .winner_bd_top .prize_cmt,
	#tohyo .winner_bd_top .prize_img{
		position: absolute;
	}
	#tohyo .winner_bd_top .trophy_pc{
		width: 229px;
		height: 248px;
		top: 0;
		right: 50%;
		margin-right: 287px;
		margin-top: -45px;
	}
	#tohyo .winner_bd_top .trophy_pc span{
		width: 100%;
   	 	height: 100%;
  	  background: url(../img/section02_a_pc.png) no-repeat top center;
	}
	#tohyo .winner_bd_top .prize_cmt{
		top: 0;
		left: 50%;
		margin-top: -65px;
	}
	#tohyo .winner_bd_top .prize_cmt span{
		background: url("../img/black_cmt_pc.png") center center no-repeat;
		width: 313px;
		height: 119px;
	}
	#tohyo .winner_bd_top .prize_img{
		top: 0;
		left: 50%;
		margin-left: 310px;
		margin-top: -35px;
	}
	#tohyo .winner_bd_top .prize_img span{
		background: url("../img/section02_d_pc.png") center center no-repeat;
		width: 227px;
		height: 226px;
		background-size: 100% auto;
	}
	#tohyo.white_label .winner_bd_top .prize_cmt{
		top: 0;
		left: 50%;
		margin-top: -80px;
	}
	#tohyo.white_label .winner_bd_top .prize_cmt span{
		background: url("../img/white_cmt_pc.png") center center no-repeat;
		width: 305px;
		height: 139px;
	}
	#tohyo.white_label .winner_bd_top .prize_img{
		top: 0;
		left: 50%;
		margin-left: 320px;
		margin-top: -80px;
	}
	#tohyo.white_label .winner_bd_top .prize_img span{
		background: url("../img/section02_g_pc.png") center center no-repeat;
		width: 206px;
		height: 266px;
		background-size: 100% auto;
	}

	#tohyo.blue_label .winner_bd_top .prize_cmt{
		top: 0;
		left: 50%;
		margin-top: -80px;
	}
	#tohyo.blue_label .winner_bd_top .prize_cmt span{
		background: url("../img/blue_cmt_pc.png") center center no-repeat;
		width: 305px;
		height: 139px;
	}
	#tohyo.blue_label .winner_bd_top .prize_img{
		top: 0;
		left: 50%;
		margin-left: 360px;
		margin-top: -90px;
	}
	#tohyo.blue_label .winner_bd_top .prize_img span{
		background: url("../img/section02_k_pc.png") center center no-repeat;
		width: 90px;
		height: 291px;
		background-size: 100% auto;
	}

	
	
	#tohyo .winner_thumbnail_bg{
		position: relative;
		padding-top: 10px;
		
	}
	#tohyo .winner_thumbnail span{
		background: url("../img/pet_images/pet_2.jpg") center center no-repeat;
		width: 100%;
		height: 100%;
		background-size: cover;
	}
	#tohyo.white_label .winner_thumbnail span{
		background: url("../img/pet_images/pet_6.jpg") center center no-repeat;
		background-size: cover;
	}
	#tohyo.blue_label .winner_thumbnail span{
		background: url("../img/pet_images/pet_12.jpg") center center no-repeat;
		background-size: cover;
	}
	#tohyo .winner_crown{
		position: absolute;
		left: 50%;
		top: 0;
		margin-top: -18px;
		z-index: 5;
		margin-left: -278px;
	}
	#tohyo .winner_crown .dog_name{
		position: absolute;
		width: 100%;
		top: 50%;
		left: 0;
		margin-top: 20px;
		font-size: 20px;
		font-weight: 600;
	}
	#tohyo .winner_thumbnail{
		position: absolute;
		top: 0%;
		left: 50%;
		margin-top: 120px;
		margin-left: -286px;
		height: 572px;
		width: 572px;
		overflow: hidden;
	}
	#tohyo .winner_thumbnail video{
		max-height: 572px;
	}
	#tohyo .winner_thumbnail:before{
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99;
	}
	#tohyo .winner_kirakira{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	#tohyo .winner_kirakira span{
		background: url("../img/kirakira3.gif") center center no-repeat;
		width: 899px;
		height: 760px;
		background-size: 100% auto;
	}
	#tohyo .treasure_open{
		background: url(../img/treasure_line_pc.png) center center no-repeat;
		position: relative;
		height: 143px;
	}
	#tohyo .treasure_img{
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -100px;
		margin-top: -46px;
		width: 200px;
		height: 179px;
	}
	#tohyo .treasure_img span{
		background: url("../img/kuro_takara1_pc.gif");
		width: 100%;
		height: 100%;
		background-size: contain;
	}
	#tohyo.white_label .treasure_img span{
		background: url("../img/shiro_takara1_pc.gif");
		width: 100%;
		height: 100%;
		background-size: contain;
	}
	#tohyo.blue_label .treasure_img span{
		background: url("../img/ao_takara1_pc.gif");
		width: 100%;
		height: 100%;
		background-size: contain;
	}
	#tohyo .hero_left{
		position: absolute;
		top: 390px;
		right: 50%;
		margin-right: 340px;
	}
	#tohyo .hero_left .hero_img{
		width: 193px;
		height: 146px;
	}
	#tohyo .hero_left .hero_img span{
		background: url("../img/black8.gif") center center no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%;
	}
	#tohyo .hero_left .hero_talk{
		width: 168px;
		height: 96px;
		position: absolute;
		top: -110px;
		left: -26px;
	}
	#tohyo .hero_left .hero_talk span{
		background: url("../img/talk_1_pc.png") center center no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%;
	}

	#tohyo.white_label .hero_left {
		position: absolute;
		top: 390px;
		right: 50%;
		margin-right: 340px;
	}
	#tohyo.white_label .hero_left .hero_img{
		width: 229px;
		height: 151px;
	}
	#tohyo.white_label .hero_left .hero_img span{
		background: url("../img/white8.gif") center center no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%;
	}
	#tohyo.white_label .hero_left .hero_talk{
		width: 168px;
		height: 96px;
		position: absolute;
		top: -110px;
		left: 0;
	}
	#tohyo.white_label .hero_left .hero_talk span{
		background: url("../img/talk_3_pc.png") center center no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%;
	}

	#tohyo.blue_label .hero_left {
		position: absolute;
		top: 410px;
		right: 50%;
		margin-right: 350px;
	}
	#tohyo.blue_label .hero_left .hero_img{
		width: 214px;
		height: 169px;
	}
	#tohyo.blue_label .hero_left .hero_img span{
		background: url("../img/blue8.gif") center center no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%;
	}
	#tohyo.blue_label .hero_left .hero_talk{
		width: 168px;
		height: 96px;
		position: absolute;
		top: -120px;
		left: -35px;
	}
	#tohyo.blue_label .hero_left .hero_talk span{
		background: url("../img/talk_6_pc.png") center center no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%;
	}

	#tohyo .owner_cmt{
		visibility: hidden;
		margin-top: -23px;
	}
	#tohyo .staff_cmt{
		visibility: hidden;
	}
	#tohyo .staff_cmt.go,
	#tohyo .owner_cmt.go{
		visibility: visible;
	}
	#tohyo .owner_cmt_title{
		margin-top: -6px;
		text-align: center;
		background: url(../img/owner_frame_repeat_pc.jpg) center center repeat-y;
	}
	#tohyo .owner_cmt_title .pet_name{
		font-size: 20px;
	}
	#tohyo .owner_cmt_title .pet_kind, 
	#tohyo .owner_cmt_title .pet_owner{
		position: relative;
		font-size: 16px;
	}
	#tohyo .owner_cmt_title .pet_owner::before{
		content: '';
		background: url(../img/kainushi1.gif) center center no-repeat;
		background-size: contain;
		display: block;
		width: 115px;
		height: 110px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -300px;
		margin-top: -60px;;
	}

	#tohyo .owner_cmt_txt{
		width: 49%;
		margin: auto;
		padding: 30px 169px 20px;
		background: url(../img/owner_frame_repeat_pc.jpg) center center repeat-y;
		font-size: 18px;
		line-height: 1.7em;
		text-align: center;
	}

	#tohyo .hero_right{
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: 355px;
		margin-top: 290px;	
	}
	#tohyo .hero_right .hero_img{
		width: 197px;
		height: 158px;
	}
	#tohyo .hero_right .hero_img span{
		background: url("../img/black9.gif") center center no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%;
	}
	#tohyo .hero_right .hero_talk{
		width: 168px;
		height: 96px;
		position: absolute;
		top: -110px;
		left: 64px;
	}
	#tohyo .hero_right .hero_talk span{
		background: url("../img/talk_2_pc.png") center center no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%;
	}

	#tohyo.white_label .hero_right{
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: 335px;
		margin-top: 290px;	
	}
	#tohyo.white_label .hero_right .hero_img{
		width: 201px;
		height: 198px;
	}
	#tohyo.white_label .hero_right .hero_img span{
		background: url("../img/white9.gif") center center no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%;
	}
	#tohyo.white_label .hero_right .hero_talk{
		width: 118px;
		height: 62px;
		position: absolute;
		top: -96px;
		left: 25px;
	}
	#tohyo.white_label .hero_right .hero_talk span{
		background: url("../img/talk_4_pc.png") center center no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%;
	}

	#tohyo.white_label .hero_right .hero_talk_2{
		width: 118px;
		height: 62px;
		position: absolute;
		top: -46px;
		left: 130px;
	}
	#tohyo.white_label .hero_right .hero_talk_2 span{
		background: url("../img/talk_5_pc.png") center center no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%;
	}

	#tohyo.blue_label .hero_right{
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: 355px;
		margin-top: 290px;	
	}
	#tohyo.blue_label .hero_right .hero_img{
		width: 223px;
		height: 143px;
	}
	#tohyo.blue_label .hero_right .hero_img span{
		background: url("../img/blue9.gif") center center no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%;
	}
	#tohyo.blue_label .hero_right .hero_talk{
		width: 168px;
		height: 96px;
		position: absolute;
		top: -54px;
		left: 60px;
	}
	#tohyo.blue_label .hero_right .hero_talk span{
		background: url("../img/talk_7_pc.png") center center no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%;
	}


	#tohyo .staff_cmt{
		margin-top: 30px;
	}
	#tohyo .staff_cmt_txt{
		margin: -7px auto 0;
		padding: 15px 178px 20px;
		background: url(../img/bucth_cmt_bd_repeat_pc_1.jpg) center center repeat-y;
		font-size: 18px;
		line-height: 1.5em;
		text-align: center;
		width: 49%;
	}
	#tohyo .winner_bd_top
	,#tohyo .winner_bg_bottom{
		position: relative;
	}
	#tohyo .winner_bg_bottom{
		background: url("../img/prize_bottom_pc.png") center center no-repeat;
		width: 100%;
		height: 60px;
	}

	#tohyo.white_label .staff_cmt_txt{
		width: 50%;
		background: url(../img/bucth_cmt_bd_repeat_pc_2.jpg) center center repeat-y;
	}
	#tohyo.white_label .owner_cmt_title .pet_owner::before{
		content: '';
		background: url(../img/kainushi2.gif) center center no-repeat;

	}
	#tohyo.white_label .owner_cmt_title .pet_owner::before{
		margin-left: -290px;
		margin-top: -75px;
	}
	#tohyo.blue_label .owner_cmt_title .pet_owner::before{
		margin-left: -290px;
		margin-top: -75px;
	}
	#tohyo.blue_label .staff_cmt_txt{
		background: url(../img/bucth_cmt_bd_repeat_pc_3.jpg) center center repeat-y;
	}
	#tohyo.blue_label .owner_cmt_title .pet_owner::before{
		content: '';
		background: url(../img/kainushi3.gif) center center no-repeat;
	}
	


	/* section FormArea */
	
}
@media (max-width: 1590px) and (min-width: 1200px){
	.inner-wrap{
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}
	section#fv{
		background-size: 100%;
		height:100%;
	}
	section#fv .inner_fv{
		width: 1095px;
		height: 582px;
	}
	section#fv .p_title{
		width: 720px;
		height: 221px;
		margin:0 auto;
		left: 220px;
		top:30px;
	}
	section#fv .p_title p{
		background-size: 90%;
	}
	section#fv .p_title p img{
		top: 10%;
		right: 12%;
		max-width: 70px;
	}
	section#fv .fv_sub_title{
		width: 460px;
		height: 145px;
		left: 340px;
		top: 225px;
	}
	section#fv .fv_sub_title span{
		background-size: 90%;
	}
	section#fv .fv_tops_title span{
		background-size: 65%;
		height: 45px;
	}
	section#fv .fv_tops_title{
		left: 205px;
		top: 5px;
	}
	section#fv .fv_sub_icon_title img{
		max-width:50%;
	}
	section#fv .fv_sub_icon_title{
		top: 15px;
		right: 187px;
	}
	section#fv .fv_sub_title{
		left: 290px;
		top: 195px;
		height:215px;
		width: 515px;
	}
	section#fv .fv_sound{
		left: 128px;
		top: 210px;
	}
	section#fv .fv_sound span{
		background-size: 60%;
	}
	section#fv .fv_dog_left_icon img,section#fv .fv_dog_right_icon img,section#fv .fv_dog_bottom_icon img{
		max-width: 65%;
		height: auto;
	}
	section#fv .fv_dog_right_icon{
		top: 140px;
		right: 84px;
		z-index: 9;
	}
	section#fv .fv_dog_bottom_icon{
		top: 187px;
		right: 246px;
		z-index: 4;
	}
	section#fv .fv_device{
		top: 214px;
		margin-left: -333px;
	}
	section#fv .fv_device span,section#fv .fv_sounda span,section#fv .fv_dog_right span,section#fv .fv_dog_comment span,section#content_one .runtext_top span,section#content_one .runtext_img span,
	section#content_one .dogbug .dog_bug_a span,section#content_one .dogbug .dog_bug_b span,section#content_one .bottom_runtext,section#content_one .bottom_runtext .runtext_bt_a span,
	section#content_one .jum_one span,section#content_one .jum_three span, section#fv .fv_concentration_line span, section#fv .fv_kirakira span, section#fv .fv_colorflag_left span,section#fv .fv_kamifubuki_left span,
	section#fv .fv_kamifubuki_left_2 span, section#fv .fv_colorflag_right span, section#fv .fv_kamifubuki_right span, section#fv .fv_kamifubuki_right_2 span,
	section#content_one .kamifubuki span, section#content_one .kamifubuki_2 span, section#fv .fv_balloon_left span,  section#fv .fv_balloon_left_2 span,
	section#fv .fv_balloon_right span, section#fv .fv_balloon_right_2 span{
		background-size: 65%;
	}
	section#fv .fv_sounda{
		top: 237px;
    	right: 190px;
	}
	section#fv .fv_peo_left{
		top: 272px;
		left: 5px;
		z-index: 9;
	}
	section#fv .fv_kirakira {
		top: 200px;
	}
	section#fv .fv_concentration_line{
		top: 98px;
		left: 178px;
	}
	section#fv .fv_colorflag_left{
		left: -190px;
		top: 34px;
	}
	section#fv .fv_kamifubuki_left{
		left: -80px;
		top: 0;
	}
	section#fv .fv_kamifubuki_left_2{
		left: -110px;
		top: 0;
	}
	section#fv .fv_colorflag_right{
		right: -190px;
		top: 34px;
	}
	section#fv .fv_kamifubuki_right{
		right: -80px;
		top: 0;
	}
	section#fv .fv_kamifubuki_right_2{
		right: -110px;
		top: 0;
	}
	section#content_one .kamifubuki{
		top: -26%;
		left: -20%;
	}
	section#content_one .kamifubuki_2{
		top: -26%;
    	right: -19%;
	}
	section#fv .fv_balloon_left{
		left: -140px;
	}
	section#fv .fv_balloon_left_2 {
		top: -27%;
		left: -17%;
	}
	 section#fv .fv_balloon_right{
		right: -115px
	}
	section#fv .fv_balloon_right_2 {
		top: 0%;
		right: -23%;
	}
	section#fv .fv_peo_left span{
		background-size: 65%;
	}
	section#fv .fv_dog_right{
		top: 318px;
		right: -3px;
	}
	section#fv .fv_dog_comment{
		top: 254px;
		right: 32px;
	}
	section#fv .fv_dog_bottom{
		position:absolute;
		top: 190px;
		right: 296px;
		z-index: 5;
	}
	section#fv .fv_dog_bottom span{
		background: url("../img/fv_childdog_bottom_pc.png") no-repeat top center;
		width:100px;
		height: 142px;
		background-size: contain;
	}
	section#fv .fv_sub_icon_title2 {
		position: absolute;
		top: 37%;
		left: 28%;
		z-index: 7;
	}
	section#fv .fv_sub_icon_title2 img {
		max-width: 100px;
		height: auto;
	}
	section#content_one{
		background-size:100%;
		margin-top: -68px;
		height: 380px;
	}
	section#content_one .runtext_top{
		top: -44px;
	}
	section#content_one .runtext_img{
		top: -42px;
	}
	section#content_one .dogbug .dog_bug_a{
		top: 240px;
		left: 487px;
		margin-left: 0;
	}
	section#content_one .dogbug .dog_bug_b{
		top: 237px;
		left: 622px;
		margin-left: 0;
	}
	section#content_one .dogbug .runtext_bt_a{
		top: 406px;
		margin-left: -340px;
	}
	section#content_one .dogbug .runtext_bt_a span{
		width: 686px;
	}
	section#content_one .bottom_runtext{
		top: 130px;
	}
	section#content_one .runtext_bt_b{
		top: 85px;
	}
	section#content_one .dogbug .runtext_bt_b{
		top: 453px;
		margin-left: -260px;
	}
	section#content_one .dogbug .runtext_bt_b span{
		width: 496px
	}
	section#content_one .runtext_bt_b img,section#content_one .jum_two img{max-width:65%;height:auto;}
	section#content_one .jum_one{
		top:185px;
	}
	section#content_one .jum_three{
		top: 165px;
		left: 692px;
	}
	section#content_one .jum_two{
		top: 215px;
	}
	section#content_one .jum_a span,section#content_one .jum_b span,section#content_one .jum_c span{
		background-size:65%;
	}
	section#content_one .jum_a{
		top: 245px;
		left: 330px;
	}
	section#content_one .jum_b{
		top: 247px;
		left: 488px;
	}
	section#content_one .jum_c{
		top: 245px;
		left: 665px;
	}
	.content_two_lowtop{
		background-size: 100%;
		height: 418px;
	}
	#tohyo{
		background-size: 100%;
	}
	#tohyo ul{
		width: 602px;
	}

	#tohyo .staff_cmt_txt,
	#tohyo .owner_cmt_txt {
		padding: 15px 60px 20px;
		width: 60%;
	}
	#tohyo .owner_cmt_title .pet_owner::before{
		margin-top: -76px;
	}
	#tohyo.blue_label .hero_left{
		top: 420px;
		margin-right: 336px;
	}

	section#content_two .ss_two_text{
		background-size: 65%;
		top: 87px;
		left: 50%;
		margin-left: -295px;
	}
	section#content_two .inner_two .ss_first{
		top: 0;
	}
	section#content_one .inner_one{
		height: 750px;
	}
	section#content_two .content_two_top{
		background-size: 100% auto;
		height: 398px;
	}
	
	section#content_two .content_two_top span{
		top: -20px;
    	background-size: 60%;
	}
	section#content_two .ss_two_a_top{
		width: 100%;
		top: -27px;
		margin-left: -699px;
	}
	section#content_two .ss_two_a_top span{
		background-size: 63%;
		height: 245px;
	}
	section#content_two .ss_two_a{
		width: 170px;
		height: 170px;
		left: 280px;
		top: 20px;
	}
	section#content_two .ss_two_gg{
		top: -72vh;
		right: 33vh;
	}
	section#content_two .ss_two_gg span{
		background-size: 65%;
	}
	section#content_two .ss_two_a span{
		background-size: 90%;
	}
	section#content_two .ss_two_b{
		left: 356px;
		top: 63px;
		margin-left: 0;
	}
	section#content_two .ss_two_b span{
		background-size: 62.5%
	}
	section#content_two .ss_two_c span{
		width: 273px;
		height: 210px;
		background-size: 62.5%;
	}
	section#content_two .ss_two_c{
		top: 31px;
		right: 253px;
		left: auto;
	}
	section#content_two .ss_two_d{
		top: 269px;
		left: 174px;
	}
	section#content_two .ss_two_d span{
		width: 124px;
		height: 83px;
	}
	section#content_two .ss_two_f{
		top: 202px;
		left: 199px;
		margin-right: 0;
	}
	section#content_two .ss_two_f span{
		height: 75px;
		width: 73px;
	}
	section#content_two .ss_two_e{
		top: 256px;
		left: 148px;
		margin-right: 0;
	}
	section#content_two .ss_two_e span{
		width: 51px
	}
	section#content_two .inner_two .ss_top{
		top: 530px;
	}
	section#content_two .inner_two .ss_top p span{
		background-size:65%;
	}
	section#content_two .ss_top_c{
		left:115px;
	}
	section#content_two .ss_top_a{
		top: 8px;
		left: 160px;
	}
	section#content_two .ss_top_b{
		top: 160px;
		right: 172px;
	}
	section#content_two .ss_top_d{
		top: 8px;
		left: 170px;
	}
	section#content_two .ss_center{
		top: 940px;
	}
	section#content_two .ss_center p span{
		background-size:65%;
	}
	section#content_two .ss_center_a{
		top: 0px;
		right: 130px;
	}
	section#content_two .ss_center_b{
		top: 233px;
	}
	section#content_two .ss_center_c{
		top: -50px;
		right: 110px;
	}
	section#content_two .ss_center_d{
		top: 175px;
		right: 110px;
	}
	section#content_two .ss_center_e{
		top: 103px;
		right: 95px;
	}
	section#content_two .ss_center_f{
		top: 235px;
		right: 50px;
	}
	section#content_two .ss_center_k{
		top: 0px;
		right: 140px;
	}
	section#content_two .ss_center_one{
		top: 1400px;
	}
	section#content_two .ss_center_one p span{
		background-size:65%;
	}
	section#content_two .ss_texts{
		top: 235px;
		left: 435px;
	}
	section#content_two .ss_center_one_a{
		top: -47px;
		left: 116px;
	}
	section#content_two .ss_center_one_b{
		top: 20px;
		left: 150px;
	}
	section#content_two .ss_center_one_c{
		top: 221px;
		right: 190px;
	}
	section#content_two .ss_center_one_d{
		top: 278px;
		left: 197px;
	}
	section#content_two .ss_center_one_e{
		top: 210px;
		left: 105px;
	}
	section#content_two .ss_center_one_f{
		top: 25px;
		right: 258px;
	}
	section#content_two .ss_center_one_m{
		top: 15px;
		left: 150px;
	}
	section#content_two .ss_center_two{
		top: 1895px;
	}
	section#content_two .ss_center_two_a span{
		background-size: 104%;
	}
	section#content_two .ss_center_two_a{
		width: 120px;
		height: 111px;
		top: 52px;
		left: 321px;
	}
	section#content_two .ss_center_two_sp{
		left: -150px;
		top: -80px;
	}
	section#content_two .ss_center_two_sp span{
		background-size: 65%;
		height: 235px;
	}
	section#content_two .ss_center_two_gg{
		top: 40px;
		right: 248px;
	}
	section#content_two .ss_center_two_gg span{
		background-size: 65%;
	}
	section#content_two .ss_center_two_b{
		top: -115px;
	}
	section#content_two .ss_center_two_b span,section#content_two .ss_center_two_c span,section#content_two .ss_center_two_d span{
		background-size:65%;
	}
	section#content_two .ss_center_two_c{
		top: -15px;
		right: 210px;
	}
	section#content_two .ss_center_two_d{
		top: 120px;
		right: 249px;
	}
	section#content_two .ss_bottom{
		top: 2145px;
	}
	section#content_two .ss_bottom p span{
		background-size:60%;
	}
	section#content_two .ss_bottom_a{
		top: 55px;
		left: 167px;
	}
	section#content_two .ss_bottom_b{
		top: 237px;
		left: 175px;
	}
	section#content_two .ss_bottom_c{
		top: 237px;
		left: 365px;
	}
	section#content_two .ss_bottom_d{
		top: 237px;
		left: 555px;
	}
	section#content_two .ss_bottom_e{
		top: 410px;
		right: 118px;
	}
	section#content_two .inner_two{
		margin-top: -60px;
		background-size: 100% auto;
		background-position: center 0;
	}
	
	#tohyo .winner_bd_top .prize_img {
		margin-left: 310px;
	}
	#tohyo.white_label .winner_bd_top .prize_img {
		margin-left: 315px;
	}
	#tohyo.blue_label .winner_bd_top .prize_img {
		margin-left: 340px;
	}
	#tohyo .winner_bd_top .trophy_pc{
		margin-right: 290px;
	}
	#tohyo.white_label .hero_left{
		margin-right: 350px;
	}

	.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 .hero_footer{
		margin:  0!important;
		height: 140px!important;
		background-size: 100% auto!important;
	}
	.pagetop_area{
		margin-top: 90px!important;
	}
	.footer h2{
		margin-bottom: 20px!important;
	}
	.footer .footer_hero_txt{
		max-width: 50%;
		height: 130px!important;
	}
}
/* -------------------------------------
フッター
------------------------------------- */
.footer {
  position: relative;
  background: url(../img/footer_bg_pc.png) no-repeat top center;
  z-index: 9999;
  margin-top: 15px;
  /* bottom: -221%; */
  margin-top: -41px!important;
}
.footer h2 {
	margin: auto;
	margin-bottom: 36px;
	width: 462px;
	top: -10px;
	left: 50%;
}
.footer .container {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 76px;
	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: block;
  text-align: center;
}
.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-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;
    background: #673810;
    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;
}
.footer .footer_hero_txt{
	width: 860px;
	height: 230px;
	margin: 0 auto;
}
.footer .footer_hero_txt span{
	background: url("../img/endroll_frame_pc.gif") center center no-repeat;	
	width: 100%;
	height: 100%;
	background-size: 100% auto;
}
.footer .hero_footer{
	margin: 0 0 30px;
	background: url("../img/bbw2.gif") center center no-repeat;
	height: 199px;
	width: 100%;
}

.pagetop_area {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 946px;
  margin-left: -473px;
  margin-top: 140px;
}
.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%;
}
.top-area2 a, .top-area1 a {
  position: relative;
  display: inline-block;
  float: right;
  z-index: 9999;
}
.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;
}