/*
    Theme Name: Lonely
    Theme URL: https://bootstrapmade.com/free-html-bootstrap-template-lonely/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/
/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Varela+Round|Open+Sans:400,300,600,400italic,700);


body {
    width: 100%;
    height: 100%;
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
    font-weight: 400;
    color: #888;
    font-size: 16px;
    line-height: 1.6em;
    background-color: #fff;
    overflow-x: hidden;
    min-width: 100vw;
}

html {
    width: 100%;
    height: 100%;
/*   overflow-x: auto;*/
}
.wrapper{
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    /*font-family: 'Varela Round', sans-serif;*/
    font-weight: 400;
    color: #000;
}

blockquote {
	/*font-family: Georgia, arial, sans-serif;*/
	color: #bbb;
	font-size: 20px;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

.light {
    font-weight: 400;
}

img.img-responsive {
	margin-bottom: 20px;
}
.for768on{
    display: none !important;
}
.for768off{
    display: inline-block !important;
}
.service-section .for768off {
    display: block !important;
}
/* ------- Navigation ------------ */
#navigation/*  ,#navigation_mobile*/ {
	background: #000;
	z-index: 9999;
	width:100%;
    box-sizing:border-box;
	border-bottom: 1px solid #eee;
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
	text-align: center;
	margin: 0 auto;
}


.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    font-weight: 700;
}


.navbar-brand:focus {
    outline: 0;
}

#menu .nav.navbar-bar {
	text-align: center;
	float: none;
	margin: 0 auto;
}

#menu2 .nav.navbar-bar {
    text-align: center;
    float: none;
    margin: 0 auto;
}
.navbar-custom ul.nav {
	text-align: center;
    /*float: none;*/
	/*margin: 0 auto;*/
}
.index .navbar-custom ul.nav {
    float: none;   
}
.index .is-sticky .navbar-custom ul.nav{
    float: none; 
}
.navbar-custom ul.nav li {
	float: none;
	display: inline-block;
	text-align: center;
    line-height: unset;
}
.navbar-custom ul.nav li a {
	font-family: 'Arial Black','Arial',sans-serif;
    font-size: 22px;
	letter-spacing: 1px;
    color: #fff;
	text-transform: uppercase;
	font-weight: 700;
    padding-top: 45px;
    padding-bottom:45px;
}
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active a{
    outline: 0;
    color: rgba(185,0,24,1);
}
.nav>li>a:hover, .nav>li>a:focus{
    background-color: #000;
}
.navbar-custom ul.nav li.to_contact a {
    background: #d90011;
    border-radius: 0px 0px 15px 15px;
    padding-bottom: 1em;
}
.navbar-custom ul.nav li.to_contact.active a {
    color:#000;
}
.navbar-nav>li>a{
    line-height:unset !important;
}
ul.nav li a:hover {
    color: #d90011 !important;
}
.navbar-custom ul.nav li.to_contact a:hover {
    color:#000 !important;
}
.navbar-custom ul.nav li.logo a {
    padding-top: 35px;
}
.menu_description{
    display: none;
}
.mobile_logo{
    display: none;
}
.is-sticky .static_menu{
    display: inline-block !important;
}
.static_menu {
    display: none !important;
}
.index .navbar-custom ul.nav li a{
    font-size: 30px;
}
.index .is-sticky .navbar-custom ul.nav li a{
    font-size: 22px;
}
/*ここまで*/

