@charset "UTF-8";

body {
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #505050;
	-webkit-font-smoothing: antialiased;
}
a {
	-webkit-font-smoothing: antialiased;
}

a:link,
a:visited,
a:active,
a:hover {
	outline: none;
	color: #e60019;
}

div.content {
	overflow: hidden ;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #505050;
}

.pre-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	display: none;
	background: #e60019;
}
.pre-loader .load-con {
	margin: 20% auto;
	position: relative;
	text-align: center;
}
.pre-loader .load-con img {
	width: 200px;
	height: auto;
}
.spinner {
	margin: 50px auto 0;
	width: 70px;
	text-align: center;
}
.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #ffffff;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
	0%,
	80%,
	100% {
	-webkit-transform: scale(0);
	}
	40% {
	-webkit-transform: scale(1);
	}
}
@keyframes bouncedelay {
	0%,
	80%,
	100% {
	transform: scale(0);
	-webkit-transform: scale(0);
	}
	40% {
	transform: scale(1);
	-webkit-transform: scale(1);
	}
}


.row--v-middle {
	font-size: 0;
}

.row--v-middle > [class*="col-"] {
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.scroll {
	padding-top: 70px;
	color:#ffffff !important;
	font-family: 'Helvetica Neue'  !important;
	letter-spacing:0.1em !important;
}

.scroll span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
	box-sizing: border-box;
	color:#ffffff !important;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

/*****************************************************
　Header
*****************************************************/
header {
	background: #ff5564;
	/* background:url(../img/mainbg.png); */
}
header .navbar-default {
	background: none;
	border: none;
	padding-top: 10px;
	padding-bottom: 0px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
header .navbar-default .navbar-brand {
	height: 56px;
	padding: 0;
}
.navbar-toggle {
	background-color: #fff;
	border: 1px solid #e60019;
}
header .navbar-default ul.navbar-nav {
	padding-top: 30px;
}
header .navbar-default ul.navbar-nav li a {
	text-transform: capitalize;
	font-weight: 400;
	font-size: 16px;
	padding: 10px 20px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	color: #ffffff;
	text-align:right;
}
header .navbar-default .form  ul.navbar-nav li a {
	visibility:hidden;
}
header .navbar-default .form .navbar-brand img {
	visibility:hidden;
}
header .navbar-default ul.navbar-nav li a:after {
	display:block;
	content: '';
	width: 100%;
	background: none;
	height: 4px;
	position: absolute;
	bottom: 2px;
	z-index: 99999;
	right: 0px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border-radius: 5em;
	color: #ffffff;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover {
	color: #ffffff;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover:after {
	background: #ffffff;
}
header .navbar-default ul.navbar-nav li a:focus {
	color: #ffffff;
}
header .navbar-default ul.navbar-nav li a.getApp {
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border-radius: 5em;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	color: #e60019;
	background: #ffffff;
}
header .navbar-default ul.navbar-nav li a.getApp:after {
	display: none;
}
header .navbar-default ul.navbar-nav li a.getApp:hover {
	color: #e60019;
	background: #ffffff;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
header .navbar-default.scrolled {
	background: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	padding: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
header .navbar-default.scrolled .form  ul.navbar-nav li a {
	visibility: visible;
}
header .navbar-default.scrolled .navbar-brand {
	padding: 10px;
	background: #e60019;
}
header .navbar-default.scrolled .navbar-brand img {
	width: auto;
	max-height: 40px;
}
header .navbar-default.scrolled .form .navbar-brand img {
	visibility: visible;
}
header .navbar-default.scrolled ul.navbar-nav {
	padding-top: 15px;
}
header .navbar-default.scrolled {
	border-bottom: 3px solid #e60019;
}
header .navbar-default.scrolled ul.navbar-nav li a {
	color: #e60019;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover {
	color: #e60019;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover:after {
	background: #e60019;
}
.scrollpoint {
	opacity: 0;
}
.scrollpoint.active {
	opacity: 1 \0;
}
/* Main Area
------------------------------------------------- */
.tp-caption {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-font-smoothing: antialiased;
	letter-spacing:-0.1em;
}
.tp-caption.large_white_bold {
	color: #ffffff;
	font-size: 60px;
	font-weight: 600;
	margin-left:48%;
}
.tp-caption.large_white_light {
	color: #ffffff;
	font-size: 52px;
	font-weight: 400;
	margin-left:48%;
}
.tp-caption.tpbtn {
	outline: none;
	margin-left:48%;
}
.tp-caption .btn {
	font-weight: 600;
}
.btn {
	outline: none;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	-ms-border-radius: 3em;
	-o-border-radius: 3em;
	border-radius: 3em;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 5px 25px;
}
.btn:hover {
	outline: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.btn.btn-primary {
	outline: none;
	border: 2px solid #ffffff;
	background-color: #ffffff;
	color: #e60019;
	border-color: #e60019;
}
.btn.btn-primary:hover {
	outline: none;
	color: #ffffff;
	background: #e60019;
	border-color: #e60019;
}
.btn.btn-primary.inverse {
	outline: none;
	color: #ffffff;
	border-color: #ffffff;
}
.btn.btn-primary.inverse:hover {
	outline: none;
	color: #ffffff;
	background: #e60019;
	border-color: #e60019;
}
.btn.btn-default {
	outline: none;
	border: none;
	background: #ffffff;
	color: #e60019;
}
.btn.btn-default:hover {
	outline: none;
	background: #e60019;
	color: #ffffff;
}
.btn.btn-lg {
	padding: 10px 25px;
}

/*****************************************************
　Section　
*****************************************************/
section::before,
section::after {
	position: absolute;
	content: '';
	pointer-events: none;
	overflow: hidden;
}
section {
	position: relative;
}
.section-heading {
	margin: 60px 0 80px;
	text-align: center;
}
.section-heading h1 {
	display: inline-block;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 0;
}
.section-heading p {
	font-size: 20px;
	color: #777777;
	font-weight: 300;
}
.section-heading .divider:after {
	content: "";
	position: relative;
	height: 4px;
	width: 60px;
	display: block;
	text-align: center;
	margin: 13px auto;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border-radius: 5em;
	background: #e60019;
}
.section-heading.inverse h1,
.section-heading.inverse p {
	color: #ffffff;
}
.section-heading.inverse .divider:after {
	background: #ffffff;
}

/*****************************************************
　Twitter
*****************************************************/
section#twitter {
	text-align: center;
	position: relative;
	padding: 10px 20px 20px;
	background: #ff5564;
}
section#twitter .tweet {
	max-width: 500px;
	margin:0 auto;
}
section#twitter2 {
	text-align: center;
	position: relative;
	padding: 0px 0px 20px;
	background: #ffe329;
}
section#twitter2 .tweet {
	max-width: 500px;
	margin:0 auto;
}

/*****************************************************
　Info　
*****************************************************/
section#info {
	text-align: center;
	position: relative;
	padding: 40px 20px;
	background: #ffe329;
}
section#info .date {
	text-align: center;
	font-size: 13px;
	line-height: 1.6;
	color: #000;
	max-width: 760px;
	margin:0 auto;
}
section#info .text {
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	padding: 5px 0px;
	color: #000;
	max-width: 760px;
	margin:0 auto 20px;
}
section#info .text a {
	text-decoration: underline;
}
section#info .campaign {
	width:100%;
	max-width:500px;
	height:auto;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom:30px;
}


