
@charset "UTF-8";

/*
10px	63%
11px	69%
12px	75%
13px	82%
14px	88%
15px	94%
16px	100%
17px	107%
18px	113%
19px	119%
20px	125%
21px	132%
22px	138%
23px	144%
24px	150%
25px	157%
26px	163%
*/

* { margin: 0; padding: 0; background-position: center center;	box-sizing: border-box; outline:none; }

img {height: auto;}

html {
	-webkit-text-size-adjust: 100%; 
	height:100%;
}

body {
	font-family: YakuHanJP, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
	font-weight: 400;
	color: #666;
	font-size:16px;
	line-height:2;
	margin: auto;
	text-align: left;
  height: 100%;
	letter-spacing: 0.06em;
	background: #fff;
}

body,html{
position: relative;
}

li {list-style:none;}
img {height: auto;}
a { text-decoration: none; color:#666; 
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:visited { text-decoration:none color:#666; }
a:hover { text-decoration:none; color:#666;}
a img {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:hover img {
	opacity: 0.8;
}

*::selection {
	background: #f1839d;

	color: #fff;
}

p {
	text-align: left;
}

img{
	border:0;
	vertical-align: top;
}

h1, h2, h3, h4{
	letter-spacing: 0.08em;
	font-weight: normal;
	font-size: 100%;
	line-height: 1.7;
}

h1, h2, h3, h4, p, li {
	z-index: 50;
}

table {
	border-collapse: collapse;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.sp_only {
	display: none;
}

.pc_only {
	display: block;
}

.ls10 {
	letter-spacing: -0.1em;
}

.inner_1040 {
	width: 1040px;
	margin: 0 auto;
	position: relative;
}

.btn_standard {
	text-align: center;
	color: #fff;
	font-size: 88%;
	padding: 5px 28px;
	display: inline-block;
	background: #ee8da4;
	border: 1px solid #ee8da4;
	border-radius: 30px;
}

.btn_standard:hover {
	background: #fff;
	color: #ee8da4;
}

.lato {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.lato_b {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
}

.wf-sawarabimincho { 
	font-family: "Sawarabi Mincho";
	font-family: "A1 Mincho", "A1明朝", serif ;

}

.para {
	display: block;
	margin-bottom: 20px; 
}

.body_text {
	position: relative;
	z-index: 50;
}

/*----------------------------------------------------------------------------------

	ローディング

----------------------------------------------------------------------------------*/

.loading {
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #cff3f2, #f8f5e6, #fde4ea);
	z-index: 9999;
	position: fixed;
}

#bar span {
	display: block;
	height: 10px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
}

#load-text {
	color: #fff;
	font-size:400%;
	letter-spacing: 0.08em;
	position: fixed;
	left: 60px;
	top: 30px;
}

/*.loading ul {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -45px 0 0 -27px;
}

.loading ul li {
	width: 6px;
	height: 6px;
	background: #f8b9c8;
	display: inline-block;
	margin: 0 8px 0 0;
	opacity: 0;
	position: relative;
	border-radius: 3px;
}

.loading ul li.load01 {
	top: 0;
}*/








/*----------------------------------------------------------------------------------

	ヘッダー

----------------------------------------------------------------------------------*/

header {
	padding: 60px 0 0 70px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 650px;
	width: 100%;
	position: relative;
}

header .side_navi {
	width: 182px;
	text-align: center;
	font-size: 88%;

}

header h1 {
	margin: 0 0 34px 0;
}

header .navi li {
	margin: 0 0 10px 0;


}

header .navi li a {
	display: inline-block;
	background: url(images/h2-bg.png) no-repeat;
	background-size: 0% 1px;
	background-position: center bottom;
	-webkit-transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

header .navi li a:hover {
	background-size: 100% 1px;
	color: #f1839d;
}

header .navi li a {

}


/*----------------------------------------------------------------------------------

	グラデーション

----------------------------------------------------------------------------------*/


.box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}



.box span.top_move_c,
.box01 span.load_move_g,
.box02 span.load_move_g {
	background: #fff;
	margin-top: 0 !important;
	top: 0 !important;
	padding-top: 0 !important;
	margin-left: 0 !important;
	position: absolute !important;
	display: block !important;
	left: 0 !important;
	opacity: 0;
}

.box span.load_move_a,
.footer_content .top_move_c {
	background: #fff;
	margin-top: 0 !important;
	top: 0 !important;
	padding-top: 0 !important;
	margin-left: 0 !important;
	position: absolute !important;
	display: block !important;
	left: 0 !important;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.box span.load_move_d {
	background: #9cd5d3;
	z-index: 2;
	opacity: 1;
}

.box span {
	display: block;
	width: 100%;
	height: 100%;
	/*background: linear-gradient(90deg, #9cd5d3, #f8f5e6, #f7c7d2, #f7c7d2);*/
	background: linear-gradient(90deg, #bff4f3, #f8f5e6, #f7c7d2, #f7c7d2);
	/*background: url(images/bg.jpg) no-repeat;
	background-size: 100% 100%;*/
	z-index: 1;
}

.box span {
animation: anime1 2.5s ease -2s infinite alternate;
}

@keyframes anime1 {
0% {filter: saturate(80%);filter: hue-rotate(0deg);}
70% {filter: saturate(100%);filter: hue-rotate(20deg);}
100% {filter: saturate(170%);filter: hue-rotate(-20deg);}
}

.footer_content {
animation: anime2 3.5s ease -2s infinite alternate;
}

@keyframes anime2 {
0% {filter: saturate(80%);filter: hue-rotate(0deg);}
70% {filter: saturate(100%);filter: hue-rotate(20deg);}
100% {filter: saturate(170%);filter: hue-rotate(-20deg);}
}

.loading {
animation: anime3 3.5s ease -2s infinite alternate;
}

@keyframes anime3 {
0% {filter: saturate(80%);filter: hue-rotate(0deg);}
70% {filter: saturate(100%);filter: hue-rotate(20deg);}
100% {filter: saturate(170%);filter: hue-rotate(-20deg);}
}



.header .box span {
	position: static;	
}



.message .box span,
.about .box span,
.news .box span,
.mid_category .box span {
	position: absolute;
}



header .box {
	height: 650px;
	top:0;
	left: 50%;
	margin-left: -200px;
}

.message .box {
	height: 460px;
	top: auto;
	bottom: 120px;
}

.message .box span.box01 {
	width: 50%;
	left: 0;
	margin-left: -140px;
}

.message .box span.box02 {
	width: 15%;
	height: 190px;
	right: 0px;
	bottom: 0;
}

.planning .box span {
	width: 540px;
	height: 360px;
	top: 0;
	right: 0;
}

.design .box span {
	width: 360px;
	height: 540px;
	top: 0;
	left: 0;
}

.web .box span {
	width: 520px;
	height: 540px;
	top: 0;
	left: 50%;
	margin-left: 340px;
}

.promotion .box span {
	width: 700px;
	height: 360px;
	top: 0;
	left: 50%;
	margin-left: -860px;
}

.other .box span {
	width: 360px;
	height: 540px;
	top: 0;
	right: 0;
}

.mid_category .box span img {
	width: 100%;
}

.about .box span.box01 {
	width: 270px;
	height: 180px;
	left: 360px;
	top: 0;
}

.about .box span.box02 {
	width: 450px;
	height: 260px;
	top: 280px;
	right: 0;
}

.news .box span {
	width: 320px;
	height: 450px;
	top: 0;
	left: 0;
}

.owned_media .box {
	padding: 0 40px;
	overflow: hidden;
	width: 100%;
}

.owned_media .box {
	top: 260px;
	height: 520px;
}

.owned_media .box span img {
	width: 100%;
	min-height: 520px;
}


/*----------------------------------------------------------------------------------

	ドット

----------------------------------------------------------------------------------*/

.dot {
	position: absolute;
	z-index: 30;
}

.message .dot {
	left: 50%;
	top: 340px;
	margin-left: -220px;
}

.service_category .dot {
	left: 50%;
	margin-left: -700px;
	margin-top: -500px;
}

.about .dot {
	left: 50%;
	margin-left: -840px;
	margin-top: -220px;
}

/*----------------------------------------------------------------------------------

	大カテゴリー

----------------------------------------------------------------------------------*/

.large_caegory {
	position: relative;
	width: 1040px;
	margin: 0 auto;
}

.large_caegory h2 {
	color: #f1839d;
	font-size: 500%;
	writing-mode: tb-rl; 
	line-height: 1;
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	position: absolute;
}

.message {
	width: 100%;
	overflow: hidden;
	margin: -200px 0 0 0;
	padding: 0 0 380px 0;
}

.message h2,
.owned_media h2,
.news h2 {
	left: 270px;
	top: 0;

}

.message .body_text {
	float: right;
	margin: 0 -40px 0 0;
}

.large_caegory h3 {
	font-size: 200%;
	line-height: 1.6;
	margin-bottom: 30px;
}

.service {
	margin-top: -146px;
	position: relative;
	z-index: 50;
}

.service h2,
.about h2 {
	right: 80px;
}


.owned_media {
	width: 100%;
	padding: 460px 0 0 0;
	top: -136px;
}

.owned_media h3 {
	margin-bottom: 14px;
}

.owned_media .btn_standard {
	float: right;
}

.owned_media img {
	margin: 0 0 20px 0;
}

.owned_media h2 {

	margin: -460px 0 0 0;
}

.owned_media .img_biota {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 50;
}

.owned_media .body_text {
	background: #fff;
	width: 540px;
	padding: 50px 45px 80px 45px;
	margin-left: 500px;
  box-shadow:0px 6px 10px 4px rgba(0, 0, 0, 0.1);
}

.about  {
	margin-top: 40px;
}

.about .body_text {
	padding: 72px 0 0 0;
}

.about_ttl {
	display: inline-block;
	width: 160px;
	font-weight: bold;
}

.about .b_c {
	position: absolute;
	left: 540px;
	top: 368px;
	z-index: 50;
}

.news {
	margin-top: 140px;
	min-height: 680px;
}

.news h2 {
	padding-top: 248px;
}

.news .body_text {
	width: 500px;
	left: 540px;
	padding-top: 248px;
}

.news .body_text .news_area {
	height: 270px;
	overflow-y: scroll;

}

.news h4 {
	font-weight: bold;
	margin-bottom: 10px;
}

.news .body_text h4 {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.news .body_text h4:first-child {
	border-top: none;
	padding-top: 0;
}

.news .body_text a {
	display: block;
}

.news .body_text a h4,
.news .body_text a p {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.news .body_text a h4 {
	display: inline-block;
	padding-right: 18px;
	background: url(images/blank.png) no-repeat right center;
	background-size: 10px 10px;
}

.news .body_text a:hover h4,
.news .body_text a:hover p {
	color: #f1839d;
}

/*----------------------------------------------------------------------------------

	中カテゴリー

----------------------------------------------------------------------------------*/

.service_category {

	width: 100%;
	margin-top: -290px;

}

.mid_category {
	position: relative;
}

.mid_category .body_text {
	width: 500px;
	z-index: 50;
}

.promotion .body_text {
	width: 580px;
}

.mid_category h4 .lato_b {
	display: block;
	color: #3dc6c2;
	margin: 0 0 10px 0;
	font-size: 220%;
	line-height: 1.35;
}

.mid_category h4 .jp {
	display: block;
	font-size: 113%;
	font-weight: bold;
	margin: 0 0 30px 0;
}

.mid_category p {
	margin: 0 0 20px 0;
}

.mid_category ul {
	margin: 0 0 0 -10px;
}

.mid_category ul li {
	display: inline-block;
	font-size: 88%;
}

.mid_category ul li:before {
	content: "●";
	padding: 0 0 0 0;
	margin: 0 4px 0 14px;
	display: inline-block;
	font-size: 63%;
	color: #f1839d;
	vertical-align:text-top
}

.design {
	margin-top: -110px;
}

.promotion {
	margin-top: -170px;
}

.other {
	margin-top: 70px;
	height: 540px;
}

.planning .body_text,
.web .body_text,
.other .body_text {
	margin: 0 0 0 540px;
}

.design .body_text,
.promotion .body_text {
	margin: 0 0 0 270px;
}

.planning .body_text {
	padding-top: 290px;
}

.design .body_text {
	padding-top: 150px;
}

.web {
	width: 100%;
	height: 540px;
	overflow: hidden;
}

.web .body_text {
	padding-top: 120px;
}

.promotion .body_text {
	padding-top: 230px;
}

.other .body_text {
	padding-top: 80px;
}

/*----------------------------------------------------------------------------------

	フッター
	
----------------------------------------------------------------------------------*/

footer .text_footer {
	margin-left: 90px;
	z-index: 50;
	position: relative;
}

.footer_content {
	background: url(images/ph_footer.jpg) right center;
	background-size: cover;
	height: 410px;
	width: 100%;
	padding: 50px;
	color: #fff;
	margin-top: -46px;
	letter-spacing: 0.14em;
	position: relative;
}

.footer_content .logo {
	display: block;
	margin: 190px 0 4px 0;
}

.footer_content .mail {
	font-size: 180%;
	background: url(images/icon_mail.png) no-repeat left center;
	background-size: 16px 12px;
	padding: 0 0 0 28px;
}

.footer_content .copy {
	font-size: 88%;
}

.pagetop {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

/*------------------------------------------------------------------------------------------------------------------------------------

	スマホここから
	
------------------------------------------------------------------------------------------------------------------------------------*/

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

html {
	font-size: 62.5%;
	width: 100%;
}

body {
	font-size: 1.0rem;
	line-height: 1.8;
}

body,html{
min-width:100%;
}

p,
li {
	font-size: 1.4rem;
}

.sp_only {
	display: block;
}

.pc_only {
	display: none;
}

img {
	width: 100%;
	height: auto;
}


.inner_1040 {
	width: 100%;
	padding: 0 20px;
}

.btn_standard {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 10px 0;
	font-size: 1.2rem;
}


.large_caegory h2 {

	line-height: 1.4;
	position: relative;
	writing-mode: horizontal-tb;
	-moz-writing-mode: horizontal-tb;
	-o-writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
}

.loading {
	z-index: 9999;
}

#bar span {
	height: 10px;
}

#load-text {
	font-size: 4rem;
	left: 30px;
	top: 20px;
}


/*----------------------------------------------------------------------------------

	ヘッダー

----------------------------------------------------------------------------------*/



.toggle {
	display: block ;
	position: fixed;
	top:10px;
	right: 10px;
	z-index: 999;
	width: 40px;
	height: 40px;
	background: url(images/common/icon_menu.png) no-repeat center center;
	background-size: 40px 40px;
}

.toggle.active {
	background: url(images/common/icon_close.png) no-repeat center center;
	background-size: 40px 40px;
	z-index: 999999;
}

#menu {
	display: none;
}

#menu {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	overflow: scroll;
	background: rgba(61,198,194,0.8);
	margin: 0;
	text-align: center;
	z-index: 99999;
	padding: 0 20px;
}


#menu ul {
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 25px;
}

#menu .navi li {
	display: block;
	margin: 0 0 0 0;

	width: 33.3%;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 10px 0;
	border-top: none;

}

#menu .navi li a {
	display: inline;
	width: 100%;
	height: auto;
	border-left: none;
	color: #fff;
	background: none;
	border-bottom: 1px solid #fff;
}



/*----------------------------------------------------------------------------------

	ヘッダー

----------------------------------------------------------------------------------*/

header {
	padding: 0 0 0 0;
	overflow-x: auto;
	overflow-y: auto;
	height: 470px;
	width: 100%;
	position: relative;

}

header .side_navi {
	width: 100%;

}

header h1 {
	margin: 40px auto 34px auto;
	z-index: 60;
	position: relative;
	width: 180px;

}

header .navi li {
	margin: 0 0 0 0;
}



/*----------------------------------------------------------------------------------

	グラデーション

----------------------------------------------------------------------------------*/


.box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.box span {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #9cd5d3, #f8f5e6, #f7c7d2, #f7c7d2);
	/*background: url(images/bg.jpg) no-repeat;
	background-size: 100% 100%;*/
	z-index: 1;
}

.header .box span {
	position: static;	
}

.message .box span,
.about .box span,
.news .box span,
.mid_category .box span {
	position: absolute;
}



header .box {
	height: 470px;
	top:0;
	left: 0;
	margin-left: 0;
	padding: 270px 40px 20px 0;
}



.mid_category .box {
	position: static;
}

.message .box {
	height: 260px;
	top: auto;
	bottom: auto;
	padding: 0 0 0 0;
	margin-top: -45px;
}

.message .box span.box01 {
	width: 220px;
	position: absolute;
	left: auto;
	right: 0;
	margin-left: 0;
}

.message .box span.box02 {
	display: none;
}

.planning .box span {
	width: 280px;
	height: auto;
	top: 0;
	left: 0;
}

.design .box span {
	width: 200px;
	height: auto;
	top: 0;
	left: auto;
	right: 0;
}

.web .box span {
	width: 200px;
	height: auto;
	top: 0;
	left: 0;
	margin-left: 0;
}

.promotion .box span {
	width: 320px;
	height: auto;
	top: 0;
	right: 0;
	left: auto;
	margin-left: 0;
}

.other .box span {
	width: 200px;
	height: auto;
	top: 0;
	left: 0;
}





.about .box span.box01 {
	width: 180px;
	height: 180px;
	left: auto;
	right: 0;
	top: -40px;
}

.about .box span.box02 {
	width: 160px;
	left: -20px;
	right: auto;
}

.news .box span {
	display: none;
}

.owned_media .box {
	padding: 0 0;
	width: 100%;
	top: 0;
	height: 160px;
}

.owned_media .box span img {
	width: 100%;
	height: 160px;
	width: auto;
	min-height: auto;
}





/*----------------------------------------------------------------------------------

	ドット

----------------------------------------------------------------------------------*/

.dot {
	display: none;
}


/*----------------------------------------------------------------------------------

	大カテゴリー

----------------------------------------------------------------------------------*/

.large_caegory {
	position: relative;
	width: 100%;
	margin: 20px auto 0 auto;
}

.large_caegory h2 {
	font-size: 400%;
}

.body_text p br {
	display: none;
}

.body_text .para {
	margin-bottom: 10px;
}

.message {
	padding: 0 0 120px 0;
	overflow: hidden;
	margin-top: -50px;
}

.service h2,
.about h2,
.message h2,
.owned_media h2,
.news h2 {
	left: auto;
	right: auto;
	top: 0;
	margin-bottom: 10px;
}


.message .body_text {
	width: 100%;
	float: none;
	margin: 0 0 0 0;
}

.large_caegory h3 {
	font-size: 2.2rem;
	margin-bottom: 20px;
}

.service {
	margin-top: -30px;
	position: relative;
	z-index: 50;
}



.service .body_text {
	margin: 0 0 0 0;
}

.owned_media {
	width: 100%;
	padding: 60px 0 0 0;
	top: 0;
}

.owned_media h3 {
	margin-bottom: 14px;
	letter-spacing: 0.04em;
}

.owned_media h3 br {
	display: none;
}

.owned_media .btn_standard {
	float: none;
}

.owned_media img {
	margin: 0 0 20px 0;
	width: 100px;
}

.owned_media h2 {
	height: auto;
	top: 0;
	position: relative;
	width: 200px;
	line-height: 1.2;
	padding-top: 30px;
	margin-top: 0;
	margin-bottom: 20px;
}

.owned_media .img_biota {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 140px;
	left: auto;
	z-index: 60;

}

.owned_media .body_text {
	width: 100%;
	padding: 24px 20px 24px 20px;
	margin-left: 0;
}

.owned_media .para {
	margin-bottom: 20px;
}

.about {
	margin-top: 90px;
}


.about .body_text {
	padding: 0 0 0 0;
}

.about_ttl {
	display: block;
	width: 100%;
	font-weight: bold;
}

.about .b_c {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	float: right;
	width: 240px;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-right: 20px;
	z-index: 90;
}

.news {
	padding-top: 0;
	min-height: auto;
}

.news h2 {
	position: static;
	top: 0;
	padding-top: 0;
}

.news .body_text {
	width: 100%;
	left: auto;
	padding-top: auto;
}

.news h4 {
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.about .inner_1040,
.news .inner_1040 {
	padding: 0 0 0 0;
}

.about h2,
.news h2 {
	margin-left: 20px;
}

.about .body_text,
.news .body_text {
	padding: 0 20px 0 20px;
}


/*----------------------------------------------------------------------------------

	中カテゴリー

----------------------------------------------------------------------------------*/

.service_category {

	width: 100%;
	margin-top: 0;

}

.mid_category {
	position: relative;
	margin-top: 40px;
}

.mid_category .body_text {
	width: 100%;
	z-index: 50;
}

.promotion .body_text {
	width: 100%;
}

.mid_category h4 .lato_b {
	margin: 0 0 6px 0;
	font-size: 2.8rem;
}

.mid_category h4 .jp {
	font-size: 1.4rem;
	margin: 0 0 10px 0;
}

.mid_category p {
	margin: 0 0 10px 0;
}

.mid_category ul {
	margin: 0 0 0 -12px;
}

.mid_category ul li {
	font-size: 1.2rem;
}

.mid_category ul li:before {
	margin: 0 4px 0 14px;
	font-size: 1rem;
}

.design {
	margin-top: 40px;
}

.promotion {
	margin-top: 40px;
}

.other {
	margin-top: 40px;
	margin-bottom: 60px;
	height: auto;
}

.planning .body_text {
	margin: 0 0 0 0;
}

.design .body_text {
	margin: 0 0 0 0;
	padding: 94px 0 0 0;
}


.planning .body_text {
	padding-top: 90px;
}


.web {
	margin-top: 40px;
	padding-top: 80px;
	width: 100%;
	height: auto;

}

.web .body_text {
	margin: 0 0 0 0;
	padding-top: 0;
}

.promotion .body_text {
	margin: 0 0 0 0;
	padding-top: 145px;
}

.other .body_text {
	margin: 0 0 0 0;
	padding-top: 140px;
}


/*----------------------------------------------------------------------------------

	フッター
	
----------------------------------------------------------------------------------*/

footer .text_footer {
	display: none;
}

.footer_content {
	height: 320px;
	width: 100%;
	padding: 20px;
	margin-top: 60px;
	position: relative;
}

.footer_inner {
	position: absolute;
	bottom: 20px;
}

.footer_content .logo {
	display: block;
	margin: 0;
	width: 260px;
}

.footer_content .mail {
	font-size: 2.0rem;
	padding: 0 0 0 24px;
}

.footer_content .copy {
	font-size: 88%;
}

.pagetop {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

}