.navbar-toggle {
    padding: 4px 6px; 
    /* font-size: 14px; */
    /*    color: #fff;*/
    background-color: transparent;
    border: 0px;
    margin-right: unset;
    margin-top: unset;
    margin-bottom: unset;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
	z-index: 9999;
  background-color: #b90018;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #b90018;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

.nowrap{
    white-space: nowrap;
}
/* ===========================
--- General sections　about
============================ */

.home-section {/*id=about*/  
    padding-bottom: calc(15vw + 155px);
    background: url(../img/bg_cross100x100.jpg);
	display:block;
    position:relative;
    /*z-index:120;*/
}
.section-heading {
    padding-top: 120px; 
	margin-bottom: 50px;
}
.section-heading h2, .passing-txt {
    color:#000;
	font-size: 55px;
/*	margin-bottom: 40px;*/
	line-height: 73px;
    font-weight: 700;
}
.passing-bar{
    margin-bottom:40px;
}
.section-heading p, .passing-img {
    margin-bottom: 120px;
}
.section-heading ul{
    list-style-type: none;
    padding-left: 0;
    padding-top: 30px;
    width: 100%;
}
.section-heading ul li:nth-child(odd){
    text-align: left;
    padding-top: 60px;
}
.section-heading ul li:nth-child(even){
    text-align: right;
    padding-top: 60px;
}
.about_charactor{
    position: relative;
}
.about_charactor::before {
    position: absolute;
    background: url(../img/about_charactor771x369.png)no-repeat;
    background-size: contain;
    content: '';
    width: 771px;
    height: 369px;
    bottom: 110px;
    left: -50vw;  
}
/* animation */
@-webkit-keyframes passing-bar{
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
@keyframes passing-bar{
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes passing-charactor{
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(250vw);
    transform: translateX(250vw);
  }
}
@keyframes passing-charactor{
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(250vw);
    -ms-transform: translateX(250vw);
    transform: translateX(250vw);
  }
}
@-webkit-keyframes passing-txt{
  0% { opacity: 0; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes passing-txt{
  0% { opacity:0; }
  50% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes passing-img{
  0% { opacity: 0; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes passing-img{
  0% { opacity:0; }
  50% { opacity:0; }
  100% { opacity:1; }
}
/* css */
.passing .passing-box {
  display: block;
  text-align: center;
}
.passing .passing-bar, .passing .passing-charactor {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.passing .passing-bar:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000;
}
.passing .passing-txt,.passing .passing-img {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 
}
.passing.move .passing-bar:before {
  -webkit-animation: passing-bar 2s ease 0s 1 normal forwards;
  animation: passing-bar 2s ease 0s 1 normal forwards;
}
.passing.move .passing-txt {
  -webkit-animation: passing-txt 0s ease 1s 1 normal forwards;
  animation:passing-txt 0s ease 1s 1 normal forwards;
}
.passing.move .passing-charactor {
  -webkit-animation: passing-charactor 4s ease 0s 1 normal forwards;
  animation: passing-charactor 4s ease 0s 1 normal forwards;
}
.passing.move .passing-img {
  -webkit-animation: passing-img 1s ease 1s 1 normal forwards;
  animation:passing-img 1s ease 1s 1 normal forwards;
}

/* ===========================
--- Intro
============================ */

.intro {
    width: 100%;
    height: calc(100vh - 115px);
    position: relative;
/*    background: url(../img/bg1.jpg) no-repeat top center;
    background-size: cover;*/
    background-color: #000;
    
}
#intro.intro {
	position: relative;
}
.mv-bg{
  -webkit-transform: translateX(-50%);
  left: 50%;
  max-height: initial;
  max-width: initial;
  /*min-height: 100vh;*/
  min-height:calc(100vh - 115px);
  min-width: 100%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
.intro .top_logo {
  position: absolute;
	text-align: left;
  padding:30px;
}
.intro .page-scroll {
    text-align: center;
    position: absolute;
    /*bottom: 25px;*/
    top:86vh;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* ===========================
--- works_title,service_title,company_title, contact_title
============================ */
#works, #service, #company, #contact{
    position: relative;
}
.works_title{
    position: absolute;
    background: url(../img/works_title_bg_1366x430.svg)no-repeat;
    background-size: cover;
    min-height: 430px;
    width: 100%;
    height: 32vw;
    padding-top: 15%;
    top: -18vw;
    z-index: 121;
}
.service_title, .contact_title{
    position: absolute;
    background: url(../img/service_title_bg_1366x430.svg)no-repeat;
    background-size: cover;
    min-height: 430px;
    width: 100%;
    height: 31.5vw;
    z-index: 121;
}
.service_title{
    padding-top: 15vw;
    top: -20vw;
}
.contact_title{
    padding-top: 17vw;
    top: -20vw;
}
.company_title{
    position: absolute;
    background: url(../img/company_title_bg_1366x430.svg)no-repeat;
    background-size: cover;
    min-height: 430px;
    width: 100%;
    height: 31.5vw;
    padding-top: 15%;
    top: -18vw;
    z-index: 121;
}
.works_title h2,.service_title h2 {
    font-family: 'Arial Black','Arial',sans-serif;
    font-size: 104px;
    line-height: 0.6em;
    display: inline-block;
    letter-spacing: 0.1em;
    position:relative;
    font-weight:900;
}
.company_title h2, .contact_title h2 {
    font-family: 'Arial Black','Arial',sans-serif;
    font-size: 76px;
    line-height: 0.6em;
    display: inline-block;
    letter-spacing: 0.1em;
    position:relative;
    font-weight:900;
}
h2 span.description {
    display: block;
    text-align: center;
}
.works_title_img,.service_title_img,.company_title_img,.contact_title_img{
    position: relative;
}
.works_title_img img{
    /*animation: worksman 0.5s steps(2) infinite;*/
    position:absolute;
    top:-250px;
}
/*.works_title_img::before{
    position: absolute;
    content: '';
    background: url(../img/works_charactor1214x622.png);
    background-size: cover;
    width: 607px;
    height: 622px;
    top: -260px;
    left:0px;
    animation: worksman 0.5s steps(2) infinite;
}*/
.works_left{
    position: relative;
}
.works_left::after {
    content: '';
    position: absolute;
    background: url(../img/works_camera_786x406.png);
    background-size: cover;
    background-size: contain;
    width: 393px;
    height: 203px;
    bottom: -15vw;
    left: -50px;
}
/*.service_title_img::before {
    position: absolute;
    content: '';
    background: url(../img/service_charactor1070x383.png);
    background-size: cover;
    width: 535px;
    height: 383px;
    top: -110px;
    left: 20px;
    animation: serviceman 0.8s steps(2) infinite;
}*/
.service_title_img img {
    position: absolute;
    top: -110px;
}
.service_title h2::after {
    content: '';
    position: absolute;
    background: url(../img/service_camera_590x374.png);
    background-size: contain;
    width: 295px;
    height: 187px;
    bottom: -230px;
    right: 0;
}
.company_title_img img {
    position: absolute;
    top: -350px;
}
.contact_title_img img {
    position: absolute;
    top: -240px;
}
/*.company_title_img::before {
    position: absolute;
    content: '';
    background: url(../img/company_charactor722x662.png);
    background-size: cover;
    width: 360px;
    height: 662px;
    top: -370px;
    left: 100px;
    animation: companyman 1s steps(2) infinite;
}
.contact_title_img::before {
    position: absolute;
    content: '';
    background: url(../img/contact_charactor978x503.png);
    background-size: cover;
    width: 489px;
    height: 503px;
    top: -200px;
    left: 30px;
    animation: contactman 0.5s steps(2) infinite;
}*/

/* ===========================
--- works_content
============================ */
.works-section {/*id=works_content*/
    padding-top: calc(15vw + 200px);
    padding-bottom: calc(15vw + 100px);
    background: url(../img/works_bg.jpg);
    background-size: cover;
    display:block;
    position:relative;
}
#youtube .col-sm-4:nth-child(1) {
    transform: rotate(-5deg);
}
#youtube .col-sm-4:nth-child(2) {
    transform: rotate(5deg);
}
#youtube .col-sm-4:nth-child(3) {
    transform: rotate(-3deg);
}
#youtube .col-sm-4:nth-child(4) {
    transform: rotate(7deg);
}
#youtube .col-sm-4:nth-child(5) {
    transform: rotate(-2deg);
}
#youtube .col-sm-4:nth-child(6) {
    transform: rotate(1deg);
    margin-top: 30px;
}
figure.movie {
    position: relative;
    margin-bottom: 180px;
    text-align: center;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 98%;
    padding: 0;
    overflow: hidden;
    border: 4px solid #000;
    box-shadow: 10px 10px 0px #000;
    padding-top: calc(720/1280*100%);
}
.embed-responsive img {
    position: absolute;
    top: -16%;
    bottom: 16%;
    left: 0;
    width: 100%;
    height: auto;
    border: 0;
}
.embed-responsive iframe{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive a:hover {
    opacity: 0.8;
}
.embed-responsive .movie-icon:before {
    content: '';
    background:url(../img/youtube.svg)no-repeat;
    background-size: contain;
    width:40px;
    height:28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
}
figcaption.movie_title {
    background: #b90018;
    color: #fff;
    border: 4px solid #000;
    box-shadow: 8.6px 8.6px 0px #000;
    font-size: 26px;
    line-height: 31px;
    font-weight: 700;
    position: absolute;
    width: 93%;
    padding: 0.5em;
    height: 3.5em;
    bottom: -70px;
    left: 10px;
}
figcaption.movie_title span.title_class {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

/* ===========================
--- service_content
============================ */
.service-section {/*id=service_content*/
    padding-top: calc(16vw + 130px);
    padding-bottom: calc(15vw + 150px);
    background-color: #ffe634;
    display:block;
    position:relative;
    color:#000;
}
.service-section .col-md-4{
    margin-bottom: 30px; 
}
.service-section figure{
    text-align: center;
}
.service-section figure img {
    width: 100%;
}
.service-section h3{
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    margin-top:0.5em;
    font-weight: 700;
}
.service-section p{
    font-size: 20px;
    line-height: 24px;
}
/* ===========================
--- company_content
============================ */
.company-section {/*id=company_content*/
    padding-top: calc(16vw + 100px);
    padding-bottom: 20vw;
    background: url(../img/bg_cross60per_100x100.jpg);
    display:block;
    position:relative;
    color:#000;
}
.company-section table {
    margin: 0 auto 50px;
    font-size: 24px;
    line-height: 28.35px;
}
.company-section table th,.company-section table th td{
    padding: 1.0em;
}
.company-section table th{
    white-space: nowrap;
}

/* ===========================
--- Contact
============================ */
.contact-section {/*id=contact_content*/
    padding-top: calc(16vw + 110px);
    padding-bottom: 140px;
    background: #ffe634;
    display:block;
    position:relative;
    color:#000;
}
.contact-section p {
    font-size: 19px;
    line-height: 27px;
}
.contact-section p .caution{
    color:#b90018;
    white-space: nowrap;
}


form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	letter-spacing: 1px;
	font-size: 24px;
}
form#contact-form .form-group label .mandatory{
    font-size:18px;
    color:#b90018;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 4px;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
	font-size: 16px;
	margin-bottom: 20px;
	background: #fefefe;
	color: #999;
}

