@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	color: #000;
	background-color: #FFFFFF;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif , "MS-P 明朝";
	word-wrap: break-word;
	margin-bottom: 25px;
	-webkit-text-size-adjust: 100%;
}

section, article {
	display: block;
}

li {
	list-style-type: none;
}
a {
	color: #000;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	text-decoration: none;
}

.textRight{
	text-align: right;
}
.textLeft{
	text-align: left;
}
.textCenter{
	text-align: center;
}
.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}



/*ヘッダー-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	background-color: #000;
	background-size: cover;
}
.toppage header {
	height: auto !important;
}
.sub_top_view {
	background-image: url(../img/top/01.jpg);
}
header h1 {
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 2%;
}

/*トップフォーム-------------------------------------------*/
.top_view__message {
	right: 5%;
}
.top_view__message p{
	font-size: 22px;
}

/*パン屑-------------------------------------------*/
.breadcrumbs {
	display: block;
}
.breadcrumbs li {
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.breadcrumbs li::after {
	content: "＞";
	padding-left: 10px;
	color: #AAA;
	font-size: 12px;
}
.breadcrumbs li:last-child::after {
	content: "";
}

/*メインコンテンツ-------------------------------------------*/
.mainContainer {
	width: 90%;
	margin-left: 5%;
}
.section__title h2{
	font-size: 32px;
	line-height: 32px;
	color: #000;
	padding-top: 5px 0;
	display: block;
	font-weight: normal;
	text-align: center;
}
.botline{
	border: 1px solid #000;
	width: 30px;
	position: relative;
	margin: 10px auto;
}
.section__title p{
	font-size: 13px;
	color:#b10606;
	text-align: center;
	margin-bottom: 15px;
}
.tpbox__btn{
	position: relative;
	color: #000;
	text-decoration: none;
	font-size: 18px;
	line-height: 40px;
	background-color: #fff;
	border: solid 1px #000;
	margin-top: 20px;
	text-align: center;
}
.tpbox__btn a{
	display: block;
	width: 100%;
}
.yajirusi_horizontal::before{
	position: absolute;
	top: 25px;
	right: 9px;
	width: 50px;
	height: 1px;
	background: #000;
	content: "";
}
.yajirusi_diagonal::after{
	position: absolute;
	top: 22px;
	right: 10px;
	width: 8px;
	height: 2px;
	border-top: 1px solid #000;
	transform: rotate(35deg);
	content: "";
}
.tpbox__btn a:hover {
	color: #fff;
	background: #000;
}

.section__subtitle {
	font-size: 32px;
	line-height: 32px;
	color: #000;
	padding-top: 5px 0;
	display: block;
	font-weight: normal;
	text-align: left;
}
.section__subtitle span {
	font-size: 12px;
	color: #AAA;
	padding-left: 20px;
	letter-spacing: 2px;
}



/*お知らせ-------------------------------------------*/
.news_topics ul li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #000;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	letter-spacing: 1px;
}
.news_topics ul li:first-child {
	margin-top: 20px;
	padding-top: 20px;
	border-top: solid 1px #000;
}
.news_topics ul li {
	font-size: 15px;
	color: #333;
	text-decoration: none;
	letter-spacing: 1px;
}

