﻿@charset "utf-8";
/* CSS Document */

/*レイアウト*/

body{
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	}

section {
  display: block;
  padding: 0;
  margin: 0;
}
p,span,spam,ol,ul,li,h2,h3,h5,h6 {
  margin: 0;
  padding: 0;
}
nav ul {
  list-style:none;
  margin: 0;
  padding: 0;
}
a,hover {
	text-decoration: none;
}

/* clearfix
============================== */
.clearfix:before,
.clearfix:after {
  display: block;
  overflow: hidden;
  content: "";
}
.clearfix:after {
  clear: both;
}

.footer-area p {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding: 30px 0;
}



/*main-v-area PC*/
.main-v-area {
	display: block;
	background-color: #ffec66;
	margin: 0;
	padding: 0;
}
.anime-photo {
	display: block;
	width: 1024px;
	margin: 0 auto;
}


/*アニメーション*/
.anime-contenar,
.anime-contenar2 {
	position: absolute;
	display: block;
	z-index: 10;
}
.anime-contenar {
	width: 100%;
}
.anime-contenar2 {
	width: 512px;
}

.anime-area {
	width: 1024px;
	margin: 0 auto;
}
.anime01 {
	display:block;
	animation: bontan01 10s;
  	animation-iteration-count: infinite;
	-webkit-animation: bontan01 8s; /* Safari & Chrome */
	-webkit-animation-iteration-count: infinite;
	margin: 340px 0 0 650px;
	background-image: url('/contents/shop/chojyu/campaign/bontan/images/bontan_photo5.png');
	background-repeat: no-repeat; 
	height: 234px; 
	width: 269px;
}
.anime02 {
	position: relative;
	top: 122px;
	left: 13px;
	display:block;
	animation: bontan03 20s;
  	animation-iteration-count: infinite;
	-webkit-animation: bontan03 20s; /* Safari & Chrome */
	-webkit-animation-iteration-count: infinite;
	margin: 0;
	background-image: url('/contents/shop/chojyu/campaign/bontan/images/bontan_photo6.png');
	background-repeat: no-repeat; 
	width: 154px;
	height: 167px; 
}
.anime03 {
	position: relative;
	top: 45px;
	left: 20px;
	display:block;
	animation: bontan04 40s;
  	animation-iteration-count: infinite;
	-webkit-animation: bontan04 40s; /* Safari & Chrome */
	-webkit-animation-iteration-count: infinite;
	margin: 0;
	background-image: url('/contents/shop/chojyu/campaign/bontan/images/bontan_photo9.png');
	background-repeat: no-repeat; 
	width: 388px;
	height: 428px; 
}
@keyframes bontan01 {
  0%   { transform: scale(0.8, 0.8); }
  25%   { transform: scale(1.1, 1.1); }
  50%   { transform: scale(0.8, 0.8); }
  75%  { transform: scale(1, 1); }
  100%  { transform: scale(0.8, 0.8); }
}
@-webkit-keyframes bontan01 { /* Safari & Chrome */
  0%   { -webkit-transform: scale(0.8, 0.8); }
  25%  { -webkit-transform: scale(1.1, 1.1); }
  50%  { -webkit-transform: scale(0.8, 0.8); }
  75% { -webkit-transform: scale(1, 1); }
  100% { -webkit-transform: scale(0.8, 0.8); }
}