form#contact-form input,form#contact-form select {
	height: 40px;
}


form#contact-form input:focus, form#contact-form select:focus, form#contact-form textarea:focus{
    border-color:#b90018 
}
form#contact-form button {
	background: url(../img/submit_button564x220.png)no-repeat;
    background-size: contain;
    width:282px;
	height: 110px;
	text-transform: none;
    margin: 0 auto;
}
form#contact-form button:hover {
    background: url(../img/submit_button_onclick564x220.png)no-repeat;
    background-size: contain;
    width:282px;
    height: 110px;
    margin: 0 auto;
    outline: none;
}
form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	background: #fff;
}
.g-recaptcha div {
    text-align: center;
    margin: 2em auto;
}
.validation {
    color: #b90018;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}
.content_right{
    position: relative;
    }
.contact_left {
    position: relative;
}
.contact_left figure {
    position: absolute;
    top: 900px;
    right: 60px;
    width: 100%;
}
.contact_left figure img {
    width: 100%;
}
.contact_right::before{
    background:url(../img/contact_right_img444x712.png);
    background-size: contain;
    width:222px;
    height:356px;
    position: absolute;
    content: '';
    right: -30px;
    top: 80px;
}
/* ===========================
--- privacy_policyのページ
============================ */
section.page_title {
    height: 316px;
    margin: 0 auto;
    display: table;
}
.page_title .title {
    font-family: 'Arial Black','Arial',sans-serif;
    font-size: 90px;
    color: #000;
    line-height: 1em;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    font-weight: 900;
}
.page_title .title .description {
    display: block;
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
    font-size: 0.4em;
    font-weight: 700;
    line-height: 1.0em;
    margin-top: 0.6em;
}
section#privacy_policy{
    background: url(../img/bg_cross100x100.jpg);
    position: relative;
    counter-reset: number 0;           /* number のカウンタを 0 にセット */
}
section#privacy_policy::before{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 0 30px 97vw ;
    border-color: transparent transparent transparent #000 ;
}
.privacy_policy {
    color:#000;
    display: block;
    position: relative;
    z-index: 120;
}
.content_width{
    width: 997px;
}
.privacy_policy .content_width{
    background:#fff;
    box-shadow: 7px 7px 0px #000;
    padding:80px;
    margin: 150px auto; 
}
.privacy_policy h2{
    border-bottom:1px solid #818181;
    text-align: center;
    font-size:26px;
    padding-bottom: 0.8em;
}
.privacy_policy p{
    font-size:22px;
    line-height: 1.45em;
}
.privacy_policy li{
    font-size:22px;
    line-height: 1.45em;
}
.privacy_policy h3{
    margin-top:0.2em;
    margin-bottom: 0.1em;
    line-height: 1.35em;
}
span.count_num::before{
    counter-increment: number 1;      /* number カウンタの増加数をセット */
    content: counter(number) ".";      /* 表示形式を指定 */
}
p.autograph{
    font-size:26px;    
}
p.autograph .telandfax{
    font-size:24px;
}
/* ===========================
--- Footer
============================ */

footer {
	text-align: center;
    padding-top: 3.15em;
    background-color: #fff !important;
}
footer p, footer p a {
	color: #363636;
    font-size:14px;
}
footer p strong,span.call_numbers{
    display: block;
}
footer a {
	color: #000;
    font-size: 18px;
}
footer a:hover {
	color: #d90011;
}
footer p a{
  pointer-events:none;
}
.credits {
    background-color: #000;
}
.credits p{
    color: #fff;
    font-size:14px;
    padding:2.6em;
}


/* ===========================
--- Elements
============================ */