/*****************************************************
　Timeline　
*****************************************************/
section#timeline {
	text-align: center;
	position: relative;
	padding: 40px 20px;
	background: #ffffff;
}
section#timeline .tweet {
	max-width: 960px;
	margin:0 auto;
}

/*****************************************************
　About　
*****************************************************/
section#about {
	position: relative;
}
section#about .about-item {
	text-align: center;
	font-size: 15px;
	line-height: 1.4;
}
section#about .about-item h3 {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 600;
	color: #e60019;
}
section#about .container .row p,
section#about .container .row h3{
	text-align: left;
}
/* arrowbox
------------------------------------------------- */
.arrowbox{
	width: 100%;
	text-align: center;
	display:table;
	position:relative;
	margin:0 0 60px;
	padding:60px 0 0;
	background-color:#efefef;
}
.arrowbox:after{
	content:'';
	width: 100%;
	height: 80px;
	display:block;
	position:absolute;
	bottom: -80px;
	left: 0;
	z-index:1;
	background:url('../img/arrow1_bg2.png') no-repeat center bottom;
	background-size:100% 80px;
	-webkit-background-size:100% 80px;
}
.section-head{
	text-align: center;
}
.section-head .ttl{
	font-size:22px;
	font-size:2.2rem;
	font-weight: 600;
	color:#e60019 !important;
}
.section-head .ttl:after {
  content: '\A・・・・・・・・・・・・・・・・';
  white-space: pre;
}
/* concept
------------------------------------------------- */
.concept{
	max-width: 960px;
	min-height: 360px;
	width: 90%;
	text-align: center;
	margin:0 auto 10px;
}
.concept p{
	font-size: 16px;
	line-height:1.8em;
	text-align: left;
	color:#333333;
}
.concept p.data_ttl{
	font-size: 15px;
	line-height:1.6em;
	padding-top:20px;
	font-weight: 600;
}
.concept p.data{
	font-size: 14px;
	line-height:1.6em;
	margin-top:-5px;
	padding-bottom:10px;
}
.concept .section-head{
	width: 90%;
	margin:40px auto 40px;
}
.concept .section-head .ttl{
	line-height: 1.0em;
}
.concept img {
	width: 100%;
}
/* concept-ttl
------------------------------------------------- */
.concept-ttl{
	font-size:38px;
	font-size:3.8rem;
	font-weight:600;
	line-height:1.3em;
	color:#e60019;
	display:inline-block;
	margin:0 0 48px;
	padding:17px 50px;
}
/* row
------------------------------------------------- */
.row{
	max-width: 960px;
	margin:0 auto;
}