/*メインビジュアル上の画像-------------------------------------------*/
.top_view__message {
	position: absolute;
	top: 50px;
	right: 10%;
	z-index: 2000;
}
.top_view__message p {
	color: #fff;
	font-size: 30px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

/*TOP（三つのこだわり）-------------------------------------------*/
.tpbox__block__concept {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.tpbox__img {
	width: 100%;
	padding: 10px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tpbox__concept {
	width: 32%;
}
.tpbox__concept strong{
	font-size: 20px;
	font-weight: normal;
}
.tpbox__concept p{
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.tpbox__concept__img {
	width: 100%;
	margin-top: 10px;
}
.tpbox__img :hover img {
	width: 120%;
	max-width: 120% !important;
	top: -10%;
	left: -10%;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

/*TOPコンテンツラスト-------------------------------------------*/
.topContentLastImg {
	background-image: url(../img/toplast/1.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 300px;
	background-attachment: fixed;
}
.topContentLast {
	position: relative;
}
.topContentLastBox {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.topContentLastBox p a{
	display: block;
	font-size: 26px;
	border: solid 2px #fff;
	padding-top: 15px;
	padding-bottom: 13px;
	color: #fff !important;
	width: 30%;
	background-color: none;
	margin-left: 35%;
	text-align: center;
}
.topContentLastBox p a:after {
	display: block;
	content: "";
	position: absolute;
	top: 82%;
	right: 36%;
	width: 15px;
	height: 15px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*フッター-------------------------------------------*/
footer {
	clear: both;
	padding: 20px 0 0 0;
	display: block;
	color: #FFFFFF;
	color: rgba(255,255,255,0.8);
	background-color: #000;
	margin-left: 250px;
}
.footer_block {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footerLogo {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.footer_block ul li .listTitle {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #666;
	font-size: 14px;
	letter-spacing: 1px;
}
.footer_block ul li a {
	color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 30px;
	font-size: 14px;
	line-height: 22px;
	position: relative;
}
.footer_block ul li a::before {
	font-size: 10px;
	display: block;
	width: 20px;
	line-height: 22px;
	position: absolute;
	top: 5px;
	left: 10px;
	content: '・';
}
.footer_block ul li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.footer_block ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer_block ul li ul {
	width: 100% !important;
}
small {
	font-size: 10px;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 10px 0 15px 0;
	display: block;
}
.footer_block__inner ul li {
	font-size: 14px;
}

/*トップへ戻るボタン-------------------------------------------*/
.footerToTop {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 10px;
	right: 30px;
	z-index: 200;
	background: #fff;
}
.footerToTop a {
	width: 20px;
	height: 20px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	display: inline-block;
	transform: rotate(-45deg);
	margin-left: 15px;
	margin-top: 20px;
}
.footerToTop:hover {
	opacity: 0.7;
}

/*サブページ　こだわり-------------------------------------------*/
.concept__Categorytitle {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #666;
	display: block;
	border: 1px solid #FFFFFF;
}
.tpbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.tpbox1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 50px 0;
}
.tpbox__itemleft {
	width: 48%;
	flex-direction: column-reverse;
}
.tpbox__itemright {
	width: 48%;
	height: auto;
}
.tpbox__itemright p{
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.tpbox__itemright h2 {
	font-size: 24px;
	text-align: left;
}
.tpbox__img {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*サブページ　メニュー-------------------------------------------*/
.menu__Categorytitle {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #666;
	display: block;
	border: 1px solid #FFFFFF;
}
.sectionBlock table.menuTable {
	width: 98%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.sectionBlock table.menuTable th{
	color: #000;
	letter-spacing: 2px;
	width: 40%;
	text-align: left;
	margin-left: 10%;
}

/*サブページ　会社概要、お問い合わせ-------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
.sectionBlock table.company_table,
#mail_form table.mail_formTable {
	width: 98%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.sectionBlock table.company_table th,
.sectionBlock table.company_table td {
	padding: 20px;
	font-size: 14px;
	border-bottom: solid 1px #E3E3E3;
}
.sectionBlock table.company_table th {
	color: #000;
	letter-spacing: 2px;
}
/*お問い合わせのページ-------------------------------------------*/
#mail_form table.mail_formTable th {
	text-align: right;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	font-size: 14px;
	font-weight: normal;
	padding: 20px;
}
.sectionBlock #mail_form table.mail_formTable th p {
	font-size: 10px;
	line-height: 14px;
	color: #999;
	margin: 0px;
	padding: 0px;
}
span.required {
	display: inline-block;
	color: rgb(255, 38, 38);
	font-size: 12px;
	line-height: 24px;
	padding: 20px 5px;
}
#mail_form table.mail_formTable td {
	padding: 20px;
	background-color: #FFF;
	border-bottom:solid 1px #CCC;
	font-size: 14px;
}
form input.mail_formBtn {
	font-size: 18px;
	background-color: #666;
	color: #FFF;
	padding: 10px 50px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #EEE;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	line-height: 24px;
}
form input.mail_formBtn:hover {
	background-color: #FFF;
	color: #000;
	border: solid 1px #000;
	cursor: pointer;
}

#mail_form table.mail_formTable tr:last-child td{
	border-bottom:none;
}

.mf__inquiry,
.mf,
input,
textarea{
	width: 60%;
	font-size: 16px;
	padding: 2px 0;
}


@media screen and (min-width:1100px) {


/*ヘッダー-------------------------------------------*/
header {
	height: 250px;
}
header h1 {
	left: 15%;
	top: 50px;
}
.sp_menu,
.menuTrigger,
.close_btn {
	display: none;
}

/*PCグローバルナビ-------------------------------------------*/
#globalNavi {
	width: 250px;
	height: 100vh;
	z-index: 1;
	top: 0px;
	background-color: #b10606;
	position: fixed;
}
#globalNavi.nav_fixed {
	position: fixed;
	top: 0px;
}
#globalNavi ul.globalNaviMenu {
	position: relative;
	top: 130px;
	margin-left: 20%;
}
#globalNavi ul li{
	height: 50px;
}
#globalNavi li a {
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
#globalNavi li a:hover {
	opacity: 0.5;
}



/*メインコンテンツ-------------------------------------------*/

.sectionBlock {
	padding-top: 60px;
	padding-bottom: 60px;
	margin-left: 250px;
}

.breadcrumbs ul {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*フッター-------------------------------------------*/
.footer_block  {
	margin-right: auto;
	margin-left: auto;
}

.footer_block .footer_block__inner .footerRight {
	float: right;
	width: 240px;
}
.footer_block .footer_block__inner .footerRight p {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 30px;
}
.footer_block .footer_block__inner ul {
	display: block;
	float: left;
	margin-left: 12%;
}

}
/*-----（/1100～）-----*/


@media screen and (max-width:1100px) {
	
header h1 {
	left: 5px;
	top: 5px;
}

/*ヘッダー-------------------------------------------*/

header {
	height: 100px;
}

header h1 {
	left: 50%;
	top: 110px;
	width: 180px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.top_view__message {
	left: 5%;
}

/*メニューボタン-------------------------------------------*/
.menuTrigger {
	display: block;
	height: 60px;
	width: 70px;
	text-align: center;
	padding: 5px 0;
	position: fixed;
	z-index: 5000;
	top: 15px;
	right: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.menuTrigger:hover {
	cursor: pointer;
}
.menuTrigger.opened span {
	background-color: #fff;
}
.menuTrigger span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 36%;
	margin-left: -14px;
	background-color: #b10606;
}
.menuTrigger span {
	transition: all 0.3s;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}
.menuTrigger span.top {
	transform: translateY(-8px);
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
}
.menuTrigger span.bottom {
	transform: translateY(8px);
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
}
.menuTrigger:hover span.top {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
}
.menuTrigger:hover span.bottom {
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
}
.menuTrigger.opened  span.middle {
	background: rgba(255, 255, 255, 0);
	transform: translateX(30px);
	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
}
.menuTrigger.opened  span.top {
	transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);
	-moz-transform: rotate(-45deg) translateY(0px);
}
.menuTrigger.opened  span.bottom {
	transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);
	-moz-transform: rotate(45deg) translateY(0px);
}

/*グローバルナビ-------------------------------------------*/
#globalNavi {
	position: fixed;
	width: 100%;
	height: 50%;
	padding-top: 170px;
	top: 0px;
	overflow: auto;
	z-index: 3000;
	background-color: #b10606;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#globalNavi ul {
	writing-mode: vertical-rl;
	margin-left: auto;
	margin-right: auto;
}
#globalNavi ul li a {
	color: #fff;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: right;
	line-height: 22px;
}
#globalNavi ul li a:hover {
	opacity: 0.5;
}

/*メインコンテンツ-------------------------------------------*/

.sectionBlock {
	width: 100%;
	padding: 30px 0;
	margin-left: 0px;
}

.mainContainer {
	width: 90%;
	margin-left: 5%;
}

/*こだわりのメニュー*/
.tpbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.tpbox1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 60px;
	flex-direction: column-reverse;
}
.tpbox :nth-child(odd) {
	flex-direction: row-reverse;
}
.tpbox__itemleft {
	width: 100%;
}
.tpbox__itemright {
	width: 100%;
	padding-top: 20px;
}
.tpbox__img:nth-child(odd) {
	display: block;
	width: 100%;
	flex-direction: column-reverse;
}