.btn {

    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a.btn:hover {
	color: #fff;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}






/* Media queries */
@media (min-width: 1200px){
.container {
    width: 1060px;
}
.works-section .container {
    width: 1170px;
}
}
@media (max-width: 1200px){
.content_width {
    width: unset;
}
.index .is-sticky .navbar-custom ul.nav {
    float: none;
    display: flex;
    justify-content: space-between;
}
.navbar-custom ul.nav li.logo a {
    padding-top: 40px;
}
/*top*/
.home-section h2 img {
    width: 90%;
}
.works-section .container {
    width: 970px;
}
.works_title h2, .service_title h2 {
    font-size: 94px;
}
.service_title {
    padding-top: 18vw;
    top: -23vw;
}
.company-section {
    padding-bottom: calc(20vw + 40px);
    }
.contact_title {
    padding-top: 17vw;
    top: -22vw;
}
}
@media (max-width: 1110px){
.home-section h3 img, .home-section li img{
    width: 90%;
}
}
@media (min-width: 992px){

}
@media (max-width: 992px){
.navbar .container {
    width: unset;
}
.nav>li>a>img {
    width: 200px;
}
.navbar-custom ul.nav li a {
    font-size: 16px;
}
.page_title .title {
    font-size: 70px;
}
/*top*/
.index .navbar-custom ul.nav {
    float: none;
}
.index .is-sticky .navbar-custom ul.nav {
    float: none;
    display: flex;
}
.index .navbar-custom ul.nav li a{
    font-size: 22px;
}
.index .is-sticky .navbar-custom ul.nav li a {
    font-size: 16px;
}
.home-section img {
    width: 80%;
}
.section-heading h2, .passing-txt {
    font-size: 40px;
    /*margin-bottom: 40px;*/
    line-height: 53px;
    font-weight: 700;
}
.passing-bar{
    margin-bottom: 40px;   
}
.section-heading p, .passing-img {
    margin-bottom: 120px;
    width: 334px;
    text-align: center;
    margin: 0 auto 100px;
}
.about_charactor::before {
    width: 558px;
    height: 267px;
    bottom: 80px;
    left: -60vw;
}
.section-heading ul li:nth-child(odd),.section-heading ul li:nth-child(even) {
    padding-top: 30px;
}

.works_title {
    padding-top: 20%;
    }
.works_title h2, .service_title h2 {
    font-size: 74px;
}
.description img {
    height: 31px;
    width: auto;
}
.works_left::after {
    width: 275px;
    height: 142px;
    bottom: -21vw;
    left: -50px;
}
.works_title_img::before {
    width: 439px;
    height: 451px;
    left: unset;
    right: -10px;
}
.works_title_img img {
    /* animation: worksman 0.5s steps(2) infinite; */
    position: absolute;
    top: -170px;
    width: 440px;
    height: auto;
    left: 50px;
}
.works-section .container {
    width: 750px;
}
.works-section {
    padding-top: 40vw;
    padding-bottom: 100px;
    }
figure.movie img {
    border: 3px solid #000;
    box-shadow: 7.3px 7.3px 0px #000;
}
figcaption.movie_title {
    border: 3px solid #000;
    box-shadow: 7.3px 7.3px 0px #000;
    font-size: 18px;
    line-height: 21px;
    width: 93%;
    padding: 0.5em;
    height: 3.5em;
    bottom: -50px;
    left: 8px;
}
.service_title {
    padding-top: 25%;
    top: -25vw;
}
.service_title_img::before {
    width: 387px;
    height: 277px;
    top: -150px;
    left: -40px;
}
.service_title h2::after {
    width: 205px;
    height: 130px;
    bottom: -150px;
    right: -30px;
}
.service_title_img img {
    position: absolute;
    top: -110px;
    width: 387px;
}
.service-section h3 {
    font-size: 21px;
    line-height: 26px;
}
.service-section p {
    font-size: 14px;
    line-height: 17px;
}
.company_title h2, .contact_title h2 {
    font-size: 55px;
    }
.company_title {
    padding-top: 22%;
}
.company_title_img::before {
    width: 260px;
    height: 479px;
    top: -250px;
}
.company_title_img img {
    position: absolute;
    top: -250px;
    width: 260px;
    right: 0;
}
.company-section table {
    margin: 0 auto 45px;
    font-size: 18px;
    line-height: 20.35px;
}
.contact_title {
    padding-top: 25%;
    top: -28vw;
}
.contact_title_img::before {
    width: 357px;
    height: 366px;
    top: -170px;
    left: -60px;
}
.contact_title_img img {
    position: absolute;
    top: -120px;
    width: 355px;
}
.contact-section {
    padding-bottom: 90px;
    }
.contact-section p {
    font-size: 15px;
    line-height: 20px;
}
form#contact-form .form-group label {
    font-size: 17px;
}
form#contact-form .form-group label .mandatory {
    font-size: 13px;
    }

.contact_right::before {
    width: 157px;
    height: 252px;
    right:0px;
}
form#contact-form button, form#contact-form button:hover {
    width: 203px;
    height: 79px;
    }

}
@media (max-width:839px) {/*メニュー崩れるので調整*/
.navbar-custom ul.nav {
     display: flex;
}
.index .navbar-custom ul.nav {
    float: none;
    display: block;
}
.index .is-sticky .navbar-custom ul.nav {
    float: left;
}
.works_title {
    padding-top: 25%;
    top: -22vw;
}
.service_title {
    padding-top: 29%;
    top: -32vw;
}
.service_title h2::after {
    right: 0px;
}
.company_title {
    padding-top: 26%;
    top: -27vw;
}
.contact_title {
    padding-top: 30%;
    top: -32vw;
}
}

@media (max-width:767px) {
    .navbar-header .fa {
        color: #fff;
    }
    
    /*.col-xs-6 {
        margin-bottom: 30px;
    }*/

.for768on{
    display: inline-block !important;
}
.for768off{
    display: none !important;
}
.service-section .for768off{
    display: none !important;
}
#navigation {
    width: 100%;
    position: fixed;
}

.index .sticky-wrapper {
    position: absolute;
    left: -110vw;
    opacity: 0
}
.index .sticky-wrapper.is-sticky {
    left: 0;
    opacity: 1;
}
.index #navigation {
    width: 100%;
    position: relative;
}
.index .is-sticky #navigation {
    width: 100%;
    display: block;
}
#navigation_mobile {
    width: 100%;
    background-color: rgba(178,178,178,.5);
    border-bottom: 0px;
    position: absolute;
    top: 0px;
}
#navigation_mobile.nav-open {
    background-color: rgba(0,0,0,1);
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