/*****************************************************
　Cards　
*****************************************************/
section#cards {
	background: #ffffff;
}
section#cards header h1:after {
	background: #e60019;
}
section#cards .concept .ttl{
	text-align: left;
	font-size:34px;
	font-size:3.4rem;
	font-weight:600;
	line-height:1.3em;
}
.window{
	width: 100%;
	text-align: center;
	margin:30px auto 30px;
	overflow:hidden;
}
.slider {
	padding: 0 60px 0;
}
.slider div img {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;
	display: inline;
	border: 1px solid #ccc;
	background-color:#fff;
}
.slider div h4 {
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	font-weight:600;
	color:#505050
}
.slider p{
	width: 90%;
	margin:0 auto;
	font-size: 15px;
	line-height:1.4;
	text-align: left;
	color:#505050;
}
section#cards .slider .slick-dots li button {
	background: #777777;
}
section#cards .slider .slick-dots li.slick-active button {
	background: #e60019;
}
section#cards .slick-prev,
section#cards .slick-next {
	width: 50px;
	height: 50px;
	top: 44%;
}
section#cards .slick-slide {
	text-align: center;
}
section#cards .slick-prev:before {
	content: "\f104";
}
section#cards .slick-next:before {
	content: "\f105";
}
section#cards .slick-prev:before,
section#cards .slick-next:before {
	font-size: 34px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border-radius: 5em;
	line-height: 45px;
	color: #505050;
	border: 2px solid #CCC;
	width: 50px;
	display: inline-block;
	height: 50px;
	text-align: center;
}
section#cards .filter {
	text-align: center;
}
section#cards .filter a {
	display: inline-block;
	padding: 7px 20px;
	text-decoration: none;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border-radius: 5em;
	margin: 10px 5px;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	border: 2px solid #cccccc;
	color: #777777;
}
section#cards .filter a:hover {
	color: #ffffff;
	background: #e60019;
	border-color: #e60019;
}
section#cards .filter a.active {
	color: #ffffff;
	background: #e60019;
	border-color: #e60019;
}
section#cards .open {
	text-align: center;
	margin:10px auto 80px;
}

