@charset "UTF-8";
/* CSS Document */
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
/*共通*/

a { /*Firefoxのリンクの枠線を消す*/
	overflow: hidden;
	outline: none;
	/*以降通常*/
}
a:focus {
    /*Firefoxのリンクの枠線を消す*/
	outline: none;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	}
/******************************************/
			/*TOPページCSS*/
/******************************************/

/*メインビジュアル*/
.main{
	background-image: url(../img/exa_bg1.jpg);
	background-position:top;/* 画像を常に天地左右の中央に配置 */
	background-repeat:no-repeat;/* 画像をタイル状に繰り返し表示しない */
	background-attachment:fixed;/*コンテンツの高さが画像の高さより大きい時、動かないように固定*/
	background-size:cover;/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
	background-color:#FFFFFF;/* 背景画像が読み込まれる前に表示される背景のカラー */
	padding-top:6em;
	padding-bottom:5em;
}
.main h1{
	font-family:"faricy-new-web";
	font-weight:bold;
	font-size:70px;
	letter-spacing:2px;
	color:#666;
}
.main h2{
	font-family:"ryo-gothic-plusn";
	font-size:28px;
	/*font-weight:bold;*/
	letter-spacing:normal;
	line-height:1.8;
	color:#666;
	margin-bottom:1.5em;
}
.main p{
	font-family:"ryo-gothic-plusn";
	font-size:18px;
	letter-spacing:2px;
	color:#666;
	line-height:2;
	margin-bottom:3em;
}
.bgcolor{
	background-color:rgba(0,0,0,0);
}