#navigation_mobile a .mobile_logo, #navigation_mobile.nav-open a .mobile_logo{
    position: relative;
    width: 260px;
    height:37px;
}
#navigation_mobile a .mobile_logo::before{
    content:'';
    background: url(../img/top_mobile_logo260x37.svg)no-repeat;
    background-size: contain;
    position: absolute;
    width: 249px;
    height: 36px;
    top: 50%;
    bottom: 50%;
    left: 60%;
    right: 50%;
    transform: translate(-50%, -50%);
}
#navigation_mobile.nav-open a .mobile_logo::before{
    content:'';
    background: url(../img/mobile_header_logo260x37.svg)no-repeat;
    background-size: contain;
}
.navbar-collapse{
    max-height:unset;
    box-shadow:none;
}
.navbar-custom ul.nav, .index .navbar-custom ul.nav {
    display: flex;
    float: none;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom:0px;
}
.index .navbar-custom ul.nav,.index .is-sticky .navbar-custom ul.nav {
    float: none;
}
.navbar-custom ul.nav li.to_contact a {
    background: unset; 
    padding-bottom: 1.5em;
}
.navbar-custom ul.nav li.to_contact a:hover {
    color: #d90011 !important;
}
.navbar-custom ul.nav li a, .index .navbar-custom ul.nav li a,.index .is-sticky .navbar-custom ul.nav li a{
    font-size: 55px;
    line-height: 0.8em !important;
    padding-bottom: 1.5em;
}
.navbar-custom ul.nav li.active a, .navbar-custom ul.nav li.to_contact.active a{
    color: #fff  ;
}
/*.navbar-custom ul.nav li:nth-child(2) a, .index .navbar-custom ul.nav li:nth-child(2) a,*/ .index .is-sticky .navbar-custom ul.nav li:nth-child(2) a{
    padding-top: 0em;
}
.navbar-custom ul.nav li {
    border-bottom: 1px solid #666;
}
.is-sticky .static_menu,.navbar-custom ul.nav li.logo {
    display: none !important;
}
a .menu_description{
    display: block;
    position: relative;
}
a .menu_description.menu_works::before {
    background: url(../img/menu_description_works126x27.svg)no-repeat;
    content: '';
    background-size: contain;
    width: 126px;
    height:27px;
    position: absolute;
    top:20px;
    left:40%;
}
a:hover span.menu_description.menu_works::before {
    background: url(../img/menu_description_works_hover126x27.svg)no-repeat;
    content: '';
    background-size: contain;
    width: 126px;
    height:27px;
    position: absolute;
    top:20px;
    left:40%;
}
a .menu_description.menu_service::before {
    background: url(../img/menu_description_service126x27.svg)no-repeat;
    content: '';
    background-size: contain;
    width: 126px;
    height:27px;
    position: absolute;
    top:20px;
    left:40%;
}
a:hover span.menu_description.menu_service::before {
    background: url(../img/menu_description_service_hover126x27.svg)no-repeat;
    content: '';
    background-size: contain;
    width: 126px;
    height:27px;
    position: absolute;
    top:20px;
    left:40%;
}
a .menu_description.menu_company::before {
    background: url(../img/menu_description_company126x28.svg)no-repeat;
    content: '';
    background-size: contain;
    width: 126px;
    height:28px;
    position: absolute;
    top:20px;
    left:40%;
}
a:hover span.menu_description.menu_company::before {
    background: url(../img/menu_description_company_hover126x28.svg)no-repeat;
    content: '';
    background-size: contain;
    width: 126px;
    height:28px;
    position: absolute;
    top:20px;
    left:40%;
}
a .menu_description.menu_contact::before {
    background: url(../img/menu_description_contact190x27.svg)no-repeat;
    content: '';
    background-size: contain;
    width: 190px;
    height:27px;
    position: absolute;
    top:20px;
    left:35%;
}
a:hover span.menu_description.menu_contact::before {
    background: url(../img/menu_description_contact_hover190x27.svg)no-repeat;
    content: '';
    background-size: contain;
    width: 190px;
    height:27px;
    position: absolute;
    top:20px;
    left:35%;
}
.navbar-header .col-xs-6{
    margin-bottom: 0px;
}
.mobile_logo{
    display: block;
    width: 100%;
    margin-top:39px;
    margin-bottom:39px;
    cursor: pointer;
}
button.navbar-toggle.collapsed::before {
    content: '';
    background: url(../img/humberger_menu65x57.svg)no-repeat #000 center center;
    background-size: 70%;
    width: 83px;
    height: 83px;
    position: absolute;
    left: -80px;
    top: 15px;
}
button.navbar-toggle::before {
    content: '';
    background:url(../img/cross_menu49x48.svg)no-repeat;
    background-size: contain;
    width: 49px;
    height: 48px;
    position: absolute;
    left:-65px;
    top:30px;
}
/*footer*/
footer {
    padding-top: 65px;
}
footer p, footer p a {
    font-size:24px;
    line-height: 1.2em;
}
footer p a{
  pointer-events:auto;
}
footer .marginbot-20 {
    margin-bottom: 40px !important;
}
footer img {
    width: 197px;
}
footer a {
    font-size: 26px;
}
footer p strong{
    margin-bottom: 0.2em;
}
footer span.place {
    display: block;
    margin-top: 0.6em;
    line-height: 1.1em;
}
span.place_detail {
    display: block;
}
span.place_detail2 {
    display: block;
    margin-bottom: 0.6em;
}
address.marginbot-30 {
    margin-bottom: 65px !important;
}

/*privacy_policy*/
.page_title .title {
    font-size: 55px;
}
.page_title .title .description {
    font-size: 0.6em;
}
.privacy_policy .content_width{
    padding:30px;
    margin-top: 120px;
    margin-bottom: 80px;
}
.privacy_policy h2 {
    font-size: 35px;
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
}
.privacy_policy p{
    font-size: 26px;
    line-height: 38px;
    margin-bottom:1.5em;
}
.privacy_policy h3{
    font-size:28px;
}
.privacy_policy li {
    font-size: 26px;
}
.privacy_policy ul{
    margin-bottom:1.5em;
}
p.autograph{
    font-size: 32px;
}
p.autograph .telandfax {
    font-size: 28px;
}
/*top*/
.section-heading h2, .passing-txt{
    font-size:60px;
    line-height: 73.08px;
    font-weight:700;
    font-feature-settings:"palt" 1;
/*    margin-bottom: 60px;*/
}
.passing-bar{
    margin-bottom: 60px;
}
.section-heading h3{
    margin-bottom:0px;
}
.section-heading h3 img {
    width: 90%;
}
.section-heading p, .passing-img {
    margin-bottom: 120px;
    width: 361px;
    }