/*****************************************************
　Rule　
*****************************************************/
section#rule {
	background: url("../img/mainbg2.png") repeat left top;
	padding-bottom:60px;
}
section#rule .accordion-heading {
	max-width: 960px;
	margin:0 auto 10px;
	display: block;
}
section#rule .accordion-heading .category {
	color: #ffffff;
	font-size:20px;
	font-weight:bold;
}
section#rule .accordion-heading .accordion-toggle {
	display:inline-block;
	width: 100%;
	padding:10px 10px 10px 30px;
	text-align: left;
	text-decoration: none;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	border-radius: 0.2em;
	color: #e60019;
	background-color: #ffffff;
	border: 0px solid #CCC;
	font-size:16px;
	font-weight:bold;
	text-indent:-20px;
}
section#rule .collapsed:before {
	content: "\f0fe" !important; /*+*/
	font-family: FontAwesome;
	color: #e60019;
	width:30px;
	display:inline-block;
	padding-left:20px;
}
section#rule .accordion-toggle:before {
	content: "\f147"; /*-*/
	font-family: FontAwesome;
	color: #e60019;
	width:20px;
	display:inline-block;
	padding-left:20px;
}
section#rule .accordion-heading .answer {
	margin:2px auto 0;
	width: 100%;
	text-align: left;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	border-radius: 0.2em;
	color: #444444;
	font-size:15px;
	background-color: #ffffff;
	border: 0px solid #CCC;
}
section#rule .accordion-heading .answer .text {
	padding:10px;
	font-size:15px;
}
section#rule .accordion-heading .answer li {
	margin-left:-10px;
}

/*****************************************************
　Buy
*****************************************************/
section#buy {
	padding: 0 0 90px 0;
	background: #ff5564;
}
section#buy .section-heading {
	max-width: 960px;
	margin:80px auto;
}
section#buy .section-heading h1 {
	color: #ffffff;
	font-weight:bold;
}
section#buy .section-heading p {
	font-size: 18px;
	color: #ffffff;
	font-weight:bold;
}
section#buy .section-heading p.info_t {
	margin-top:40px;
	font-size: 20px;
	color: #fff200;
	font-weight:bold;
	text-align: center;
}
section#buy .section-heading p.info {
	font-size: 16px;
	color: #fff200;
	font-weight:bold;
}
section#buy .section-heading p .mail {
	color:#ffffff;
}
section#buy .section-heading .divider:after {
	content: "";
	position: relative;
	height: 4px;
	width: 60px;
	display: block;
	text-align: center;
	margin: 13px auto;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border-radius: 5em;
	background: #ffffff;
}
section#buy .concept{
	max-width: 960px;
	min-height: 360px;
	width: 90%;
	text-align: center;
	margin:0 auto 10px;
}
section#buy .concept p{
	font-size: 16px;
	line-height:1.8em;
	text-align: left;
	color:#ffffff;
}
section#buy .concept img {
	width: 100%;
}
section#buy .section-heading.inverse h1,
section#buy .section-heading.inverse p {
	color: #ffffff;
}
section#buy .section-heading.inverse .divider:after {
	background: #ffffff;
}
form .form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border-radius: 5em;
	height: 40px;
	line-height: 1.2;
	padding: 5px 20px;
	margin-bottom: 20px;
	color: #888;
	border: 2px solid #bbbbbb;
	font-weight: 300;
}
form .form-control:focus {
	border-color: #e60019;
	color: #444;
}
form .form-control2 {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 40px;
	line-height: 1.2;
	padding: 5px 20px;
	margin-bottom: 20px;
	color: #888;
	border: 2px solid #bbbbbb;
	font-weight: 300;
}
form textarea.form-control {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	height: auto;
	line-height: normal;
}
.appform {
	text-align:left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	border: 1px solid #ddd;
	background-color:#f0f0f0;
}
.appform p {
	display:block;
	font-size:16px;
	font-weight:bold;
}
.appform .btn.btn-primary {
	display:block;
	background-color: #ffffff;
	margin:0 auto;
}
.appform .btn.btn-primary:hover {
	color: #ffffff;
	background: #e60019;
}
.appform .error_coution {
	font-size:14px;
	color:red;
	margin:-5px 0 5px 0;
	display:block;
}
.appform .text {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	font-size:16px;
	color:#444;
	margin:10px 0;
	padding:10px;
	display:block;
	background: #fff;
}