.top_msg{
	background: #dd4c0d;
	background: -moz-linear-gradient(top, #dd4c0d 0%, #e52c2c 100%);
	background: -webkit-linear-gradient(top, #dd4c0d 0%,#e52c2c 100%);
	background: linear-gradient(to bottom, #dd4c0d 0%,#e52c2c 100%);
	color: #fff;
}
.top_msg h1{
	font-family:"faricy-new-web";
	font-weight:bold;
	font-size:70px;
	letter-spacing:2px;
	padding-left:30px;
}
.top_msg h2{
	font-family:"ryo-gothic-plusn";
	letter-spacing:3px;
	font-weight: bold;
	font-size:30px;
	padding-top: 3em;
	font-style: italic;
	line-height: 2.0;
	padding-left:30px;
}
.top_msg p{
	font-family:"ryo-gothic-plusn";
	letter-spacing:3px;
	font-size:20px;
	padding-top:1em;
	font-style: italic;
	line-height:1.5;
	padding-left:30px;
}

	
/*エクサPRO紹介*/
.exapro{
	/*background-image: url(../img/exa_bg2.jpg);/**/
	/*background-position:right top;/*画像を常に天地左右の中央に配置 */
	/*background-repeat:no-repeat;/* 画像をタイル状に繰り返し表示しない */
	/*background-attachment:fixed;/*コンテンツの高さが画像の高さより大きい時、動かないように固定*/
	/*background-size:cover;/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
	background-color:#F7F7F7;/* 背景画像が読み込まれる前に表示される背景のカラー */
	padding-top:3em;
	padding-bottom:2em;
	padding-left:2em;
	padding-right:2em;
}
.exapro img{
	width:40%;
	opacity:0.9;
}
.exapro h2{
	color:#666;
	font-family:"faricy-new-web";
	font-weight:bold;
	font-size:60px;
	margin-top:1em;
}
.exapro h3{
	font-size:16px;
	color:#666;
	font-family:"ryo-gothic-plusn";
	letter-spacing:2px;
	margin-bottom:3em;
}
.exapro p{
	font-family:"ryo-gothic-plusn";
	font-size:18px;
	letter-spacing:2px;
	color:#666;
	line-height:1.5;
	margin-bottom:2em;
}
.button {
	font-family: "ryo-gothic-plusn";
	font-style: normal;
	font-weight: bold;
	position: relative;
	border-radius:100px;
	display: inline-block;
	width: 100%;
	height: 80px;
	line-height: 65px;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color:#B379A6;
	color: #fff;
	margin-bottom:1em;
	border: 8px solid #B379A6;
}
.button:hover {
	background-color:rgba(0,0,0,0);
	color:#B379A6;
	text-decoration: none;
	border: 8px solid #B379A6;
}
.button_2 {
	font-family: "ryo-gothic-plusn";
	font-style: normal;
	font-weight: bold;
	position: relative;
	border-radius:100px;
	display: inline-block;
	width: 100%;
	height: 80px;
	line-height: 65px;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	outline: none;
	/*background-color:rgba(0,0,0,0);*/
	background-color:#DCAFAF;
	color: #fff;
	margin-bottom:1em;
	border: 8px solid #DCAFAF;
}
.button_2:hover {
	background-color:rgba(0,0,0,0);
	color:#DCAFAF;
	text-decoration: none;
	border: 8px solid #DCAFAF;
}
s
.button::before,
.button::after,
.button_2::before,
.button_2::after,
.button_3::before,
.button_3::after,
.button_4::before,
.button_4::after,
.button_5::before,
.button_5::after,
.button_event::before,
.button_event::after,
.button_evessa::before,
.button_evessa::after,
.button_shop::before,
.button_shop::after,
.button_mail::before,
.button_mail::after,
.button_teiki::before,
.button_teiki::after,
.button_teiki2::before,
.button_teiki2::after,
.button_info::before,
.button_info::after,
.button_fb::before,
.button_fb::after,
.button_timing::before,
.button_timing::after,
.button_nutrition_1::before,
.button_nutrition_1::after,
.button_nutrition_2::before,
.button_nutrition_2::after,
.button_nutrition_3::before,
.button_nutrition_3::after,
.button_nutrition_4::before,
.button_nutrition_4::after,
.button_teikilink::before,
.button_teikilink::after,
.button_shopstore::before,
.button_shopstore::after,
.button_teiki::before,
.button_teiki::after,
.button_trial::before,
.button_trial::after{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after,
.button_2,
.button_2::before,
.button_2::after,
.button_3,
.button_3::before,
.button_3::after,
.button_4,
.button_4::before,
.button_4::after,
.button_5,
.button_5::before,
.button_5::after,
.button_event,
.button_event::before,
.button_event::after,
.button_evessa,
.button_evessa::before,
.button_evessa::after,
.button_shop,
.button_shop::before,
.button_shop::after,
.button_mail,
.button_mail::before,
.button_mail::after,
.button_teiki,
.button_teiki::before,
.button_teiki::after,
.button_teiki2,
.button_teiki2::before,
.button_teiki2::after,
.button_info,
.button_info::before,
.button_info::after,
.button_fb,
.button_fb::before,
.button_fb::after,
.button_timing,
.button_timing::before,
.button_timing::after,
.button_nutrition_1,
.button_nutrition_1::before,
.button_nutrition_1::after,
.button_nutrition_2,
.button_nutrition_2::before,
.button_nutrition_2::after,
.button_nutrition_3,
.button_nutrition_3::before,
.button_nutrition_3::after,
.button_nutrition_4,
.button_nutrition_4::before,
.button_nutrition_4::after,
.button_teikilink,
.button_teikilink::before,
.button_teikilink::after,
.button_teiki,
.button_teiki::before,
.button_teiki::after,
.button_shopstore,
.button_shopstore::before,
.button_shopstore::after,
.button_trial,
.button_trial::before,
.button_trial::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/*定期お届けコースのご案内*/
.teiki_top{
	background-image:url(../img/exa_bg_teiki.jpg);
	background-position:center;/* 画像を常に天地左右の中央に配置 */
	background-repeat:no-repeat;/* 画像をタイル状に繰り返し表示しない */
	background-size:cover;/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
	background-color:#fff;/* 背景画像が読み込まれる前に表示される背景のカラー */
	padding-top:5em;
	padding-bottom:3em;
	padding-left:4em;
	padding-right:4em;
}
.teiki_top h2{
	font-family: "source-han-serif-japanese";
	font-size:42px;
	margin-bottom:1.2em;
}
.teiki_top p{
	font-family: "ryo-gothic-plusn";
	font-size:20px;
	line-height:2.5;
}
.button_teikilink{
	font-family: "ryo-gothic-plusn";
	font-style: normal;
	font-weight: bold;
	position: relative;
	border-radius:100px;
	display: inline-block;
	width: 100%;
	height: 80px;
	line-height: 65px;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color:#89B978 ;	/* #89B978 */
	color: #fff;
	margin-top:1.5em;
	border: 8px solid #89B978 ;	/* #ef0536 */
	animation: button_teikilink 3s ease infinite;
}
.button_teikilink:hover {
	background-color:rgba(0,0,0,0);
	color:#89B978 ;	/* #ef0536 */
	text-decoration: none;
	border: 8px solid #89B978 ; /* #ef0536 */
}
@keyframes button_teikilink {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
/*エクサについて/代謝について*/
.red{
	background: #e80e29; /* Old browsers */
	background: -moz-linear-gradient(top, #e80e29 0%, #ee465b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e80e29 0%,#ee465b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e80e29 0%,#ee465b 100%);
	color:#ffffff;
	font-family:"ryo-gothic-plusn";
	padding-top:3em;
	padding-bottom:2em;
}
.orange{
	background: #f16f0a; /* Old browsers */
	background: -moz-linear-gradient(top, #f16f0a 0%, #f1aa0a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f16f0a 0%,#f1aa0a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f16f0a 0%,#f1aa0a 100%);
	color:#ffffff;
	font-family:"ryo-gothic-plusn";
	padding-top:3em;
	padding-bottom:2em;
}
.red h2,
.orange h2{
	font-size:30px;
	font-weight:bold;
	letter-spacing:-1px;
	margin-bottom:1em;
}
.red p,
.orange p{
	padding-left:20%; /* 4.5em */
	padding-right:20%; /* 4.5em */
	margin-bottom: 2em;
	font-size:14px;
	text-align: left;
}
.red img,
.orange img{
	width: auto;
	max-height: 100px;
	margin-bottom:2em;
}

.button_3,
.button_4,
.button_5,
.button_trial{
	font-family: "ryo-gothic-plusn";
	font-style: normal;
	font-weight: bold;
	position: relative;
	border-radius:100px;
	display: inline-block;
	width: 80%;
	height: 80px;
	line-height: 65px;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color:rgba(0,0,0,0);
	color: #fff;
	margin-bottom:1em;
	border: 8px solid #ffffff;
}
.button_3:hover {
	background-color:#ffffff;
	color:#e80e29;
	text-decoration: none;
	border: 8px solid #ffffff;
}
.button_4:hover {
	background-color:#ffffff;
	color:#f16f0a;
	text-decoration: none;
	border: 8px solid #ffffff;
}
.button_trial{
	font-family: "ryo-gothic-plusn";
	font-style: normal;
	font-weight: bold;
	position: relative;
	border-radius:100px;
	display: inline-block;
	width: 70%;
	height: 90px;
	line-height: 78px;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color:#fa8231;
	color: #fff;
	margin-bottom:1em;
	border: 8px solid #fa8231;
}
.button_trial:hover {
	background-color:#ffffff;
	color:#fa8231;
	text-decoration: none;
	border: 8px solid #fa8231;
}



/*燃焼スイッチを入れろ*/
.switch{
	background-image: url(../img/exa_bg3.jpg);
	background-position:bottom;/* 画像を常に天地左右の中央に配置 */
	background-repeat:no-repeat;/* 画像をタイル状に繰り返し表示しない */
	background-size:cover;/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
	background-color:#e80d28;/* 背景画像が読み込まれる前に表示される背景のカラー */
	padding-top:5em;
	padding-bottom:7em;
	padding-left:2em;
	padding-right:2em;
	color:#ffffff;
}
.switch h2{
	font-family: "ryo-gothic-plusn";
	font-weight: bold;
	font-size:60px;
	letter-spacing:-1px;
}
.switch h2 span{
	letter-spacing:-12px;
}
.switch h3{
	font-family:"faricy-new-web";
	font-size:30px;
	letter-spacing:2px;
	margin-bottom:2em;
}
.switch p{
	font-size:30px;
	font-family:"ryo-gothic-plusn";
	font-weight:bold;
	line-height:normal;
	margin-bottom:2em;
	max-width: 720px;
}
.button_5:hover {
	background-color:#ffffff;
	color:#346f2e;
	text-decoration: none;
	border: 8px solid #ffffff;
}


/*インストラクター/イベント情報*/
.event{
	background-image: url(../img/exa_bg_event.jpg);
	background-position:center;/* 画像を常に天地左右の中央に配置 */
	background-repeat:no-repeat;/* 画像をタイル状に繰り返し表示しない */
	background-size:cover;/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
	background-color:#e80d28;/* 背景画像が読み込まれる前に表示される背景のカラー */
	padding-top:4em;
	padding-left:2em;
	padding-right:2em;
	color:#ffffff;
}
.event h2{
	font-family: "ryo-gothic-plusn";
	font-weight: bold;
	font-size:36px;
	letter-spacing:-1px;
}
.event p{
	font-size:15px;
	font-family:"ryo-gothic-plusn";
	line-height:1.5;
	margin-bottom:2em;
}
.event img{
	opacity:0.8;
}
.event1{
	padding-top:1em;
}
.event1 p{
	font-family: "ryo-gothic-plusn";
	font-size:16px;
	letter-spacing:-1px;
	line-height:2.0;
	padding-left:2em;
	padding-right:2em;
	padding-top:1.5em;
}
.button_event{
	font-family: "ryo-gothic-plusn";
	font-style: normal;
	font-weight: bold;
	position: relative;
	border-radius:100px;
	display: inline-block;
	width: 80%;
	height: 70px;
	line-height: 55px;
	font-size:24px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color:#035fa0;
	color: #fff;
	border: 8px solid #035fa0;
	margin-bottom:3em;
}
.button_event:hover{
	background-color:#ffffff;
	color:#035fa0;
	text-decoration: none;
	border: 8px solid #035fa0;
}

/*エヴェッサ*/
.evessa{
	background-image: url(../img/exa_bg_evessa.jpg);
	background-position:center;/* 画像を常に天地左右の中央に配置 */
	background-repeat:no-repeat;/* 画像をタイル状に繰り返し表示しない */
	background-size:cover;/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
	background-color:#e80d28;/* 背景画像が読み込まれる前に表示される背景のカラー */
	color:#ffffff;
}
.evessa_1{
	padding-left:0;
	padding-right:0;
	padding-top:4em;
	padding-bottom:0;
}
.evessa_2{
	padding-top:7em;
}
.evessa_2 img{
	max-width: 150px;
	height: auto;
	margin-bottom:2em;
}
.evessa_2 h2{
	font-family: "ryo-gothic-plusn";
	font-weight: bold;
	font-size:36px;
	letter-spacing:-1px;
	line-height:1.5;
	margin-bottom:0.5em;
}
.evessa_2 p{
	font-family: "ryo-gothic-plusn";
	font-size:16px;
	letter-spacing:-1px;
	line-height:2.0;
	margin-bottom:2em;
	padding-left:2em;
	padding-right:2em;
}
.evessa_2 span{
	font-size:12px;
	padding-right:3em;
	padding-top:1em;
	display: block;
}
.button_evessa{
	font-family: "ryo-gothic-plusn";
	font-style: normal;
	font-weight: bold;
	position: relative;
	border-radius:100px;
	display: inline-block;
	width: 80%;
	height: 70px;
	line-height: 55px;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color:#ac8a4c;
	color: #ffffff;
	border: 8px solid #ac8a4c;
}
.button_evessa:hover{
	background-color:#ffffff;
	color:#ac8a4c;
	text-decoration: none;
	border: 8px solid #ac8a4c;
}

/******************************************/
	/*問い合わせ・カスタマー・定期購入CSS*/
/******************************************/
.customer_main{
	background-color:#ffffff;
	padding-top:4em;
	background-image:url(../img/customer_bg.jpg);
	background-position:left 60% top 8em;/* 画像を常に天地左右の中央に配置 */
	background-repeat:no-repeat;/* 画像をタイル状に繰り返し表示しない */
	background-size:cover;/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
}
.customer1 h2{
	font-family: "ryo-gothic-plusn";
	font-size:70px;
	font-weight:bold;
	margin-top:1.5em;
	margin-bottom:0.4em;
}
.customer1 p{
	font-family: "source-han-serif-japanese";
	color:#666666;
	font-size:24px;
}
.customer_point{
	font-size:30px;
	font-weight:bold;
	font-family: "ryo-gothic-plusn";
	margin-top:1em;
	margin-bottom:1em;
}
.customer_main li{
	margin-bottom:1em;
}
.customer_tel{
	margin-bottom:3em;
}
.customer_tel h3{
	font-size:48px;
	font-family: "ryo-gothic-plusn";
	font-weight:bold;
}
.customer_tel h4{
	color:#ff7979;
	font-size:72px;
	font-family:"faricy-new-web";
	font-weight:bold;
}
.customer_tel p{
	font-size:16px;
	font-family: "ryo-gothic-plusn";
	color:#666666;
	margin-bottom:1.5em;
}
.button_mail{
	font-family: "ryo-gothic-plusn";
	font-style: normal;
	font-weight: bold;
	position: relative;
	border-radius:100px;
	display: inline-block;
	width:100%;
	height: 90px;
	line-height: 75px;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color:#DCAFAF;
	color: #fff;
	margin-bottom:1em;
	border: 10px solid #DCAFAF;
}
.button_mail:hover {
	background-color:rgba(0,0,0,0);	
	color:#DCAFAF;
	text-decoration: none;
	border: 10px solid #DCAFAF;
}
.teiki{
	background-color:#ff9bb3;
	color:#ffffff;
	padding-top:7em;
	padding-bottom:5em;
}
.teiki p{
	font-size:26px;
	font-weight:bold;
	font-family: "ryo-gothic-plusn";
	color:#fff;
	margin-bottom:0.5em;
}
.teiki h2{
	font-family: "source-han-serif-japanese";
	font-size:80px;
}
.teiki h2 span{
	
}
.teiki h3{
	font-family: "source-han-serif-japanese";
	font-size:20px;
	margin-top:1.5em;
	line-height:2.0;
	letter-spacing:2px;
	padding-left:2.5em;
	padding-right:2.5em;
}
.teiki_point{
	padding-left:5em;
	padding-right:5em;
	padding-top:2em;
	margin-bottom:3em;
}
.teiki_point img{
	margin-bottom:1.4em;
}
.button_teiki{
	font-family: "ryo-gothic-plusn";
	font-style: normal;
	font-weight: bold;
	position: relative;
	border-radius:120px;
	display: inline-block;
	width:80%;
	height: 120px;
	line-height: 105px;
	font-size: 36px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color:rgba(0,0,0,0);
	color: #ffffff;
	margin-bottom:1em;
	border: 10px solid #ffffff;
}
.button_teiki:hover {
	background-color:#ffffff;
	color:#ff9bb3;
	text-decoration: none;
	border: 10px solid #ffffff;
}
.teiki2{
	padding-top:5em;
	padding-bottom:3em;
}
.teiki2 h3{
	font-family: "source-han-serif-japanese";
	font-size:32px;
	line-height:1.8;
	letter-spacing:-0.5px;
	margin-bottom:1.5em;
	color:#2c3e50;
}
.teiki2 h3 span{
	color: #e74c3c;
}
.teiki_present{
	padding-left: 2em;
	padding-right: 2em;
	margin-bottom:2em;
	font-size:14px;
	line-height:2.0;
	color:#2c3e50;
}
.teiki_present p{
	padding-left:1em;
	padding-right:1em;
}
.note_present{
	font-size:12px;
	color:#7f8c8d;
}
.button_teiki2{
	font-family: "ryo-gothic-plusn";
	font-style: normal;
	font-weight: bold;
	position: relative;
	border-radius:120px;
	display: inline-block;
	width:80%;
	height: 120px;
	line-height: 105px;
	font-size: 36px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color:#ff9bb3;
	color: #ffffff;
	margin-bottom:1em;
	border: 10px solid #ff9bb3;
}
.button_teiki2:hover {
	background-color:rgba(0,0,0,0);
	color:#ff9bb3;
	text-decoration: none;
	border: 10px solid #ff9bb3;
}
.QA{
	background-color:#fff;
	padding-left:5em;
	padding-right:5em;
	padding-bottom:3em;
	padding-top:2.5em;
	font-family: "ryo-gothic-plusn";
}
.QA h2{
	font-weight: bold;
	font-size:60px;
	line-height:1.2;
}
.QA h2 span{
	font-weight: bold;
	font-size:36px;
}
.QA hr{
	width: 86%;
}
.Q{
	color:#60a3bc;
	font-size:28px;
	margin-top:1em;
	font-weight: bold;
	margin-bottom:0.5em;
}
.A{
	color:#ff7979;
	font-size:28px;
	font-weight: bold;
	margin-bottom:0.5em;
	line-height:1.0;
}
.QA p span{
	font-size:14px;
	line-height:2.0;
	color:#333333;
}
#mail{
	background-color:#f9f9f9 !important;
	padding-bottom:5em;
	padding-top:3em;
	font-family: "ryo-gothic-plusn";
}
#mail h3{
	font-weight:bold;
	font-size:36px;
}
#mail hr{
	border-top: 1px dotted #333333;
}

/******************************************/
	/*インストラクター・イベント情報CSS*/
/******************************************/
.evnt_main{
	background-color:#f8f8f8;
	padding-top:4em;
	padding-bottom:3em;
}
.team{
	padding-left:2em;
	padding-right:2em;
	margin-top:4em;
}
.team_exa{
	background-color:#253342;
	color:#ffffff;
	padding-bottom:0.8em;
	padding-top:1.2em;
	padding-left:4em;
	font-family: "ryo-gothic-plusn";
	font-weight:bold;
	font-size:22px;
}
.team_exa p{
	margin:0;
	letter-spacing:3px;
}
.team_intro{
	font-size:18px;
	color:#253342;
	padding-left:3em;
	padding-right:3em;
	padding-top:2em;
	line-height:2.5;
	margin-bottom:2em;
}
.team_pic{
	margin-bottom:3em;
}
.team_pic img,
.event_info_pic img{
	margin-bottom:1em;
}
.event_info_intro{
	font-size:18px;
	color:#253342;
	margin-top:0.5em;
	line-height:2.5;
	margin-bottom:2em;
}
.event_info_intro p{
	margin-bottom:1.5em;
}
.event_info{
	font-family: "ryo-gothic-plusn";
	color:#253342;
	padding-top:2em;
	padding-bottom:3em;
}
.event_info h3{
	font-size:30px;
	font-weight:bold;
	color:#e74c3c;
}
.event_info p{
	color:#666666;
}
.event_info h4{
	font-size:24px;
	font-weight:bold;
	margin-top:2em;
}
.event_info h5{
	font-size:18px;
	line-height:1.5;
}
.button_info{
	font-family: "ryo-gothic-plusn";
	font-style: normal;
	font-weight: bold;
	position: relative;
	border-radius:100px;
	display: inline-block;
	width: 40%;
	height: 50px;
	line-height: 38px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color:#e67e22;
	color:#ffffff;
	border: 6px solid #e67e22;
	margin-bottom:1em;
}
.button_info:hover{
	background-color:rgba(0,0,0,0);
	color: #e67e22;
	text-decoration: none;
	border: 6px solid #e67e22;
}
.button_fb{
	font-family: "ryo-gothic-plusn";
	font-style: normal;
	font-weight: bold;
	position: relative;
	display: inline-block;
	width:100%;
	height: 90px;
	line-height: 77px;
	font-size: 26px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color:#39589a;
	color:#ffffff;
	border: 10px solid #39589a;
	margin-bottom:1em;

}
.button_fb:hover{
	background-color:rgba(0,0,0,0);
	color: #39589a;
	text-decoration: none;
	border: 10px solid #39589a;
}
.event2{
	font-family: "ryo-gothic-plusn";
	font-style: normal;
	font-weight: bold;
	position: relative;
	border-radius:100px;
	display: inline-block;
	width: 40%;
	height: 60px;
	line-height: 48px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color:rgba(0,0,0,0);
	color:#222222;
	border: 6px solid #666666;
}
.event_report1{
	font-family: "ryo-gothic-plusn";
	padding-top:3em;
	color:#ffffff;
	margin-bottom:1em;
}
.event_report1 h2{
	font-size:36px;
	font-weight:bold;
}
.event_report1 p{
	font-size:14px;
	padding-top:1em;
}
.event_report2{
	padding-left:2em;
	padding-right:2em;
	padding-top:1em;
	margin-bottom:2em;
}
.event_report2 h3{
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
}
.event_report2 p{
	font-size:12px;
}
.event_report2 a{
	color:#e74c3c;
	font-weight:bold;
}
.event_report2 a:hover{
	color:#e67e22;
}

.event_report2 hr{
	background-color:#fff;
}
	
/******************************************/
	/*イベントレポート*/
/******************************************/
.report_wrap{
	background-color:#e74c3c;
}
.report{
	background-color:#ffffff;
	font-family: "ryo-gothic-plusn";
	padding-top:3em;
	padding-left:6em;
	padding-right:6em;
}
.report h2{
	font-size:40px;
	font-weight:bold;
	margin-bottom:20px;
}
.report_topic{
	font-family: "ryo-gothic-plusn";
	padding-left:2em;
	padding-right:2em;
}
.report_topic img{
	width:100%;
}
.report_topic h2{
	font-weight:bold;
}
.report_topic h3{
	font-size:14px;
	line-height:1.5;
	margin-top:0.5em;
}
.report_topic p{
	font-size:26px;
	font-weight:bold;
	color:#e74c3c;
}
.report_topic h4{
	font-size:14px;
	line-height:1.5;
}
.report_topic .click p{
	color:#95a5a6;
	font-size:12px;
	font-weight:normal;
	padding-top:1em;
}

/******************************************/
	/*代謝と燃焼についてCSS*/
/******************************************/
.metabolism{
	background-image: url(../img/metabolism_bg1.jpg);
	background-position:bottom;/* 画像を常に天地左右の中央に配置 */
	background-repeat:no-repeat;/* 画像をタイル状に繰り返し表示しない */
	background-size:cover;/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
	background-color:#333333;/* 背景画像が読み込まれる前に表示される背景のカラー */
	padding-top:6em;
	padding-bottom:4em;
	font-family: "ryo-gothic-plusn";
	color:#ffffff;
}
.metabolism h1{
	font-size:72px;
	font-weight:bold;
}
.metabolism p{
	font-size:16px;
	line-height:2.0;
	padding-top:1em;
	margin-bottom:2em;
}
.metabolism p span{
	color:#f6d600;
}
.metabolism_3{
	padding-left:5em;
	padding-right:5em;
}
.metabolism_3 h2{
	font-size:18px;
	font-weight:bold;
}
.metabolism_3  h3{
	font-size:14px;
	padding-left:3em;
	padding-right:3em;
	line-height:2.0;
	margin-top:1em;
	margin-bottom:2em;
}
.metabolism_intro{
	background-color:#f8f8f8;
	padding-left:6em;
	padding-right:6em;
	padding-top:4em;
	padding-bottom:1em;
}
.metabolism_intro p{
	color:#253342;
	font-size:16px;
	line-height:3.0;
	font-family: "ryo-gothic-plusn";
	letter-spacing:-1px;
}
.metabolism_intro p span{
	font-size:60px;
	font-family: "source-han-serif-japanese";
	color:#AF0000;
}
.metabolism_evo{
	background-image:url(../img/metabolism_bg2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#333333;
	padding-top:6em;
	padding-bottom:6em;
	padding-left:8em;
	padding-right:8em;
	font-family: "ryo-gothic-plusn";
	color:#ffffff;
}
.metabolism_text{
	background-color:rgba(44, 62, 80,0.5);
	padding-left:3em;
	padding-right:3em;
	padding-bottom:5em;
	padding-top:5em;
}
.metabolism_text h2{
	font-size:40px;
	margin-bottom: 1em;
	font-weight:bold;
	line-height:1.5;
}
.metabolism_text h2 span{
	font-size:64px;
}
.metabolism_text p{
	font-size:18px;
	line-height:2.0;
	padding-left:5em;
	padding-right:5em;
}
.metabolism_text h3{
	font-size:80px;
	font-weight:bold;
	font-family: "source-han-serif-japanese";
}
.metabolism_text h3 span{
	font-size:40px;
	font-family: "ryo-gothic-plusn";
}
.atp{
	background-color:#cb0010;
	font-family: "ryo-gothic-plusn";
	color:#ffffff;
	padding-left:3em;
	padding-right:3em;
	padding-top:3em;
	padding-bottom:3em;
}
.atp h2{
	font-size:40px;
	font-weight:bold;
	line-height:1.5;
}
.atp p{
	font-size:16px;
	padding-left:6em;
	padding-right:6em;
	line-height:2.0;
}
.atp p span{
	color:#fed100;
}
.step{
	background-image: url(../img/metabolism_bg4.jpg);
	background-repeat:repeat;
	padding-bottom:3em;
	font-family: "ryo-gothic-plusn";
}
.step_image{
	padding-top: 3.5em;
}
.step_image h2{
	font-size:24px;
	font-weight:bold;
	color:#2c3e50;
	margin-top:1em;
}
.step_image p{
	font-size:16px;
	font-weight:bold;
	margin-top:1em;
	margin-bottom:2em;
	color:#415C76;
	padding-left:4em;
	padding-right:4em;
}
.atp2{
	background: #d7c467; /* Old browsers */
	background: -moz-linear-gradient(top, #d7c467 0%, #d79968 100%);
	background: -webkit-linear-gradient(top, #d7c467 0%,#d79968 100%);
	background: linear-gradient(to bottom, #d7c467 0%,#d79968 100%);
	font-family: "ryo-gothic-plusn";
	color:#ffffff;
	padding-top:4em;
	padding-bottom:1em;
}
.atp2 h2{
	font-weight:bold;
	font-size:40px;
	letter-spacing:-1px;
	margin-bottom:1em;
}
.atp2 img{
	padding-left:2em;
	padding-right:2em;
}
.timing{
	background-image:url(../img/metabolism_bg3.jpg);
	background-position:bottom;/* 画像を常に天地左右の中央に配置 */
	background-repeat:no-repeat;/* 画像をタイル状に繰り返し表示しない */
	background-size:cover;/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
	background-color:#333333;/* 背景画像が読み込まれる前に表示される背景のカラー */
	padding-top:4em;
	padding-bottom:4em;
	font-family: "ryo-gothic-plusn";
	color:#2c3e50;
}
.timing h2{
	font-size:46px;
	font-weight:bold;
	line-height:1.5;
}
.timing img{
	padding-left:4em;
	padding-right:4em;
}
.timing p{
	font-size:18px;
	line-height:2.5;
	padding-left:6em;
	padding-right:6rem;
	margin-bottom:2em;
}
.button_timing{
	font-family: "ryo-gothic-plusn";
	font-style: normal;
	font-weight: bold;
	position: relative;
	border-radius:100px;
	display: inline-block;
	width:70%;
	height: 90px;
	line-height: 78px;
	font-size: 26px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color:#eb4200;
	color:#ffffff;
	border: 10px solid #eb4200;
	margin-bottom:1em;
}
.button_timing:hover{
	background-color:#ffffff;
	color: #eb4200;
	text-decoration: none;
	border: 10px solid #eb4200;
}
/******************************************/
	/*エクサについてCSS*/
/******************************************/
.about{
	background-image: url(../img/about_bg1.png);
	background-position:top right;/* 画像を常に天地左右の中央に配置 */
	background-repeat:no-repeat;/* 画像をタイル状に繰り返し表示しない */
	background-size:cover;/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
	padding-top:7em;
	padding-bottom:7em;
	padding-left:2em;
	padding-right:2em;
	font-family: "ryo-gothic-plusn";
	color:#666666;
}
.about h2{
	font-size:50px;
	font-weight:bold;
	line-height:1.2;
}
.about p{
	font-size:18px;
	line-height:2.0;
	letter-spacing:2px;
	margin-top:2em;
	color:#666666;
}
.pro{
	background-color:#f8f8f8;
	font-family: "ryo-gothic-plusn";
	padding-top:4em;
	padding-bottom:4em;
}
.pro h2{
	font-size:50px;
	line-height:80%;
	font-weight:bold;
	color:#2c3e50;
}
.pro h2 span{
	font-size:16px;
	font-weight:normal;
	color:#7f8c8d;
}
.pro h3{
	background-color:#E15E96;
	padding-bottom:0.5em;
	padding-top:0.7em;
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	padding-left:1em;
}
.pro ul{
	text-align:left;
	padding-top:1em;
}
.pro li{
	font-size:20px;
	font-weight:bold;
	color:#34495e;
}
.pro p{
	font-size:46px;
	font-weight:bold;
	margin-top:1em;
	margin-bottom:0.4em;
}
.exapeople{
	background:#dfe6e9;
	/*background: #ffa400;*/
	/*background: -moz-linear-gradient(top, #ffa400 0%, #ff6000 100%);*/
	/*background: -webkit-linear-gradient(top, #ffa400 0%,#ff6000 100%);*/
	/*background: linear-gradient(to bottom, #ffa400 0%,#ff6000 100%);*/
	font-family: "ryo-gothic-plusn";
	color:#666666;
	padding-bottom:3em;
}
.exapeople h2{
	font-size:42px;
	font-weight:bold;
	line-height:1.5;
	padding-left:3em;
	padding-right:3em;
	padding-bottom:1em;
}
.exapeople h2 span{
	font-size:60px;
}
.exapeople img{
	margin-bottom:2em;
}
.exapeople p{
	padding-left:5em;
	padding-right:5em;
	font-size:18px;
	line-height:1.5;
}
.nutrition_title{
	background: #cf1b17;
	background: -moz-linear-gradient(top, #cf1b17 0%, #fe2f2f 100%);
	background: -webkit-linear-gradient(top, #cf1b17 0%,#fe2f2f 100%);
	background: linear-gradient(to bottom, #cf1b17 0%,#fe2f2f 100%);
	padding-top:4em;
	padding-bottom:6em;
	font-family: "ryo-gothic-plusn";
	color:#ffffff;
}
.nutrition_title h2{
	font-size:34px;
	font-weight:bold;
	margin-bottom:1em;
}
.title_pink{
	background: #fd79a8;
	/*background: #fc004b; /* Old browsers */
	/*background: -moz-linear-gradient(top, #fc004b 0%, #fc008c 100%);*/
	/*background: -webkit-linear-gradient(top, #fc004b 0%,#fc008c 100%);*/
	/*background: linear-gradient(to bottom, #fc004b 0%,#fc008c 100%);*/
	padding-top:1.5em;
	padding-bottom:1.5em;
	font-family: "ryo-gothic-plusn";
	color:#ffffff;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}
.title_pink img,
.title_orange img,
.title_blue img,
.title_green img{
	padding-top:1em;
}
.title_pink h3,
.title_orange h3,
.title_blue h3,
.title_green h3{
	font-weight:bold;
	padding-top:0.5em;
}
.title_pink h2,
.title_orange h2,
.title_blue h2,
.title_green h2{
	font-size:60px;
	font-weight:bold;
}
.title_pink h2 small,
.title_orange h2 small,
.title_blue h2 small,
.title_green h2 small{
	color:#ffffff;
	font-size:36px;
}
.title_pink p,
.title_orange p{
	font-size:20px;
}
.nutrition_1{
	background-color:#ffecf1;
	font-family: "ryo-gothic-plusn";
	padding-top:4em;
	padding-left:2em;
	padding-right:2em;
	padding-bottom:4em;
}
.nutrition_1 p{
	padding-top: 2em;
}
.nutrition_1 h3,
.nutrition_2 h3,
.nutrition_3 h3,
.nutrition_4 h3{
	color:#2c3e50;
	font-size:16px;
	line-height:2.0;
}
.nutrition_info{
	background-color:#ffffff;
	font-family: "ryo-gothic-plusn";
	margin-top:2em;
	padding-left:2em;
	padding-right:2em;
	padding-bottom:1em;
	padding-top:0.5em;
	margin-bottom:3em;
}
.nutrition_info h2{
	color:#c0392b;
	font-weight:bold;
	font-size:24px;
}
.nutrition_info p{
	font-size:14px;
}
.button_nutrition_1{
	font-family: "ryo-gothic-plusn";
	font-style: normal;
	font-weight: bold;
	position: relative;
	border-radius:100px;
	display: inline-block;
	width:70%;
	height: 90px;
	line-height: 78px;
	font-size: 26px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color:#fc008c;
	color:#ffffff;
	border: 10px solid #fc008c;
	margin-bottom:1em;
}
.button_nutrition_1:hover{
	background-color:rgba(0,0,0,0);
	color: #fc008c;
	text-decoration: none;
	border: 10px solid #fc008c;
}
.button_shopstore{
	font-family: "ryo-gothic-plusn";
	font-style: normal;
	font-weight: bold;
	position: relative;
	border-radius:100px;
	display: inline-block;
	width:70%;
	height: 90px;
	line-height: 78px;
	font-size: 26px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color:#05c46b;
	color:#ffffff;
	border: 10px solid #05c46b;
	margin-bottom:1em;
}
.button_shopstore:hover{
	background-color:rgba(0,0,0,0);
	color: #05c46b;
	text-decoration: none;
	border: 10px solid #05c46b;
}

.title_orange{
	background: #f42e00;
	background: -moz-linear-gradient(top, #f42e00 0%, #fc8300 100%);
	background: -webkit-linear-gradient(top, #f42e00 0%,#fc8300 100%);
	background: linear-gradient(to bottom, #f42e00 0%,#fc8300 100%);
	padding-top:1.5em;
	padding-bottom:1.5em;
	font-family: "ryo-gothic-plusn";
	color:#ffffff;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}
.nutrition_2{
	background-color:#ffefde;
	font-family: "ryo-gothic-plusn";
	padding-top:4em;
	padding-left:2em;
	padding-right:2em;
	padding-bottom:2em;
}
.atp_link{
	color:#d35400;
	font-size:20px;
	font-family: "ryo-gothic-plusn";
	font-weight:bold;
}
.atp_link:hover{
	color:#d35400;
	opacity:0.8;
	text-decoration: none;
}
.button_nutrition_2{
	font-family: "ryo-gothic-plusn";
	font-style: normal;
	font-weight: bold;
	position: relative;
	border-radius:100px;
	display: inline-block;
	width:70%;
	height: 90px;
	line-height: 78px;
	font-size: 26px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color:#fc8300;
	color:#ffffff;
	border: 10px solid #fc8300;
	margin-bottom:1em;
}
.button_nutrition_2:hover{
	background-color:rgba(0,0,0,0);
	color: #fc8300;
	text-decoration: none;
	border: 10px solid #fc8300;
}
.title_blue{
	background: #82ccdd;
	/*background: #24a6b7;*/
	/*background: -moz-linear-gradient(top, #24a6b7 0%, #65d6d6 100%);*/
	/*background: -webkit-linear-gradient(top, #24a6b7 0%,#65d6d6 100%);*/
	/*background: linear-gradient(to bottom, #24a6b7 0%,#65d6d6 100%);*/
	padding-top:1.5em;
	padding-bottom:1.5em;
	font-family: "ryo-gothic-plusn";
	color:#ffffff;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}
.nutrition_3{
	background-color:#e4ffff;
	font-family: "ryo-gothic-plusn";
	padding-top:4em;
	padding-left:2em;
	padding-right:2em;
	padding-bottom:2em;
}
.nutrition_3 h3 span,
.nutrition_4 h3 span{
	color:#e74c3c;
}
.button_nutrition_3{
	font-family: "ryo-gothic-plusn";
	font-style: normal;
	font-weight: bold;
	position: relative;
	border-radius:100px;
	display: inline-block;
	width:70%;
	height: 90px;
	line-height: 78px;
	font-size: 26px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color:#24a6b7;
	color:#ffffff;
	border: 10px solid #24a6b7;
	margin-bottom:1em;
}
.button_nutrition_3:hover{
	background-color:rgba(0,0,0,0);
	color: #24a6b7;
	text-decoration: none;
	border: 10px solid #24a6b7;
}
.title_green{
	background: #78e08f;
	/*background: #49a40e;*/
	/*background: -moz-linear-gradient(top, #49a40e 0%, #97ca27 100%);*/
	/*background: -webkit-linear-gradient(top, #49a40e 0%,#97ca27 100%);*/
	/*background: linear-gradient(to bottom, #49a40e 0%,#97ca27 100%);*/
	padding-top:1.5em;
	padding-bottom:1.5em;
	font-family: "ryo-gothic-plusn";
	color:#ffffff;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}
.nutrition_4{
	background-color:#f2ffdf;
	font-family: "ryo-gothic-plusn";
	padding-top:4em;
	padding-left:2em;
	padding-right:2em;
	padding-bottom:2em;
}
.button_nutrition_4{
	font-family: "ryo-gothic-plusn";
	font-style: normal;
	font-weight: bold;
	position: relative;
	border-radius:100px;
	display: inline-block;
	width:70%;
	height: 90px;
	line-height: 78px;
	font-size: 26px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color:#49a40e;
	color:#ffffff;
	border: 10px solid #49a40e;
	margin-bottom:1em;
}
.button_nutrition_4:hover{
	background-color:rgba(0,0,0,0);
	color:#49a40e;
	text-decoration: none;
	border: 10px solid #49a40e;
}
.sec{
	background-color:#f8f8f8;
	font-family: "ryo-gothic-plusn";
	color:#2c3e50;
	padding-top:5em;
	padding-bottom:5em;
}
.sec p{
	font-size:16px;
}
.sec h2{
	font-size:58px;
	font-weight:bold;
	margin-top:0.6em;
}
.sec h2 small{
	font-size:16px;
	font-weight:normal;
	color:#2c3e50;
}
.sec h3{
	font-size:40px;
	font-weight:bold;
	line-height:1.5;
}
.sec h3 span{
	color:#e74c3c;
}
.performance{
	padding-left:2em;
	padding-right:2em;
	padding-top:3em;
	padding-bottom:3em;
}
/******************************************/
	/*フッターCSS*/
/******************************************/
/*footer1*/
.footer1{
	background-color:#B379A6;
	color:#ffffff;
	padding-bottom:2em;
	padding-top:2em;
	font-family: "ryo-gothic-plusn";
}
.footer1 h2{
	font-weight:bold;
	font-size:30px;
	line-height:1.3;
}
.footer1 h3{
	font-weight:bold;
	font-size:30px;
	line-height:1.3;
}
.footer1 p{
	font-size:14px;
}
.footer1_left{
	border-right: 1px solid #ffffff;
	padding-top:1em;
	padding-bottom:2em;
}
.footer1_left a{
	color:#ffffff;
	text-decoration: none;
	outline: none;
	font-size:33px;
	font-weight:bold;
	letter-spacing:2px;
}
.footer1_left a:hover{
	color:#ffffff;
}
.footer1_right{
	padding-top:1.5em;
}
.button_shop{
	font-family: "ryo-gothic-plusn";
	font-style: normal;
	font-weight: bold;
	position: relative;
	border-radius:100px;
	display: inline-block;
	width: 70%;
	height: 60px;
	line-height: 48px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color:rgba(0,0,0,0);
	color: #ffffff;
	border: 6px solid #ffffff;
	margin-top:1em;
}
.button_shop:hover{
	background-color:#ffffff;
	color:#1f1f1f;
	text-decoration: none;
	border: 6px solid #ffffff;
}

/*footer2*/
.footer2{
	background-color:#DCAFAF;
	padding-top:4em;
	font-family: "ryo-gothic-plusn";
	color:#ffffff;
}
.footer2 hr{
	width:90%;
	margin-bottom:1em;
	margin-top:1em;
}
.exainfo{
	padding-left:20%;
	padding-right:20%;
	font-size:12px;
	margin-top:3em;
	margin-bottom:2em;
	line-height:2.0;
	text-align: left;
}
.footer-nav {
	font-family: "ryo-gothic-plusn", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
	font-style: normal;
	font-weight: 200;
	font-size: 14px;
	display: flex;
	justify-content:space-around;
	padding:0;
	margin:0;
	padding-left:2em;
	padding-right:2em;
}
ul{
	list-style-type:none;
	text-align:center;
}
.footer-nav a {
	margin: 8px;
	border-radius: 5px;
	color:#fff;
	display: block;
	text-decoration: none;
	opacity: 1;
	transition-property: all;
	transition: 0.3s linear;
}
.footer-nav a:hover {
	color:#f1c40f;
	text-decoration: none;
	opacity: 1;
}
/*コピーライト*/
.copy{
	font-size:12px;
}
.mobileonly{
	display:none;
}

/******************************************/
	/*モバイル向け*/
/******************************************/
@media screen and (max-width: 767px) {
	
/*common*/
.mobileonly{
	display:block;
}
.pconly{
	display:none;
}
.bgcolor{
	background-color:rgba(255,255,255,0.30);
	margin-bottom:2em;
	padding-top:1em;
	padding-bottom: 2em;
}
h1{font-size:48px !important;}
h2{font-size:24px !important;}

/*メイン*/
.main{
	background-image: url(../img/exa_bg1.jpg);
	background-attachment:inherit;/*コンテンツの高さが画像の高さより大きい時、動かないように固定*/
	background-position:75%;
	padding-top:4em;
	padding-bottom:1em;
}
.main h2{
	margin-bottom:0.5em;
	line-height:1.5;
}
.main p{
	font-size:16px;
	letter-spacing:normal;
	line-height:1.3;
	margin-bottom:0;
}
	
/*エクサpro紹介*/
.exapro{
	/*background-image: url(../img/exa_bg2.jpg);*/
	/*background-position:center;*/
	background-color:#F7F7F7;/* 背景画像が読み込まれる前に表示される背景のカラー */
	padding-top:2.5em;
	padding-bottom:2em;
	padding-left:2em;
	padding-right:2em;
}
.exapro img{
	width:80%;
}
.exapro h2{
	margin-top:0.5em;
	line-height:0.9;
}
.exapro h3{
	font-size:14px;
	margin-bottom:1.5em;
	letter-spacing: normal;
}
.exapro p{
	font-size:14px;
	letter-spacing:normal;
	line-height:1.3;
	margin-bottom:1.2em;
}
.button,
.button_2,
.button_3,
.button_4,
.button_5{
	font-size:20px;
	margin-bottom:0;
	width:100%;
}
.button:hover,
.button_2:hover,
.button_3:hover,
.button_4:hover,
.button_5:hover{
	font-size:20px;
}
	
/*定期お届けコースのご案内*/
.teiki_top{
	background-image:none;
	background-color:#EBEBEB;
	padding-top:1em;
	padding-bottom:2em;
	padding-left:2em;
	padding-right:2em;
}
.teiki_top h2{
	font-family: "source-han-serif-japanese";
	font-size:28px !important;
	margin-bottom:0.5em;
	line-height:1.5;
}
.teiki_top img{
	margin-bottom:1.5em;
}
.teiki_top p{
	font-size:16px;
	line-height:1.5;
	margin-bottom:0;
}
.button_teikilink{
	font-size: 18px;
	margin-top:1em;
}

/*エクサについて/代謝について*/
.red p,
.orange p{
	padding-left:2em;
	padding-right:2em;
	margin-bottom:2em;
	font-size:16px;
	text-align:justify;
}
/*燃焼スイッチを入れろ*/
.switch{
	background-position :80%;
	padding-left:0;
	padding-right:0;
	padding-top:3em;
	padding-bottom:2em;
}
.switch h2{
	padding-left:0.4em;
}
.switch h3{
	font-size:14px;
	margin-bottom:1em;
	padding-left:1em;
	padding-right:1em;
}
.switch p{
	font-size:16px;
	font-weight:normal;
	margin-bottom:2em;
	padding-left:1em;
	padding-right:1em;
}
.button_5{
	margin-bottom:1em;
}

/*インストラクター/イベント情報*/
.event{
	padding-top:0.5em;
}
.event h2{
	text-align:justify;
	line-height:1.5;
}
.event p{
	font-size:16px;
	letter-spacing:normal;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	line-height:1.3;
}
.button_event{
	font-size:20px;
	margin-bottom:1em;
	width:100%;
}
.button_event:hover{
	font-size:20px;
	width:100%;
}

/*エヴェッサ*/
.evessa_1{
	padding-top:1em;
}
.evessa_2{
	padding-top:3em;
}
.evessa_2 img{
	margin-bottom:1.5em;
	width:40%;
}
.evessa_2 h2{
	line-height:1.5;
	margin-bottom:0.5em;
	text-align:justify;
	padding-left:0.6em;
}
.evessa_2 p{
	line-height:1.5;
	padding-left:0.6em;
	padding-right:0.6em;
}
.button_evessa{
	font-size:20px;
	width:100%;
}
.button_evessa:hover{
	font-size:20px;
	width:100%;
}

	
/***********以上topページCSS**************/
/***************************************/



/*問い合わせ・カスタマーCSS*/
.customer_main{
	background-color:#ffffff;
	padding-top:4em;
	background-image:none;
}
.customer1 h2{
	margin-top:1em;
	margin-bottom:0.4em;
	text-align:center;
}
.customer1 p{
	font-size:14px;
	text-align:center;
	padding-left:1em;
	padding-right:1em;
	letter-spacing:-0.5px;
	margin-bottom:1em;
}
.customer_main ul{
	font-size:14px;
	margin:0 auto;
	margin-bottom:1em;
	padding-left: 0;
	max-width:320px;
}
.customer_main li{
	margin-bottom:0.4em;
	letter-spacing:-0.5px;
}
.customer2{
	margin-bottom:0.5em;
}
.customer_tel{
	margin-bottom:3em;
}
.customer_tel h3{
	font-size:24px;
	text-align: center;
}
.customer_tel h4{
	font-size:30px;
	text-align: center;
}
.customer_tel p{
	font-size:12px;
	letter-spacing:-0.5px;
	text-align: center;
}
.button_mail{
	height: 70px;
	width:100%;
	line-height: 55px;
	font-size: 20px;
}
.button_mail:hover {
	font-size: 20px;
}

.teiki{
	background-color:#ff9bb3;
	color:#ffffff;
	padding-top:3em;
	padding-bottom:3em;
}
.teiki p{
	font-size:16px;
	margin-bottom:0;
}
.teiki h2{
	margin-top:10px;
	font-size:32px !important;
}
.teiki h3{
	font-size:14px;
	margin-top:1em;
	line-height:1.3;
	padding-left:2em;
	padding-right:2em;
	text-align:justify;
}
.teiki_point{
	padding-left:2em;
	padding-right:2em;
	padding-top:1em;
	margin-bottom:1em;
}
.teiki_point img{
	width:70%;
}
.button_teiki{
	width:100%;
	height: 70px;
	line-height:55px;
	font-size:20px;
}
.teiki2{
	padding-top:1.5em;
	padding-bottom:1em;
}
.teiki2 h3{
	font-size:18px;
	padding-left:1em;
	padding-right:1em;
	line-height:1.6;
	letter-spacing:-0.5px;
	margin-bottom:1.5em;
	color:#2c3e50;
}
.teiki2 h3 span{
	color: #e74c3c;
}
.teiki_present{
	padding-left: 2em;
	padding-right: 2em;
	margin-bottom:2em;
	font-size:14px;
	line-height:2.0;
	color:#2c3e50;
}
.teiki_present p{
	padding-left:1em;
	padding-right:1em;
}
.note_present{
	font-size:10px;
	color:#7f8c8d;
	line-height:1.3;
}
.button_teiki2{
	width:100%;
	height: 70px;
	line-height:55px;
	font-size:20px;
	border:8px solid #ff9bb3;
}
.button_teiki2:hover {
	border:8px solid #ff9bb3;
}
.QA{
	background-color:#f8f8f8;
	padding-left:0;
	padding-right:0;
	padding-bottom:3em;
	padding-top:2.5em;
	overflow:hidden;
}
.QA h2{
	font-weight: bold;
}
.Q{
	font-size:18px;
	margin-top:0.5em;
}
.A{
	font-size:18px;
}
#mail{
	padding-left:1.5em;
	padding-right:1.5em;
}
#mail h3{
	font-size:24px;
}

/*代謝と燃焼についてCSS*/
.metabolism{
	padding-top:4em;
	padding-bottom:2em;
}
.metabolism p{
	line-height:1.3;
	margin-bottom:1em;
}
.metabolism_3{
	padding-left:2em;
	padding-right:2em;
}
.metabolism_3 h2{
	font-size:18px !important;
}
.metabolism_3  h3{
	padding-left:3em;
	padding-right:3em;
	line-height:1.3;
}
.metabolism_intro{
	padding-left:1.5em;
	padding-right:1.5em;
	padding-top:3em;
	padding-bottom:2em;
}
.metabolism_intro p{
	font-size:16px;
	line-height:1.5;
}
.metabolism_intro p span{
	font-size:26px;
	font-weight:bold;
}
.metabolism_evo{
	padding-top:0em;
	padding-bottom:0em;
	padding-left:1.5em;
	padding-right:1.5em;
}
.metabolism_text{
	padding-left:1em;
	padding-right:1em;
	padding-bottom:2em;
	padding-top:2em;
}
.metabolism_text h2{
	font-size:22px !important;
	margin-bottom:0.2em;
	line-height:1.5;
	margin-top:0.5em;
}
.metabolism_text h2 span{
	font-size:30px;
}
.metabolism_text p{
	font-size:16px;
	line-height:1.5;
	padding-left:1em;
	padding-right:1em;
	text-align:justify;
	margin-bottom:0;
}
.metabolism_text h3{
	font-size:30px;
	line-height:1.5;
}
.metabolism_text h3 span{
	font-size:24px;
}
.atp{
	padding-top:2em;
}
.atp p{
	font-size:16px;
	line-height:1.5;
	padding-left:1em;
	padding-right:1em;
}
.step img{
	width:50%;
}
.step_image p{
	font-weight:normal;
	padding-left:1em;
	padding-right:1em;
}
.atp2{
	padding-top:1em;
	padding-bottom:2em;
}
.atp2 h2{
	font-size:18px !important;
	line-height:1.5;
	padding-left:1em;
	padding-right:1em;
	letter-spacing: normal;
}
.atp2 p{
	font-size:16px;
	padding-left:1.5em;
	padding-right:1.5em;
	line-height:1.5;
}
.timing{
	background-position:10%;
	padding-top:4em;
	padding-bottom:2em;
	color:#ffffff;
	padding-left:0;
	padding-right:0;
}
.timing h2{
	padding-top:0.3em;
}
.timing img{
	padding-left:0;
	padding-right:0;
}
.timing p{
	font-size:16px;
	line-height:1.5;
	padding-left:1em;
	padding-right:1em;
	margin-bottom:1em;
	text-align: justify;
}
.button_timing{
	width:100%;
	height:70px;
	line-height:58px;
	font-size:18px;
	margin-bottom:2em;
	border: 8px solid #eb4200;
}
.button_timing:hover{
	border: 8px solid #eb4200;
}

/*インストラクター・イベント情報CSS*/
.evnt_main{
	padding-bottom:1.5em;
}
.team{
	padding-left:2em;
	padding-right:2em;
	margin-top:1em;
}
.team_exa{
	padding-bottom:0.8em;
	padding-top:1em;
	padding-left:1em;
	font-size:15px;
	margin-top:1em;
}
.team_exa p{
	margin:0;
	letter-spacing:3px;
}
.team_intro{
	font-size:14px;
	padding-left:2em;
	padding-right:2em;
	padding-top:1em;
	line-height:1.5;
	margin-bottom:1em;
}
.team_pic{
	margin-bottom:3em;
}
.team_pic img,
.event_info_pic img{
	margin-bottom:1em;
}
.event_info_intro{
	font-size:14px;
	line-height:1.5;
}
.button_fb{
	margin-bottom:0;
	margin-top:0.5em;
	font-size:22px;
}
.event_info h3{
	font-size:22px;
	font-weight:bold;
	color:#e74c3c;
}
.event_info p{
	color:#666666;
}
.event_info h4{
	font-size:24px;
	font-weight:bold;
	margin-top:2em;
}
.event_info h5{
	font-size:18px;
	line-height:1.5;
}
.button_info{
	font-family: "ryo-gothic-plusn";
	font-style: normal;
	font-weight: bold;
	position: relative;
	border-radius:100px;
	display: inline-block;
	width: 40%;
	height: 50px;
	line-height: 38px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color:#e67e22;
	color:#ffffff;
	border: 6px solid #e67e22;
	margin-bottom:1em;

}
.button_info:hover{
	background-color:rgba(0,0,0,0);
	color: #e67e22;
	text-decoration: none;
	border: 6px solid #e67e22;
}
.event_report1{
	padding-top:1em;
}
.event_report1 h2{
	font-size:26px;
	margin-bottom:0;
}
.event_report1 p{
	text-align: justify;
	margin-bottom:0;
}
.event_report2{
	padding-left: 0;
	padding-right: 0;
	padding-top:0.5em;
}
.event_report2 h3{
	font-size:16px;
	text-align:justify;
}
.event_report2 img{
	width:90%;
}
.event2{
	width: 80%;
	font-size: 14px;
}
.event_info h3{
	font-size:20px;
}
.event_info h4{
	font-size:16px;
	text-align: justify;
}
.event_info h5{
	font-size:12px;
	text-align: justify;
}
	
/*イベントレポート*/
.report{
	padding-top:1em;
	padding-left:1em;
	padding-right:1em;
}
.report p{
	font-size:16px;
	line-height:1.3;
	padding-left:0;
	padding-right:0;
}
.report_topic{
	padding-left:0;
	padding-right:0;
}
.report_topic hr{
	width: 90%;
}
.report_topic img{
	width:80%;
}
.report_topic h2{
	font-size:18px !important;
}
.report_topic p{
	font-size:18px;
}
.report_topic h4{
	font-size:12px;
	line-height:1.5;
}
.report_topic .click p{
	color:#95a5a6;
	font-size:12px;
	font-weight:normal;
	padding-top:1em;
}
	
	
/*エクサについてCSS*/
.about{
	background-position:80%;/* 画像を常に天地左右の中央に配置 */
	padding-top:3em;
	padding-bottom:0em;
	padding-left:0;
	padding-right:0;
}
.about h2{
	font-weight:bold;
	margin-top:0.5em;
	line-height:1.2;
	padding-left:10px;
	padding-right:10px;
}
.about p{
	font-size:14px;
	line-height:1.2;
	margin-bottom:2em;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
}
.pro h2{
	font-size:46px;
	line-height:110%;
}
.pro h3{
	font-size:18px;
}
.pro ul{
	padding-left:0;
}
.pro li{
	font-size:18px;
	text-align:justify;
	letter-spacing:-0.5px;
}
.pro p{
	font-size:18px;
}
.down_white{
	width:30%;
}
.exapeople h2{
	font-size:24px;
	padding-left:0;
	padding-right:0;
	padding-bottom:0.5em;
}
.exapeople h2 span{
	font-size:30px;
}
.exapeople img{
	margin-bottom:0;
}
.exapeople p{
	padding-left:1em;
	padding-right:1em;
	margin-top:1em;
	font-size:16px;
	line-height:1.3;
}
.nutrition_title{
	padding-top:2em;
	padding-bottom:2em;
}
.nutrition_title h2{
	font-size:28px;
	line-height:1.5;
}
.title_pink{
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.title_pink img,
.title_orange img,
.title_blue img,
.title_green img{
	padding-top:1em;
}
.title_pink h3,
.title_orange h3,
.title_green h3,
.title_blue h3{
	font-size:16px;
	text-align:center;
	margin-top:5px;
}
.title_pink h2,
.title_orange h2,
.title_blue h2,
.title_green h2{
	text-align:center;
	margin:0;
}
.title_pink h2 small,
.title_orange h2 small,
.title_blue h2 small,
.title_green h2 small{
	font-size:20px;
}
.title_pink p,
.title_orange p{
	font-size:14px;
	text-align:center;
}
.nutrition_1 h3,
.nutrition_2 h3,
.nutrition_3 h3,
.nutrition_4 h3{
	font-size:14px;
	line-height:1.3;
}
.button_nutrition_1{
	width:100%;
	font-size:16px;
	height: 65px;
	line-height: 50px;
}
.button_shopstore{
	width:100%;
	font-size:16px;
	height: 65px;
	line-height: 50px;
}
.button_trial{
	width:100%;
	font-size:16px;
	height: 65px;
	line-height: 50px;
}

.title_orange{
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.atp_link{
	font-size:18px;
}
.button_nutrition_2{
	width:100%;
	font-size:16px;
	height: 65px;
	line-height: 50px;
	margin-top:10px;
}
.title_blue{
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.nutrition_3{
	padding-top:2em;
	padding-left:1em;
	padding-right:1em;
	padding-bottom:2em;
}
.button_nutrition_3{
	width:100%;
	font-size:18px;
}
.title_green{
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.nutrition_4{
	padding-top:2em;
	padding-left:1em;
	padding-right:1em;
	padding-bottom:2em;
}
.button_nutrition_4{
	width:100%;
	font-size:18px;
}
.sec{
	padding-top:2.5em;
	padding-bottom:1em;
}
.sec h2{
	letter-spacing:-0.5px;
	margin-bottom:0;
}
.sec h2 small{
	font-size:12px;
	letter-spacing:2px;
}
.sec p{
	font-size:14px;
	line-height:1.5;
	text-align:justify;
	padding-left:1.3em;
	padding-right:1.3em;
}
.sec h3{
	font-size:20px;
	letter-spacing:-1px;
	line-height:1.3;
	margin-top:1em;
}
.performance{
	padding-left:2em;
	padding-right:2em;
	padding-top:1em;
	padding-bottom:1em;
}

/*フッター*/
.footer1 h2{
	font-size:20px;
}
.footer1 h3{
	font-size:20px;
}
.footer1_left{
	border-right:none;
	border-bottom:1px solid #ffffff;
}
.footer1_right{
	padding-bottom:1.5em;
}
.button_shop{
	width:80%;
}
.button_shop{
	font-size:16px;
}
.button_shop:hover{
	font-size:16px;
}
.footer-nav {
	flex-direction:column;
}
.footer2 img{
	margin-bottom:1em;
	width:40%;
}
.copy{
	margin-top:2.5em;
}

}
