body, html {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #444;
	background-color: #FFFFFF;
	min-width: 320px;
	scroll-behavior: smooth;
}

.wrap {
	overflow: hidden;
}

h1 {
	font-weight: bold;
	color: #444;
	margin-bottom: 20px;
}
h1 strong {
	font-weight: 900;
}
h2 {
	line-height: 20px;
	margin: 0;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #444;
}
h4 {
	font-size: 20px;
	font-weight: bold;
	color: #444;
}
h5 {
	font-size: 16px;
	font-weight: bolder;
	line-height: 20px;
}
p {
	color: #555;
}
a {
	color: #777;
}
a:hover, a:focus {
	text-decoration: none;
	color: #ff6ddb;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
	list-style: none;
}
.img-centered {
	margin: 0 auto;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-size: 22px;
	color: #fff;
	background-image: url(../img/logo-01.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 34px;
	width: 90px;
}
#menu a.navbar-brand i.fa {
	color: #f38181;
}
#menu.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #ff6ddb;
}
.on {
	background-color: #444 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ff6ddb;
	border-color: #ff6ddb;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
/* Home Style */
header {
	background-size: cover;
	color: #cfcfcf;
	position: relative;
	height: auto;
	margin-top: 0;
	padding-top: 0;
	overflow: hidden;
}

video {
	top: 0;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}

header p {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 60px;
	letter-spacing: 2px;
}
.intro-text {
	position: relative;
	padding-right: 0;
	padding-left: 0;
}
.intro-text H1 {
	font-size: 50px;
	color: #FFFFFF;
}

.intro-text .brand {
	font-weight: 700;
}

.intro-text p {
	margin-bottom: 30px;
}

.shadow {
	-moz-text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	-webkit-text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}

.hero-play-btn { 
	height: 405px;
	width: 280px;
	background: url('../img/play-btn_more.png')
	no-repeat center center;
	display: block;
	text-indent: -99999px;
	margin: 50px auto 0;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.hero-play-btn:hover, .hero-play-btn:focus { 
	transform: translate(0, -25px);
	-webkit-transform: translate(0, -25px);
	-o-transform: translate(0, -25px);
	-moz-transform: translate(0, -25px);
}




.btn-default {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	margin: 0 8px;
	font-size: 16px;
	letter-spacing: 1px;
	border-radius: 0;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: rgba(245,152,152,0.8);
	border: 2px solid rgba(245,152,152,0.2);
	color: #fff;
}
/* About Section */
#about-section {
	padding: 80px 0;
	background: #fff;
}
#about-section .color {
	color: #ff6ddb;
}
#about-section p {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 20px;
}

.about-text{
	padding: 0 10px;
}

.office {
	margin: 10px auto;
}

/* Team Section */
#team-section {
	padding: 100px 0;
}
.section-title.center {
	padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #444;
}
#team-section H3 {
	font-size: 16px;
}
.section-title hr {
	height: 7px;
	width: 250px;
	background: #ff6ddb;
	position: relative;
	border: 0;
	margin-top: 5px;
	margin-bottom: 40px;
}
#team-section i.fa {
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
	width: 30px;
	height: 30px;
	padding: 8px 0;
	background: #ddd;
}
#team-section i.fa:hover {
	background: #ff6ddb;
}
#team-section .item {
	padding: 0;
	margin: 15px;
}
#team-section .team-img {
	width: 225px;
	border: 3px solid #fff;
}
#team-section .thumbnail {
	background: transparent;
	border: 0;
}
#team-section .thumbnail .caption {
	padding: 9px;
}
/* Services Section */
#services-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,f6f6f6+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 50%, #f6f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 50%, #f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 50%, #f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 ); /* IE6-9 */
}
.space {
	margin-top: 40px;
}
#services-section i.fa {
	font-size: 32px;
	margin-bottom: 10px;
	color: #ff6ddb;
	transition: all 0.5;
}
#services-section .service:hover > i.fa {
	color: #555;
}