.about_charactor::before {
    width: 769px;
    height: 369px;
    bottom: 160px;
    left: -90vw;
}
.section-heading ul{
    padding-top:0px;
}
.section-heading ul li img {
    width: 80%;
}
/*top*/
.intro {
    width: 100%;
    height:0vh;
    position: relative;
    background: url(../img/mobile_bg1500x2592.jpg) no-repeat top center;
    background-size: contain;
    padding-top:172.8%;
}
.intro .page-scroll {
    bottom: 0px;
    top:unset;
}
.home-section {
    padding-bottom: calc(21vw + 155px);
}
.works_title, .company_title{
    background: url(../img/works_title_bg_750x320.svg)no-repeat;
    background-size: contain;
    min-height: 430px;
    width: 100%;
    height: 43vw;
    padding-top: 20%;
    top: -25vw;
}
.works_title h2, .service_title h2 {
    font-size: 55px;
}
.description img {
    height: 31px;
    width: auto;
}
.works_title_img::before {
    width: 428px;/*全体表示は498px*/
    height: 512px;
    left: unset;
    right: -15px;
}
.works_left {
    padding-left: 40px;
}
.works_left::after {
    width: 284px;
    height: 147px;
    bottom: -22vw;
    left: 40px;
}
.works-section {
    padding-top: 50vw;
    padding-bottom: 30vw;
}
.works-section .container {
    width: unset;
}
figure.movie {
    margin-left: 45px;
    margin-right: 45px;
}
figure.movie img {
    width: 100%;
}
figcaption.movie_title {
    width: 60%;
    font-size: 26px;
    line-height: 35px;
    left: 20%;
}
.service_title {
    background: url(../img/service_title_bg_750x320.svg)no-repeat;
    background-size: contain;
    min-height: 320px;
    width: 100%;
    height: 43vw;
    top: -35vw;
    padding-top: 23%;
}
.service_title .col-xs-7 {
    text-align: right;
    padding-right: 40px;
}
.service_title_img::before {
    width: 471px;
    height: 330px;
}
.service_title_img img {
    position: absolute;
    top: -110px;
    width: 437px;
}
.service-section {
    padding-top: calc(22vw);
    padding-bottom: 150px;
}
.service-section h3 {
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 60px;
    position: relative;
}
.service-section h3:before {
    content: '';
    position: absolute;
    bottom: -30px;
    display: inline-block;
    width: 32px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
}
.service-section p {
    font-size: 30px;
    line-height: 36px;
}
.service {
    margin-bottom: 100px;
}
.company_title_img::before {
    width: 285px;
    height: 526px;
    left: unset;
    right: 0px;
    }
.company_title_img img {
    position: absolute;
    top: -250px;
    width: 286px;
    right: 0;
}
.company-section {
    padding-top: calc(22vw + 100px);
    padding-bottom: 35vw;
    }
.company-section table {
    margin: 0 auto 100px 45px;
    font-size: 28px;
    line-height: 38px;
}
.map iframe {
    height: 80.5vw;
}
.contact_title {
    background: url(../img/service_title_bg_750x320.svg)no-repeat;
    background-size: contain;
    min-height: 320px;
    width: 100%;
    height: 43vw;
    top: -24vw;
    padding-top: 20%;
}
.contact_right::before {
    content: none;
}
.contact_title_img::before {
    width: 445px;
    height: 456px;
    top:-250px;
    }
.contact_title_img img {
    position: absolute;
    top: -230px;
    width: 445px;
    left: -60px;
}
.contact-section {
    position: relative;
}
.contact-section::before {
    background: url(../img/contact_right_img444x712.png);
    background-size: contain;
    width: 120px;
    height: 192px;
    position: absolute;
    content: '';
    right: 40px;
    top: 8vw;
    z-index: 140;
}
.contact-section p {
    font-size: 26px;
    line-height: 34px;
}
.contact-section p .caution {
    white-space: initial;
}
form#contact-form .form-group label, form#contact-form .form-group label,form#contact-form .form-group label .mandatory {
    font-size: 28px;
}
.contact-section {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 80px
}
form#contact-form button, form#contact-form button:hover {
    width: 420px;
    height: 168px;
}
textarea.form-control {
    height: 15em;
}
}


@media (max-width:620px) {
.intro .page-scroll img {
    width: 72px;
}
.navbar-custom ul.nav li a, .index .navbar-custom ul.nav li a, .index .is-sticky .navbar-custom ul.nav li a {
    line-height: 0.5em !important;
}
#navigation_mobile a .mobile_logo::before {
    width: 216px;
    height: 31px;
    top: unset;
    bottom: unset;
    left: 5%;
    right: unset;
    transform: unset;
}
.about_charactor::before {
    width: 769px;
    height: 369px;
    bottom: 160px;
    left: unset;
    right: 0px;
}
.section-heading h2, .passing-txt {
    font-size: 47px;
    line-height: 57px;
}
.works_title {
    padding-top: 18%;
}
.works-section {
    padding-top: 45vw;
}
.works_title h2, .service_title h2,.company_title h2, .contact_title h2 {
    font-size: 43px;
    line-height: 0.7em;
    letter-spacing: 0em;
}
.description img {
    height: 28px;
}
.works_title_img::before {
    width: 321px;/*全体表示は391px*/
    height: 401px;
    left: unset;
    right: -15px;
    top: -150px;
}
.works_title_img img {
    position: absolute;
    top: -170px;
    width: 391px;
    height: auto;
    left: -10px;
}
.works_left::after {
    width: 221px;
    height: 114px;
    }
figcaption.movie_title {
    font-size: 20px;
    line-height: 28px;
    padding-top: 0.3em;
}
figure.movie {
    margin-bottom: 150px;
}
.service_title {
    padding-top: 22%;
}
.service_title h2::after {
    width: 197px;
    height: 125px;
}
.service_title_img::before {
    width: 367px;
    height: 258px;
    top: -120px;
}
.service_title_img img {
    position: absolute;
    top: -110px;
    width: 367px;
}
.service-section {
    padding-top: calc(22vw + 50px);
}
.service-section h3 {
    font-size: 37px;
    line-height: 42px;
    margin-bottom: 50px;
}
.service-section h3:before {
    bottom: -20px;
}
.service-section p {
    font-size: 23px;
    line-height: 28px;
}
.service {
    margin-bottom: 60px;
}
.service .col-xs-4{
    padding-left: 0px;
    padding-right: 0px;
}
.company_title {
    padding-top: 20%;
}
.company_title_img::before {
    width: 224px;
    height: 413px;
    right: 0px;
    top:-100px;
}
.company_title_img img {
    position: absolute;
    top: -180px;
    width: 224px;
    right: 0;
}
.company-section {
    padding-top: calc(22vw + 60px);
    padding-bottom: 35vw;
}
.company-section table {
    margin: 0 auto 85px;
    font-size: 22px;
    line-height: 29px;
}