/*****************************************************
　Inquiry
*****************************************************/
section#inq {
	padding: 0 0 90px 0;
}
section#inq .container p {
	font-size:14px;
}
section#inq .media {
	margin-bottom: 10px;
	text-align: center;
	margin:0 auto;
	width:280px;
}
section#inq .media a {
	color: #e60019;
	font-size:16px;
}
section#inq .media:hover i.fa {
	color: #ffffff;
	background: #e60019;
}
section#inq .media i.fa {
	border: 2px solid #e60019;
	color: #e60019;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	padding: 10px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	width: 1.9em;
	text-align: center;
	margin-right:10px;
}

/*****************************************************
　Footer
*****************************************************/
footer {
	padding: 80px 0 40px;
	text-align: center;
	background:url('../img/mainbg.png') repeat left top;
}
footer a > img {
	width: 160px;
}
footer .social {
	display: block;
	margin-top: 30px;
}
footer .social a {
	margin: 0 8px;
	padding: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	border: 2px solid #ffffff;
}
footer .social a i {
	color: #ffffff;
	width: 1em;
}
footer .social a:hover {
	background: #ffffff;
}
footer .social a:hover i {
	color: #e60019;
}
footer .rights {
	margin-top: 30px;
	color: #ffffff;
	font-size: 12px;
}
footer .rights a {
	text-decoration: underline;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	color: #ffffff;
	font-weight: 300;
	text-decoration: none;
}
footer .rights a:hover {
	text-decoration: none;
}


/* ======================================================== */
@media screen and (max-width: 1199px) {
	/* Main Area
	------------------------------------------------- */
	.tp-caption img {
		width: 450px;
	}
	.tp-caption.large_white_bold {
		color: #ffffff;
		font-size: 54px;
		font-weight: 600;
		margin-left:0;
	}
	.tp-caption.large_white_light {
		color: #ffffff;
		font-size: 42px;
		font-weight: 400;
		margin-left:0;
	}
	
	/*****************************************************
	　Service　
	*****************************************************/
	/* concept-ttl
	------------------------------------------------- */
	.concept-ttl{
		background:url('../img/conceptttl_bg1.png') no-repeat left center / auto 80%,url('../img/conceptttl_bg2.png') no-repeat right center / auto 80%;
		font-size:34px;
		font-size:3.4rem;
		font-weight:600;
		line-height:1.3em;
		display:inline-block;
		margin:0 0 20px;
		padding:17px 40px;
	}
	/*****************************************************
	　Cards　
	*****************************************************/
	section#cards .concept .ttl{
		text-align: left;
		font-size:28px;
		font-size:2.8rem;
		font-weight:600;
		line-height:1.3em;
	}
	.window{
		width: 100%;
		text-align: center;
		margin:10px auto 10px;
		overflow:hidden;
	}
	.slider {
		padding: 0 60px 0;
	}
	.slider div img {
		width: 90%;
	}
}