#services-section h4 {
	font-weight: 300;
}
/* Gallery Section 
==============================*/
#works-section {
	padding: 100px 0 0 0;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #777;
	padding: 4px 8px;
}
ol.type li a.active {
	color: #ffffff;
	background: #ff6ddb;
}
ol.type li a:hover {
	color: #ffffff;
	background: #ff6ddb;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	max-height: 300px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(255, 204, 51, 0.9);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#works-section i.fa {
	height: 30px;
	width: 30px;
	border: 1px solid rgba(25,181,254,0.3);
	font-size: 20px;
	padding: 5px;
	border-radius: 50%;
	color: #19B5FE;
}
.portfolio-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,f6f6f6+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 50%, #f6f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 50%, #f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 50%, #f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 ); /* IE6-9 */
}
.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 36px;
	font-weight: 600;
}
.portfolio-modal .modal-content p {
	margin-bottom: 30px;
	font-size: 15px;
}
.portfolio-modal .modal-content p.item-intro {
	margin: 20px 0 30px;
	font-style: italic;
	font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}
.portfolio-modal .modal-content ul.list-inline span {
	font-weight: 600;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}
.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}
.portfolio-modal .close-modal:hover {
	opacity: .3;
}
.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #222;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #222;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.portfolio-modal .btn-primary {
	color: #777;
	background-color: transparent;
	border: 2px solid #ddd;
	border-radius: 0;
}
.portfolio-modal .btn-primary:hover, .portfolio-modal .btn-primary:focus, .portfolio-modal .btn-primary.focus, .portfolio-modal .btn-primary:active, .portfolio-modal .btn-primary.active {
	color: #fff;
	background-color: #ff6ddb;
	border: 2px solid #ff6ddb;
}
/* Achivements Section */
#achievements {
	padding: 0 0 50px 0;
	background: #CCCCCC;
}
.achievement-box i.fa {
	font-size: 54px;
	font-weight: 400;
	color: #19B5FE;
	margin-bottom: 20px;
}
.achievement-box h4 {
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
}
.achievement-box span.count {
	font-size: 52px;
	font-weight: 600;
	display: block;
	color: #fff;
}
/* price Section */
#price-section {
	padding: 100px 0 0 0;
	background: url(../img/company-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}
#price-section i.fa {
	color: #8e9599;
	font-size: 36px;
}

#testimonial {
	padding: 30px 0;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial img {
	width: 140px;
	height: 140px;
}
#testimonial .item p {
	font-weight: 400;
	margin: 30px 0;
	color: #444;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 14px;
	height: 14px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	border-radius: 0;
	background: #fff;
	transition: all 0.5s;
	border: 1px solid #bfc3c6;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #ff6ddb;
	border: 1px solid #ff6ddb;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #ff6ddb;
	border: 1px solid #ff6ddb;
}
/* Contact Section */
#contact-section {
	padding: 100px 0 80px 0;
	background: #f6f6f6;
}
#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
}
#contact-section form {
	padding: 30px 0;
}
#contact-section i.fa {
	color: #ccc;
	margin-right: 20px;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 2px solid #ddd;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .btn {
	background: #ff6ddb;
	border: 2px solid #ff6ddb;
	border-radius: 15px;
	padding: 10px 20px;
	margin-top: 20px;
	margin-left: 0;
	color: #444;
	font-size: 18px;
	font-weight: bold;
}
#contact-section .btn:hover, #contact-section .btn:focus {
	background: #ff6ddb;
	border: 2px solid #ff6ddb;
	color: #fff;
}
#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}


/* gray Section */
.gray-section {
	padding: 100px 0 80px 0;
	background: #ebebeb;
}

.btn {
	font-weight: bold;
	margin-left: 15px;
}

.btn:first-child {
	margin-left: 0;
}


.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Social Section */
#social-section {
	padding: 35px 0 25px 0;
	background-color: #fff;
	text-align: center;
}
#social-section .social ul li {
	display: inline-block;
	margin: 0 30px;
}
#social-section .social i.fa {
	color: #ff6ddb;
	font-size: 20px;
	padding: 5px 0;
	width: 25px;
	height: 30px;
	transition: all 0.5s;
}
#social-section .social i.fa:hover {
	color: #fff;
	background: #ff6ddb;
}