/*こだわり*/
.tpbox__block__concept {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.tpbox__concept {
	width: 100%;
	padding-bottom: 40px;
}
.tpbox__concept__img__Circle {
	width: 60%;
	margin-left: 20%;
}

/*トップフォーム-------------------------------------------*/
.top_view__message {
	right: 5%;
}
.top_view__message p{
	font-size: 18px;
}

/*フッター-------------------------------------------*/
footer {
	margin-left: 0;
}
.footer_block .footer_block__inner {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.footer_block .footer_block__inner .footerRight {
	float: right;
	width: 24%;
}
.footer_block .footer_block__inner .footerRight p {
	font-size: 12px;
	margin-bottom: 20px;
}
.footer_block .footer_block__inner ul {
	display: block;
	float: left;
	width: 24%;
	padding-right: 5px;
}
.footerToTop {
	bottom: 20px;
	right: 20px;
}

}
/*-----（/～1100）-----*/


@media screen and (max-width:760px) {
	
header h1 {
	left: 50%;
	top: 110px;
	width: 180px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/*メインビジュアル上の画像-------------------------------------------*/
.top_view__message {
	display: none;
}


/*テーブル-------------------------------------------*/

.sectionBlock table.company_table th,
.sectionBlock table.company_table td,
.sectionBlock table.mail_formTable th,
.sectionBlock table.mail_formTable td {
	display: block;
	padding: 15px;
	text-align: left;
}

.sectionBlock table.mail_formTable th,
.sectionBlock table.mail_formTable td {
	text-align: center !important;
}

.sectionBlock table.mail_formTable th {
	border-right: none !important;
}

.topContentLastImg {
	background-image: url(../img/toplast/sp_1.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: unset;
	height: 150px;
}

/*フッター-------------------------------------------*/
footer {
	padding-bottom: 20px;
}

.footer_block .footer_block__inner .footerRight {
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 20px;
}
.footer_block .footer_block__inner .footerRight p {
	line-height: 26px;
	margin-bottom: 0px;
}
.footer_block .footer_block__inner ul {
	width: 32%;
}
img.footerLogo {
	width: 70%;
	margin-left: 15%;
}

}
/*-----（/～760）-----*/

@media screen and (max-width:560px) {

.tpbox__btn {
	font-size: 14px;
	top: 20px;
}
.tpbox__btn::before {
	line-height: 26px;
}
.section__title h2{
	font-size: 24px;
	margin-bottom: 0;
}
.tpbox__concept strong {
	font-size: 17px;
}
.tpbox__concept p {
	font-size: 13px;
}
.tpbox__itemright h2 {
	font-size: 15px;
	margin-bottom: 0;
}
.tpbox__itemright p{
	font-size: 13px;
}
.section__subtitle {
	font-size: 24px;
	margin-bottom: 0;
}
.section__subtitle span {
	font-size: 12px;
	padding-left: 5px;
}
.news_topics ul li {
	font-size: 13px;
}

.footer_block .footer_block__inner {
	width: 100%;
}
.footer_block ul li .listTitle {
	font-size: 12px;
	letter-spacing: 0px;
}

.footer_block ul li a {
	padding-left: 20px;
	font-size: 13px;
	line-height: 18px;
}

.footer_block .footer_block__inner ul {
	width: 32%;
	margin-left: 1%;
}
.footer_block .footer_block__inner ul li{
	font-size: 13px;
}

.mf__inquiry,
.mf,
input,
textarea{
	width: 80%;
}


}
/*-----（/～560）-----*/

	
@media screen and (max-width:400px) {
.sectionBlock {
	margin: 0;
}
.section__title h2{
	font-size: 20px;
}

.tpbox1 {
	margin: 0;
}
.tpbox__itemright h2 {
	font-size: 16px;
}

.footer_block .footer_block__inner ul {
	width: 98%;
	margin-left: 1%;
	margin-right: 0;
	padding: 5px 5px 10px 5px;
	font-size: 13px;
}

}
/*-----（/～400）-----*/


/*スライドショー---------------------------------------------------------*/
.top_view {
	height: auto;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

.top_view img.imgBase {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.top_view img.top_view01,
.top_view img.top_view02,
.top_view img.top_view03 {
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 15s;
	-webkit-animation-duration: 15s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.top_view img.top_view02 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
}

.top_view img.top_view03 {
	animation-delay:10s;
	-webkit-animation-delay: 10s;
}

@keyframes album {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	
	10% {
		opacity: 1;
	}

	34% {
		opacity: 1;
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-o-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
	44% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	
	10% {
		opacity: 1;
		-webkit-filter: opacity(100%);
		-moz-filter: opacity(100%);
		-ms-filter: opacity(100%);
		filter: opacity(100%);
	}

	34% {
		opacity: 1;
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-o-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
	44% {
		opacity: 0;
	}
}

/*アイテムのエフェクト-------------------------------------------*/
.itemEffect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.itemEffect.delay02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.itemEffect.delay04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.itemEffect.delay06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.itemEffect.delay08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.itemEffect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}