/* ======================================================== */
@media screen and (max-width: 991px) {
	header .navbar-default .navbar-brand img {
	width: auto;
	max-height: 55px;
	margin-top: 18px;
	margin-left: 0px;
	}
	header .navbar-default.scrolled .navbar-brand img {
	width: auto;
	margin-top: 0px;
	margin-left: 10px;
	}
	header .navbar-default ul.navbar-nav li a {
	padding: 10px 10px;
	text-align:right;
	}

	/* Main Area
	------------------------------------------------- */
	.tp-caption img {
		width: 400px;
	}
	.tp-caption.large_white_bold {
		color: #ffffff;
		font-size: 44px;
		font-weight: 600;
		margin-left:0;
	}
	.tp-caption.large_white_light {
		color: #ffffff;
		font-size: 32px;
		font-weight: 400;
		margin-left:0;
	}
	
	/*****************************************************
	　Service　
	*****************************************************/
	/* concept-ttl
	------------------------------------------------- */
	.concept-ttl{
		background:url('../img/conceptttl_bg1.png') no-repeat left center / auto 80%,url('../img/conceptttl_bg2.png') no-repeat right center / auto 80%;
		font-size:34px;
		font-size:3.4rem;
		font-weight:600;
		line-height:1.3em;
		display:inline-block;
		margin:0 0 20px;
		padding:17px 40px;
	}
	/*****************************************************
	　Cards　
	*****************************************************/
	section#cards .concept .ttl{
		text-align: left;
		font-size:24px;
		font-size:2.4rem;
		font-weight:600;
		line-height:1.3em;
	}
	.card{
		margin-top:60px;
		width:100%;
		text-align: right;
	}
	.window{
		width: 100%;
		text-align: center;
		margin:0 auto;
		overflow:hidden;
	}
	.slider {
		padding: 0 60px 0;
	}
	.slider div img {
		width: 70%;
	}
}
/* ======================================================== */
@media screen and (max-width: 767px) {
	header .navbar-default .navbar-brand img {
	width: auto;
	max-height: 80px;
	margin-left: 20px;
	margin-top: 5px;
	}
	header .navbar-default.scrolled .navbar-brand img {
	width: auto;
	margin-top: 0px;
	margin-left: 10px;
	}
	/* Main Area
	------------------------------------------------- */
	.tp-caption img {
		width: 300px;
	}
	.tp-caption.large_white_light {
		color: #ffffff;
		font-size: 26px;
		font-weight: 400;
		margin-top:-400px;
		margin-left:0;
	}
	.tp-caption.large_white_light2 {
		color: #ffffff;
		font-size: 32px;
		font-weight: 400;
		margin-top:-400px;
		margin-left:0;
	}
	header .navbar-brand img {
		max-width: 160px;
		margin:0px 0 0 20px;
	}
}
/* ======================================================== */
@media screen and (max-width: 480px) {
	header .navbar-default .navbar-brand img {
	width: auto;
	max-height: 40px;
	margin-left: 10px;
	margin-top: 0px;
	}
	header .navbar-default .navbar-brand {
	padding: 10px;
	}
	header .navbar-default .navbar-toggle {
		margin-top: 11px;
		margin-right: 20px;
		background: none;
		border: 0px solid #ffffff;
		color: #ffffff;
		-webkit-border-radius: 5em;
		-moz-border-radius: 5em;
		-ms-border-radius: 5em;
		-o-border-radius: 5em;
		border-radius: 5em;
	}
	header .navbar-default .navbar-toggle:hover,
	header .navbar-default .navbar-toggle:focus {
		background: none;
	}
	header .navbar-default ul.navbar-nav {
		padding-top: 0;
		margin: 0;
	}
	header .navbar-default ul.navbar-nav li a {
		padding: 10px;
		text-align: center;
		color: #ffffff;
		border-bottom: 1px solid #ffffff;
	}
	header .navbar-default ul.navbar-nav li a:after {
		display: none;
	}
	header .navbar-default ul.navbar-nav li a:hover {
		color: #ffffff;
	}
	header .navbar-default ul.navbar-nav li a.getApp {
		background: none !important;
		-webkit-border-radius: 0em;
		-moz-border-radius: 0em;
		-ms-border-radius: 0em;
		-o-border-radius: 0em;
		border-radius: 0em;
		color: #ffffff;
	}
	header .navbar-default .navbar-collapse {
		border-color: transparent;
		background: #e60019;
	}
	header .navbar-default.scrolled {
		background: #e60019;
	}
	header .navbar-default.scrolled .navbar-collapse {
		border-color: transparent;
	}
	header .navbar-default.scrolled ul.navbar-nav {
		padding-top: 0;
		margin: 0;
	}
	header .navbar-default.scrolled ul.navbar-nav li a {
		color: #ffffff;
	}
	header .navbar-default.scrolled ul.navbar-nav li a:hover {
		color: #ffffff;
	}
	header .navbar-default.scrolled .navbar-toggle {
		margin-top: 11px;
		margin-right: 20px;
		background: none;
		border: 0px solid #ffffff;
		color: #ffffff;
		-webkit-border-radius: 5em;
		-moz-border-radius: 5em;
		-ms-border-radius: 5em;
		-o-border-radius: 5em;
		border-radius: 5em;
	}
	/* Main Area
	------------------------------------------------- */
	.tp-caption img {
		width: 60%;
	}
	.tp-caption.large_white_light {
		color: #ffffff;
		font-size: 26px;
		font-weight: 400;
		margin-top:-280px;
	}
	.tp-caption.large_white_light2 {
		color: #ffffff;
		font-size: 32px;
		font-weight: 400;
		margin-top:-280px;
	}
	.slick-next {
		right: 0;
	}
	.slick-prev {
		left: 0;
	}
	@media screen and (orientation: landscape) {
		/* Main Area
		------------------------------------------------- */
		.tp-caption img {
			width: 40%;
		}
		.tp-caption.large_white_light {
			margin-left:180px;
			color: #ffffff;
			font-size: 26px;
			font-weight: 400;
		}
	}
	/*****************************************************
	　Section　
	*****************************************************/
	.section-heading {
		margin: 40px 0 60px;
		text-align: center;
	}
	.section-heading h1 {
		display: inline-block;
		font-size: 32px;
		font-weight: 300;
		margin-bottom: 0;
	}
	.section-heading p {
		font-size: 16px;
		color: #777777;
		font-weight: 300;
	}
	/*****************************************************
	　Info　
	*****************************************************/
	section#info .text {
	text-align: left;
	}
	/*****************************************************
	　About　
	*****************************************************/
	section#about .about-item {
		text-align: center;
		font-size: 15px;
		line-height: 1.4;
	}
	section#about .about-item h3 {
		font-size: 18px;
		font-weight: 600;
	}
	/* arrowbox
	------------------------------------------------- */
	.section-head .ttl{
		font-size:16px;
		font-size:1.6rem;
		font-weight: 600;
		color:#e60019 !important;
	}
	/* concept
	------------------------------------------------- */
	.concept{
		min-height: 360px;
		margin:0 auto 10px;
		width: 100%;
	}
	.concept img {
		width: 90%;
	}
	.concept p{
		font-size: 14px;
		line-height:1.4em;
		text-align: left;
		color:#333333;
	}
	/* concept-ttl
	------------------------------------------------- */
	.concept-ttl{
		background:url('../img/conceptttl_bg1.png') no-repeat left center / auto 60%,url('../img/conceptttl_bg2.png') no-repeat right center / auto 60%;
		font-size:28px;
		font-size:2.8rem;
		font-weight:600;
		line-height:1.3em;
		display:inline-block;
		margin:0 0 20px;
		padding:17px 20px;
	}

	/*****************************************************
	　Cards　
	*****************************************************/
	section#cards .concept .ttl{
		text-align: left;
		font-size:18px;
		font-size:1.8rem;
		font-weight:600;
		line-height:1.3em;
	}
	.card{
		margin-top:60px;
		width:100%;
		text-align: right;
	}
	.window{
		width: 100%;
		text-align: center;
		margin:10px auto 10px;
		overflow:hidden;
	}
	.slider {
		padding: 0;
	}
	.slider div img {
		width: 60%;
	}
	.slider div h4 {
		text-align: center;
		margin-top: 10px;
		font-size: 18px;
		font-weight:600;
		color:#505050
	}
	.slider p{
		width: 90%;
		margin:0 auto;
		font-size: 15px;
		line-height:1.4em;
		text-align: left;
		color:#505050;
	}
	section#cards .slick-prev,
	section#cards .slick-next {
		width: 50px;
		height: 50px;
		top: 44%;
	}
	section#cards .slick-slide {
		text-align: center;
	}
	section#cards .slick-prev:before,
	section#cards .slick-next:before {
		font-size: 34px;
		-webkit-border-radius: 5em;
		-moz-border-radius: 5em;
		-ms-border-radius: 5em;
		-o-border-radius: 5em;
		border-radius: 5em;
		line-height: 45px;
		color: #505050;
		border: 2px solid #CCC;
		width: 50px;
		display: inline-block;
		height: 50px;
		text-align: center;
	}
	
	/*****************************************************
	　Rule　
	*****************************************************/
	section#rule {
		background: url("../img/mainbg2.png") repeat left top;
		padding-bottom:40px;
	}
	section#rule .accordion-heading {
		max-width: 960px;
		margin:0 10px 10px;
		display: block;
	}
	section#rule .accordion-heading .accordion-toggle {
		display:inline-block;
		width: 100%;
		padding:10px 10px 10px 30px;
		text-align: left;
		text-decoration: none;
		-webkit-border-radius: 0.2em;
		-moz-border-radius: 0.2em;
		-ms-border-radius: 0.2em;
		-o-border-radius: 0.2em;
		border-radius: 0.2em;
		color: #e60019;
		background-color: #ffffff;
		border: 0px solid #CCC;
		font-size:16px;
		font-weight:bold;
		text-indent:-20px;
	}
	section#rule .collapsed:before {
		content: "\f0fe" !important; /*+*/
		font-family: FontAwesome;
		color: #e60019;
		width:30px;
		display:inline-block;
		padding-left:20px;
	}
	section#rule .accordion-toggle:before {
		content: "\f147"; /*-*/
		font-family: FontAwesome;
		color: #e60019;
		width:20px;
		display:inline-block;
		padding-left:20px;
	}
	section#rule .accordion-heading .answer {
		margin:2px auto 0;
		width: 100%;
		text-align: left;
		-webkit-border-radius: 0.2em;
		-moz-border-radius: 0.2em;
		-ms-border-radius: 0.2em;
		-o-border-radius: 0.2em;
		border-radius: 0.2em;
		color: #444444;
		background-color: #ffffff;
		border: 0px solid #CCC;
		font-size:16px;
	}
	section#rule .accordion-heading .answer .text {
		padding:10px;
	}

	/*****************************************************
	　Buy
	*****************************************************/
	section#buy {
		padding: 0 0 40px 0;
	}
	section#buy .section-heading p {
		font-size: 16px;
		text-align: left;
	}
	section#buy .section-heading p.info_t {
		margin-top:40px;
		font-size: 18px;
		font-weight:bold;
		text-align: center;
	}
	section#buy .section-heading p.info {
		font-size: 15px;
		font-weight:bold;
	}
	section#buy .concept{
		width: 100%;
	}
	section#buy .concept img {
		width: 60%;
		margin-bottom:20px;
	}
	section#buy .concept p {
		font-size: 16px;
		line-height:1.4;
	}

	/*****************************************************
	　Inquiry
	*****************************************************/
	section#inq {
		padding: 0 0 40px 0;
	}
	.contact-details {
		margin-top: 20px;
	}
	#inq .media:first-child {
		margin-top: 10px;
	}

	/*****************************************************
	　Footer
	*****************************************************/
	footer {
		padding: 60px 0 40px;
		text-align: center;
		background:url('../img/mainbg.png') repeat left top;
	}
	.logo {
		width: 120px;
		height: auto;
	}
	footer .company {
		margin-top: 10px;
		color: #ffffff;
	}
	footer .company a {
		text-decoration: underline;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		color: #ffffff;
		font-weight: 300;
		text-decoration: none;
		font-size: 14px;
	}
	footer .company a:hover {
		text-decoration: none;
	}
	footer .rights {
		margin-top: 10px;
		color: #ffffff;
		font-size: 12px;
	}
	footer .rights a {
		text-decoration: underline;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		color: #ffffff;
		font-weight: 300;
		text-decoration: none;
	}
	footer .rights a:hover {
		text-decoration: none;
	}
}


/*
デスクトップ 1200px以上	col-lg-X	Large
デスクトップ	992px以上、1200px未満	col-md-X	Medium
タブレット	768px以上、992px未満	col-sm-X	Small
モバイル	768px以下 */