#social-section .social a:hover {
	font-weight: bold;
	color: #ff6ddb;
}

#social-section .social {
	display: block;
	max-height: 40px;
	position: relative;
}

/* 画像ホバーエフェクト */
.image-list-g img {
	transition: .3s ease-in-out;
}

.image-list-g:hover img {
	filter: grayscale(100%);
}


.image-list img {
	transition: .3s ease-in-out;
}

.image-list:hover img {
	filter: sepia(100%);
}

.image-list-w:hover img {
	opacity:0.5;
	transition:0.3s;
}

/* Footer */
#footer {
	background: #ff6ddb;
	padding: 15px 0 10px 0;
}
#footer p {
	font-size: 13px;
	margin-top: 30px;
	color: #444;
}
#footer a{
	font-weight: bold;
	color: #444;
}

#footer a:hover{
	color: #fff;
}


.insta {
	display: block;
	position: relative;
	z-index: 0 !important;
}

.sns {
	text-align: left;
	font-size: 15px;
	color: #ff6ddb;
	display: block;
}

@media (max-width: 768px) {
.hero-play-btn { 
	height: 250px;
	width: auto;
	background: url('../img/play-btn_more.png')
	no-repeat top center;
	margin: 20px auto 0;
}
.content {
	padding: 40% 0 0;
}
#menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.3);
}
.insta {
	max-height: 136px !important;
	min-height: 100px;
	width: auto;
	overflow: hidden !important;
}
}


/* Re-new */
.space-center {
	padding: 0 15px;
	text-align: center;
}

#btn-nav {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	margin: 0 8px;
	padding: 10px;
	border-radius: 10px;
}

.label {
	font-size: 1.5rem;
	font-weight: bold;
}
.results {
	margin-right: 20px;
}

.midashi_lower {
	font-size: 48px;
	text-align: left;
	margin-bottom: 50px;
}

.ruby {
	font-size: 20px;
	padding: 0 30px;
}


.midashi_lower2 {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
  font-size: 20px;
}

.midashi_lower2:before, .midashi_lower2:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.midashi_lower2:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
.midashi_lower2:after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

.category {
	margin-bottom: 30px;
}

.midashi_sub {
	font-size: 30px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	background: linear-gradient(transparent 60%, #ff6ddb 60%);
}

.form_label {
	width: 100%;
	min-height:0;
	margin-bottom: 20px;
}

.form_title {
	font-weight: bold;
}

.need {
	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
}

.sp_top_50 {
	margin-top: 50px;
}

.sp_top_100 {
	margin-top: 100px;
}

.sp_bottom {
	margin-bottom: 30px;
}

.sp_bottom_10 {
	margin-bottom: 10px;
}

.sp_bottom_100 {
	margin-bottom: 100px;
}

.sp_right_10 {
	margin-right: 10px;
}

.pd_top_20 {
	padding-top: 20px;
}

.pic_waku {
	border: solid 1px #dcdcdc;
}

.link_site {
	text-decoration:underline;
}

/* フロートボタン 
==============================*/

.floating {
    height: 70px;
    width: 70px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.floating img{
	transform: scale(0.7);
}

.floating:hover img {
  transform: scale(1);
}

/* footer 
==============================*/

#footer-sp {
	background: #ff6ddb;
	padding: 15px 0 10px 0;
	position: fixed;
	bottom: 0px;
	text-align: center;
	width: 100%;
}
#footer-sp p {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #444;
}
#footer-sp a{
	font-weight: bold;
	font-size: 18px;
	color: #444;
}

#footer-sp a:hover{
	color: #fff;
}

/* 吹き出し
==============================*/
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #ff6ddb;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #ffffff;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #ffffff;
}

.says p {
  margin: 0;
  padding: 0;
  text-align: left;
}



@media (max-width: 603px) {
header {
	margin-top: 90px;
}

label {
	float: none !important
}
.hover-bg .hover-text {
	padding: 12% 0;
}

.btn {
	margin-left: 5px;
}

.ruby {
	padding: 0 20px;
}


}

@media (max-width: 360px) {
.intro-text {
	position: relative;
}

.hover-bg .hover-text {
	padding: 22% 10%;
}
}