@keyframes bontan02 {
  0%   { transform: scale(0.9, 0.9); }
  25%   { transform: scale(1, 1); }
  50%   { transform: scale(0.8, 0.8); }
  75%  { transform: scale(1, 1); }
  100%  { transform: scale(0.9, 0.9); }
}
@-webkit-keyframes bontan02 { /* Safari & Chrome */
  0%   { -webkit-transform: scale(0.9, 0.9); }
  25%  { -webkit-transform: scale(1, 1); }
  50%  { -webkit-transform: scale(0.8, 0.8); }
  75% { -webkit-transform: scale(1, 1); }
  100% { -webkit-transform: scale(0.9, 0.9); }
}
@keyframes bontan03 {
  0%	{ transform: rotate(0deg); }
  10%   { transform: rotate(-10deg); }
  20%   { transform: rotate(10deg); }
  30%	{ transform: rotate(-10deg); }
  40%	{ transform: rotate(10deg); }
  50%	{ transform: rotate(-10deg); }
  60%	{ transform: rotate(10deg); }
  70%	{ transform: rotate(-10deg); }
  80%	{ transform: rotate(10deg); }
  90%	{ transform: rotate(-10deg); }
 100%	{ transform: rotate(0deg); }
}
@-webkit-keyframes bontan03 { /* Safari & Chrome */
  0%	{ -webkit-transform: rotate(0deg); }
  10%   { -webkit-transform: rotate(-10deg); }
  20%   { -webkit-transform: rotate(10deg); }
  30%	{ -webkit-transform: rotate(-10deg); }
  40%	{ -webkit-transform: rotate(10deg); }
  50%	{ -webkit-transform: rotate(-10deg); }
  60%	{ -webkit-transform: rotate(10deg); }
  70%	{ -webkit-transform: rotate(-10deg); }
  80%	{ -webkit-transform: rotate(10deg); }
  90%	{ -webkit-transform: rotate(-10deg); }
 100%	{ -webkit-transform: rotate(0deg); }
}
@keyframes bontan04 {
  0%	{ transform: rotate(0deg); }
  10%   { transform: rotate(5deg); }
  20%   { transform: rotate(-5deg); }
  30%	{ transform: rotate(5deg); }
  40%	{ transform: rotate(-5deg); }
  50%	{ transform: rotate(5deg); }
  60%	{ transform: rotate(-5deg); }
  70%	{ transform: rotate(5deg); }
  80%	{ transform: rotate(-5deg); }
  90%	{ transform: rotate(5deg); }
 100%	{ transform: rotate(0deg); }
}
@-webkit-keyframes bontan04 { /* Safari & Chrome */
  0%	{ -webkit-transform: rotate(0deg); }
  10%   { -webkit-transform: rotate(5deg); }
  20%   { -webkit-transform: rotate(-5deg); }
  30%	{ -webkit-transform: rotate(5deg); }
  40%	{ -webkit-transform: rotate(-5deg); }
  50%	{ -webkit-transform: rotate(5deg); }
  60%	{ -webkit-transform: rotate(-5deg); }
  70%	{ -webkit-transform: rotate(5deg); }
  80%	{ -webkit-transform: rotate(-5deg); }
  90%	{ -webkit-transform: rotate(5deg); }
 100%	{ -webkit-transform: rotate(0deg); }
}
@keyframes bontan05 {
  0%	{ background-color: #ffe866; }
  50%	{ background-color: #ffae66; }
 100%	{ background-color: #ffe866; }
}
 


/*bodycopy-area PC*/

.bodycopy-area {
	display:block;
	width: 100%;
	background-color:#FFFFFF;
}

.inner1,
.inner2 {
	display: block;
	width: 1024px;
	margin: 0 auto;
}
.inner1 {
	box-sizing: border-box;
	border: solid 1px #ffffff;
}
	
.contents-flex {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
}

.camp-box {
	position: absolute;
}


/*link*/
a.link_bt {
	display: block;
	width: 400px;
	background: #fe6c00 url(/contents/shop/chojyu/campaign/bontan/images/arrow.png) no-repeat;
	background-position: 90% 50%;
	margin: 0 auto;
	padding: 18px 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFF;
	text-align:center;
	border-radius: 5px;/* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */ 
	-moz-border-radius: 5px;   /* Firefox用 */
	box-sizing: border-box;
}

a:hover.link_bt {
	background: #d63a04 url(/contents/shop/chojyu/campaign/bontan/images/arrow.png) no-repeat;
	background-position: 98% 50%;
	transition: 0.8s;
	box-sizing: border-box;
}
a.link_bt_sp {
	display: none
}


/* responsive PC side
---------------------------------*/
@media screen and (min-width:1025px) {

.cyoujyu-logo-area {
	width: 100%;
	position: absolute;
	display: block;
	/*box-sizing: border-box;
	border: solid 1px #CCCCCC;*/
}
.cyoujyu-logo-wrap {
	width: 1024px;
	display:block;
	margin: 0 auto;
	padding: 10px 0 0 20px;
}
.cyoujyu-logo {
	width: 15%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 15;
}
.main-v-area {
	display: block;
	background-color: #ffec66;
	animation: bontan05 10s infinite;
	margin: 0;
	padding: 0;
	background: url(/contents/shop/chojyu/campaign/bontan/images/head-bg2.png);
}
.nomal,
.nomal2 {
	display: none;
}
.camp-box img {
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
	display: block;
}
.btbg a {
	display: block;
	position: relative;
	top: -160px;
	left: 20px;
	z-index: 1;
	width: 220px;
	height: 199px;
	background:url(/contents/shop/chojyu/campaign/bontan/images/bontan_btbg.png);
	text-indent: -9999px;
	animation: bontan02 12s;
	animation-iteration-count: infinite;
	-webkit-animation: bontan02 8s; /* Safari & Chrome */
	-webkit-animation-iteration-count: infinite;
}
.btbg a:hover {
	background:url(/contents/shop/chojyu/campaign/bontan/images/bontan_btbg-on.png);
	transition: 0.8s;
}
.camp-box_sp {
	display: none;
}
.contents-area {
	display: block;
	width: 100%;
	background: #fecb00;
}
.bodycopy-text {
	width: 100%;
	margin: 70px 0;
	padding-left: 340px;
	color: #604c3f;
	font-size: 135%;
	font-weight: bold;
	line-height: 1.6em;
	box-sizing: border-box;
	border: solid 1px #ffffff;
}
.contents-area {
	display: block;
	width: 100%;
	background: #fecb00;
}
.inner1,
.inner2 {
	display: block;
	width: 1024px;
	margin: 0 auto;
}
.inner1 {
	box-sizing: border-box;
	border: solid 1px #ffffff;
}
	
.contents-flex {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
}
.contents-a,
.contents-b {
	width: 512px;
	padding: 60px 0 80px;
	text-align: center;
	/*box-sizing: border-box;
	border: solid 1px #CCCCCC;*/
}
.contents-a img,
.contents-b img {
	display: block;
}
.contents-a img { 
	margin: 0 auto 31px auto;
}
.contents-a .nomal2,
.contents-b .nomal2 {
	display: none;
}
.anime-photo2 {
	display:block;
	margin: 0 auto;
}
}
/* responsive pad side
---------------------------------*/
@media screen and (min-width:741px) and (max-width:1026px) {
.cyoujyu-logo-area {
	width: 100%;
	position: absolute;
	display: block;
	/*box-sizing: border-box;
	border: solid 1px #CCCCCC;*/
}
.cyoujyu-logo-wrap {
	width: 100%;
	display:block;
	margin: 0 auto;
	padding: 10px 0 0 20px;
}
.cyoujyu-logo {
	width: 15%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 15;
}
.main-v-area {
	display: block;
	background-color: #ffec66;
	margin: 0;
	padding: 0;
	background: url(/contents/shop/chojyu/campaign/bontan/images/head-bg.png);
}
.nomal {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.anime-photo {
	display: none;
}
.anime01,
.anime02,
.anime03 {
	display: none;
}
.camp-box {
	display: none;
}
.camp-box_sp {
	display: block;
	width: 30%;
	margin-right: 30px;
	float: left;
}
.copy-text {
	display:block;
	width:70%;
}
.bodycopy-text {
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	 justify-content: center; /* 横方向中央揃え */
	width: 100%;
	color: #604c3f;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.6em;
}
.body-text {
}
.contents-area {
	display: block;
	width: 100%;
	background: #fecb00;
}
.inner1,
.inner2 {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.inner1 {
	padding: 20px;
}
.contents-a,
.contents-b {
	margin: 0 auto;
	padding: 60px 0 80px;
	text-align: center;
}
.contents-a .nomal2,
.contents-b .nomal2 {
	display: block;
}
.contents-a .nomal2 { 
	margin: 0 auto 31px auto;
}
.contents-b .nomal2 {
	margin: 0 auto;
}
.contents-a .anime-photo2,
.contents-b .anime-photo2 {
	display: none;
}
}

/* responsive pad side
---------------------------------*/
@media screen and (min-width: 591px) and (max-width:740px) {
.cyoujyu-logo-area {
	width: 100%;
	position: absolute;
	display: block;
	/*box-sizing: border-box;
	border: solid 1px #CCCCCC;*/
}
.cyoujyu-logo-wrap {
	width: 100%;
	display:block;
	margin: 0 auto;
	padding: 5px 0 0 10px;
}
.cyoujyu-logo {
	width: 20%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 15;
}
.main-v-area {
	display: block;
	background-color: #ffec66;
	margin: 0;
	padding: 0;
	background: url(/contents/shop/chojyu/campaign/bontan/images/head-bg.png);
}
.nomal {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.anime-photo {
	display: none;
}
.anime01,
.anime02,
.anime03 {
	display: none;
}
.camp-box {
	display: none;
}
.camp-box_sp {
	display: block;
	width: 30%;
	margin-right: 30px;
	float: left;
}
.copy-text {
	display:block;
	width:70%;
}
.bodycopy-text {
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	 justify-content: center; /* 横方向中央揃え */
	width: 100%;
	color: #604c3f;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
	/*box-sizing: border-box;
	border: solid 1px #CCCCCC;*/
}
.contents-area {
	display: block;
	width: 100%;
	background: #fecb00;
}
.inner1,
.inner2 {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.inner1 {
	padding: 20px;
	/*box-sizing: border-box;
	border: solid 1px #CCCCCC;*/
}
.contents-a,
.contents-b {
	/*width: 100%;*/
	margin: 0 auto;
	padding: 30px 10px;
	text-align: center;
	box-sizing: border-box;
	/*border: solid 1px #CCCCCC;*/
}
.contents-a .nomal2,
.contents-b .nomal2 {
	width: 100%;
	display: block;
}
.contents-a .nomal2 { 
	margin: 0 auto 31px auto;
}
.contents-a .anime-photo2,
.contents-b .anime-photo2 {
	display: none;
}
a.link_bt {
	display: block;
	width: 100%;
	background: #fe6c00 url(/contents/shop/chojyu/campaign/bontan/images/arrow.png) no-repeat;
	background-position: 95% 50%;
	margin: 0 auto;
	padding: 18px 0;
	font-size: 100%;
	font-weight: bold;
	color: #FFF;
	text-align:center;
	border-radius: 5px;/* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */ 
	-moz-border-radius: 5px;   /* Firefox用 */
}

a:hover.link_bt {
	background: #d63a04 url(/contents/shop/chojyu/campaign/bontan/images/arrow.png) no-repeat;
	background-position: 95% 50%;
	transition: 0.8s;
}
}

@media screen and (max-width: 590px) {
.cyoujyu-logo-area {
	width: 100%;
	position: absolute;
	display: block;
}
.cyoujyu-logo-wrap {
	width: 100%;
	display:block;
	margin: 0 auto;
	padding: 5px 0 0 10px;
}
.cyoujyu-logo {
	width: 20%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 15;
}
.main-v-area {
	display: block;
	background-color: #ffec66;
	margin: 0;
	padding: 0;
	background: url(/contents/shop/chojyu/campaign/bontan/images/head-bg.png);
}
.nomal {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.anime-photo {
	display: none;
}
.anime01,
.anime02,
.anime03 {
	display: none;
}
.camp-box {
	display: none;
}
.camp-box_sp {
	display: block;
	width: 40%;
	margin-right: 10px;
	float: left;
}
.copy-text {
	display:block;
	width:60%;
}
.bodycopy-text {
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	 justify-content: center; /* 横方向中央揃え */
	width: 100%;
	color: #604c3f;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.4em;
}
.contents-area {
	display: block;
	width: 100%;
	background: #fecb00;
}
.inner1,
.inner2 {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.inner1 {
	padding: 20px;
}
.contents-a,
.contents-b {
	width: 100%;
	padding: 30px 10px;
	text-align: center;
	box-sizing: border-box;
}
.contents-a .nomal2,
.contents-b .nomal2 {
	width: 100%;
	display: block;
}
.contents-a .nomal2 { 
	margin: 0 auto 31px auto;
}
.contents-a .anime-photo2,
.contents-b .anime-photo2 {
	display: none;
}


a.link_bt {
	display: none;
}

a.link_bt_sp {
	display: block;
	width: 100%;
	background: #fe6c00 url(/contents/shop/chojyu/campaign/bontan/images/arrow.png) no-repeat;
	background-position: 95% 50%;
	margin: 0 auto;
	padding: 18px 0;
	font-size: 100%;
	font-weight: bold;
	color: #FFF;
	text-align:center;
	border-radius: 5px;/* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */ 
	-moz-border-radius: 5px;   /* Firefox用 */
	box-sizing: border-box;
}

a:hover.link_bt_sp {
	background: #d63a04 url(/contents/shop/chojyu/campaign/bontan/images/arrow.png) no-repeat;
	background-position: 95% 50%;
	transition: 0.8s;
}

}