.contact_title {
    top: -30vw;
    }
.contact_title .col-xs-7.col-sm-6 {
/*    text-align: right;*/
}
.contact_title_img::before {
    width: 348px;
    height: 357px;
    top: -130px;
}
.contact_title_img img {
    position: absolute;
    top: -150px;
    width: 349px;
    left: -20px;
}
.contact-section p {
    font-size: 20px;
    line-height: 27px;
}
.contact-section {
    padding-top: calc(22vw + 60px);
    padding-bottom: 60px;
}
.contact-section::before {
    width: 94px;
    height: 151px;
    top: 4vw;
}
form#contact-form .form-group label, form#contact-form .form-group label,form#contact-form .form-group label .mandatory {
    font-size: 22px;
}
form#contact-form button, form#contact-form button:hover {
    width: 329px;
    height: 128px;
}
footer a {
    font-size: 20px;
}
footer img {
    width: 155px;
}
footer p, footer p a {
    font-size: 19px;
}
}





@media (max-width:576px) {
#navigation_mobile a .mobile_logo, #navigation_mobile.nav-open a .mobile_logo {
    position: relative;
    width: 225px;
    height: 32px;
    margin-top:20px;
    margin-bottom: 20px;
}
#navigation_mobile a .mobile_logo::before, #navigation_mobile.nav-open a .mobile_logo::before {
    width: 211px;
    height: 30px;
}
.mobile_logo a img {
    width: 100%;
}

.index button.navbar-toggle.collapsed::before {
    width: 45px;
    height: 47px;
    left: -50px;
    top:10px;
    }
.index button.navbar-toggle::before {
    content: '';
    width: 29px;
    height: 28px;
    left: -40px;
    top: 20px;
}
.index .sticky-wrapper button.navbar-toggle.collapsed::before,.index .sticky-wrapper.is-sticky button.navbar-toggle.collapsed::before {
    width: 45px;
    height: 47px;
    left: -50px;
    top:30px;
    }
.index .sticky-wrapper button.navbar-toggle::before,.index .sticky-wrapper.is-sticky button.navbar-toggle::before {
    width: 29px;
    height: 28px;
    left: -40px;
    top: 40px;
}
button.navbar-toggle.collapsed::before {/*privacy_policy*/
    width: 45px;
    height: 47px;
    left: -30px;
    top:30px;
    }
button.navbar-toggle::before {
    width: 29px;
    height: 28px;
    left: -20px;
    top: 40px;
}
.navbar-custom ul.nav li a, .index .navbar-custom ul.nav li a,.index .is-sticky .navbar-custom ul.nav li a{
    font-size: 42px;
    }

a .menu_description.menu_works::before,a .menu_description.menu_service::before,a .menu_description.menu_company::before, 
a:hover span.menu_description.menu_works::before,a:hover span.menu_description.menu_service::before,a:hover span.menu_description.menu_company::before {
    width: 104px;
    top:15px;
    left:38%;
}
a .menu_description.menu_contact::before, a:hover span.menu_description.menu_contact::before {
    width: 154px;
    top:15px;
    left:32%;
}
/*footer*/
footer {
    padding-top: 50px;
}
footer p, footer p a {
    font-size:18px;
}
footer .marginbot-20 {
    margin-bottom: 35px !important;
}
footer img {
    width: 151px;
}
footer a {
    font-size: 20px;
}
footer span.place {
    margin-top: 0.5em;
}
span.place_detail2 {
    margin-bottom: 0.5em;
}
address.marginbot-30 {
    margin-bottom: 50px !important;
}
/*privacy_policy*/
section.page_title {
    height: 256px;
}
.page_title .title {
    font-size: 42px;
}
.page_title .title .description img {
    width: 230px;
}
.privacy_policy .content_width{
    padding:25px;
    margin-top: 96px;
    margin-bottom: 65px;
}
.privacy_policy h2 {
    font-size: 27px;
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
}
.privacy_policy p{
    font-size: 20px;
    line-height: 30px;
}
.privacy_policy h3{
    font-size:22px;
}
.privacy_policy li {
    font-size: 20px;
}
p.autograph{
    font-size: 25px;
}
p.autograph .telandfax {
    font-size: 20px;
}
/*top*/
.intro .page-scroll img {
    width: 67px;
}
.section-heading h2, .passing-txt {
    font-size: 43px;
    line-height: 53px;
}
.section-heading p, .passing-img {
    margin-bottom: 90px;
    width: 334px;
}
.works_title {
    padding-top: 19%;
}
.works_title h2, .service_title h2, .company_title h2 {
    font-size: 40px;
    line-height: 0.7em;
}
.contact_title h2 {
    font-size: 40px;
    line-height: 0.7em;
    margin-left: 15px;
}
.description img {
    height: 26px;
}
.home-section {
    padding-bottom: calc(21vw + 35px);
}
.works_title_img::before {
    width: 243px;/*363pxで全体*/
    height: 373px;
    left: unset;
    right: -15px;
    top: -150px;
}
.works_title_img img {
    top: -150px;
    width: 363px;
    height: auto;
    left: -10px;
}
.works_left::after {
    width: 207px;
    height: 107px;
    bottom: -19vw;
}
figcaption.movie_title {
    font-size: 19px;
    line-height: 25px;
}
figure.movie {
    margin:0 15px 130px;
}
.service_title {
    padding-top: 20%;
}
.service_title_img::before {
    width: 340px;
    height: 240px;
    top: -90px;
}
.service_title_img img {
    top: -120px;
    width: 342px;
    left: -60px;
}
.service_title h2::after {
    width: 183px;
    height: 116px;
    bottom: -140px;
}
.service-section h3 {
    font-size: 35px;
    line-height: 39px;
    margin-bottom: 42px;
}
.service-section p {
    font-size: 22px;
    line-height: 26px;
}
.service {
    margin-bottom: 50px;
}

.company_title_img::before {
    width: 208px;
    height: 383px;
    right: 0px;
    top: -180px;
}
.company_title_img img {
    top: -180px;
    width: 208px;
    right: 0;
}
.company-section table {
    margin: 0 auto 80px;
    font-size: 22px;
    line-height: 29px;
}
.company-section table th {
     padding-left: 0px;
}
.contact_title {
    top: -27vw;
}
.contact_title_img::before {
    width: 324px;
    height: 332px;
    top: -150px;
}
.contact_title_img img {
    top: -150px;
    width: 324px;
    left: -50px;
}
.contact-section {
    padding-left: unset;
    padding-right: unset;
    padding-bottom: 55px;
}
.contact-section::before {
    width: 88px;
    height: 141px;
    top: 5vw;
}
.contact-section p {
    font-size: 19px;
    line-height: 25px;
}
form#contact-form .form-group label, form#contact-form .form-group label, form#contact-form .form-group label .mandatory {
    font-size: 20px;
}
form#contact-form button, form#contact-form button:hover {
    width: 306px;
    height: 119px;
}

}




@media (max-width:480px) {
#navigation_mobile a .mobile_logo, #navigation_mobile.nav-open a .mobile_logo {
    position: relative;
    width: 276px;
    height: 25px;
}
#navigation_mobile a .mobile_logo::before, #navigation_mobile.nav-open a .mobile_logo::before {
    width: 176px;
    height: 25px;
}
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}

	
	.page-scroll a {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		font-size: 20px;
	}
.navbar-custom ul.nav li a, .index .navbar-custom ul.nav li a, .index .is-sticky .navbar-custom ul.nav li a{
    font-size: 30px;
    padding-top: 1.1em;
    }
a .menu_description.menu_works::before,a .menu_description.menu_service::before,a .menu_description.menu_company::before, 
a:hover span.menu_description.menu_works::before, a:hover span.menu_description.menu_service::before,a:hover span.menu_description.menu_company::before {
    width: 76px;
    top:10px;
    left:38%;
}
a .menu_description.menu_contact::before, a:hover span.menu_description.menu_contact::before {
    width: 112px;
    top:10px;
    left:33%;
}
/*footer*/

footer p,footer p a {
    font-size:14px;
    line-height: 1.2em;
}
footer .marginbot-20 {
    margin-bottom: 25px !important;
}
footer img {
    width: 126px;
}
footer a {
    font-size: 16px;
}
footer p strong{
    margin-bottom: 0.2em;
}

/*privacy_policy*/
section.page_title {
    height: 206px;
    }
.page_title .title {
    font-size: 35px;
}
.page_title .title .description img {
    width: 195px;
}
.privacy_policy .content_width{
    padding:20px;
    margin-top: 80px;
    margin-bottom: 55px;
}
.privacy_policy h2 {
    font-size: 22px;
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
}
.privacy_policy p{
    font-size: 16px;
    line-height: 25px;
}
.privacy_policy h3{
    font-size:18px;
}
.privacy_policy li {
    font-size: 16px;
}
p.autograph{
    font-size: 20px;
}
p.autograph .telandfax {
    font-size: 16px;
}
/*top*/
.intro .page-scroll img {
    width: 49px;
}
.section-heading {
    padding-top: 60px;
}
.section-heading h2, .passing-txt {
    font-size: 32px;
    line-height: 39px;
    /*margin-bottom: 30px;*/
}
.passing-bar{
    margin-bottom: 30px;
}
.section-heading p, .passing-img {
    margin-bottom: 60px;
    width: 244px;
}
.about_charactor::before {
    width: 469px;
    height: 159px;/*青で調整する*/
}
.works_title_img::before {
    width: 164px;
    height: 272px;
    left: unset;
    right: -15px;
    top: -150px;
}
.works_title_img img {
    top: -120px;
    width: 265px;
    height: auto;
    left: -10px;
}
.works_title h2, .service_title h2, .company_title h2 {
    font-size: 30px;
}
.contact_title h2 {
    font-size: 30px;
    margin-left:20px;
}
.description img {
    height: 15px;
}
.works_left::after {
    width: 151px;
    height: 78px;
}
figure.movie {
    margin-bottom: 100px;
}
figcaption.movie_title {
    font-size: 14px;
    line-height: 19px;
    width: 70%;
    left: 17%;
    bottom: -35px;
}
.service_title_img::before {
    width: 250px;
    height: 175px;
    top: -90px;
}
.service_title h2::after {
    width: 133px;
    height: 84px;
    bottom: -110px;
}
.service_title_img img {
    position: absolute;
    top: -90px;
    width: 252px;
    left: -30px;
}
.service-section h3 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 32px;
}
.service-section h3:before {
    bottom: -16px;
}
.service-section p {
    font-size: 16px;
    line-height: 19px;
}
.service {
    margin-bottom: 30px;
}
.company_title_img::before {
    width: 151px;
    height: 279px;
    right: 0px;
    top: -160px;
}
.company_title_img img {
    position: absolute;
    top: -130px;
    width: 152px;
    right: 0;
}
.company-section table {
    margin: 0 auto 50px;
    font-size: 15px;
    line-height: 20px;
}
.contact_title_img::before {
    width: 236px;
    height: 242px;
    top: -90px;
}
.contact_title_img img {
    top: -100px;
    width: 236px;
    left: -50px;
}
.contact-section::before {
    width: 64px;
    height: 103px;
    top: 6vw;
}
.contact-section p {
    font-size: 14px;
    line-height: 18px;
}
form#contact-form .form-group label, form#contact-form .form-group label, form#contact-form .form-group label .mandatory {
    font-size: 15px;
}
form#contact-form button, form#contact-form button:hover {
    width: 223px;
    height: 86px;
}
.contact-section {
    padding-bottom: 40px;
}

}



@media (max-width:360px) {
#navigation_mobile a .mobile_logo, #navigation_mobile.nav-open a .mobile_logo {
    position: relative;
    width: 144px;
    height: 20px;
}
#navigation_mobile a .mobile_logo::before, #navigation_mobile.nav-open a .mobile_logo::before {
    width: 144px;
    height: 20px;
}
footer {
    padding-top: 45px;
}
footer p,footer p a {
    font-size: 13px;
    line-height: 1.2em;
}
address.marginbot-30 {
  margin-bottom: 45px !important;
}  
}